Skip to main content
Skip to main content
DigiCalcs
Back to Guides
3 min read6 Steps

Cubic Equation Solver: Step-by-Step Guide

Solve cubic equations manually

Skip the math — use the calculator

Step-by-Step Instructions

1

Gather Your Inputs

First, identify the coefficients a, b, c, and d of the cubic equation. These values will be used to calculate the roots of the equation. Make sure to write them down clearly and double-check for any errors.

2

Calculate the Discriminant

The discriminant Δ is calculated using the formula Δ = 18abcd - 4b³d + b²c² - 4ac³ - 27a²d². This value will help determine the nature of the roots. If Δ > 0, the equation has three distinct real roots. If Δ = 0, the equation has three real roots, at least two of which are equal. If Δ < 0, the equation has one real root and two complex conjugate roots.

3

Apply Cardano's Formula

Cardano's formula is used to find the roots of the cubic equation. The formula is x = ∛(-q/2 + √((q/2)² + (p/3)³)) + ∛(-q/2 - √((q/2)² + (p/3)³)) - b/3a, where p = (3ac - b²)/3a² and q = (2b³ - 9abc + 27a²d)/27a³. Plug in the values of a, b, c, and d to calculate the roots.

4

Worked Example

Let's solve the cubic equation x³ + 6x² + 11x + 6 = 0. In this case, a = 1, b = 6, c = 11, and d = 6. First, calculate the discriminant Δ = 18(1)(6)(11)(6) - 4(6)³(6) + (6)²(11)² - 4(1)(11)³ - 27(1)²(6)² = 0. Since Δ = 0, the equation has three real roots. Next, calculate p and q: p = (3(1)(11) - (6)²)/3(1)² = 1 and q = (2(6)³ - 9(1)(6)(11) + 27(1)²(6))/27(1)³ = -6. Finally, apply Cardano's formula to find the roots: x = ∛(-(-6)/2 + √(((-6)/2)² + (1/3)³)) + ∛(-(-6)/2 - √(((-6)/2)² + (1/3)³)) - 6/3(1) = -1, -2, and -3.

5

Common Mistakes to Avoid

When solving cubic equations manually, make sure to double-check your calculations, especially when calculating the discriminant and applying Cardano's formula. A small error can lead to incorrect roots. Additionally, be careful when working with complex numbers, as they can be tricky to handle.

6

Using a Calculator for Convenience

While solving cubic equations manually can be a valuable learning experience, it can also be time-consuming and prone to errors. In many cases, it's more convenient to use a calculator or computer program to solve the equation. Most graphing calculators and computer algebra systems have built-in functions for solving cubic equations, which can save you time and reduce the risk of errors.

Introduction to Cubic Equations

Cubic equations are polynomial equations of degree three, which means the highest power of the variable is three. The general form of a cubic equation is ax³ + bx² + cx + d = 0, where a, b, c, and d are constants. In this guide, we will walk you through the steps to solve a cubic equation manually using Cardano's formula.

Prerequisites

Before you start, make sure you have the coefficients a, b, c, and d of the cubic equation. You should also be familiar with basic algebraic operations and complex numbers.

Step-by-Step Solution

To solve a cubic equation, follow these steps:

Ready to Calculate?

Skip the manual work and get instant results.

Open Calculator

Settings

PrivacyTermsAbout© 2026 DigiCalcs