Given a quartic polynomial f ( x ) knowing the value of the leading coefficient is 1 .
It's also given that f ( 1 ) = 3 ; f ( 3 ) = 1 1 and f ( 5 ) = 2 7 .
Calculate f ( − 2 ) + 7 f ( 6 ) .
Hint: You don't have to find all the variables and coefficients of 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.
Great solution! Do you think we can define an extra polynomial?
Log in to reply
Thanks! Hmm. I'm not quite sure I know what you mean by an extra polynomial (sorry, I am being less than Brilliant...). I suspect you have something very clever up your sleeve!
Nice solution. A more generalised way which works for rational functions also is to define a polynomial g ( x ) = f ( x ) − ( x 2 + 2 ) . Thus g ( x ) has 4 roots 3 of which are 1 , 3 , 5 . We write, since g ( x ) is monic polynomial, g ( x ) = ( x − 1 ) ( x − 3 ) ( x − 5 ) ( x − α ) ⋯ ⋯ ( 1 ) for some real α .
Substituting x = − 2 and x = 6 in (1) leads to the answer.
Same solution! Nice. Upvoted!
Notice f ( x ) = x 2 + 2 for x ∈ { 1 , 3 , 5 } . This means ( x − 1 ) ( x − 2 ) ( x − 3 ) ∣ f ( x ) − ( x 2 + 2 ) , and because f ( x ) is quartic with leading coefficient 1 , ( x − 1 ) ( x − 3 ) ( x − 5 ) f ( x ) − ( x 2 + 2 ) is linear with leading coefficient 1 . In particular, we have that ∀ x , y = 1 , 3 , 5 , ( x − 1 ) ( x − 3 ) ( x − 5 ) f ( x ) − ( x 2 + 2 ) − ( y − 1 ) ( y − 3 ) ( y − 5 ) f ( y ) − ( y 2 + 2 ) = x − y . Taking x = 6 , y = − 2 yields the solution: 7 f ( 6 ) + f ( − 2 ) = 1 1 1 2
If we set f ( x ) = x 4 + a x 3 + b x 2 + c x + d , we get the equations
f ( 1 ) = 1 + a + b + c + d
f ( 3 ) = 8 1 + 2 7 a + 9 b + 3 c + d
f ( 5 ) = 6 2 5 + 1 2 5 a + 2 5 b + 5 c + d
and we want to know
f ( − 2 ) + 7 f ( 6 ) = 9 0 8 8 + 1 5 0 4 a + 2 5 6 b + 4 0 c + 8 d
We will not be able to find a, b, c, d, because we only have three equations and 4 unknowns, but we are hoping that some linear combination c 1 f ( 1 ) + c 3 f ( 3 ) + c 5 f ( 5 ) will be equal to f ( − 2 ) + 7 f ( 6 ) (possibly apart from a constant).
So we want to solve
1 c 1 + 2 7 c 3 + 1 2 5 c 5 = 1 5 0 4 (a)
1 c 1 + 9 c 3 + 2 5 c 5 = 2 5 6 (b)
1 c 1 + 3 c 3 + 5 c 5 = 4 0 (c)
1 c 1 + 1 c 3 + 1 c 5 = 8 (d)
These are 4 equations for 3 unknowns, but let's see if it works out. I used the last three eqations to find c 1 = 7 , c 3 = − 1 4 , c 5 = 1 5 and checked the first equation afterwards: c 1 + 2 7 c 3 + 1 2 5 c 5 = 1 5 0 4 .
For the units we have c 1 + 8 1 c 3 + 6 2 5 c 5 = 8 2 4 8 , which is 840 less than the 9088 required, so we need to add 840. We now know that f ( − 2 ) + 7 f ( 6 ) = c 1 f ( 1 ) + c 3 f ( 3 ) + c 5 f ( 5 ) + 8 4 0 = 7 × 3 − 1 4 × 1 1 + 1 5 × 2 7 + 8 4 0 = 1 1 1 2 .
Problem Loading...
Note Loading...
Set Loading...
Note that 3 = 1 2 + 2 , 1 1 = 3 2 + 2 and 2 7 = 5 2 + 2 . This means we have f ( x ) = x 2 + 2 + ( x − k ) ( x − 1 ) ( x − 3 ) ( x − 5 ) for some k . Substituting in, we find
f ( − 2 ) = 2 1 6 + 1 0 5 k
7 f ( 6 ) = 8 9 6 − 1 0 5 k
and so f ( − 2 ) + 7 f ( 6 ) = 1 1 1 2 .