Questions tagged [cubics]

This tag is for questions relating to cubic equations, these are polynomials with $~3^{rd}~$ power terms as the highest order terms.

A cubic equation has the form $$ax^3 + bx^2 + cx + d = 0 $$ where $~a,~b,~c,~d~$ are complex numbers and $~a \ne 0~.$

By the Fundamental Theorem of Algebra, cubic equation always has $~3~$ roots, some of which might be equal. All cubic equations have either one real root, or three real roots.

All of the roots of the cubic equation can be found algebraically. The roots can also be found trigonometrically. Alternatively, numerical approximations of the roots can be found using root-finding algorithms such as Newton's method.

Applications:

Cubic equations arise in various other contexts.

  • Marden's theorem states that the foci of the Steiner inellipse of any triangle can be found by using the cubic function whose roots are the coordinates in the complex plane of the triangle's three vertices. The roots of the first derivative of this cubic are the complex coordinates of those foci.

  • The area of a regular heptagon can be expressed in terms of the roots of a cubic. Further, the ratios of the long diagonal to the side, the side to the short diagonal, and the negative of the short diagonal to the long diagonal all satisfy a particular cubic equation. In addition, the ratio of the inradius to the circumradius of a heptagonal triangle is one of the solutions of a cubic equation. The values of trigonometric functions of angles related to $~{\displaystyle 2\pi /7}~$ satisfy cubic equations.

  • Given the cosine (or other trigonometric function) of an arbitrary angle, the cosine of one-third of that angle is one of the roots of a cubic.

  • The solution of the general quartic equation relies on the solution of its resolvent cubic.

  • The eigenvalues of a $~3×3~$ matrix are the roots of a cubic polynomial which is the characteristic polynomial of the matrix.

  • The characteristic equation of a third-order linear difference equation or differential equation is a cubic equation.

  • In analytical chemistry, the Charlot equation, which can be used to find the pH of buffer solutions, can be solved using a cubic equation.

  • In chemical engineering and thermodynamics, cubic equations of state are used to model the PVT (pressure, volume, temperature) behavior of substances.

  • Kinematic equations involving changing rates of acceleration are cubic.

  • The speed of seismic Rayleigh waves is a solution of the Rayleigh wave cubic equation.

References:

https://en.wikipedia.org/wiki/Cubic_function

http://mathworld.wolfram.com/CubicFormula.html

http://www.mathcentre.ac.uk/resources/uploaded/mc-ty-cubicequations-2009-1.pdf

1352 questions
2
votes
1 answer

Estimate on a positive root of a cubic equation

