Understanding Cubic Factorization: Solving for Roots with a and -2a

  • #1
Argonaut
45
24
Homework Statement
Find the roots of the following equation:
$$x^3-3a^2x+2a^3=0$$
where ##a## is a constant.
Relevant Equations
None
This is part of a longer exercise I struggled with. I checked the solutions manual, and there was a bit where they performed the following steps:

$$x^3=3a^2x-2a^3 \\$$
$$(x-a)^2(x+2a)=0$$

And then concluded that the roots were ##a## and ##-2a##, which is clear. What I can't work out is how they factorised the original equation.

I've got as far as figuring out that ##a## is a root so that ##(x-a)## must be a factor, but I didn't get any further than that.

What am I missing?
 
Physics news on Phys.org
  • #2
Argonaut said:
Homework Statement: Find the roots of the following equation:
$$x^3-3a^2x+2a^3=0$$
where ##a## is a constant.
Relevant Equations: None

This is part of a longer exercise I struggled with. I checked the solutions manual, and there was a bit where they performed the following steps:

$$x^3=3a^2x-2a^3 \\$$
$$(x-a)^2(x+2a)=0$$

And then concluded that the roots were ##a## and ##-2a##, which is clear. What I can't work out is how they factorised the original equation.

I've got as far as figuring out that ##a## is a root so that ##(x-a)## must be a factor, but I didn't get any further than that.

What am I missing?
The quick answer to this is a variation on the rational root theorem. First try ##x = \pm a, \pm 1## and see if there are solutions. If there is one, or more, then you can find the rest by doing a long division on the polynomial, and use the quadratic formula or just solve the linear equation. It turns out that you can easily find solutions to this cubic this way.

The long answer is Cardano's method. This is already a depressed cubic, so it shouldn't be too awful hard, but it is going to get a bit involved.

-Dan
 
  • Like
  • Informative
Likes WWGD and Argonaut
  • #3
Argonaut said:
Homework Statement: Find the roots of the following equation:
$$x^3-3a^2x+2a^3=0$$
where ##a## is a constant.
Relevant Equations: None

This is part of a longer exercise I struggled with. I checked the solutions manual, and there was a bit where they performed the following steps:

$$x^3=3a^2x-2a^3 \\$$
$$(x-a)^2(x+2a)=0$$

And then concluded that the roots were ##a## and ##-2a##, which is clear. What I can't work out is how they factorised the original equation.

I've got as far as figuring out that ##a## is a root so that ##(x-a)## must be a factor, but I didn't get any further than that.

What am I missing?
Write [tex]x^3 - 3a^2 x + 2a^3 = (x - a)(x^2 + Ax + B)[/tex] and expand the right hand side. Compare coefficients of powers of [itex]x[/itex] to find [itex]A[/itex] and [itex]B[/itex]. Or use [tex]
(x - a)^3 = x^3 - 3ax^2 + 3a^2 x - a^3[/tex] to write [tex]
\begin{split}
x^3 - 3a^2 x + 2a^3 &= \left((x - a)^3 + 3ax^2 - 3a^2 x + a^3\right) - 3a^2 x + 2a^3 \\
&= (x - a)^3 + 3ax^2 - 6a^2 x + 3a^3\end{split}[/tex] and further simplify the final expression.
 
Last edited:
  • Like
  • Informative
Likes Argonaut and topsquark
  • #4
If you encounter such problems in artificial situations like homework, exams, or examples in books, then it is almost always the case that one solution can be guessed. We see in our case that ##x=a## is a zero of ##x^3-3a^2x+2a^3.## This means that ##(x-a)## divides the polynomial ##x^3-3a^2x+2a^3.## You can perform a long division like you do with numbers
$$
(x^3-3a^2x+2a^3) \, : \,(x-a) = q(x)
$$
to receive the resulting polynomial ##q(x)## which has to be of degree ##2## and ##q(x)=0## can be solved by e.g. completing the square, or solve the equation
$$
q(x)\cdot (x-a)=(x^2+Ax+B)\cdot (x-a)=x^3-3a^2x+2a^3
$$
as @pasmith suggested. Both works. I like the long division because it is only one step and I need the practice for more complicated cases, but that is a matter of taste (and the degree of the polynomials).

If we have ##q(x)=x^2+ax-2a^2## then we see that ##x=a## is another zero and we can divide again by ##(x-a)## or use the known formula
$$
q(x)=0\Longrightarrow x_{1,2}=-\dfrac{a}{2}\pm \sqrt{\dfrac{a^2}{4}+2a^2}=-\dfrac{a}{2}\pm \dfrac{3}{2}a\Longrightarrow x\in \left\{a\, , \,-2a\right\}
$$
And ##x^3-3a^2x+2a^3=(x-a)\cdot (x-a) \cdot (x-(-2a))=(x-a)^2(x+2a).##
 
  • Like
  • Informative
Likes Argonaut and topsquark
  • #5
Thanks, @topsquark, @pasmith and @fresh_42, for the insightful replies. I'm much obliged!

I now realise that the long division of polynomials has been a glaring blind spot in my mathematical repertoire.

(An amusing aside:

I blame the inconsistency of mathematical notation across nations! :biggrin:

You see, as a pupil, I was taught long division using the German method. However, I only learnt the long division of polynomials much later and using the 'English method', and the whole thing felt cumbersome because of the new notation. I didn't realise they were the same algorithm, just different notation. I drilled the English method with polynomials for a while, but it quickly fell out of my mathematical toolbox, because I still tend to reach for the German long division whenever needed. Now I know I can use the familiar and comfortable German method to carry out the long division of polynomials. It seems like a silly oversight.)
 
  • Informative
Likes topsquark
  • #7
  • Like
Likes fresh_42

1. How do you factorize a cubic equation?

To factorize a cubic equation, you can first look for any common factors among the terms. Then, you can use methods such as grouping, synthetic division, or the rational root theorem to find the roots of the equation.

2. What is the significance of the coefficient 'a' in cubic factorization?

The coefficient 'a' in a cubic equation affects the shape and position of the graph. It determines the vertical stretch or compression of the graph and can also shift the graph vertically.

3. How do you solve for roots using the coefficient 'a' and -2a in cubic factorization?

To solve for roots using the coefficient 'a' and -2a in cubic factorization, you can first factor out the common factor of 'a' and then use the factor theorem to find the roots of the equation.

4. Why is it important to understand cubic factorization in mathematics?

Understanding cubic factorization is important in mathematics as it helps in solving cubic equations, which are commonly encountered in various fields such as engineering, physics, and economics. It also provides insights into the behavior of cubic functions.

5. Can cubic factorization be applied to real-world problems?

Yes, cubic factorization can be applied to real-world problems where cubic equations arise, such as modeling population growth, analyzing economic trends, or designing structures. By factorizing cubic equations, we can find solutions that have practical implications.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
12
Views
485
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
273
  • Linear and Abstract Algebra
Replies
3
Views
751
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
  • Precalculus Mathematics Homework Help
Replies
25
Views
5K
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
Back
Top