Discovering Cubic Root Solutions: A Guide for Scientists

  • Thread starter uob_student
  • Start date
  • Tags
    Roots
In summary, the conversation revolves around finding roots of cubics using different methods. One method suggested is Newton's method of approximation, while the other is Cardan's formula. The latter involves using the equation x^3+mx=n to find the values of a and b, which can then be used to calculate the roots. However, this method is quite complex and not easy to apply.
  • #1
uob_student
22
0
hello

how can i finding roots to cubics??

explain by example

:smile:
 
Physics news on Phys.org
  • #2
Perhaps you have an example in mind?
 
  • #3
Oh how I just love these open-ended questions ;P
 
  • #4
If you want to find approximate vaues, use Newton's method of approximation. (you can google for it).
For a more analytical approach try here
 
  • #5
Tide said:
Perhaps you have an example in mind?


x^3+(5*x^2)+(3*x)+9=0
 
  • #6
Fermat said:
If you want to find approximate vaues, use Newton's method of approximation. (you can google for it).
For a more analytical approach try here


no i do not want Newton's method of approximation :smile:

i want (kardan) method but i am not sure about the spelling of (kardan)
 
  • #7
Cardan's formula gives

[tex]x = -\frac {\left( 179 - 9 \sqrt {345} \right)^{1/3}}{3}-\frac {\left( 179 + 9 \sqrt {345} \right)^{1/3}}{3} - \frac {5}{3}[/tex]

for the real root. The other two are complex. And, no, I did not do it by hand! :)
 
  • #8
If a and b are any two numbers then
(a- b)3= a3-3a2b+ 3ab2- b3
3ab(a-b)= 3a2b- 3ab2

so (a-b)3+ 3ab(a-b)= a3- b3.

In particular, if we let x= a-b, m= 3ab, and n= a3- b3, that says that x3+ mx= n. That is, we can pick any two numbers a, b and right down a cubic equation that has x= a- b as a root.
The question is, can we go the other way: given m and n, can we find a and b so we can write x= a-b as a solution.
The answer to that question is "Yes, we can"!

Since m= 3ab, b= m/3a. Putting that int n= a3- b3, we have [tex]n= a^3- \frac{m^3}{3^3a^3}[/tex].
Multiplying both sides of the equation by a3, we have
[tex]na^3= a^6- (\frac{m}{3})^3[/tex]
which looks worse but is just a quadratic equation in a3:
[tex](a^3)^2- n(a^3)- (\frac{m}{3})^3[/tex].
Use the quadratic formula to solve that
[tex]a^3= \frac{n +/- \sqrt{n^2- 4\left(\frac{m}{3}\right)^3}}{2}[/tex]
[tex]a^3= \frac{n}{2} +/- \sqrt{\left(\frac{n}{2}
\right)^2- \left(\frac{m}{3}\right)^3}[/tex]

Since a3- b3= n, solving for b3 gives
[tex]a^3= -\frac{n}{2} +/- \sqrt{\left(\frac{n}{2}\right)^2- \left(\frac{m}{3}\right)^3}[/tex]

Finding the cube root of each of those, then subtracting to get x= a- b gives the formula that Tide cited.

Warning- applying that formula is really, really hard!
 
Last edited by a moderator:
  • #9
:rolleyes: thanks
 

What is a cubic equation?

A cubic equation is a polynomial equation of the form ax^3 + bx^2 + cx + d = 0, where a, b, c, and d are constants and x is the variable. The highest degree of the variable in a cubic equation is 3, hence the name "cubic".

How do you find the roots of a cubic equation?

To find the roots of a cubic equation, you can use the following methods:

  1. Factorization: If the cubic equation can be factored, you can set each factor equal to 0 and solve for x to find the roots.
  2. Graphing: You can plot the equation on a graph and find the x-intercepts, which represent the roots.
  3. Using the cubic formula: Similar to the quadratic formula, there is a formula specifically for solving cubic equations. However, it can be quite complex and is not commonly used.
  4. Numerical methods: You can use numerical methods, such as Newton's method or the bisection method, to approximate the roots of a cubic equation.

Can a cubic equation have more than three roots?

No, a cubic equation can only have a maximum of three distinct roots. This is because a cubic equation has a degree of 3, meaning it has three solutions at most.

What do the roots of a cubic equation represent?

The roots of a cubic equation represent the values of x that make the equation equal to 0. In other words, they are the solutions to the equation.

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

The coefficients of a cubic equation (a, b, c, and d) determine the values of the roots. For example, the sum of the roots is equal to -b/a, and the product of the roots is equal to -d/a. The coefficients can also give information about the nature of the roots (real or complex) and the number of positive and negative roots.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
12
Views
485
  • Precalculus Mathematics Homework Help
Replies
6
Views
593
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
13
Views
862
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
14
Views
812
  • Precalculus Mathematics Homework Help
Replies
22
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
999
Back
Top