Help Getting the roots of a polynomial

In summary: The first thing to notice is that x and a always appear together. I would solve for the quantity (x-a) first instead of x directly. With that in mind, let's substitute z = (x-a).When you are trying to guess the answer for a polynomial, factoring it is usually much better than expanding. In this particular case, there are two nice quantities you could factor out of the equation, either z=(x-a) or b^2. This yields:z (z^2 - 3 b^2) = 2 b^3 b^2 (3 z + 2b) = z^3You should be able to guess
  • #1
degs2k4
74
0

Homework Statement



I am trying to get the roots of:

[tex](x-a)^3 - (x-a)b^2 - 2b^3 -2b^2(x-a)[/tex]

which I know they are [tex] x = a-b [/tex] and [tex] x = a+2 b [/tex]

the problem is, how can I reach that solution ?

The Attempt at a Solution



At first I thought of separating the independent term (the one without x's) and manipulating the expression in order to guess x, but I haven't been successful...

[tex]x^3 - xb^2 - 3xb^2 - a^3 + 3ab^2 - 2b^3 = 0[/tex]

[tex]x^3 - xb^2 - 3xb^2 = a^3 - 3ab^2 + 2b^3[/tex]

How could I solve this?

Thanks...
 
Physics news on Phys.org
  • #2
The first thing to notice is that x and a always appear together. I would solve for the quantity (x-a) first instead of x directly. With that in mind, let's substitute z = (x-a).

When you are trying to guess the answer for a polynomial, factoring it is usually much better than expanding. In this particular case, there are two nice quantities you could factor out of the equation, either z=(x-a) or b^2. This yields:

[tex]z (z^2 - 3 b^2) = 2 b^3 [/tex]

[tex]b^2 (3 z + 2b) = z^3[/tex]

You should be able to guess at least one solution for z from these equations. Then you can factor out a (z-solution) term and use the quadratic formula to find the remaining solutions. Once you have all solutions for z, undo the substitution to get x.
 
  • #3
To add onto that, what you can try is the rational root theorem instead. Because for this question to be do-able without a calculator of some sort, the roots must be simple in some sense!

Say we have a cubic x3+ax2+bx+12=0

We would use the rational root theorem test by trying all values that are factors of 12, i.e. 1,2,3,4,6,12. In this sense, we can try and assume b is an integer, which means that the factors of -2b3
Oh, btw, the cubic is z3-3b2z-2b3=0, where z=x-a

Anyway, the possible simple factors of -2b3 are going to be b,-b,2b,-2b. There could be more using this logic, such as b3 but since by testing these, we are going to have to substitute this into z and the z3 will just make this term b9 and that's obviously not going to cancel with the others.

So trying the above possible roots:

z=b, b3-3b3-2b3[itex]\neq[/itex]0
z=-b, -b3+3b3-2b3=0
z=2b, 8b3-6b3-2b3=0
z=-2b, -8b3+6b3-2b3[itex]\neq[/itex]0

So this means we have roots z=-b,2b.

This means to find the last root we factor these roots and make it equivalent to the initial cubic:

(z+b)(z-2b)(z-k)[itex]\equiv[/itex]z3-3b2z-2b3

Now equate.
 
  • #4
Seems you have missed that you have two terms in (x-a)b2 that you should combine.

Then you may also see that you could further simplify, or make it look easier and more obvious, by dividing by b3 and expressing in terms of the new unknown, call it X, X = (x - a)/b.

After which I hope the whole factorisation should look fairly obvious, if not come back with your result after those operations.
 
Last edited:
  • #5
owlpride said:
[tex]z (z^2 - 3 b^2) = 2 b^3 [/tex]

Thanks for your reply.

However, factoring z = x-a I get the following:

[tex]z (z^2 - z - 2 b^2) = 2 b^3 [/tex]

Which is quite different to what you wrote...
 
  • #6
[tex]
z (z^2 - z - 2 b^2) = 2 b^3
[/tex]
The z inside the parentheses should be a b^2. There's no z^2 term in the original polynomial.
 
  • #7
Sorry - I am hasty and error prone. See my edited version. I think this is the simplest approach. Unless I still have another error. :biggrin::uhh:
 
  • #8
I like epenguin's approach. I totally missed that the powers of z and b always add up to three. Thanks for pointing that out!
 
  • #9
This is the form from which you WILL solve it :)

z = (x-a)

z^3 - z(3b^2) - 2b^3 = 0

like Mentallic said, IF integer roots exist, they must be the integer divisors of - 2b^3.

Try to find in this way at least ONE root, then you can lower the degree of the polynomial (e.g. by poly long division) and then solve a second degree polynomial :P
 
  • #10
I think epenguin's suggestion results in the simplest equation to solve:

[tex]z^3 - 3 z - 2 = 0[/tex]

with z = (x-a)/b
 
  • #11
Thank you very much everyone for your help.

I finally reached the solution with z = (x-a), but I also tried epenguin's substitution (z=(x-a)/b) and everything gets nicely simplified.

Thanks!
 
  • #12
Ahh yes epenguin that's a sharp eye you have there!
 
  • #13
degs2k4 said:


[tex](x-a)^3 - (x-a)b^2 - 2b^3 -2b^2(x-a)[/tex]


One can notice at once the factor 2 in the last two terms. The expression offers the grouping


(x-a)((x-a)^2 - b^2 )- 2b^2(b +x-a).

From here, it is straightforward to proceed.

ehild
 
  • #14
That is quite clever too! I can honestly admit I didn't spot that before grouping, so I wouldn't even start with grouping it in the first place, but if I did... that is definitely the way to go.
 

1. What is a polynomial?

A polynomial is a mathematical expression that consists of variables, coefficients, and operations such as addition, subtraction, and multiplication. It can also include exponents and constants. An example of a polynomial is 2x^2 + 5x + 1.

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

To find the roots of a polynomial, you can use the quadratic formula or factor the polynomial. The quadratic formula is -b ± √(b^2 - 4ac) / 2a, where a, b, and c are the coefficients of the polynomial in the form ax^2 + bx + c. To factor a polynomial, you need to find its factors and use the zero product property to solve for the roots.

3. Why is finding the roots of a polynomial important?

Finding the roots of a polynomial is important because it helps us solve equations and understand the behavior of functions. The roots of a polynomial are the points where the function crosses the x-axis, so they give us information about the real solutions to the equation.

4. Can I use a calculator to find the roots of a polynomial?

Yes, you can use a calculator to find the roots of a polynomial. Most scientific calculators have a built-in function for finding the roots of a polynomial. However, it is still important to understand the concept and process of finding the roots manually.

5. Are there any special cases when finding the roots of a polynomial?

Yes, there are a few special cases when finding the roots of a polynomial. If the polynomial has a degree of one, which means it only has one term with a variable, then the root is simply the inverse of the coefficient. If the polynomial has a degree of two, then it can have one or two real roots or no real roots at all. Lastly, if the polynomial has a degree of three or higher, then it can have multiple real or complex roots.

Similar threads

  • Calculus and Beyond Homework Help
Replies
18
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
462
  • Precalculus Mathematics Homework Help
Replies
12
Views
483
  • Calculus and Beyond Homework Help
Replies
7
Views
555
  • Calculus and Beyond Homework Help
Replies
6
Views
869
  • Calculus and Beyond Homework Help
Replies
1
Views
910
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
697
  • Calculus and Beyond Homework Help
Replies
17
Views
2K
  • Calculus and Beyond Homework Help
Replies
24
Views
796
Back
Top