Find Polynomial Roots: x^4+2x^3-8x^2-18x-9=0

  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Polynomial Roots
Click For Summary

Homework Help Overview

The discussion revolves around finding the roots of the quartic polynomial equation x^4 + 2x^3 - 8x^2 - 18x - 9 = 0, with the specific condition that the sum of two of its roots is zero. Participants explore various methods to approach the problem, including polynomial identities and potential integer roots.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • The original poster attempts to rearrange polynomial equations based on the given condition about the roots, leading to simultaneous equations. Some participants suggest looking for integer roots based on the product of the roots and the sum condition.
  • Others propose assuming specific forms for the roots, such as using factors of the polynomial, and expanding to compare coefficients.
  • There are questions about the efficiency of testing for rational roots versus integral roots, with some participants expressing concerns about the time it may take during tests.

Discussion Status

Participants are actively engaging with different strategies to analyze the polynomial. Some have provided guidance on potential methods, such as using the Rational Roots Theorem and factoring assumptions. Multiple interpretations of the problem are being explored, but there is no explicit consensus on a single method or solution yet.

Contextual Notes

There is an ongoing discussion about the nature of the roots, including the possibility of irrational roots and the implications of testing for rational roots. The original poster expresses frustration with the complexity of the equations derived from their assumptions.

Mentallic
Homework Helper
Messages
3,802
Reaction score
95

Homework Statement


If the sum of two roots of:
[tex]x^4+2x^3-8x^2-18x-9=0[/tex]
are equal to 0, find the roots of the equation.

Homework Equations


For this quartic, [tex]P(x)=ax^4+bx^3+cx^2+dx+e[/tex]

Let the roots be [tex]\alpha, \beta, \gamma, \delta[/tex]

[tex]\alpha +\beta +\gamma +\delta=\frac{-b}{a}[/tex]

[tex]\alpha\beta +\alpha\gamma +\alpha\delta +\beta\gamma +\beta\delta +\gamma\delta=\frac{c}{a}[/tex]

[tex]\alpha\beta\gamma +\alpha\beta\delta +\beta\gamma\delta=\frac{-d}{a}[/tex]

[tex]\alpha\beta\gamma\delta=\frac{e}{a}[/tex]

The Attempt at a Solution


Since 2 roots are equal to 0, i.e. [tex]\alpha +\beta=0[/tex] therefore, [tex]\beta =-\alpha[/tex]
So I began to rearrange the equations, trying to find values for each root by making it the subject. When I end up 'simplifying' the equations down to 2 simultaneous equations, with 2 roots, trying to make the subject for one becomes chaotic.

Let [tex]\beta =-\alpha[/tex]

Therefore, by the sum of the roots one at a time:

[tex]\alpha -\alpha +\beta +\delta=-2[/tex]

Thus, [tex]\beta = -(2+\delta )[/tex]

Now the roots are: [tex]\alpha ,-\alpha ,\delta ,-(\delta +2)[/tex]

By multiplying roots two at a time:

[tex]-\alpha ^2 + \alpha \delta -\alpha (\delta +2) -\alpha\delta +\alpha(\delta +2)-\delta (\delta +2)=-8[/tex]

Simplified: [tex]\alpha ^2+\delta ^2-2\delta =8[/tex] (1)

By multiplying three at a time:

[tex]-\alpha ^2\delta +\alpha ^2(\delta +2) +\alpha \delta (\delta +2)=18[/tex]

Simplified: [tex]\alpha (2\alpha +\delta ^2+2\delta )=18[/tex] (2)

By multiplying all at a time:

[tex]\alpha ^2\delta (\delta +2)=-9[/tex] (3)

Now with equations (1), (2) and (3). It is possible to find [tex]\alpha[/tex] or [tex]\delta[/tex] by making them the subject through simultaneous equations, but this becomes ridiculously complicated which just looks like another polynomial.
Is there another method to solve this problem, or is the answer to the roots easier than meets the eye?
p.s. I know I can just graph the polynomial to find the roots that way, since they're integral, but I *think* it's meant to be solved somewhat along these lines.
 
Physics news on Phys.org
Something like that, you are just making a bit heavy weather of it.

You are looking for integer roots. Their product is -9. This has got to come from either 3, 3, 1, 1 or possibly 9, 1, 1, 1 with pluses and minuses.

Then your [tex]\alpha +\beta +\gamma +\delta=\frac{-b}{a}[/tex]
is

[tex]\alpha +\beta +\gamma +\delta= -2[/tex]

Not many ways you can get -2 out of the above set of numbers, I did it quickly.
 
Ewww!

Try assuming that [itex]\pm\alpha[/itex] are your two roots that sum to zero; that tells you that [itex](x\pm\alpha)[/itex] are factors of your polynomial, and that if you were to factor both of them out, you'd be left with some quadratic equation. That tells you that you can write your polynomial like the following:

