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

How do i solve the cubic equation?

$$x^3 - 3x^2 - 3x +2 = 0$$ The rational root test does not work; there are no rational roots.
IRSAgent
  • 317
1
vote
1 answer

Cubic function growth

Hopefully this question isn't too simple for this site. I'm doing a CompSci algorithms course, and trying to understand various growth rates. A function with cubic complexity such as the 3Sum problem seems to work like this. Every time you double…
1
vote
4 answers

Real and distinct roots of a cubic equation

The real values of $a$ for which the equation $x^3-3x+a=0$ has three real and distinct roots is
1
vote
1 answer

I'm stumped on this question. Is there any way of solving a cubic that doesn't have rational roots?

The question is $x^3 - 20x^2 = 8x^2 - 180$. What I've tried is moving everything to one side, so, $x^3 - 28x^2 + 180 = 0$. Then, solving this like I would solve a cubic, I tried to find all the rational roots. After using the Rational Root Theorem,…
1
vote
1 answer

please help me solve this question about cubic graphs and their intersection points

I was practicing some maths from the UKMT website's mentoring scheme sheets and I found this question on the sample for sheet 9: On the same axes, sketch the graphs $y=(x+1)^3-(x+1)$ $y^2=(x+1)^3-(x+1)$ I also have to identify the points where the…
1
vote
0 answers

What the extra 3 roots are of the 6th degree equation ? From which only the intial 3 are what we required in the problem

Question was to find the roots whose roots are square of the given roots of this polynomial $x^{3}+a x^{2}+b x+c=0$ I did used tranformation method to obtain $y^{3 / 2}+a y+b y^{\frac{1}{2}}+c=0$ but as we want to have to get a three degree…
1
vote
1 answer

Main Motivation behind the use of identity of $(a+b)^3$ ,so as to solve cubic equations using Cardons Method

Whats so special about the identity $(a+b)^3 = a^3 + b^3 + 3ab(a+b)$ which gave Cardano the clever idea to invent a method to solve cubic depressed equations?
Orion_Pax
  • 431
  • 4
  • 12
1
vote
1 answer

Is there an easy way to solve $x(x-1)(x-2)=2y$ for positive integers?

I need to solve $$x(x-1)(x-2) = 2y$$ to find $x$ given $y$. It is known that both $x$ and $y$ are positive integers. Is there an easier way than using cube root formulae? Edit 1: People have requested context. Here is the actual problem. There is a…
1
vote
1 answer

Getting a cubic equation from 3 equations

Here is the problem: Three numbers have a sum of $5$ and the sum of their squares is $29$. If the product of the three numbers is $−10$, what are the three numbers? Express your answer in simplest radical form. I used Vieta's formulas to get…
user807252
1
vote
4 answers

Given that $a,b,c$ satisfy the equation $x^3-2007 x +2002=0$, then find $\frac{a-1}{a+1}+\frac{b-1}{b+1} +\frac{c-1}{c+1}$

Given that $a,b,c$ satisfy the equation $x^3-2007 x +2002=0$, then find $\frac{a-1}{a+1}+\frac{b-1}{b+1} +\frac{c-1}{c+1}$ The concept of transformation of roots can be applied here. So replace $$x \to \frac{x-1}{x+1}$$ After considerable algebra,…
Aditya
  • 6,191
1
vote
0 answers

Solving $x^3-(2+2n)x^2-(4n+1)x+(2m^2-2n)=0$ for real $m$ and $n$

I do not know how to solve this cubic equation. The background of this problem is from lagrange multiplier. I use lagrange multuplier to find the distance from point(m,n) to parabola. and I stuck with this step. $$ x^3 - (2+2n)x^2 - (4n+1)x + (2m^2…
1
vote
1 answer

Polynomial how to factor $-3k^3-k^2+5 = 0$

After I got the determinant from a matrix this is what I was left with a cubic equation. How can I work with this? $-3k^3-k^2+5 = 0$ I have looked at various links and websites like this one https://www.wikihow.com/Solve-a-Cubic-Equation But nothing…
Liam
  • 350
1
vote
0 answers

Use Cardano’s formula to evaluate the solution of cubic equation $x^3-6x^2+3x+10=0$

A cubic equation $x^3-6x^2+3x+10=0$, the solution are $\{ -1, 2, 5 \}$. Please use Cardano’formula (it was represented in mathworld) to evaluate the cubic equation’s solution. I’m not familiar with complex number, please show me more steps. Thanks!
1
vote
1 answer

I do not understand a single step in solving a cubic formulas

on this page a nice guy presents a algorithm for solving cubic formulas. I have some problems with the formula [13] in the chapter "All Roots Real, and Two Equal" I can't follow him and don't know where the -0,5 ± sqrt(3)/2 i comes from. Down…
thale00
  • 21
  • 3
1
vote
1 answer

Roots of this cubic equation?

How do I write explicitly the roots of $x^3 - x+ \eta =0$? I tried online calculators but could not get any idea, also doing $x(x-1)(x+1) = -\eta$ seems is not helping too. I tried to cleverly see for any one root since I after getting one root I…
BAYMAX
  • 4,972
1 2
3
8 9