A polynomial f ( x ) satisfies the equation f ( x ) + ( x + 1 ) 3 = 2 f ( x + 1 ) . Find f ( 1 0 ) .
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.
Very nice solution! Just to say that it can be deduced that a=1 from the start. The LHS has a coefficient of a+1, and the RHS has a coefficient of 2a. Therefore a must be equal to 1. This would speed things up a little bit, especially with the expansion bit.
Log in to reply
"The LHS has a coefficient of a+1, " how is that so? For x=0 we get d+1=2(a+b+c+d)...
Log in to reply
Ah, I see; just write LHS and RHS with abcd. Nice shortcut!
Brilliant solution, @Andres Zuniga :)
That's what I did :)
You're assuming that the coefficients of the powers of x have to be integral. How did you come to that conclusion?
LHS is the difference of two polynomials so f(x) may or may not be a cubic polynomial. See that only the difference of 2f(x+1) and f(x) is a cubic polynomial.
What does polynomial mean??
Log in to reply
It means a function has a n dreege with 1 variable, bro
darn i thought of doing this but i thought it would be etoo computational @Jonas Arnout it means something of the form ax^n+bx^n-1+cx^n-2+...+something*x+something
Its bad idea try to solve these mentally?
Log in to reply
I tried Doing this in my head. Couldn’t keep track of it. Got it wrong😥
Me who did all of that and did a minor arithmetic error resulting d=15 -_-
If the degree of f is less than 3 , then the left hand side has higher degree than the right hand side, which cannot occur. If the degree of f is greater than 3 , then the degrees of the left hand side the right hand side are the same, but the coefficient for the highest power on the right is twice that on the left, which is impossible.
This shows the degree of f is 3 . If f ( x ) = k x 3 + . . . , then k + 1 = 2 k , so k = 1 . Suppose f ( x ) = x 3 + a x 2 + b x + c . Then multiplying everything out and simplifying, we get the following: 2 x 3 + ( a + 3 ) x 2 + ( b + 3 ) x + ( c + 1 ) = 2 x 3 + ( 2 a + 6 ) x 2 + ( 4 a + 2 b + 6 ) x + ( 2 a + 2 b + 2 c + 2 ) This gives the following system of equations: ⎩ ⎪ ⎨ ⎪ ⎧ a + 3 = 2 a + 6 b + 3 = 4 a + 2 b + 6 c + 1 = 2 a + 2 b + 2 c + 2 From the first equation a = − 3 . Then from the second equation b = 9 . Then from the third equation c = − 1 3 . So f ( x ) = x 3 − 3 x 2 + 9 x − 1 3 , therefore f ( 1 0 ) = 7 7 7 .
The best thing about your solution is that you've made it clear why f must be a polynomial of degree 3 precisely.
Can you explain further how you got: 2 x 3 + ( a + 3 ) x 2 + ( b + 3 ) x + ( c + 1 ) = 2 x 3 + ( 2 a + 6 ) x 2 + ( 4 a + 2 b + 6 ) x + ( 2 a + 2 b + 2 c + 2 ) ? I mean the multiplying and simplifying process
Log in to reply
Substitute f ( x ) = x 3 + a x 2 + b x + c and f ( x + 1 ) = ( x + 1 ) 3 + a ( x + 1 ) 2 + b ( x + 1 ) + c into the equation f ( x ) + ( x + 1 ) 2 = f ( x + 1 ) .
Finding out the function to be monic at first made the calculation a little simpler and easier..anyway nice solution..👍👌
Log in to reply
Can you help me please? we have this subject "Mathematical Investigation." We have to choose what to make, its either create new formula or mathematical modeling.. I dont know what to do. huhu. help me please!
The key is to recognize that since f(x) is a polynomial of some arbitrary degree n, then 2f(x+1) is also a polynomial of the same degree. Therefore, 2f(x+1)−f(x)=(x+1)3=x3+3x2+3x+1. Furthermore, two polynomials that are equal to each other must have the same degree and the same coefficient on each term of the same degree. 777
Suppose a polynomial f(x) has a form :
f ( x ) = a n x n + a n − 1 x n − 1 + a n − 2 x n − 2 + . . . + a 0 for n is an integer number.
Then the equation will be :
a n x n + a n − 1 x n − 1 + a n − 2 x n − 2 + . . . + a 0 + x 3 + 3 x 2 + 3 x + 1 = 2 ( a n ( x + 1 ) n + a n − 1 ( x + 1 ) n − 1 + a n − 2 ( x + 1 ) n − 2 + . . . + a 0 )
a n x n + a n − 1 x n − 1 + a n − 2 x n − 2 + . . . + a 0 + x 3 + 3 x 2 + 3 x + 1 = 2 ( a n x n + ( a n ( 1 n ) + a n − 1 ) x n − 1 + ( a n ( 2 n ) + a n − 1 ( 1 n ) + a n − 2 ) x n − 2 + . . . + a 0 )
suppose n > 3 , then by comparing the coefficient on the same degree of x , we will get a n = 0. This means the highest degree of polynomial now is n − 1 .
But suppose n − 1 > 3 , then by doing the same thing we will get a n − 1 = 0 . Hence, this sequence is continuing until x 3 . Thus the possible highest degree is x = 3 .
with n = 3 , consequently we can get a 3 = 1 , a 2 = − 3 , a 1 = 9 , and a 0 = − 1 3 . Thus :
f ( x ) = x 3 − 3 x 2 + 9 x − 1 3
f ( 1 0 ) = 1 0 0 0 − 3 0 0 + 9 0 − 1 3 = 7 7 7
Because ( x + 1 ) 3 is a third degree polynomial, the expression 2 f ( x + 1 ) must also be a third degree polynomial for the equation to hold. It follows that f ( x ) is a third degree polynomial.
Let f ( x ) = a x 3 + b x 2 + c x + d . Then we have f ( x ) + ( x + 1 ) 3 = = = ( a x 3 + b x 2 + c x + d ) + ( x + 1 ) 3 ( a x 3 + b x 2 + c x + d ) + ( x 3 + 3 x 2 + 3 x + 1 ) ( a + 1 ) x 3 + ( b + 3 ) x 2 + ( c + 3 ) x + ( d + 1 )
Similarly, we expand 2 f ( x + 1 ) as follows. 2 f ( x + 1 ) = = = 2 ( a ( x + 1 ) 3 + b ( x + 1 ) 2 + c ( x + 1 ) + d ) 2 ( a x 3 + ( 3 a + b ) x 2 + ( 3 a + 2 b + c ) x + ( a + b + c + d ) ) 2 a x 3 + ( 6 a + 2 b ) x 2 + ( 6 a + 4 b + 2 c ) x + ( 2 a + 2 b + 2 c + 2 d )
Because these two expressions are equal, we have a + 1 b + 3 c + 3 d + 1 = = = = 2 a 6 a + 2 b 6 a + 4 b + 2 c 2 a + 2 b + 2 c + 2 d
This system of equations solves to a = 1 , b = − 3 , c = 9 , and d = − 1 3 , so f ( x ) = x 3 − 3 x 2 + 9 x − 1 3 . Thus, f ( 1 0 ) = 1 0 0 0 − 3 0 0 + 9 0 0 − 1 3 = 7 7 7 .
Ya totally rite
Astonishing
Note that, in order for the LHS and the RHS to have the same degrees, f(x) must be cubic since if the degree is higher, f(x) and 2f(x+1) would have different leading coefficients. Thus, let f(x)=ax^3+bx^2+cx+d.
The LHS becomes ax^3+bx^2+cx+d+x^3+3x^2+3x+1, or (a+1)x^3+(b+3)x^2+(c+3)x+(d+1).
The RHS becomes, by the Binomial Theorem, 2[ax^3+(3a+b)x^2+(3a+2b+c)x+(a+b+c+d)], or (2a)x^3+(6a+2b)x^2+(6a+4b+2c)x+2(a+b+c+d).
Now, we may match coefficients based on the degree of the terms. 1. a+1=2a 2. b+3=6a+2b 3. c+3=6a+4b+2c 4. d+1=2a+2b+2c+2d. Clearly, from equation 1, a=1. Substituting into equation 2, b=-3. Similarly, we get c=9 and d=-13, so f(x)=x^3-3x^2+9x-13. Finally, f(10)=777.
Let f ( x ) = a x 3 + b x 2 + c x + d .
Then,
f ( x + 1 ) = a ( x + 1 ) 3 + b ( x + 1 ) 2 + c ( x + 1 ) + d .
We get this in a series of basic transformations:
f ( x ) + ( x + 1 ) 3 = 2 f ( x + 1 )
a x 3 + b x 2 + c x + d + ( x + 1 ) 3 = 2 ( a ( x + 1 ) 3 + b ( x + 1 ) 2 + c ( x + 1 ) + d )
( 1 − a ) x 3 + ( 3 − 6 a − b ) x 2 + ( 3 − 6 a − 4 b − c ) x + 1 − 2 a − 2 b − 2 c − d = 0
Now, we get the equations:
1 − a = 0
3 − 6 a − b = 0
3 − 6 a − 4 b − c = 0
1 − 2 a − 2 b − 2 c − d = 0
The solution of these equations is: a = 1 , b = − 3 , c = 9 , d = − 1 3 , which gives as the function:
f ( x ) = x 3 − 3 x 2 + 9 x − 1 3
Now, it's easy to calculate that:
f ( 1 0 ) = 7 7 7
Thanks for your explanation
Let d e g f ( x ) = n and the coefficient of x n in f ( x ) = a . If n > 3 , coefficient of x n in L . H . S . = a = 2 a = coefficient of x n in R . H . S . . If n < 3 , degree of x in L . H . S . = 3 n e q n = degree of x in R . H . S . . Thus n = 3 . Let f ( x ) = a x 3 + b x 2 + c x + d .
f ( x ) + ( x + 1 ) 3 = 2 f ( x + 1 ) ⇒ f ( x − 1 ) + x 3 = 2 f ( x ) a ( x − 1 ) 3 + b ( x − 1 ) 2 + c ( x − 1 ) + d + x 3 = 2 a x 3 + 2 b x 2 + 2 c x + 2 d .
By comparing the coefficients of x 3 , x 2 and x and constant terms respectively,
⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ a + 1 + 2 a − 3 a + b = 2 b 3 a − 2 b + c = 2 c − a + b − c + d = 2 d
a = 1 , b = − 3 , c = 9 , d = − 1 3 ⇒ f ( x ) = x 3 − 3 x 2 + 9 x − 1 3
f ( 1 0 ) = ( 1 0 ) 3 − 3 ( 1 0 ) 2 + 9 ( 1 0 ) − 1 3 = 7 7 7
Let f(x) = a x^3 + b x^2 + c x + d
We know that f(x) is cubic by counting degrees. (if f(x) has degree 4, it cannot be equal to 2f(x+1) as only a polynomial of degree 3 is added to it)
Thus RHS = 2 [ a (x+1)^3 + b (x+1)^2 + c (x+1) + d]
Expanding and simplifying both sides,
x^3 + 3x^2 + 3x + 1 = a x^3 + (6a + b) x^2 + (6a + 4b+ c)x + (2a+2b+2c+d)
Comparing coefficients, a = 1, b = -3, c = 9, d = -13
Thus f(x) = x^3 -3x^2 + 9x + 3
f(10) = 10^3 - 3(10^2) + 9(10) + 3 = 777
From a simple analysis, we know that the degree of f ( x ) is 3 and the coefficient of x 3 is 1. Then suppose f ( x ) = x 3 + g ( x ) the degree of g ( x ) is 2 and we have
x 3 + g ( x ) + ( x + 1 ) 3 = 2 g ( x + 1 ) + 2 ( x + 1 ) 3 , 2 g ( x + 1 ) − g ( x ) = − 3 x 2 − 3 x − 1
so the coefficient of x 2 is -3. Then suppose
g ( x ) = − 3 x 2 + h ( x ) the degree of h ( x ) is 1 and we have
2 h ( x + 1 ) − 6 ( x + 1 ) 2 + 3 x 2 − h ( x ) = − 3 x 2 − 3 x − 1 , 2 h ( x + 1 ) − h ( x ) = 9 x + 5
so the coefficient of x is 9. Then suppose
h ( x ) = 9 x + b
we have
1 8 ( x + 1 ) + 2 b − 9 x − b = 9 x + 5 , b = − 1 3
So
f ( x ) = x 3 − 3 x 2 + 9 x − 1 3 , f ( 1 0 ) = 1 0 0 0 − 3 0 0 + 9 0 − 1 3 = 7 7 7
We can clearly see that fx is a cubic function. Let us assume that fx=x3+ax2+bx+c where x3 represents x raised to power 3,so we can now put x+1 in place of above x then we will get f(x+1) so by keeping it in equation given in the question we will get values of a,b and c by comparing hence we found fx now put x=10 and get the ans......IT IS A BIT LONGER APPROACH BUT IT IS VERY EASY.....😊😊
Supposing you can calculate f(0)=d=-13, then f(0)/2¹⁰+∑_{i=1,10}(i^3)/(2^(10+1-i)) = -13/2¹⁰+1/2¹⁰+2³/2⁹+3³/2⁸+...+9³/2²+10³/2¹=777.
Please explain it better
Substantially the same as Mr Zuniga's approach using Python sympy module to do symbolic algebra.
Make an initial guess that f is cubic (knowing that it would have been easy to rework the solution for higher degree polynomials). Define the indeterminate in the polynomial, then the coefficients, then the polynomial itself. Expand the lefthand side of given functional, then the righthand side, collecting similar terms in the indeterminate in each case. Solve for the values of the coefficients then evaluate the polynomial for these values of the coefficients and the given value of the indeterminate.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
This is only possible if degree of polynomial is 3.Let's see how.If I consider polynomial less than 3 then degree of f(x) +(x+1)^3 will be three whereas of 2f(x+1) will be less than 3 so both sides of equality sign can never be equal in this case.If we take degree greater than 4 say n and assume that coefficent of x^n in f(x) is A then in LHS of equation coefficent of x^n will be A and on RHS coefficent of x^n will be 2A.Again a contradiction. Now take a general 3 degree equation and equate coeffiients on both sides. Cubic comes out to be x^3-3x^2+9x-13 Put x=10
We can say that f(x) is a third degree polynomial because all of the coefficients increase when you add (x+1)^3. Let the polynomial be f(x)=ax^3+bx^2+cx+d. f(x)+(x+1)^3=(a+1)x^3+(b+3)x^2+(c+3)x+(d+1). 2f(x+1)=(2a)x^3+(2b+6)x^2+(4b+2c+6)x+(2b+2c+2d+2) In each coefficient, we get that a+1=2a b+3=2b+6 c+3=4b+2c+6 d+1=2b+2c+2d+2 From these equations, we get a=1, b=-3, c=9, d=-13. Plugging these values in the original polynomial, f(x)=x^3-3x^2+9x-13. So f(10)=777
1st analyse the equation then you will get the general form of the function which is f(x) = ax^3 + bx^2 + cx + d then just find the value a, b, c, d then you will find f(x) = ax^3 + bx^2 + cx + d substitute x=10 then f(x)=777
Problem Loading...
Note Loading...
Set Loading...
The key is to recognize that since f ( x ) is a polynomial of some arbitrary degree n , then 2 f ( x + 1 ) is also a polynomial of the same degree. Therefore, 2 f ( x + 1 ) − f ( x ) = ( x + 1 ) 3 = x 3 + 3 x 2 + 3 x + 1 . Furthermore, two polynomials that are equal to each other must have the same degree and the same coefficient on each term of the same degree.
It is thus clear that f ( x ) must be a cubic polynomial and have the general equation f ( x ) = a x 3 + b x 2 + c x + d for a , b , c , d ∈ R . We can thus find that f ( x + 1 ) = a ( x 3 + 3 x 2 + 3 x + 1 ) + b ( x 2 + 2 x + 1 ) + c ( x + 1 ) + d and 2 f ( x + 1 ) − f ( x ) = a x 3 + x 2 ( 6 a + b ) + x ( 6 a + 4 b + c ) + 2 a + 2 b + 2 c + d .
Since this equation must be equal to ( x + 1 ) 3 = x 3 + 3 x 2 + 3 x + 1 , we can match coefficients and deduce that a = 1 , 6 a + b = 3 , 6 a + 4 b + c = 3 , and 2 a + 2 b + 2 c + d = 1 .
Solving through, we find that a = 1 , b = − 3 , c = 9 , and d = − 1 3 . . Therefore, we have found the explicit form of f ( x ) to be f ( x ) = x 3 − 3 x 2 + 9 x − 1 3 and thus, f ( 1 0 ) = 7 7 7 .