[tex](x+\alpha)(x-\alpha)(ax^2+bx+c)=x^4+2x^3-8x^2-18x-9=0[/tex]

But what is [itex](x+\alpha)(x-\alpha)[/itex]?:wink: Expand your assumed polynomial form and compare the coefficients of each power of x. You should be able to easily determine a,b,c and alpha.
 
epenguin said:
Something like that, you are just making a bit heavy weather of it.

You are looking for integer roots. Their product is -9. This has got to come from either 3, 3, 1, 1 or possibly 9, 1, 1, 1 with pluses and minuses.

Then your [tex]\alpha +\beta +\gamma +\delta=\frac{-b}{a}[/tex]
is

[tex]\alpha +\beta +\gamma +\delta= -2[/tex]

Not many ways you can get -2 out of the above set of numbers, I did it quickly.
The problem with testing points is that they're not always integer roots. There might be irrational roots which I must find from the resultant quadratic. Of course testing points would work if they're all integral, but wastes valuable time in the test if they're not.

gabbagabbahey said:
Ewww!

Try assuming that [itex]\pm\alpha[/itex] are your two roots that sum to zero; that tells you that [itex](x\pm\alpha)[/itex] are factors of your polynomial, and that if you were to factor both of them out, you'd be left with some quadratic equation. That tells you that you can write your polynomial like the following:

[tex](x+\alpha)(x-\alpha)(ax^2+bx+c)=x^4+2x^3-8x^2-18x-9=0[/tex]

But what is [itex](x+\alpha)(x-\alpha)[/itex]?:wink: Expand your assumed polynomial form and compare the coefficients of each power of x. You should be able to easily determine a,b,c and alpha.

Aha how could I miss this lol.

Transforming the equation into:

[tex](x+\alpha)(x-\alpha)(Ax^2+Bx+C) \equiv x^4+2x^3-8x^2-18x-9=0[/tex]

thus, [tex]\equiv Ax^4+Bx^3+(C-A\alpha ^2)x^2-B\alpha ^2x-C\alpha ^2[/tex]

[tex]A=1,B=2,C=1,\alpha =\pm 3[/tex]

Thus I end up with the factors: [tex]P(x)=(x-3)(x+3)(x+1)^2[/tex]

Thanks for all the help!
 
Mentallic said:
The problem with testing points is that they're not always integer roots. There might be irrational roots which I must find from the resultant quadratic. Of course testing points would work if they're all integral, but wastes valuable time in the test if they're not.
True, the roots of a polynomial are not always integral, but third-degree or higher polynomials can be difficult or even impossible to factor, so you want to eliminate the easy possible roots first.

There is a theorem that is useful, called the Rational Roots Theorem, IIRC. It says that in a polynomial equation a_n * x^n + a_(n - 1) *x^(n - 1) + ... + a_1 * x + a_0 = 0, if p/q is a root of the equation, then p must divide a_0 and q must divide a_n.

In your equation, a_4 = 1 and a_0 = -9. The numerator of any possible rational root has to divide -9, and the denominator of the root has to divide 1, so the possible rational roots are +/-1, +/- 3, and +/-9. You can check these 6 possible roots fairly quickly, especially if you use the technique of synthetic division, which I won't explain here.

You mentioned not wanting to test integral roots (the technique above works for rational roots as well) because it might waste time during a test. If you don't eliminate the easy possibilities right off the bat, the time you save will probably be wasted on trying to get irrational roots by brute force.


Mentallic said:
Aha how could I miss this lol.

Transforming the equation into:

[tex](x+\alpha)(x-\alpha)(Ax^2+Bx+C) \equiv x^4+2x^3-8x^2-18x-9=0[/tex]

thus, [tex]\equiv Ax^4+Bx^3+(C-A\alpha ^2)x^2-B\alpha ^2x-C\alpha ^2[/tex]

[tex]A=1,B=2,C=1,\alpha =\pm 3[/tex]

Thus I end up with the factors: [tex]P(x)=(x-3)(x+3)(x+1)^2[/tex]

Thanks for all the help!
 
Mark44 said:
True, the roots of a polynomial are not always integral, but third-degree or higher polynomials can be difficult or even impossible to factor, so you want to eliminate the easy possible roots first.
...
You can check these 6 possible roots fairly quickly, especially if you use the technique of synthetic division, which I won't explain here.

You mentioned not wanting to test integral roots (the technique above works for rational roots as well) because it might waste time during a test. If you don't eliminate the easy possibilities right off the bat, the time you save will probably be wasted on trying to get irrational roots by brute force.

Thanks a lot for your advice on the topic mark44! I guess all the 3rd degree or higher polynomials given in a test would have rational roots, so testing points either by finding P(a) or by this synthetic division you mentioned (I'll read up on it) would be faster.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
2
Views
3K
  • · Replies 12 ·
Replies
12
Views
4K
Replies
4
Views
2K
Replies
4
Views
3K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K