If f ( x ) is a polynomial such that f ( x ) = f ′ ( x ) + ( x + 2 ) 2 , what is f ( 1 ) ?
Clarification : f ′ ( x ) denotes the first derivative of the function f ( x ) .
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.
To elaborate on your first paragraph:
Let d denote the power of the polynomial f ( x ) , because de g ( L H S ) = de g ( R H S ) , then d = max ( d − 1 , 2 ) . Since d = d − 1 , then d = 2 only.
Nice solution, Peter! Good observation about the degrees.
Once you've made that observation, another way to find the coefficients is to take derivatives. For example, f ′ ( x ) = f ′ ′ ( x ) + 2 ( x + 2 ) = 2 x + 6 .
Same Method, +1 :)
Since the other solutions deal with the Inspiring method to check degrees so I am providing a bit different solution.
d x d y − y = − ( x + 2 ) 2
e − x ( d x d y − y ) = − e − x ( x + 2 ) 2 ) As e ∫ − 1 d x is the I.F of the linear differential equation.
y e − x = − ∫ ( x + 2 ) 2 e − x d x
Integrating by parts several times we get , y e − x = ( x + 2 ) 2 e − x + 2 x e − x + 6 e − x + C
We eliminate the constant by putting x = ∞ and we get C = 0
⟹ y = ( x + 2 ) 2 + 2 x + 6 = x 2 + 6 x + 1 0
So, f ( 1 ) = 1 7
Oh yess... Very nice 1
We will be greatful 2 u if contribute to brilliant's wiki
Same method. Great :)
Differentiating multiple times, one can see that f ( 3 ) = f ( 4 ) . Since f is a polynomial, we conclude that it must be true that f ( 3 ) = f ( 4 ) = 0 , thus our polynomial is of order 2 . Let f ( x ) = A x 2 + B x + C . we will have:
A x 2 + B x + C = 2 A x + B + x 2 + 4 x + 4 = A x 2 + ( 2 A + 4 ) x + ( B + 4 )
Due to the uniqueness of polynomial expansion, it must be true that A = 1 , implying that B = 6 , which finally implies that C = 1 0 . We thus have:
f ( x ) = x 2 + 6 x + 1 0
Thus, f ( 1 ) = 1 7 .
Problem Loading...
Note Loading...
Set Loading...
Using the fact that differentiating a polynomial reduces its degree, we can see that the degrees of the left hand side and the right hand side of the equation can match only if the degree of f ( x ) is 2.
So let us write
f ( x ) = A x 2 + B x + C
Substituting into the equation this gives
A x 2 + B x + C = 2 A x + B + ( x + 2 ) 2
Expanding the bracket and grouping terms with the same power of x
⟹ A x 2 + B x + C = x 2 + ( 2 A + 4 ) x + ( B + 4 )
Two polynomials are equal only if the corresponding coefficients are equal. Applying this principle to the above equation leads us to three simultaneous equations-
A = 1
B = 2 A + 4 ⟹ B = 6
C = B + 4 ⟹ C = 1 0
The required polynomial is therefore f ( x ) = x 2 + 6 x + 1 0 and so
f ( 1 ) = 1 + 6 + 1 0 = 1 7