Contents

Solving Quadratic Equations Using the abc Formula

To find the roots of a quadratic equation, we can use factoring, completing the square, or the quadratic formula often called the abc formula:

x1,2=b±b24ac2a x_{1,2}=\frac{-b\pm \sqrt{b^2-4ac}}{2a}

This article focuses on solving quadratic equations using that formula.

Quadratic formula or abc formula

Find the roots of:

2x2+x6=0 2x^2+x-6=0

From the equation, we get:

  • a=2a=2
  • b=1b=1
  • c=6c=-6

Use the abc formula:

x1,2=b±b24ac2a=1±124(2)(6)2(2)=1±1+484=1±494=1±74 \begin{aligned} x_{1,2} &= \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \\ &= \frac{-1 \pm \sqrt{1^2 - 4(2)(-6)}}{2(2)} \\ &= \frac{-1 \pm \sqrt{1+48}}{4} \\ &= \frac{-1 \pm \sqrt{49}}{4} \\ &= \frac{-1 \pm 7}{4} \end{aligned}

So:

x1=1+74=64=32x2=174=84=2 \begin{aligned} x_1 &= \frac{-1+7}{4} = \frac{6}{4} = \frac{3}{2} \\ x_2 &= \frac{-1-7}{4} = \frac{-8}{4} = -2 \end{aligned}

Therefore, the roots are:

x=32andx=2 x=\frac{3}{2} \quad \text{and} \quad x=-2

Find the roots of:

2x2+13x7=0 2x^2+13x-7=0

From the equation, we get:

  • a=2a=2
  • b=13b=13
  • c=7c=-7

Use the abc formula:

x1,2=b±b24ac2a=13±1324(2)(7)2(2)=13±169+564=13±2254=13±154 \begin{aligned} x_{1,2} &= \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \\ &= \frac{-13 \pm \sqrt{13^2 - 4(2)(-7)}}{2(2)} \\ &= \frac{-13 \pm \sqrt{169+56}}{4} \\ &= \frac{-13 \pm \sqrt{225}}{4} \\ &= \frac{-13 \pm 15}{4} \end{aligned}

So:

x1=13+154=24=12x2=13154=284=7 \begin{aligned} x_1 &= \frac{-13+15}{4} = \frac{2}{4} = \frac{1}{2} \\ x_2 &= \frac{-13-15}{4} = \frac{-28}{4} = -7 \end{aligned}

Therefore, the roots are:

x=12andx=7 x=\frac{1}{2} \quad \text{and} \quad x=-7

That is how quadratic equations can be solved using the quadratic formula or abc formula.

Related Content