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
0
votes
1 answer

sum and product not working for cubic

When doing sum and product of 0, -3, 2 the resulting quadratic is y=x^3+x^2-13x. The problem is that when we graphed it, it didn't pass through the zeros. Is there any reason for this? Nobody in my class or the teacher could figure out why. Does sum…
0
votes
1 answer

Solving cubic polynomials

I have been doing some maths and to continue on with the question I need to somehow solve: $$ x^3-25x^2+200x-340 = 0 $$ How do I solve this, is there a formula that I can use or a method for solving it besides grouping? (William Jagy) The three…
0
votes
1 answer

cubic equation with two unknown and constraints

I have a cubic equations with 2 unknowns and constraints on both variables. I am unsure whether or not a closed form solution does exist. How should I go about solving this? ${ -1 + 2b - 2b^2 - \frac{5}{6}b^3 + 2e - e^2 + \frac{e^3}{6} - 2eb +…
0
votes
2 answers

Reduce specific cubic equation to quadratic

Please help, equation $3x-x^3=1$ has three roots. Interesting fact that $|x_3|= x_1+x_2$. Is it possible to reduce this equation to a quadratic?
Nioko
  • 1
  • 2
0
votes
2 answers

Help with deducing roots for cubics

$f(x) = 2x^3 - 5x^2 + 7x + 10$ Given that $2x - 3$ is a factor, solve $f(x) = 0$ completely. I have tried using a division of polynomials method to give a quadratic, but this gave a remainder of $16$. I have also used online calculators which…
user464136
  • 409
  • 1
  • 4
  • 8
0
votes
1 answer

How to convert cubic feet into specific proportions

Forgive my ignorance, I am sure there is a better way of asking this question. Here is my problem. I want to take a certain specified volume, stated in terms of cubic feet, and structure it three-dimensionally so that it stands according to…
Dov F
  • 113
0
votes
1 answer

Find the factor of the given equation.

Find the factor of the equation $x^2-42.5 x^{\frac{2}{3}}-78.4=0$ ? I have tried it by substituting $x^{\frac {2}{3}}$ by $z$ and get a cubic equation $z^3-42.5z-78.4=0$ and tried to solve it by using Cardan's method but it was too lengthy. Please…
Iamdark
  • 213
0
votes
1 answer

Transforming Cubics into Limited Range Cubics

As we know, through the IVT, all cubic functions of the form $y=ax^3+bx^2+cx+d$ will have a range of $\mathbb{R}$. I've noticed how $y=ax^3+bx^2+cx+d$>>>$y=a*abs(x)x^2+bx^2+cx+d$ will turn a cubic into a twice differentiable function of range $r
Jacob Claassen
  • 868
  • 1
  • 8
  • 19
0
votes
2 answers

Factoring Cubic, No Rational Roots

I'm trying to find the values of x for which $x^3-3x^2+3x+1>0$, however, none of the roots from the rational roots test were factors. How would I go about solving it?
randb
  • 107
0
votes
1 answer

I need to find a cubic equation that has a discriminant equal to zero

I have been working on a script in Java to solve cubic equations. I've been following along with Mathematics and Physics for Programmers to teach my self about, well maths and physics. As far as I can test it is working correctly, but I have not…
0
votes
1 answer

What is the formula to solve a cubic equation?

I know that to solve $$ax^2+bx+c=0$$ you have to use the formula $$x= \frac{-b \pm \sqrt{(b^2-4ac)}}{2a}$$ What about more complex ones, like $ax^3+bx^2+cx+d=0$? And what about representing it on a cordinate plane, $2D$ or $3D$?
0
votes
2 answers

The number of rational roots of polynomial $ x^3 - 3x - 1$ is?

How exactly can I find no. of rational roots, not only for this but similar type of questions?
Iti Shree
  • 1,476
0
votes
0 answers

Solving cubic equation CAS vs cardanos', not the same result!

Really hope someone can help me! I've been struggling with this issue the past 5 hours and can't seem to figure out why or simply don't understand the outcome. I'm solving a cubic equation using the "depressed equation" method and then cardanos'…
eagle
  • 3
0
votes
1 answer

Cubic equation, calculate squared parenthesis

I've been searching all over how to handle this issue I'm sitting with. Hope someone can help me out :) I have to convert sentence (1) to (6) by removing the quadratic term in (1) with substitution (x = (t - a/3). I feel like I'm doing something…
eagle
  • 3
0
votes
0 answers

$\alpha$ belong to which group

In the below question How from the first step they have written that $\alpha$ belong to (-1,0)
1 2 3
8 9