Let p ( x ) be a monic polynomial of degree 6 such that:
p ( 1 ) = 1 p ( 2 ) = 2 p ( 3 ) = 3 p ( 4 ) = 4 p ( 5 ) = 5 p ( 6 ) = 6
Find p ( 7 ) .
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.
For this problem we cannot put directly the value as p ( 7 ) = 7 . It is a wrong method.
p ( x ) = x for x = 1 , 2 , 3 , 4 , 5 , 6 ⟹ p ( x ) − x = 0
Let q ( x ) = p ( x ) − x ⟹ p ( x ) = q ( x ) + x
For x = 1 → q ( 1 ) = p ( 1 ) − 1 = 0 ⟹ 1 is a root of q(x)
For x = 2 → q ( 2 ) = p ( 2 ) − 2 = 0 ⟹ 2 is a root of q(x)
⋮
For x = 6 → q ( 6 ) = p ( 6 ) − 6 = 0 ⟹ 6 is a root of q(x)
So, 1, 2, 3, 4, 5, 6, are roots of q(x) so we can write q ( x ) as :
q ( x ) = ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) ( x − 6 )
So, p ( x ) = x + ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) ( x − 6 )
Now, p ( 7 ) = 7 + ( 7 − 1 ) ( 7 − 2 ) ( 7 − 3 ) ( 7 − 4 ) ( 7 − 5 ) ( 7 − 6 )
⟹ p ( 7 ) = 7 + 6 × 5 × 4 × 3 × 2 × 1
Therefore, p ( x ) = 7 + 7 2 0
⟹ p(x) = 727
You have assumed that p ( x ) is a monic polynomial which is not given.
why do I have add 7 in the end instead of just doing 7! ?
Log in to reply
Because the function is x + (x - 1)(x - 2)........
I think you have an extra 7 in your final equation.
You should ask for a monic polynomial of degree 6 with all integer coefficients. Otherwise, there's an infinity of monic polynomials of degree 6 with rational but not necessarily all integer coefficients.
I have changed the question . Is it correct now.
Log in to reply
With integer coefficients. Then the answer will be unique.
I don't think it is necessary to say that the coefficients are integers. As long as it is monic, of degree six, and satisfies p ( k ) = k for all 1 ≤ k ≤ 6 , we are okay.
You don't need to specify that there are integer coefficients. There's enough information to completely determine all the coefficients.
The method of differences is mentioned elsewhere, but actually provides an even shorter solution.
We construct the difference table, using the given values and putting k = p ( 7 ) :
Since p is monic and has degree 6 , and the x -values in the top row increase by 1 at each step, the 6 t h differences will all be 6 ! = 7 2 0 . In particular, k − 7 = 7 2 0 , or p ( 7 ) = 7 2 7
Since the polynomial is monic, we have the term x 6 given. This alone would result in the following values
x 1 2 3 4 5 6 x 6 1 6 4 7 2 9 4 0 9 6 1 5 6 2 5 4 6 6 5 6 x 6 − x 0 6 2 7 2 6 4 0 9 2 1 5 6 2 0 4 6 6 5 0
This means we are looking for a fifth degree polynomial q ( x ) that corrects the values. It satisfies p ( x ) = x 6 − q ( x ) . We can find this polynomial's next value by the method of finite differences .
x 1 2 3 4 5 6 7 q ( x ) 0 6 2 7 2 6 4 0 9 2 1 5 6 2 0 4 6 6 5 0 1 1 6 9 2 2 D 1 6 2 6 6 4 3 3 6 6 1 1 5 2 8 3 1 0 3 0 7 0 2 7 2 D 2 6 0 2 2 7 0 2 8 1 6 2 1 9 5 0 2 3 9 2 4 2 D 3 2 1 0 0 5 4 6 0 1 1 3 4 0 1 9 7 4 0 D 4 3 3 6 0 5 8 8 0 8 4 0 0 D 5 2 5 2 0 2 5 2 0
We get that this fifth degree correction term gives q ( 7 ) = 1 1 6 9 2 2 for x = 7 .
p ( x ) = x 6 − q ( x ) ⇒ p ( 7 ) = 1 1 7 6 4 9 − 1 1 6 9 2 2 = 7 2 7
Problem Loading...
Note Loading...
Set Loading...
The funtion is x + ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) ( x − 6 )