Cubic Equations
Calculator to determine all three roots of cubic equations using Cardano's formula
Cubic Equation Calculator
What is calculated?
This function solves cubic equations of the form ax³ + bx² + cx + d = 0 using the Cardano formula and returns all three roots (real or complex).
Cubic Equations Info
Properties
Cubic equations:
- Degree 3 polynomial
- Always at least 1 real root
- At most 3 real roots
- Solvable with Cardano's formula
Cardano's formula: Closed-form solution for cubic equations, developed in the 16th century.
Root types
Examples
x₁ = 1, x₂,₃ = complex cube roots of unity
x₁ = 1, x₂ = 2, x₃ = 3
Related topics
→ Quadratic Equations
→ Polynomial arithmetic
→ Complex Numbers
Cardano's formula for cubic equations
Standard form
Depressed form
Cardano solution
Complex roots
Auxiliary quantities S and T
Parameters Q and R
Discriminant
Vieta's formulas
Detailed worked example
Example: -2x³ + 3x² + 5x + 8 = 0
Given:
- a = -2, b = 3, c = 5, d = 8
Step 1 - Compute parameters:
Step 2 - Discriminant:
Δ > 0: One real, two complex roots
Δ = 0: Three real roots (at least one repeated)
Δ < 0: Three distinct real roots
Step 3 - Compute S and T:
Step 4 - Determine roots:
Cardano's formula systematically yields all three roots
Geometric interpretation
Cubic curve and x-axis intersections
3 real roots
Cubic intersects x-axis three times
1 real root
One real, two complex roots
Double root
Tangent and intersection
Discriminant analysis
Δ < 0 (Casus irreducibilis)
- 3 distinct real roots
- Trigonometric representation required
- No closed radical form
- Geometrically: 3 intersections
Δ = 0
- At least one repeated root
- 2 or 3 real roots
- Tangent to the x-axis
- Special case of Cardano's formula
Δ > 0
- 1 real, 2 complex roots
- Standard case of Cardano's formula
- Complex roots are conjugate
- Single intersection with x-axis
Practical applications
Engineering
- Bending problems in beams
- Stability analysis
- Optimization problems
- Material stresses
Physics
- Quantum mechanics
- Thermodynamics
- Vibration analysis
- Wave functions
Economics
- Cost functions
- Profit maximization
- Market analysis
- Production optimization
Historical context
Gerolamo Cardano (1501-1576)
- Ars Magna (1545): First publication
- Tartaglia's formula: Actual discoverer
- Renaissance mathematics: Breakthrough of algebra
- Complex numbers: Early use
Mathematical significance
- Galois theory: Solvability in radicals
- Algebraic equations: General theory
- Complex analysis: Foundational aspects
- Numerical methods: Modern algorithms
Summary
Cardano's formula for cubic equations was a milestone of Renaissance mathematics. It led to the development of complex numbers and laid the foundation for modern algebra. Despite its complexity it remains a fundamental mathematical tool with wide applications in science and engineering.