A previous question asked about a root of:
f(x) = 4x^7 +6x^6 +3x^5 +250x^4 +1000x^3 +75x^2 -20x +17
Can you estimate or generalize approximately about the roots, using only, pencil and paper, factorizations or approximations? (no calculators, computers, solvers or Newton-Raphson. See how far you can get using your head!).
Can you at least bound the regions in which each root lies, by identifying the zero-crossings of f?
Two ideas: a) since all terms other than "-20x" are positive, most roots will be negative.
Hence it might make it algebraically easier to substitute u→(-x) and consider
f(u) = -4u^7 +6u^6 -3u^5 +250u^4 -1000u^3 +75u^2 +20u +17
b) I'm thinking one promising way might be to regard it as the superposition of two (or more) polynomials, a high-order one and a lower-order one.
Your thoughts?
[ http://answers.yahoo.com/question/index?qid=20071215210154AAY3BhC ]
2007-12-15
17:15:55
·
2 answers
·
asked by
smci
7
in
Science & Mathematics
➔ Mathematics
I think there can be at most one root 0
and the other six all negative.
2007-12-15
17:32:39 ·
update #1
Ok so it has three quadratic factors and at least one one real root. Can you at least just estimate the real root, or the quadratic factors?
I already said you don't need derivatives, you can use zero-crossings (method of false position) to get a bound on where the root(s) is(/are).
Clearly f(0) = +17 and f(-10) = very negative => f has at least one root in -10
And you can get a partial factorization approximation by
f(u) = -u^7 + (-3u^7 +6u^6 -3u^5) +250u^3 (u-4) +75u² +20u +17
= -u^7 - 3u^5 (u²-2u+1) +250u^3 (u-4) + 75u² +20u +17
= -u^7 - 3u^5 (u-1)² +250u^3 (u-4) + 75u² +20u +17
and so on. May be useful.
2007-12-15
19:14:58 ·
update #2
In fact f(0) = +17 and f(-1) <<0. So there's a bound on a root.
Now, does f have any other zero-crossings?
2007-12-15
20:02:52 ·
update #3