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
vote
0 answers

Geometric Interpretation of Cardano's Method for Cubics

There is a nice geometric interpretation for completing the square: Is there any such nice interpretation for solving cubics? I'm imagining a 3d version of the above picture.
1
vote
2 answers

Solve cubic equation $x^3 - 15x - 4 = 0$ with Cardano's method

Suppose that we wanted to solve $$x^3 - 15x - 4 = 0$$ by using Cardano's method. In doing so, I end up with $$\sqrt[3]{2 + 11i} + \sqrt[3]{2-11i}$$ However, by checking my answer, it seems there are two other answers I haven't accounted for:…
user465188
1
vote
1 answer

Is there a rule for spliting the b term of a cubic?

I was reading a solved example from a book called "A.Das Gupta" but I did not understand how the author solved the cubic equation. Here's what he…
1
vote
1 answer

Three real roots of equation is the length of three sides of a right triangle, find the parameter

Three real roots of the equation $x^3-2p(p+1)x^2+(p^4+4p^3-1)x-3p^3=0$ is the length of three sides of a right triangle, what is the value of $p$?
1
vote
5 answers

$x^{3}-x-2=0$ how do I find the roots?

I can't seem to find a way to change this equation into its irreducible form to solve it: $$x^{3}-x-2=0.$$ It should have 1 real root and 2 complex roots.
B.Noc
  • 31
1
vote
1 answer

Prove cubic equation on $\mathbb{C}$ can be expressed as a product of linear factors

I want to ask about Exercise 2.8 in Ian Stewart's Galois Theory states that: "Without using Fundamental Theorem of Algebra, prove that a cubic polynomial on $\mathbb{C}$ can be expressed as a product of linear factors". Exercise 2.7 states a similar…
T C
  • 2,563
1
vote
2 answers

Cubic equation - Double root

I've been having trouble with this problem: For which values of $k$ does the equation have a double root? $$x^3-kx^2+k-1=0$$ The correct answer is: $k=-3$, $\frac{3}{2}$, $1$ Thanks!!!
user404361
  • 13
  • 3
1
vote
2 answers

parts of cubic equation

Below there is a solved question from a book . I could not understand how they got $S_{n+3}$ = $S_{n+1}$ - $S_n$
1
vote
1 answer

Solve this equation $z^3-(2+4i)z^2-3(1-3i)z+14-2i=0,z\in C$

Solve following equation $$z^3-(2+4i)z^2-3(1-3i)z+14-2i=0,z\in C$$ Try $z=a+bi$,then It's ugly can you more simple ?
math110
  • 93,304
1
vote
1 answer

Cardano's method returns incorrect answer for $x = u + v$

I'm trying to use Cardano's method to solve this equation: $$x^3+6x=20 \tag{1}$$ As described on Wikipedia, I let $x = u + v$ and expand in $(1)$: $$(u+v)^3+6(u+v)=20$$ $$u^3 + v^3 + (3uv+6)(u+v)-20=0 \tag{2}$$ I then let $3uv + 6 = 0$ and…
1
vote
1 answer

Range of root of cubic equation.

Suppose $a$ and $b$ are two positive real numbers such that the roots of cubic equation $x^3-ax+b=0$ are all real. Let $p$ be a root of this equation with minimal absolute value. What is the range of p. I tried to apply various sum and product of…
1
vote
2 answers

Suppose I have a cubic equation with unknown coefficient. How can I find the right coefficient to settle the roots condition?

Suppose I have this equation, $S^3 + 19S^2 + 25S - 75 + K=0$ How can I find $K$ that makes all the root values negative? So far, all I'm doing is substituting $K$ with random values until it gives me negative roots. But this trial and error method…
1
vote
0 answers

Solving for $t$ in a cubic function

I have a function $h(t)=5t^3 + 30t^2 + 45t + 4$ I would like to solve for t when $h(t)=50$ I have tried factorizing by inspection and by table but the function does not appear to have a real factorized form. How would I solve a function that does…
1
vote
2 answers

Cubic Equation Related

How do I solve the following cubic equation? $(x+1)^2(x-2)-2nx-6n=0,n \in \mathbb{N}$ $ \therefore (x+1)^2(x-2)-2n(x+3)=0$ I don't know how to solve further.
kalpeshmpopat
  • 3,270
  • 4
  • 28
  • 42
1
vote
2 answers

Find the Cubic equation given 1 Point and Slope

The question asks to find a cubic equation given point A (0/18) slope here is 0. Point B only given the x=20 and slope is -0.6. Please help, been trying to solve it for so long now. :( 1.) y=ax^3+bx^2+cx+d 2.)…
1 2 3
8 9