Effortlessly solve any quadratic equation and uncover roots with clarity. Empower your learning and feel confident in tackling math problems today.
You're just a few clicks away from solving any quadratic equation.
A quadratic equation is a polynomial of degree two, typically written as:
ax² + bx + c = 0
Here, a, b, and c are constants, and a ≠ 0. These equations are foundational in algebra and appear in areas such as physics, engineering, and finance.
The roots of the equation are calculated using:
x = (-b ± √(b² - 4ac)) / (2a)
The value inside the square root, b² - 4ac, is called the discriminant (Δ).
To derive the quadratic formula, we complete the square:
ax² + bx + c = 0
x² + (b/a)x = -c/a
x² + (b/a)x + (b²/4a²) = -c/a + (b²/4a²)
(x + b/2a)² = (b² - 4ac)/4a²
x = (-b ± √(b² - 4ac)) / (2a)
x = -b / 2a
to quickly identify where the quadratic function reaches its maximum or minimum.Height of a ball thrown upward is modeled as:
h(t) = -4.9t² + 9.8t + 1.5
To find when the ball hits the ground, solve h(t) = 0
. The calculator gives the times of launch and impact.
A business's profit model is:
P(x) = -2x² + 40x - 150
Solving P(x) = 0
provides the break-even points. The vertex indicates the number of units for maximum profit.
Take control of your math problems—try the calculator now and get accurate results in seconds!
a | b | c | Roots |
---|---|---|---|
1 | -3 | 2 | 2, 1 |
1 | 2 | 1 | -1 (repeated root) |
1 | 1 | 1 | -0.5 ± 0.866i |
0 | 5 | -10 | Not a quadratic equation |
1 | 0 | -9 | -3, 3 |