PDA

View Full Version : math - polynomials


denian
Nov21-03, 12:46 AM
given that f(x) = x^4 - 27x^2 - 14x + 120 can be expressed as

( x^2 + a )^2 - ( bx + 7 )^2

where a,b are constant. find the values of a and b. hence, or otherwise, factorise f(x) completely.




the value of a and b are -13 and 1 respectively.
so,

f(x) = ( x^2 - 13 )^2 - ( x + 7 )^2

one way to factorise f(x) completely is to substitute value of x so that we can get
f(x) = 0.

is there any other easier way since there is a keyword "HENCE" in the question.
thank you.

arcnets
Nov21-03, 11:38 AM
f(x) = 0
<=>
( x^2 - 13 )^2 = ( x + 7 )^2
Taking square roots on both sides:
|x^2 - 13| = |x + 7|
This breaks up into 2 separate equations which are just quadratic and, thus, can directly be solved, giving 2 zeroes of f each.

HallsofIvy
Nov21-03, 11:47 AM
I suspect what was intended here was that you use

a2- b2= (a-b)(a+b).

Once you know that
x4 - 27x2 - 14x + 120= ( x2 - 13 )2 - ( x + 7 )2,

you can continue as
(x2- 13+ (x- 7))(x2-13-(x-7))
= (x2+ x- 20)(x2-x- 6)

Now can you further factor those two factors?

denian
Nov21-03, 06:26 PM
TQ.

HallsofIvy
Nov22-03, 04:46 PM
"That's Quaint"? :)