Find the roots of the given cubic equation

  • #1
chwala
Gold Member
2,650
351
Homework Statement
see attached
Relevant Equations
Ring Theory
Going through this, am still checking but will post all the same; which method did they apply to find the roots of the attachment below.
1696244191342.png
My thinking;

Let
##p+qi##

be the cube root of

##x^3-6x+2=0##

then,

##\sqrt{x(x^2-6)}=i\sqrt{2}##

##(p^2-q^2+2pqi)(p+qi)= x^3-6x+2##

We know that,

##\sqrt{x^3-6x}=0+ i\sqrt{2}##

...
##(p^3-pq^2)=0 ##

##\sqrt{(-3p^2q-2pq^2+q^3)}i =i\sqrt{2}##
 
Last edited:
Physics news on Phys.org
  • #2
chwala said:
Homework Statement: see attached
Relevant Equations: Ring Theory

Going through this, am still checking but will post all the same; which method did they apply to find the roots of the attachment below.
View attachment 332895My thinking;

Let
##p+qi##

be the cube root of

##x^3-6x+2=0##

then,

##x(x^2-6)=i\sqrt{2}##

##(p^2-q^2+2pqi)(p+qi)= x^3-6x+2##

We know that,

##x^3-6x=0+ i\sqrt{2}##

...
##(p^3-pq^2)=0 ##

##(-3p^2q-2pq^2+q^3)i =i\sqrt{2}##
Where did you get
##x(x^2 - 6) = i \sqrt{2}##
from?

You are pretty much stuck with Cardano's method. I probably shouldn't give you this particular link, as it deals with your exact problem, but Cardano's method can be a bit tough to learn. (And this is an easier way to learn it than I used!) The idea is to write ##x^3 - 6x + 2 = (a + b)^3## in a useful way. See here.

-Dan
 
  • Like
  • Informative
Likes MatinSAR, WWGD, fresh_42 and 1 other person
  • #3
topsquark said:
Where did you get
##x(x^2 - 6) = i \sqrt{2}##
from?

You are pretty much stuck with Cardano's method. I probably shouldn't give you this particular link, as it deals with your exact problem, but Cardano's method can be a bit tough to learn. (And this is an easier way to learn it than I used!) The idea is to write ##x^3 - 6x + 2 = (a + b)^3## in a useful way. See here.

-Dan
sorry i meant square root... i just amended. Let me look at your suggestion.
 
  • #4
The text in the picture does not suggest that it would be easy to find the roots. It only gives you the answer. Most likely it will be something they cover later on. What follows after that paragraph?
 
  • Like
Likes topsquark
  • #5
Say the solutions are a,b,c
[tex]a+b+c=0[/tex]
[tex]ab+bc+ca=6[/tex]
[tex]abc=-2[/tex]
We easily see that the given solution satisfies these conditions. It is not deriving but confirming the solution.
 
  • Like
Likes topsquark
  • #6
chwala said:
Homework Statement: see attached
Relevant Equations: Ring Theory

Going through this, am still checking but will post all the same; which method did they apply to find the roots of the attachment below.
View attachment 332895My thinking;

Let
##p+qi##

be the cube root of

##x^3-6x+2=0##

then,

##\sqrt{x(x^2-6)}=i\sqrt{2}##

##(p^2-q^2+2pqi)(p+qi)= x^3-6x+2##

We know that,

##\sqrt{x^3-6x}=0+ i\sqrt{2}##

...
##(p^3-pq^2)=0 ##

##\sqrt{(-3p^2q-2pq^2+q^3)}i =i\sqrt{2}##
Sorry to nitpick, but didn't you mean ##p+qi## is _ a_ root of ##x^3-6x+2##?
 
  • Like
Likes topsquark
  • #7
WWGD said:
Sorry to nitpick, but didn't you mean ##p+qi## is _ a_ root of ##x^3-6x+2##?
@WWGD I wanted it to be the cube root...I was thinking along that line...
 
  • Like
Likes WWGD
  • #8
chwala said:
@WWGD I wanted it to be the cube root...I was thinking along that line...
Fair enough, but not sure what the cube root of an equation means. Do you mean ## (p+qi)^{1/3}## is a root of ##x^3+ 3x+2##?
 
  • #9
WWGD said:
Fair enough, but not sure what the cube root of an equation means. Do you mean ## (p+qi)^{1/3}## is a root of ##x^3+ 3x+2##?
That was my thinking based on the ##3## complex roots that are indicated...
 
  • #10
Cardano is well explained by Euler. The upshot is to write your equation as
X^3 = 6X -2, and find u,v with 3uv = 6, i.e. uv =2, and u^3 + v^3 = -2. Then X = u+v.

Thus with A = u^3 and B = v^3, want A+B = -2 and AB = 8, which means Y=A and Y=B are solutions of Y^2 + 2Y +8 = 0, namely Y = -1 ± sqrt(-7).

Then u = cubrt(Y), and v = 2/u, give the 3 solutions.

The derivation is by assuming X = u+v, and expanding (u+v)^3 = 3uv(u+v) + u^3+v^3, setting u+v = X, 3uv = 6, u^3+v^3 = -2. Then X^3 = 6X -2 exactly when X = u+v, where u,v satisfy 3uv = 6, u^3+v^3 = -2.
 
Last edited:
  • Like
Likes chwala and topsquark
  • #11
