The Swiss Army Knife of Quadratics: Mastering the Quadratic Formula
Mr. Miranda Online Homepage
BARCELONA
LEARN BETTER. IT'S FREE!
Liquid error: Memory limits exceeded
A digital illustration featuring a Swiss Army knife, symbolizing the versatility and reliability of the quadratic formula in solving equations.

Quadratic Formula Sales Page and Cheat Sheet

Discover the Swiss Army Knife of Quadratics

You’re staring at a quadratic equation and asking yourself:

 

"Which method should I use? 🤷‍♂️"

"Am I doing this the fastest way possible? ⏱️"

"What happens if the numbers don’t cooperate? 🤯"

 

Factorization?

It’s so satisfying when it works, but it’s not always an option.

Completing the square?

Elegant, sure, but who wants to go down that road when the numbers are a nightmare? 😩

The quadratic formula?

I guess I could use it... if I’d ever bothered to memorize it. 🤦‍♀️

 

Sound familiar?

Here’s the good news: if you’re taking too long to decide, the decision is already made. ✔️

 

The Swiss Army Knife of Math Tools 🛠️

 

The QUADRATIC FORMULA does it all.

Whether the numbers are neat or a complete mess, it’s always the tool you can rely on.

It doesn’t require you to guess factors or worry about perfect squares—it just gets the job done. ✅

 

Here’s why:

It works for any quadratic—easy or ugly, it’s got you covered. 💪

It’s reliable—you don’t have to think twice. Just plug in the values, and you’re done. ⚡

It’s foolproof—no matter how complicated the equation gets, the quadratic formula will always give you the solution. 🔐

 

I Kinda See Your Point, But... Why Should I Memorize a Formula? 🤔

It’s simple: the quadratic formula is a tool that always works.

Memorizing it doesn’t just mean you can solve equations; it means you’ll have the confidence to tackle any quadratic that comes your way.

No more wondering if you’re using the right method—the quadratic formula is the ultimate solution. 💡

 

Ready to tackle quadratics with ease? Don’t let the "ugly" quadratic formula fool you. It’s the only tool you need to solve any equation. 🔥

 

And It Doesn’t Stop Here... 🔍

 

As a bonus, you’ll get completely free the ability to find the number of roots before you even start solving! 🎁

That’s right—the discriminant lets you know how many solutions exist before you even start solving.

One root? Two? Or maybe none at all? You’ll always be a step ahead! 🚀

 

So, What Are You Waiting For? ⏳

 

Memorize the quadratic formula using the cheat sheet below and start solving quadratic equations like a pro! 🏆

 

 

 

What Is a Quadratic Equation?

 

A quadratic equation is any equation that can be written in the form:

ax2+bx+c=0

Where:

  • aa, bb, and cc are constants (numbers),

  • xx is the variable.

The Quadratic Formula

The quadratic formula allows you to solve for xx in any quadratic equation. It’s given by:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  • aa, bb, and ccare the coefficients from your quadratic equation.

  • if a is positive, then the parabola opens up; if a is negative, then the parabola open down
  • The discriminant (b24acb^2 - 4ac) tells you how many roots (solutions) the equation has.


 

Steps to Use the Quadratic Formula

 

  1. Identify the values of aa, bb, and cc
    From the equation ax2+bx+c=0ax^2 + bx + c = 0dentify the coefficients:

    • a=a = the coefficient of x2x^2,

    • b=b = the coefficient of xx,

    • c=c = the constant.

  2. Plug these values into the quadratic formula
    Replace aa, bb, and cc in the quadratic formula.

  3. Simplify the expression

    • Simplify the terms under the square root and calculate the result.

    • Take the square root of the result (if possible), then apply theto get both solutions.

       
  4. Find the roots

    • Solve for xxby performing the calculations and simplify the expression.


 

Example 1: Simple Quadratic

 

Solve: x25x+6=0x^2 - 5x + 6 = 0

 

Step 1: Identify aa, bb, and cc

  • a=1a = 1b=5b = -5, c=6c = 6

     

Step 2: Plug into the quadratic formula

x=(5)±(5)24(1)(6)2(1)
 
x = \frac{-(-5) \pm \sqrt{(-5)^2 - 4(1)(6)}}{2(1)}Step 3: Simplifyx=5±25242x = \frac{5 \pm \sqrt{25 - 24}}{2} x=5±12x = \frac{5 \pm \sqrt{1}}{2} x=5±12
 
Step 4: Find the roots
x1=5+12=3, x2=512=2
 
