Equation Solver

Solve linear and quadratic equations

Solution

Enter coefficients and click Solve

What is it used for?

Equation solvers find unknown values in mathematical problems.

Benefits & Tips

  • Linear Equations: Solve ax + b = 0
  • Quadratic Equations: Uses quadratic formula
  • Complex Roots: Handles imaginary solutions
  • Tip: Discriminant shows real vs complex roots

The Ultimate Guide to Equation Solving

Mastering linear combinations and the quadratic formula.

What is an Equation?

At its core, an equation is a mathematical statement asserting that two expressions are exactly equal. The equal sign ($=$) acts as a balance scale. The goal of "solving" an equation is to discover the unknown values (usually represented by variables like $x$) that keep the scale perfectly balanced.

Our calculator specializes in two of the most fundamental types of polynomial equations: Linear and Quadratic.

Linear Equations: The Power of the Line

Standard Form: $ax + b = 0$

A linear equation is a first-degree polynomial, meaning the variable $x$ has no exponent greater than 1. When graphed on a Cartesian coordinate system, a linear equation forms a perfectly straight line. Solving it simply requires isolating $x$.

How to solve manually: If $ax + b = 0$, you subtract $b$ from both sides ($ax = -b$), and then divide by $a$ to get $x = \frac{-b}{a}$.

Quadratic Equations: The Parabola

Standard Form: $ax^2 + bx + c = 0$

A quadratic equation is a second-degree polynomial. When graphed, it creates a U-shaped curve called a parabola. Solving a quadratic equation means finding the roots—the exact points where the parabola crosses the x-axis.

Unlike linear equations, quadratics can be tricky to solve by simply isolating $x$. While factoring or completing the square sometimes works, the universal method is the Quadratic Formula:

$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$

The Discriminant ($\Delta$)

The piece of the formula under the square root, $b^2 - 4ac$, is known as the Discriminant. It is incredibly powerful because it tells you exactly what kind of answers to expect before you even finish the math:

  • ✔️ If positive ($>0$): There are two distinct real roots (the parabola crosses the x-axis twice).
  • ✔️ If exactly zero ($=0$): There is one real root (the parabola's vertex barely touches the x-axis).
  • ✔️ If negative ($<0$): There are no real roots. The parabola hovers above or below the x-axis. The answers will be Complex Numbers involving $i$ (where $i = \sqrt{-1}$).

Real-World Applications

  • Projectile Motion: Any object thrown through the air (a baseball, a rocket, water from a fountain) follows a parabolic path dictated by a quadratic equation, factoring in gravity and initial velocity.
  • Business Optimization: Companies use quadratic equations to model profit graphs, helping them determine the exact price point that will maximize their revenue before sales drop off.
  • Calculating Speed & Distance: Simple linear equations ($Distance = Rate \times Time$) are constantly used in logistics, travel algorithms (like Google Maps), and speed calculations.