f ( x ) is a quintic polynomial such that only 1 of the roots is an integer. It is known that the sum of the coefficients of f is 0 . What is the value of the integer root?
Details and assumptions
A quintic polynomial is a degree 5 polynomial.
You are not given any information about the other roots.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
thank u!
thanks
Correct!
If it has 2 or 3 integer root, then! Plz define...
Log in to reply
Oh, that's definitely possible under my solution. I just generalized to show that 1 is always a root, for any polynomial, if its coefficients add to 0.
I understand everything but there seems to a gap of logic. How can one assume that 1 is the root?
Log in to reply
You don't; you prove it is the root by showing that f ( 1 ) = 0 .
I guess assumptions are fine as long as you can prove that the assumption is true (or false for proofs by contradictions) in the end.
I should note that the indexes need to be corrected. c a should be indexed by 1 ≤ a ≤ k and c a x b should simply be c a x a − 1 . Also, in the sums, n should range from 1 to k , rather than from 0 to k − 1 .
The solution still stands with the corrections.
Log in to reply
It's easier for the coefficient of x i to just be c i . This way, you don't have to mentally keep track of which coefficient and which power lines up.
Log in to reply
can you please explain me please
Log in to reply
Yes, perhaps it's easier to note an example:
Say we have a quintic polynomial: f ( x ) = a x 5 + b x 4 + c x 3 + d x 2 + e x + f Whose sum of coefficients is zero, that is: a + b + c + d + e + f = 0 What happens when we evaluate f ( 1 ) ? Then, we have: f ( 1 ) = a ⋅ 1 5 + b ⋅ 1 4 + c ⋅ 1 3 + d ⋅ 1 2 + e ⋅ 1 + f = a + b + c + d + e + f But this is our sum of digits and, from what we had previously said, this is zero, hence: f ( 1 ) = a + b + c + d + e + f = 0 Which is what we wished to show.
Hopefully that clears up this solution.
Log in to reply
For your above proofs, are you assuming that 1 will work, and then proving the assumption? And is there a way to prove that there are no other integers roots? Thanks!
Log in to reply
@Sherry Sarkar – Yes, essentially, but I would be wary of looking at this solution like that.
And, no, there is no way to do so because it's not necessarily a true statement. I only proved that the only way to have a polynomial's coefficients sum to 0 is for it to have a root at unity.
Clearly, then, any polynomial f ( x ) of the form: f ( x ) = ( x − 1 ) g ( x ) satisfies this property (that is, that the sum of its coefficients is zero), which means that there could be other possible integer/rational/real/complex roots that are purely (and only) dependent on g ( x ) .
If you want, I can prove this statement in a different way to make it more obvious.
Log in to reply
@Guillermo Angeris – I think I get what you're saying here, thanks! Nice proof.
thanks
waa
Sum of coefficients=f(1); Thus f(1)=0;Thus 1 is the integer root.
can you explain it. I didn't understand
Log in to reply
If 'a' is a root of a polynomial f(x),then f(a)=0; A polynomial will be of form a x n + b x n − 1 + c x n − 2 +... Thus f(1)=a+b+c+....,which is the sum of coefficients.Thus,as the sum of coefficients is 0,f(1)=0 and thus 1 is a root of the polynomial.
plz can u explain it to us??
Log in to reply
If 'a' is a root of a polynomial f(x),then f(a)=0; A polynomial will be of form a x n + b x n − 1 + c x n − 2 +... Thus f(1)=a+b+c+....,which is the sum of coefficients.Thus,as the sum of coefficients is 0,f(1)=0 and thus 1 is a root of the polynomial.
By using the Factor Theorem which states that x − α is a factor of f ( x ) = a n x n + a n − 1 x n − 1 + ⋯ + a 0 iff f ( α ) = 0 . In this case, f ( 1 ) = 0 , so therefore x − 1 is a factor of f ( x ) and 1 is the integer root.
Didn't see that until you pointed it out. Nice solution!
f ( x ) = a x 5 + b x 4 + c x 3 + d x 2 + e x is such a polynomial. So, a + b + c + d + e = 0
We can conclude that, considering x with powers are now co-efficients of a , b , c , d , e , we get, x = 1 is the root.
Describing in the "if and only if" way: f ( 1 ) = a + b + c + d + e = 0 , so 1 is the root.
Again, if 1 is a root, then, f ( 1 ) = a + b + c + d + e = 0 , which makes, the answer is 1 .
The standard form of a quintic polynomial is f ( x ) = a x 5 + b x 4 + c x 3 + d x 2 + e x + f where a = 0 . In your solution, you implicitly assumed that the co-efficient of x 0 [normally called the constant term] equals zero and that is not a necessary condition for this problem. Just pointing it out :)
f ( x ) is a quantic polynomial with only one integer root... Hence it's a perfect fifth power of an integer... We can write f ( x ) as: f ( x ) = ( x − a ) 5 where a is the integer root... Using binomial expansion formula, we can expand ( x − a ) 5 and get...
f ( x ) = x 5 − 5 a x 4 + 1 0 a 2 x 3 − 1 0 a 3 x 2 + 5 a 4 x − a 5 ... Since, the sum of it's coefficients is 0 , we can form an equation...
1 − 5 a + 1 0 a 2 − 1 0 a 3 + 5 a 4 − a 5 = 0 ... It's not quite tough to find out the root a = 1 ...
Hence, the integer root is: 1 ...
Remark: The given polynomial f is f ( x ) = ( x − 1 ) 2 = x 5 − 5 x 4 + 1 0 x 3 − 1 0 x 2 + 5 x − 1
i think the last one should be f(x)=(x-1)^5
Can you connect your arguments? Why must f ( x ) = ( x − a ) 5 ? Why can't it have other irrational, or even complex, roots?
f ( x ) is a quintic polynomial with only one integer root... Hence it's a perfect fifth power of an integer... We can write f ( x ) as: f ( x ) = ( x − a ) 5 where a is the integer root...
Not necessarily true.
Take this polynomial for example:
f ( x ) = ( x − 1 ) ( x + 5 1 ) ( x − π ) ( x + 4 i ) ( x + 2 7 ) .
This polynomial satisfies all of the conditions given in the problem. You can expand it to see that the sum of its coefficients is zero [If you don't want to go through the gruesome task, just take my word for it!]. However, this polynomial has irrational and imaginary roots. So what you claimed is not true.
I don't if it's my absence of mind, the question said that f ( x ) is a polynomial with only one integer root... Now the question is saying that f ( x ) is a polynomial and only one of it's roots is an integer... Is the question edited??? The first statement is a bit confusing...
Well, obviously
f ( x ) = n = 0 ∑ 5 a n x n
And then
f ( 1 ) = n = 0 ∑ 5 a n = 0
Then x = 1 is a root.
Our polynomial is in the form ( x − n ) 5 , where n is our desired root. This is because our polynomial only has one root, so it must be in this form.
The sum of the coefficients of ( x − n ) 5 can be found by simplifying the whole thing, but there is a much simpler method.
For example, if we want the sum of the coefficients of ( x 2 − 4 ) ( x + 9 ) , we can just get rid of the x terms, leave the coefficients, and multiply:
( 1 − 4 ) ( 1 + 9 ) = − 3 ⋅ 1 0 = − 3 0 .
Similarly, we want the sum of the coefficients of ( x − n ) 5 to be equal to 0. Since the x term has a coefficient of 1, the sum of the coefficients is simply ( 1 − n ) 5 . If we want this to be equal to 0, we know that 1 − n must be equal to 0, which leads us to n = 1 . This means that the integer root (which is equal to n ) is equal to 1 .
(Note: the polynomial is actually in the form ( a x − n ) 5 , because it is not specified that the x coefficient is 1. However, this does not affect the answer: we will find (in a similar method as above) that the sum of the coefficients is equal to ( a − n ) 5 , and if we want this to be 0, then a = n , which leads us to n = 1 .)
i understood it but what method is it actually can you specify the method please
Log in to reply
Hey, what do you mean "what method"? We know that the form of the quintic is ( a x − n ) 5 because then it would be a quintuple root: just like a quadratic is in the form ( b x − m ) 2 so it is a double root.
This is because our polynomial only has one root
Not true. This polynomial has only one integer root. It can have other roots. They just can't be integers.
Let f be a quintic polynomial. By definition, t is a root of f if and only if f ( t ) = 0 .
Here is the key step : the sum of the coefficients of f is equal to f ( 1 ) , indeed:
Let a 0 , a 1 , . . . , a 5 be the coefficients of f , f ( 1 ) = a 5 × 1 5 + a 4 × 1 4 + a 3 × 1 3 + a 2 × 1 2 + a 1 × 1 + a 0 = a 0 + a 1 + a 2 + a 3 + a 4 + a 5 which is the sum of the coefficients of f .
The problem tells us that the sum of the coefficients of f is 0. So f ( 1 ) = 0 . As a matter of fact, we can conclude, by the definition of a root, that 1 is a root of the quintic polynomial f
If we take the general equation of a quintic polynomial.. we get sum of coefficient if x=1. When sum of coefficient is zero then x=1 is a root.
1 is always a solution of any polynomial whose coefficients add up to zero. So, answer is "1"
are you sure that 1 is always a solution of any polynomial whose sum of coefficients is 0?
Log in to reply
Yes; consider the polynomial a x 4 + b x 3 + c x 2 + d x + e = 0 . The sum of the coefficients is equal to a + b + c + d + e = 0 , and this is the same as when x = 1
if F is 0. then the numerical value of x is 1. so f sub x. = 1
The answer is "1" because only "1" has the one integer root, since the coefficients of f(x) is "0", So if you add +1 and -1 you get zero.
as the 5 degree has only a root it is an expantiion of (x-a)^{5} where a is its root but 2^{nd} cond^{n} gives us the root to be 1 since the sum of all coefficients of a polyomial which is expansion of a binomial term is 0 only when it is expansion of (x - 1)^{n} i.e. its root is 1.
Problem Loading...
Note Loading...
Set Loading...
Say that we have some polynomial f ( x ) = c k x k + c k − 1 x k − 1 + ⋯ + c 0 . And, our assumption is: n = 0 ∑ k c n = 0
Remember that our polynomial is of the form: f ( x ) = n = 0 ∑ k c n x n Letting x = 1 , we then have: f ( 1 ) = n = 0 ∑ k c n 1 n − 1 = n = 0 ∑ k c n = 0 By our assumption. Hence 1 is an integer root of the polynomial.