Let f ( x ) be a monic cubic function with the following properties:
For any line L ( x ) such that L ( 2 ) = 2 that intersects f ( x ) at three distinct points ( x 1 , y 1 ) , ( x 2 , y 2 ) , ( x 3 , y 3 ) , the sum x 1 + x 2 + x 3 = 2 .
For any quadratic function P ( x ) such that P ( 0 ) = 0 that intersects f ( x ) at three distinct points ( x 4 , y 4 ) , ( x 5 , y 5 ) , ( x 6 , y 6 ) , the product x 4 x 5 x 6 = − 3 .
f ( 2 ) = 1 7
Find the value of f ( 5 ) .
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.
Great explanation! The awkward condition about sum/product of roots is easily understood and conditioned using Vieta's formula :)
assume f(x) to be general cubic expression. Then for f(x)=x , sum of roots is 2, show that b=-2a. Then for f(x)=lx^2+mx , product of roots is -3,shew that d=3a. Now for f(x)=2,shew that 2c+d=17. Since polynomial is monic put a=1 to get b=-2,c=7and d=3. Then find f(5) as 113
Problem Loading...
Note Loading...
Set Loading...
Since f ( x ) is monic, we know that it is of the form f ( x ) = x 3 + a x 2 + b x + c .
Let's start by looking at that first wacky condition, where the x -coordinates of intersections with a line all add up to two, and that the line must pass through ( 2 , 2 ) . Let's define L ( x ) = m x − 2 m + 2 as a line through ( 2 , 2 ) with slope m .
We know that the x values of the intersections between f ( x ) and L ( x ) are really just the roots of the equation f ( x ) − L ( x ) = 0 , so we know that x 3 + a x 2 + b x − m x + c + 2 m − 2 = 0 has roots x 1 , x 2 , x 3 .
By Vieta's Formula , we know that − a = x 1 + x 2 + x 3 , which was given to be 2 by the problem. Therefore, a = − 2 .
We can deal with the second condition in the same way. We know that x = 0 is a root of P ( x ) , therefore we know that P ( x ) = x ( q x + r ) for some values q and r . This means that P ( x ) = q x 2 + r x . We once again note that the x values of the intersections between f ( x ) and P ( x ) are the roots of the equation f ( x ) − P ( x ) = 0 .
We then get that x 3 + a x 2 − q x 2 + b x − r x + c = 0 has roots x 4 , x 5 , x 6 . Once again, by Vieta's Formula, we know that − c = x 4 x 5 x 6 , which was given by the problem to be − 3 . Therefore, we know that c = 3 .
We now know that f ( x ) = x 3 − 2 x 2 + b x + 3 , and so we can apply the last condition of f ( 2 ) = 1 7 to find that b = 7 .
And so we get that f ( x ) = x 3 − 2 x 2 + 7 x + 3 , and so f ( 5 ) = 1 2 5 − 5 0 + 3 5 + 3 = 1 1 3 .