Given that P ( x ) is a monic fifth-degree polynomial such that
P ( 1 ) P ( 2 ) P ( 3 ) P ( 4 ) P ( 5 ) = = = = = 1 2 2 2 3 2 4 2 5 2 ,
find the value of P ( 6 ) .
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.
Having some doubts
P ( x ) = x 2 is not true for every x ∈ R
Why this information is given - leading coefficient 1?
Log in to reply
Otherwise it could have been P ( x ) − x 2 = k ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) which also satisfies given condition. To let everyone know the value of k , leading coefficient is given as 1
Your wording confused me for a while. You mean 1, 2, 3, 4, 5 are the solutions of the equation P(x)=x^2. Or, they are the roots of P(x)-x^2. Good solution.
I like this method, but here's mine, which amounts to the same thing, by way of a little algebra. This is based on the method of finite differences.
For an n'th degree polynomial, P(x), with leading coefficient a[n], when values of it are given for consecutive integers, the n'th differences are all just n!·a[n]. In this case, given that a[n] = 1 ("monic"), and n=5, this means that the fifth differences are all 5! = 120.
So, given 5 successive values, just make a table of differences down to the single 4th difference (which = 0), place a "120" below that on the 5th-difference line, and work back up by addition (brackets enclose these extended terms):
1 4 9 16 25 [156]
• 3 5 7 9 [131]
• • 2 2 2 [122]
• • • 0 0 [120]
• • • • 0 [120]
• • • • [120]
Of course, it follows by linearity of the method of finite differences, that this result must be just
6² + 5! = 36 + 120 = 156;
which is where it connects to Eddie The Head's solution.
I think that first line was meant to be
Clearly 1, 2, 3, 4, 5 are the roots of the polynomial p ( x ) − x 2 .
sorry why cannot I use method of differences in this question?
I see what you were going for with this problem, but I'm not sure that the answer has to be 156.
It takes 2 points to define a unique line (1st order polynomial). It takes 3 points to define a unique quadratic (2nd order polynomial). .... You need 6 points to define a unique 5th order polynomial.
Because only 5 points were provided, there are actually an infinite number of monic polynomials that can hit all 5 points provided. Thus, P(6) could have an infinite number of values.
Since it is given that the polynomial is monic, the leading coefficient has to be 1.Therefore, we have 5 degrees of freedom here and therefore need only 5 points to completely determine the polynomial.
We know that the polynomial P ( x ) − x 2 has five zeroes: 1, 2, 3, 4, 5. This means that P ( x ) = A ( x ) ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) + x 2 , with A ( x ) any polynomial. However, we know that the degree of P ( x ) is five, so that the degree of A ( x ) must be zero (i.e. it is a constant); we also know that P ( x ) is monic, so that the coefficient of x 5 equals one; this implies that A ( x ) = 1 . Indeed, the solution is unique!
Take line-case for instance, because we already knew y=x+m, so we just need 1 point to define this line. So.... Anyway, your critique is good. Thanks
According to the given information, we know that P ( k ) = k 2 , for k = 1 , 2 , 3 , 4 , 5 . Therefore, we know f ( k ) − k 2 = 0 , and has roots at k = 1 , 2 , 3 , 4 , 5 . We can write that as a product of linear factors, and since it is monic, it has no coefficient multiplied by the product. Then, f ( k ) − k 2 = ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) , and when plugging in the values for k, we get 5 ! + 3 6 , which is equal to 1 5 6 , and that is the answer.
Problem Loading...
Note Loading...
Set Loading...
Clearly 1, 2, 3, 4, 5 are the roots of the polynomial p ( x ) = x 2 .
Because it is given that the leading co-efficient of p ( x ) is 1, we must have that
p ( x ) − x 2 = ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) p ( x ) = x 2 + ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 )
p ( 6 ) = 3 6 + 5 ∗ 4 ∗ 3 ∗ 2 ∗ 1
Hence p ( 6 ) = 1 5 6 .