Skip to main content

Quadratic Equations

A quadratic equation is an equation containing a second-degree polynomial. An example of a quadratic equation is x2+3x+1=0x^2 + 3x + 1 = 0. Finally note, ax2+bx+c=0ax^2 + bx + c = 0 where aa, bb, and cc are real numbers, and if a0a \neq 0, means the equation is in standard form.

Square Root Property

We are able to solve quadratic equations using the square root property if there is no xx term present and we can isolate the x2x^2. With the x2x^2 term isolated, the square root property states that if x2=kx^2 = k, then x=±kx = \pm\sqrt{k} where kk is a nonzero real number.

Example\underline{Example}

4x2+1=74x^2 + 1 = 7

4x2=64x^2 = 6

x2=32x^2 = \frac{3}{2}

x=±32x = \pm\sqrt{\frac{3}{2}}

Solving By Factoring

We can solve most quadratic equations through factoring due to the zero-product property which states that if a×b=0a \times b = 0, then a=0a = 0 and/or b=0b = 0, where aa and bb are real numbers or algebraic expressions.

If we factor a quadratic equation which is in standard form, we will get a product of two or more expressions that equal 0. We can set each individual expression in the multiplication to 0 to get a resulting value of xx which is our solution.

Example\underline{Example}

x25x6=0x^2 - 5x - 6 = 0

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

x(x6)+1(x6)=0x(x - 6) + 1(x - 6) = 0

(x+1)(x6)=0(x + 1)(x - 6) = 0

x+1=0x=1x + 1 = 0 \to x = -1

x6=0x=6x - 6 = 0 \to x = 6

x=1,6x = -1, 6

Completing the Square

Not all equations can be factored or solved using the square root property. For cases like this, we can use the method of completing the square where we add or subtract terms on both sides of the equation in order to obtain a perfect square trinomial.

The steps to solving using completing the square include...

  1. If a1a \neq 1, divide the entire equation by aa.
  2. Seperate the terms with variables on one side of the equation and the constant term on the other side of the equation.
  3. Multiply bb by 12\frac{1}{2} and square it. This results in (12b)2(\frac{1}{2}b)^2.
  4. Add (12b)2(\frac{1}{2}b)^2 on both sides of the equation. This gives us a perfect square trinomial on one side of the equation.
  5. Factor the perfect square trinomial into a perfect square.
  6. Use the square root property to solve the equation.

This put into practice gives us...

Example\underline{Example}

x26x13=0x^2 - 6x - 13 = 0

x26x=13x^2 - 6x = 13

(12b)2=(12×6)2=32=9(\frac{1}{2}b)^2 = (\frac{1}{2} \times 6)^2 = 3^2 = 9

x26x+9=13+9x^2 - 6x + 9 = 13 + 9

(x3)2=22(x - 3)^2 = 22

x3=±22x - 3 = \pm\sqrt{22}

x=3±22x = 3 \pm \sqrt{22}

Quadratic Formula

The quadratic formula is a method of solving a quadratic equation where we substitute for aa, bb, and cc in the formula and simplify to get our solution. This method works for all quadratic equations.

We can derive the quadratic formula from the standard form of a quadratic equation...

ax2+bx+c=0ax^2 + bx + c = 0

ax2+bx=cax^2 + bx = -c

x2+bax=cax^2 + \frac{b}{a}x = -\frac{c}{a}

(12ba)2=b24a2(\frac{1}{2}\frac{b}{a})^2 = \frac{b^2}{4a^2}

x2+bax+b24a2=b24a2cax^2 + \frac{b}{a}x + \frac{b^2}{4a^2} = \frac{b^2}{4a^2} - \frac{c}{a}

(x+b2a)2=b24ac4a2(x + \frac{b}{2a})^2 = \frac{b^2 - 4ac}{4a^2}

x+b2a=±b24ac4a2x + \frac{b}{2a} = \pm\sqrt{\frac{b^2 - 4ac}{4a^2}}

x+b2a=±b24ac2ax + \frac{b}{2a} = \frac{\pm\sqrt{b^2 - 4ac}}{2a}

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

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

So, any quadratic equation written in standard form, ax2+bx+c=0ax^2 + bx + c = 0 can be solved using the quadratic formula which is x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} where aa, bb, and cc are real numbers and a0a \neq 0.

An example using the quadratic formula is...

Example\underline{Example}

9x2+3x2=09x^2 + 3x - 2 = 0

a=9a = 9, b=3b = 3, and c=2c = -2

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

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

x=3±9+7218x = \frac{-3 \pm \sqrt{9 + 72}}{18}

x=3±8118x = \frac{-3 \pm \sqrt{81}}{18}

x=3±918x = \frac{-3 \pm 9}{18}

x=3+918x=618x=13x = \frac{-3 + 9}{18} \to x = \frac{6}{18} \to x = \frac{1}{3}

x=3918x=1218x=23x = \frac{-3 - 9}{18} \to x = \frac{-12}{18} \to x = -\frac{2}{3}

x=23,13x = -\frac{2}{3}, \frac{1}{3}

Discriminant

The discriminant is the expression under the radical in the quadratic formula: b24acb^2 - 4ac which tells us the nature of the solutions for any quadratic equation in standard form. It tells how many solutions to expect as well as telling us if the solutions are real numbers or complex numbers.

Value of DiscriminantInformation
b24ac=0b^2 - 4ac = 0One rational solution
b24ac>0b^2 - 4ac > 0, perfect squareTwo rational solutions
b24ac>0b^2 - 4ac > 0, not a perfect squareTwo irrational solutions
b24ac<0b^2 - 4ac < 0Two complex solutions (No real solution)

Pythagorean Theorem

The pythagorean theorem is based on a right triangle and states the relationship among the lengths of the sides. The relationship of the sides is a2+b2=c2a^2 + b^2 = c^2 where aa and bb refer to the legs of a right triangle adjacent to 90°90\degree, and cc refers to the hypotenuse.

Right Triangle
Fig. 1 - Right Triangle