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

In summary, the conversation discussed a problem involving finding the roots of a quartic equation. The conversation explored different methods for solving the problem and ultimately arrived at the solution by factoring the polynomial and using the Rational Roots Theorem to eliminate potential roots. The final solution was given as P(x)=(x-3)(x+3)(x+1)^2.
  • #1
Mentallic
Homework Helper
3,802
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
  • #2
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.
 
  • #3
Ewww! :yuck:

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.
 
  • #4
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! :yuck:

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!
 
  • #5
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!
 
  • #6
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.
 

1. What is a polynomial?

A polynomial is an algebraic expression that consists of variables, coefficients, and exponents. It can contain addition, subtraction, and multiplication, but not division or square roots.

2. How do you find the roots of a polynomial?

To find the roots of a polynomial, you can use a variety of methods such as factoring, the quadratic formula, or the rational roots theorem. In this case, we will use the rational roots theorem.

3. What is the rational roots theorem?

The rational roots theorem states that if a polynomial has integer coefficients, then any rational root must be of the form p/q, where p is a factor of the constant term and q is a factor of the leading coefficient.

4. How do you apply the rational roots theorem to find the roots of x^4+2x^3-8x^2-18x-9=0?

First, we need to find the factors of the constant term (-9) and the leading coefficient (1). The factors of -9 are ±1, ±3, and ±9, while the factors of 1 are ±1. Therefore, the possible rational roots are ±1, ±3, and ±9. We can then use synthetic division or plug in these values to see if they make the polynomial equal to 0. After testing, we find that x=-1 is a root. We can then use synthetic division again to find the remaining roots.

5. What are the roots of x^4+2x^3-8x^2-18x-9=0?

The roots of this polynomial are x=-1, x=-3, and x=3. These are the values that make the polynomial equal to 0 when plugged in. The fourth root can be found by dividing the original polynomial by (x+1)(x+3)(x-3) using synthetic division, resulting in x=-1/2.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
10
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
10
Views
351
Replies
4
Views
960
Replies
1
Views
928
  • Introductory Physics Homework Help
Replies
10
Views
836
Back
Top