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

Multiple zeros and finding values for a specific number of zeros of a cubic function

For which values $a,b$ $\in$ $\mathbb{R}$ exists a double zero of $f(x) = x^3-ax+b$? For which values $a,b$ exist exactly one, two or three real zeros of $f$, respectively? I'm not sure how to approach this, I only found out that for $a=0$ and…
Val
  • 13
  • 3
-1
votes
2 answers

How to know how much this cubic equation have real answers?

I have been hours trying to solve this cubic equation any help? $2x^3-7x^2+1.6x+7=0$
Majd
  • 87
-1
votes
4 answers

$y=ax^3+bx^2+cx+d$ cubic function, goes through these points $(0,1) ,(-1,-2), (1,2), (2,9)$

How can I solve it without using matrix? I tried it to solve by using systems. But I have no idea how deal with "$0$"
-1
votes
3 answers

Real and complex solutions of cubic implicit equation

I have faced this differential problem: $(y'(x))^3 = 1/x^4$. From the fundamental theorem of algebra i know there exist 3 solutions $y_1$, $y_2$, $y_3$, but formally how can I procede to deduce that?
maru0032
  • 53
  • 8
-1
votes
1 answer

Cardano's Method Application

Please forgive me for any mistake in the proposal of this problem Problem The first step of Cardano's Method states:-Remove the term containing $x^2$ by taking $y=x-\dfrac{b}{3a}$. However if we are not able to remove the $x^2$ in a equation then…
-1
votes
1 answer

Solving the equation : $x^3 - 1001x + 1000 = 0$

$$x^3 - 1001x + 1000$$ Let : $x=(v+u)$ $v^3+u^3+1000=(v+u)(1000-3uv)$ $v^3+u^3+1000=3(v+u)(1000/3-uv)$ $(1000/3-uv)=0$ $uv=1000/3$ Answer : $x=1$ How can $1$ divide into two values $(v \quad \text{and} \quad u)$ and their product is $1000/3$
-3
votes
1 answer

Can any cubic polynomial be transformed into canonical form?

Can any cubic polynomial be transformed from $Ax^3+Bx^2+Cx+D$ to $a(b(x-h))^3 + k$? For example, how could $x^3+\frac{3x^2}{2}+\frac{x}{2}$ be transformed?
-3
votes
2 answers

Cubic Equation solution

I am trying to solve this cubic equation: $(b t)x^3 + (1-a t) x + q = 0$; Where $a$ and $b$ are constants, $t$= time vector and $q$= vector Is it possible to derive an analytical solution for $x$?
-4
votes
1 answer

Condition for 2 real and distinct roots of a cubic equation

Determine the exact value of $k$ if the cubic equation $x^3 + kx +4 = 0$ has 2 distinct real roots
Callie12
  • 581
1 2 3
8
9