📐 MATH

Quadratic & Radical Equations Solver

Solve quadratic equations (ax² + bx + c = 0) and radical equations containing square roots. Get step-by-step solutions with discriminant analysis and extraneous solution checking.

Enter coefficients for the quadratic equation: ax² + bx + c = 0

Enter an equation containing a square root (√). Format: √(expression) = value or √(expression) = x

What Is a Quadratic Equation and How to Solve It?

A quadratic equation is a second-degree polynomial equation that can be written in the standard form ax² + bx + c = 0, where a, b, and c are constants, and a ≠ 0. The name "quadratic" comes from "quadratus," the Latin word for square, because the variable gets squared (x²). Quadratic equations are fundamental in algebra and appear in countless real-world applications, including physics (projectile motion), engineering (optimization problems), economics (profit maximization), and biology (population growth models).

The most reliable method for solving any quadratic equation is the quadratic formula: x = [-b ± √(b² - 4ac)] / 2a. This formula always works, whether the roots are real numbers or complex numbers. The symbol "±" (plus-minus) indicates that there are usually two solutions to a quadratic equation. The expression under the square root, b² - 4ac, is called the discriminant because it discriminates between different types of solutions.

Understanding the Discriminant (Δ)

The discriminant, written as Δ = b² - 4ac, tells you exactly what kind of solutions to expect without having to complete the entire calculation:

  • If Δ > 0 (positive discriminant): The quadratic equation has two distinct real roots. The parabola crosses the x-axis at two different points. Example: x² - 5x + 6 = 0 has Δ = 1, giving roots x = 2 and x = 3.
  • If Δ = 0 (zero discriminant): The quadratic equation has one real root (double root). The parabola touches the x-axis at exactly one point (the vertex). Example: x² - 4x + 4 = 0 has Δ = 0, giving root x = 2.
  • If Δ < 0 (negative discriminant): The quadratic equation has two complex conjugate roots. The parabola never touches the x-axis. Example: x² + 4 = 0 has Δ = -16, giving roots x = ± 2i.

Here's the thing: the discriminant is a powerful shortcut. Before you even start solving, you know whether you're looking for real numbers or complex numbers. In physics and engineering problems, real roots often represent measurable quantities, while complex roots might indicate oscillatory behavior or no physical solution.

Real-World Applications of Quadratic Equations

You might be wondering: When will I ever use quadratic equations in real life? Let me explain. Quadratic equations appear everywhere:

  • Projectile Motion: The path of a thrown ball follows a parabolic curve. Quadratic equations calculate maximum height, time of flight, and landing distance. Formula: h(t) = -16t² + v₀t + h₀.
  • Area Problems: If you have 100 feet of fencing and want to enclose a rectangular garden, the area A = x(50 - x) creates a quadratic equation to find dimensions that maximize area.
  • Business and Economics: Profit = Revenue - Cost often forms quadratic relationships. Finding the price that maximizes profit requires solving a quadratic equation.
  • Engineering: Stress-strain relationships, beam deflection, and electrical circuit analysis frequently use quadratic equations.
  • Astronomy: Calculating planetary orbits and telescope mirror shapes involves quadratic equations.
  • Computer Graphics: Rendering curved surfaces, calculating collisions, and creating parabolic animations all use quadratic equations.

What Is a Radical Equation and How to Solve It?

A radical equation is any equation where the variable appears inside a square root (or other radical). The most common type is equations containing √(expression) = value. For example, √(x + 2) = 5 or √(2x - 1) = x are radical equations. Solving them requires a different approach than linear or quadratic equations.

The standard method for solving radical equations has four steps:

  • Step 1: Isolate the radical term — Get the square root by itself on one side of the equation.
  • Step 2: Square both sides — This eliminates the square root. If you have √(expression) = value, squaring gives expression = value².
  • Step 3: Solve the resulting equation — After squaring, you'll have a linear or quadratic equation to solve.
  • Step 4: Check for extraneous solutions — This is critical! Squaring both sides can introduce false solutions that don't satisfy the original equation. Always substitute your answers back into the original equation to verify they work.

Why Extraneous Solutions Occur in Radical Equations

You might be wondering: Why do extraneous solutions happen? Let me explain. When you square both sides of an equation, you lose information about signs. For example, both 5 and -5 give 25 when squared. If your original equation had √(x) = -5, squaring gives x = 25, but √25 = 5, not -5. So x = 25 is extraneous — it doesn't satisfy the original equation because a square root cannot produce a negative number. Always check your answers in the original radical equation before finalizing them.