x_1 = \frac{5 + 1}{2} = 3, \quad x_2 = \frac{5 - 1}{2} = 2

Roots: x=3x = 3and x=2x = 2

 Parabola:
This is a parabola that crosses the x-axis twice, showing two real roots (the parabola intersects the x-axis at x=3x = 3 and x=2x = 2).

 


 

Example 2: Complicated Quadratic

 

Solve: 2x29.75x+7.83=02x^2 - 9.75x + 7.83 = 0

 

Step 1: Identify aa, bb, and cc

  • a=2a = 2, b=9.75b = -9.75, c=7.83c = 7.83

     

Step 2: Plug into the quadratic formula

x=(9.75)±(9.75)24(2)(7.83)2(2)x = \frac{-(-9.75) \pm \sqrt{(-9.75)^2 - 4(2)(7.83)}}{2(2)}

Step 3: Simplify

x=9.75±95.062562.644x = \frac{9.75 \pm \sqrt{95.0625 - 62.64}}{4} x=9.75±32.42254x = \frac{9.75 \pm \sqrt{32.4225}}{4} x=9.75±5.694x = \frac{9.75 \pm 5.69}{4}

Step 4: Find the roots

x1=9.75+5.694=15.444=3.86x_1 = \frac{9.75 + 5.69}{4} = \frac{15.44}{4} = 3.86x2=9.755.694=4.064=1.015x_2 = \frac{9.75 - 5.69}{4} = \frac{4.06}{4} = 1.015

Roots: x=3.86x = 3.86 and x=1.015x = 1.015

Parabola:
This is a parabola that crosses the x-axis twice, showing two real roots (the parabola intersects the x-axis at x=3.86and x=1.015).

 


 

Example 3: Quadratic with One Root

Solve: x26x+9=0x^2 - 6x + 9 = 0

 

Step 1: Identify aa, bb, and cc

  • a=1a = 1, b=6b = -6, c=9c = 9

     

Step 2: Plug into the quadratic formula

x=(6)±(6)24(1)(9)2(1)x = \frac{-(-6) \pm \sqrt{(-6)^2 - 4(1)(9)}}{2(1)}

Step 3: Simplify

x=6±36362x = \frac{6 \pm \sqrt{36 - 36}}{2} x=6±02x = \frac{6 \pm \sqrt{0}}{2} x=6±02x = \frac{6 \pm 0}{2}

Step 4: Find the roots

x=62=3x = \frac{6}{2} = 3

Root: x=3x = 3 (repeated root)

Parabola:
This is a parabola that touches the x-axis at just one point, showing one repeated root (the vertex of the parabola is at x=3x = 3).

 


 

Example 4: No Real Roots (Complex Roots)

Solve: x2+4x+5=0x^2 + 4x + 5 = 0

 

Step 1: Identify aa, bb, and cc

  • a=1a = 1, b=4b = 4, c=5c = 5

Step 2: Plug into the quadratic formula

x=4±424(1)(5)2(1)x = \frac{-4 \pm \sqrt{4^2 - 4(1)(5)}}{2(1)}

Step 3: Simplify

x=4±16202x = \frac{-4 \pm \sqrt{16 - 20}}{2} x=4±42x = \frac{-4 \pm \sqrt{-4}}{2}
x=4±2i2x = \frac{-4 \pm 2i}{2}

Step 4: Find the roots

x1=4+2i2=2+i, x2=42i2=2ix_1 = \frac{-4 + 2i}{2} = -2 + i, \quad x_2 = \frac{-4 - 2i}{2} = -2 - i

Roots: x=2+ix = -2 + i and x=2ix = -2 - i (complex roots)

Parabola:
This is a parabola that does not cross the x-axis, indicating no real roots (the roots are complex numbers).

 


 

Common Mistakes to Avoid

  • Not simplifying the discriminant: Always simplify b24acb^2 - 4ac first. It’s key to figuring out how many real solutions you have.

  • Forgetting to divide by 2a2a: After finding the roots from the formula, remember to divide by 2a2a.

  • Misinterpreting negative discriminants: If b24acb^2 - 4ac is negative, the roots are complex, not real.


 

Quick Tips for Success

  • When the discriminant is zero, you’ll have one solution (a repeated root).

  • When the discriminant is positive, you’ll have two real solutions.

  • When the discriminant is negative, you’ll have two complex solutions (use "i" for imaginary numbers).


 

This cheat sheet offers a quick reference for solving quadratic equations using the quadratic formula. Now, whenever you’re faced with a quadratic, you’ll know exactly what to do.