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
8
votes
2 answers

How was this solution found?

Consider an empty spherical bowl of radius $r$. I was trying to find the height to which I would need to fill the bowl with water so that it would be one quarter full (in terms of volume). The total volume is $\frac{4}{3}\pi r^3$ and the volume…
Fly by Night
  • 32,272
7
votes
4 answers

Find the value of $(\frac{\alpha}{\alpha +1})^3+(\frac{\beta}{\beta +1})^3+(\frac{\gamma}{\gamma +1})^3$

Find the value of $(\frac{\alpha}{\alpha +1})^3+(\frac{\beta}{\beta +1})^3+(\frac{\gamma}{\gamma +1})^3$ where $\alpha,\beta,\gamma$ are roots of the equation $x^3+2x^2+3x+3=0$. I tried to use the formula which is wrong $(\frac{\alpha}{\alpha…
Saradamani
  • 1,579
6
votes
3 answers

Finding the value of $\alpha^2\beta+\beta^2\gamma+\gamma^2\alpha$

If $\alpha,\beta,\gamma$ are the roots of the cubic polynomial $px^3+qx^2+rx+s$, then how can I find the value of $\alpha^2\beta+\beta^2\gamma+\gamma^2\alpha$ in terms of p,q,r and s? My attempt: Using Vieta's…
user730361
6
votes
2 answers

Algebraic Manipulation with Cube Roots

Let $a,$ $b,$ $c$ be the real roots of $x^3 - 4x^2 - 32x + 17 = 0.$ Solve for $x$ in $$\sqrt[3]{x - a} + \sqrt[3]{x - b} + \sqrt[3]{x - c} = 0.$$ We probably have to manipulate the $\sqrt[3]{x - a} + \sqrt[3]{x - b} + \sqrt[3]{x - c}$ into something…
Fleccerd
  • 267
5
votes
3 answers

Depressed cubic

I have this string of questions, but when I look up depressed cubic, I don't quite understand. I'm not asking for all of these questions to be answered explicitly, but for some explanation on depressed cubics and solving them algebraically.…
K Math
  • 1,245
  • 1
  • 11
  • 21
4
votes
2 answers

Deriving General Solution for Depressed Cubics

I was reading An Imaginary Tale: The Story of the Square Root of Negative One and it begins with a derivation of the general solution for depressed cubics. It begins with the format for depressed cubics: $$x^3+px=q$$ Then says that $x$ can be…
4
votes
2 answers

Best way to solve $X^3-X^2-X-1=0$

can anyone help me for this cubic equation ? can be solved without delta method? $X^3-X^2-X-1=0$ (answer is $\sim 1.8393$)
4
votes
1 answer

How many points determine a cubic curve?

There are nine coefficients in an equation of cubic curve. It means nine points can determine a unique cubic curve. But two cubic curves A, B can have nine intersection points. If we use the nine intersection points to draw a cubic curve, then why…
jscoot
  • 271
3
votes
1 answer

Interpolating with Hermite cubics in two dimensions

I want to estimate the value of the function $f(x,y)$ at a particular point. Suppose I am given two points, $(x_1,y_1)$ and $(x_2,y_2)$, along with the value of $f$ and its partial derivatives $f_x$ and $f_y$ at the two points. Using cubic Hermite…
3
votes
2 answers

Simplify $x^3 - 4x^2 + 10x - 125$

I've been trying to simplify $x^3 - 4x^2 + 10x - 125$ for a while now, and I don't seem to progress. I know that the factors of $125$ are $1$, $5$, $25$ and $125$, but none of these seem to help here. So far I have managed to get $x(x^2 - 4x + 10) -…
Benskey
  • 57
  • 1
  • 6
3
votes
1 answer

How to solve a cubic equation with three roots without knowing the terms?

Is there any way of solving $ax^3+bx^2+cx+d=0$, which I know has three roots, without knowing what $a, b, c$, and $d$ equal? I've tried using the formula that uses $p, q$, and $r$, though that always just returns undefined. An example of what the…
Undefined
  • 153
3
votes
2 answers

Cubic roots of the equation $x^3-x-2=0$

If $\alpha,\beta,\gamma$ are the cubic roots of the equation $x^3-x-2=0$, then find the value of $\alpha^5+\beta^5+\gamma^5$. One of the root is real and two roots are imaginary. I get three…
3
votes
3 answers

Factorising a cubic

How would you factorise the following cubic, it only has one real root, but I can't find a factor, using the factor theorem: $$ 3x^3-x^2+3x-1 $$ Could you please provide a step by step working out, or an explanation as how to tackle these sort of…
Gurjinder
  • 1,289
3
votes
1 answer

Finding roots of a cubic equation

Question: If $6(8a + c) = 16b+ 3d$ then $f(x) = ax^3 + bx^2 + cx + d$ has at least one root in: $(-3,0)$ $(-4,0)$ $(-4,-3)$ $(0,2)$ Attempt: Having solved several such questions, there is usually a hint hidden somewhere within the question.…
Gummy bears
  • 3,408
2
votes
3 answers

Without actually calculating the value of cubes find the value of $(1)^3+(2)^3+2(4)^3+(-5)^3+(-6)^3$. Also write the identity used

Without actually calculating the value of cubes find the value of $(1)^3+(2)^3+2(4)^3+(-5)^3+(-6)^3$. Also write the identity used
deep
  • 21
1
2 3
8 9