Quick example: Solve √(x + 2) = x. Squaring gives x + 2 = x², or x² - x - 2 = 0, which factors to (x - 2)(x + 1) = 0, giving x = 2 or x = -1. Checking x = 2: √4 = 2 ✓ works. Checking x = -1: √1 = 1, but the right side is -1. So x = -1 is extraneous. The only valid solution is x = 2.

Real-World Applications of Radical Equations

  • Pythagorean Theorem: a² + b² = c² often requires solving for a side length using a square root. Radical equations help find distances in construction, navigation, and surveying.
  • Physics (Pendulum Period): The period of a pendulum is T = 2π√(L/g). Solving for length L requires working with a radical equation: L = g(T/2π)².
  • Electrical Engineering: Impedance calculations in AC circuits involve square roots of sums of squares. Z = √(R² + X²).
  • Distance Formula: Finding the distance between two points in coordinate geometry: d = √[(x₂ - x₁)² + (y₂ - y₁)²].
  • Speed of Sound: The speed of sound in air is v = √(γRT/M). Solving for temperature requires manipulating radical equations.

Comparing Methods: Quadratic Formula vs. Factoring vs. Completing the Square

There are three main ways to solve quadratic equations, each with its advantages:

  • Quadratic Formula: Always works, even for complex roots. Best when coefficients are messy or when you need guaranteed results. Use our calculator above for instant answers.
  • Factoring: Fastest method when the quadratic factors nicely (e.g., x² - 5x + 6 = (x - 2)(x - 3)). Only works when roots are rational numbers.
  • Completing the Square: The method that leads to the quadratic formula. Useful for converting to vertex form and for certain integration problems in calculus.

For most students, the quadratic formula is the most reliable method. Our calculator uses the quadratic formula to ensure accuracy in all cases, including complex roots.

Common Mistakes When Solving Equations

  • Forgetting to check for extraneous solutions: Especially important for radical equations. Always verify your answer in the original equation.
  • Misidentifying a, b, and c: Make sure the quadratic equation is in standard form (ax² + bx + c = 0) before applying the formula.
  • Sign errors in the quadratic formula: Remember: x = [-b ± √(b² - 4ac)] / 2a. The -b at the beginning is often forgotten.
  • Dividing by a when a ≠ 1: If you're factoring, don't forget to account for the coefficient of x².
  • Not isolating the radical first: Before squaring in radical equations, make sure the square root is alone on one side.

Frequently Asked Questions About Quadratic and Radical Equations

Q: What is the quadratic formula?
A: The quadratic formula is x = [-b ± √(b² - 4ac)] / 2a. It gives the solutions to any quadratic equation ax² + bx + c = 0.

Q: How do I know if a quadratic equation has real solutions?
A: Calculate the discriminant (b² - 4ac). If it's positive or zero, you have real solutions. If it's negative, the solutions are complex.

Q: What is an extraneous solution in a radical equation?
A: An extraneous solution is a number that satisfies the squared equation but not the original radical equation. Always check your answers by plugging them back into the original equation.

Q: Can a quadratic equation have only one solution?
A: Yes, when the discriminant equals zero. This is called a double root or repeated root. The parabola touches the x-axis at exactly one point.

Q: How do I solve √(x) = -5?
A: This equation has no real solution because the square root function always returns a non-negative result (≥ 0). A square root cannot equal a negative number.

Q: What's the difference between quadratic and linear equations?
A: Linear equations have degree 1 (ax + b = 0) and have one solution. Quadratic equations have degree 2 (ax² + bx + c = 0) and can have 0, 1, or 2 real solutions.

Try the quadratic and radical equations solver above. Enter your coefficients or equation. Get step-by-step solutions instantly. No signup required. Perfect for students, teachers, and anyone studying algebra.

📖 Quadratic Formula
x = [-b ± √(b² - 4ac)] / 2a
Discriminant (Δ):
Δ > 0: 2 real roots
Δ = 0: 1 real root
Δ < 0: 2 complex roots
🔍 Radical Equations
1. Isolate the radical
2. Square both sides
3. Solve the equation
4. Check for extraneous
💡 Common Examples
x² - 5x + 6 = 0 → x = 2,3
x² - 4x + 4 = 0 → x = 2
√(x) = 4 → x = 16
√(x+2) = x → x = 2