Can someone teach me how to factor a 5 termed polynomial? here is the polynomial function: 4x^4 + 5x^3 - 14x^2 - 4x +9
if it is designed well enough, the rational roots thrm would apply to be able to knock it doen a degree of two
if you solve the setup for "x" you can run some recursions to get approximations of a root.
4x^4 + 5x^3 - 14x^2 - 4x +9 = 0 4x^4 + 5x^3 - 14x^2 +9 = 4x (4x^4 + 5x^3 - 14x^2 +9)/4 = x make a guess: g (4g^4 + 5g^3 - 14g^2 +9)/4 = x' then use x' as the new guess ... and it should start to converge to one of the roots
I really don't get it. Can you explain it straight forward?
and simple :) pretty please?
the "simple" method relates to the rational roots thrm
define the factors of the last term; and the first term coefficient divide the last by the first to develop a pool of possible roots to test out
9 factors to: 1 3 9 4 factors to: 1 2 4 possible rational roots are therefore composed of some combination of: \[\pm\frac{1,3,9}{1,2,4}\]
since the simplest option to test is "1" .... give it a shot when x=1, do we get a zero?
there is no easy way to do this you have to find a zero first fortunately for you, you can check real fast that \(f(1)=0\) and then divide the polynomial by \(x-1\) to factor it
by design, 1 is also a double root, which would simplify this down to the usual quadratic stuff
... my eyeballing the graph may be in error tho ... looks lke a double lol
i would use technology yeah, 1 is not a double root, just plays one on tv
ugh, this thing was not "well designed" at all now was it
no there is no good way to factor this in general there isn't so at least the question is honest
yeah those were the numbers that sprang in to my head first thing
:)
i was just checking by substitution that my guesses were right
so, i spose this is a linear and a cubic prime?
how can a cubic be prime? arent they spose to have at least one real root at all times ....
\[(x-1) (4 x^3+9 x^2-5 x-9)\]
this one has 4 roots usually "prime" means you can't factor using integers
at least i think that is what "prime" means so for example \[x^2+4x-2\] is prime even though it has two zeros
Hmm. I see, thank yooou for explaining. Now, i understand ^_^v Arigato gozaimas.
Another one: how to factor this? x^3-7x+6 I factored it, i got (x^2-1) (x-6), but it's wrong.
trial and error, try using x=1, or x=-1 as a simple test. there is also a opposite sign rule: on a continuous function; if f(a) is positive; and f(b) is negative ... then there has to be some value between a and b that produces a root
Hmmm. I see, okaaay. Thanks again @amistre64 v^_^v
Join our real-time social learning platform and learn together with your friends!