topsquark said:
Where did you get
##x(x^2 - 6) = i \sqrt{2}##
from?

You are pretty much stuck with Cardano's method. I probably shouldn't give you this particular link, as it deals with your exact problem, but Cardano's method can be a bit tough to learn. (And this is an easier way to learn it than I used!) The idea is to write ##x^3 - 6x + 2 = (a + b)^3## in a useful way. See here.

-Dan
I just had a look at the video; the Cardano's method is not difficult or tough to learn! its pretty straightforward. Just a question ...does it apply to all cubic functions of the form ##ax^3+bx+c=0##? This approach is new to me... thanks though...

How do we manipulate her solution (shown below) to the three form of solutions indicated in post ##1##?

##x=-\dfrac{2}{\sqrt [3]{1±i\sqrt{7}}}-{\sqrt [3]{1±i\sqrt{7}}}##
 
Last edited:
  • #12
I tried to explain cardano's method briefly but completely above. I.e. as Euler explains in his elementary algebra book, since (u+v)^3 = 3uv(u+v) + (u^3+v^3),
is true for every u and v, we can always solve X^3 = AX + B, provided we can find u and v with 3uv = A and u^3+v^3 = B. I.e. then we need only set X = u+v.

But we know we can always solve for two numbers with given sum p and product q, just by solving the quadratic Y^2 - pY + q = 0. (Since in a quadratic, with roots r and s, we have (Y-r)(Y-s) = Y^2 - (r+s)Y + rs = 0, so the constant coefficient is the product rs, and the linear coefficient Is (minus) the sum r+s.)

In our case the two numbers we want to solve for are u^3 and v^3, since we know their sum and product, i.e. since 3uv = A, we know (uv)^3 = u^3v^3 = A/27, and we are given u^3 + v^3 = B.

So the first step in finding u and v is to find u^3 and v^3 by solving Y^2 - BY + A/27 = 0. Taking one such solution for Y to be u^3, we take all three cube roots to find all three values of u, and then to find v we use the fact that 3uv = A, so v = A/3u.
Then finally X = any of the three values of u+v.

Thus to solve X^3 = 6X -2, just set 3uv = 6, or uv = 2, so u^3.v^3 = 8, and u^3+v^3 = -2, so then solve Y^2 +2Y + 8 =0, for u^3 = Y = -1 - sqrt(-7), (you only need one solution since the other one is v^3.)

Then the three solutions for u are the three cube roots of this solution, and given any one of them, the others are found by multiplying by the two non trivial cube roots of 1.

In each case the corresponding values of v are v = 2/u. so one solution is
X = u + 2/u = cubert(-1 - sqrt(-7)) + 2/cubert(-1 -sqrt(-7)), and if t is a non trivial cube root of 1, i.e. since t^3-1 = (t-1)(t^2+t+1) = 0, if t is a solution of t^2+t+1 = 0, the other two solutions for X are:
X = tu + 2/tu, and X = t^2u + 2/t^2u.

To compare to the solutions in post #1, note that the quadratic formula gives
t = (1/2)(-1 ± i.sqrt(3)).

do you see it now?
 
Last edited:
  • Like
Likes chwala
  • #13
This equation has 3 real solutions . You can find it numerically -2.601 0.339 2.261. Are the answers of the text real values? Not evident.....
 
  • #14
bamboum said:
This equation has 3 real solutions . You can find it numerically -2.601 0.339 2.261. Are the answers of the text real values? Not evident.....
not sure of this...
 

1. How do you find the roots of a cubic equation?

To find the roots of a cubic equation, you can use the cubic formula or factor the equation if possible. The cubic formula involves complex calculations, so factoring is often preferred if the equation is factorable.

2. Can a cubic equation have more than three roots?

No, a cubic equation can have at most three roots. This is because a cubic equation is a polynomial of degree 3, and according to the Fundamental Theorem of Algebra, a polynomial of degree n has exactly n roots.

3. What is the relationship between the roots and coefficients of a cubic equation?

The relationship between the roots and coefficients of a cubic equation is defined by Vieta's formulas. For a cubic equation ax^3 + bx^2 + cx + d = 0 with roots α, β, and γ, the relationships are:α + β + γ = -b/aαβ + βγ + γα = c/aαβγ = -d/a

4. How do you know if a cubic equation has real roots?

A cubic equation has real roots if the discriminant of the equation, Δ = 18abcd - 4b^3d + b^2c^2 - 4ac^3 - 27a^2d^2, is greater than or equal to 0. If Δ > 0, the equation has three distinct real roots. If Δ = 0, the equation has one real root with multiplicity 3.

5. Can all cubic equations be solved algebraically?

No, not all cubic equations can be solved algebraically. Some cubic equations may have roots that involve complex numbers or cannot be expressed in terms of radicals. In such cases, numerical methods or approximation techniques may be used to find the roots of the equation.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
8
Views
581
  • Precalculus Mathematics Homework Help
Replies
12
Views
485
  • Precalculus Mathematics Homework Help
Replies
6
Views
594
  • Precalculus Mathematics Homework Help
Replies
1
Views
507
  • Precalculus Mathematics Homework Help
Replies
9
Views
978
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
702
  • Precalculus Mathematics Homework Help
Replies
23
Views
607
  • Precalculus Mathematics Homework Help
Replies
22
Views
2K
  • Precalculus Mathematics Homework Help
2
Replies
39
Views
2K
Back
Top