Suppose that the cubic equation \begin{equation} a\,x^3+b\,x^2+c\,x+d=0, \end{equation} where $a,d>0$ and the discriminant $\Delta>0$. (refer to http://en.wikipedia.org/wiki/Cubic_function) ) Moreover, due to $\Delta>0$ the equation has three…
LCH
  • 815
2
votes
0 answers

Failing to solve cubic equation

I'm trying to solve a more complex cubic equation but to simplify things as a start I picked this one: $$ 3\cdot 4^3+2\cdot 4-200=0 $$ Here $x$ is $4$. I'm looking at wikipedia and trying to solve with the general cubic formula. In my case I have $$…
2
votes
2 answers

Asymptotic expansion of a cubic equation

I am asked to find the first two terms of the asymptotic expansion of the cubic equation $$\varepsilon^4 x^3 - 6 \varepsilon^3 x^2 + (4-3\varepsilon^2) x - 12 \varepsilon - 2 \varepsilon^2 = 0$$ as $\varepsilon\rightarrow 0$. I am given the hint…
Chico B
  • 21
2
votes
1 answer

I'm failing to solve a cubic equation

SOLUTION: Because I made the substition of $t = x + \frac {b}{3a}$, I had to substract $\frac {b}{3a}$ from my final answer, giving me the formula for x: $x = u + v - \frac {b}{3a}$. I'm trying to write my own cubic equation solver program using C#,…
2
votes
0 answers

Finding the sum of non-unique roots of cubic equations

The real numbers $\alpha,\beta$ satisfy $$\alpha^3-3\alpha^2+5\alpha-17=0\tag{1}$$ $$\beta^3-3\beta^2+5\beta+11=0\tag{2}$$ Find $\alpha+\beta$ Are the three roots of both cubic equations unique, or is there only one root? How can you prove…
Cheng
  • 297
2
votes
2 answers

How to use the cubic formula.

The cubic $x^3=px+q$ with $p,q\in \mathbb{R}$ has the formula $$x=\sqrt[3]{\frac{q}{2}+\sqrt{\left(\frac{q}{2}\right)^2-\left(\frac{p}{3}\right)^3}}+\sqrt[3]{\frac{q}{2}-\sqrt{\left(\frac{q}{2}\right)^2-\left(\frac{p}{3}\right)^3}}$$ When…
2
votes
2 answers

Using Vieta's formula to find the sum of the roots for a given cubic equation.

Vieta's formula states that, if a cubic equation has three different roots, the following is true: $$\begin{eqnarray*} x_1 + x_2 + x_3 &=& -b/a\\ x_1x_2 + x_1x_3 + x_2x_3 &=& c/a \\ x_1x_2x_3 &=& -d/a \end{eqnarray*}$$ Then, how is the following…
user591123
2
votes
2 answers

Deriving expression for general cubic equation solution.

This is for the page #1,page #2, page #3, page #4 of the book by Dickson, titled "Introduction to Theory of Algebraic Equations", in which there is derivation of solution for general cubic equation. My question is about not being able to get the…
jiten
  • 4,524
2
votes
2 answers

How to deal with cubic root equations

If x,y,z are real positive number, and the conditions are: \begin{cases} \begin{array}{ll} 1995x^3=1996y^3 \\ 1996y^3=1997z^3 \\ \sqrt[3]{1995x^2+1996y^2+1997z^2}=\sqrt[3]{1995}+\sqrt[3]{1996}+\sqrt[3]{1997} \end{array} \end{cases} What's the result…
lucky1928
  • 159
2
votes
1 answer

Cubic equations and relationship between their roots

If there exists a cubic equation $x^3 + 2x^2 +3x + 1 = 0$ has the roots $a,b,c$ And it is given that $\frac{1}{a^3} + \frac{1}{b^3} - \frac{1}{c^3}$ $\frac{1}{a^3} + \frac{1}{c^3} - \frac{1}{b^3}$ $\frac{1}{c^3} + \frac{1}{b^3} - \frac{1}{a^3}$…
2
votes
2 answers

Cubic Equation with one real root

Question: Suppose the equation $x^3-hx^2+kx-9=0$ has only one real root which has a value of $1$. Find the range of values of $k$. I really have no idea when it comes to a cubic equation. Any advice to solving?
2
votes
1 answer

How to solve $t^3+pt+q=0$

I thought this shouldn't be too hard, but evidently not. I am asked to solve $t^3+pt+q=0$ given $27q^2+4p^3<0$, using $\cos{3 \theta}=4 \cos ^3{\theta} - 3 \cos {\theta}$. At first I thought, "Cardano's formula?" but this only comes to a dead end…
John Trail
  • 3,279
2
votes
2 answers

How to solve the cubic equation $56z^3-70z^2-21z-4=0$?

$56z^3-70z^2-21z-4=0$ how to solve for $z$. I formed three equations but not getting the answer. If I get a start or suggestion it would be a great help.
1
vote
4 answers

Roots of $x^3+ax^2+bx+c=0$ are in arithmetic progression. Find $2a^3-9ab$

If the roots of the equation $$x^3+ax^2+bx+c=0$$ are in an arithmetic, then what is the value of $$2a^3-9ab$$ Please explain.
1
vote
2 answers

Solution for cubic algebra

For a cubic equation: $$x^3-xb+a=0 \\$$ EDIT: the above equation has three real solutions for x. one of the solutions is: $$a=2\cdot \left(\frac b3\right)^{3/2}$$ EDIT: "one of the solutions is:" should read, "by solving for x, the answer to "a" was…
John
  • 65
1
2
3
8 9