Quadratic Equations Notes

Quadratic Equations

Definition

A quadratic equation with one unknown variable is an equation in which there appears an exponent of 2 on the unknown (and sometimes an exponent of 1 as well).

Examples:

  • 4x2+0=04x^2 + 0 = 0
  • 2x2+x=02x^2 + x = 0
  • x2+x+1=0x^2 + x + 1 = 0
  • x2+4=2xx^2 + 4 = 2x (Note: This can be rearranged to fit the standard form)

General Form

The general form of a quadratic equation is:
ax2+bx+c=0ax^2 + bx + c = 0

Where:

  • aa = coefficient of x2x^2 term
  • bb = coefficient of xx term
  • cc = constant term (a number)

Methods of Solving Quadratic Equations

Steps

  1. Standard Form: Put the equation in standard form. This may involve removing parentheses, combining like terms, and moving all terms to one side of the equation.
  2. Factoring: If the left-hand side factors, set each factor equal to zero and solve the 2 linear equations.
  3. Check Answers: Always check your answers!
Example 1

(x+4)(x1)=0(x + 4)(x - 1) = 0

  • x+4=0x + 4 = 0 or x1=0x - 1 = 0
  • Answer: x=4,x=1x = -4, x = 1
Example 2

x2+3x4=0x^2 + 3x - 4 = 0

  • Equation is now in standard form.
  • (x+4)(x1)=0(x + 4)(x - 1) = 0
  • x+4=0x + 4 = 0 or x1=0x - 1 = 0
  • Answer: x=4,x=1x = -4, x = 1
Example 3

x2=4xx^2 = 4x

  • x24x=0x^2 - 4x = 0
  • x(x4)=0x(x - 4) = 0
  • x=0x = 0 or x4=0x - 4 = 0
  • Answer: x=0,x=4x = 0, x = 4
Example 4

4x2=4x4x^2 = 4x

  • 4x24x=04x^2 - 4x = 0
  • 4x(x1)=04x(x - 1) = 0
  • 4x=04x = 0 or x1=0x - 1 = 0
  • Answer: x=0,x=1x = 0, x = 1
Example 5

4x2=2x4x^2 = 2x

  • 4x22x=04x^2 - 2x = 0
  • 2x(2x1)=02x(2x - 1) = 0
  • 2x=02x = 0 or 2x1=02x - 1 = 0
  • Answer: x=0,x=12x = 0, x = \frac{1}{2}

Quadratic Formula

If the left-hand side does not factor, use the quadratic formula to solve the equation. Then check your answers!!

Example

x2+3x+1=0x^2 + 3x + 1 = 0 (This will not factor!)

  • a=1,b=3,c=1a = 1, b = 3, c = 1
  • x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  • x=3±324(1)(1)2(1)x = \frac{-3 \pm \sqrt{3^2 - 4(1)(1)}}{2(1)}
  • x=3±942x = \frac{-3 \pm \sqrt{9 - 4}}{2}
  • x=3±52x = \frac{-3 \pm \sqrt{5}}{2}
  • There are two answers for xx: x=3+52x = \frac{-3 + \sqrt{5}}{2} or x=352x = \frac{-3 - \sqrt{5}}{2}

NOTE: If the number which appears under the radical in the quadratic formula is negative there is no solution for xx, since it is impossible to take the square root of a negative number.

Quadratic Formula

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

More Examples

Example 1

x23x=0x^2 - 3x = 0

  • This factors: x(x3)=0x(x - 3) = 0
  • x=0x = 0 or x3=0x - 3 = 0
  • Answer: x=0,x=3x = 0, x = 3

Example 2

x29=0x^2 - 9 = 0

  • This factors: (x+3)(x3)=0(x + 3)(x - 3) = 0
  • x+3=0x + 3 = 0 or x3=0x - 3 = 0
  • x=3x = -3 or x=3x = 3
  • Answer: x=3,x=3x = -3, x = 3

Example 3

x212x+36=0x^2 - 12x + 36 = 0

  • This factors: (x6)(x6)=0(x - 6)(x - 6) = 0
  • x=6x = 6 or x=6x = 6
  • (both answers are the same)
  • Answer: x=6x = 6

Example 4

3x2x2=03x^2 - x - 2 = 0

Method 1: Factoring
  • (3x+2)(x1)=0(3x + 2)(x - 1) = 0
  • 3x+2=03x + 2 = 0 or x1=0x - 1 = 0
  • 3x=23x = -2 or x=1x = 1
  • x=23x = -\frac{2}{3}
Method 2: Quadratic Formula
  • a=3,b=1,c=2a = 3, b = -1, c = -2
  • x=(1)±(1)24(3)(2)2(3)x = \frac{-(-1) \pm \sqrt{(-1)^2 - 4(3)(-2)}}{2(3)}
  • x=1±1+246x = \frac{1 \pm \sqrt{1 + 24}}{6}
  • x=1±256x = \frac{1 \pm \sqrt{25}}{6}
  • x=1±56x = \frac{1 \pm 5}{6}
  • x=1+56x = \frac{1 + 5}{6} or x=156x = \frac{1 - 5}{6}
  • x=1x = 1 or x=46=23x = -\frac{4}{6} = -\frac{2}{3}

This factors and may be solved by factoring but you can solve any quadratic by the quadratic formula. It will be illustrated with this example that you will obtain the same answers from either the quadratic formula or by factoring.

Practice Problems

Solve the following quadratic equations by factoring.

  1. x22x=0x^2 - 2x = 0
  2. p29=0p^2 - 9 = 0
  3. x2+8x+6=0x^2 + 8x + 6 = 0
  4. T26T16=0T^2 - 6T - 16 = 0
  5. q25q=6q^2 - 5q = -6
  6. 4y2=254y^2 = 25
  7. 9d2+48d+64=09d^2 + 48d + 64 = 0
  8. e2+3e36=0e^2 + 3e - 36 = 0
  9. h2+30h=234h^2 + 30h = -234
  10. 5a21=95a^2 - 1 = 9
  11. 64s215=(5+15)64s^2 - 15 = (5 + 15)

Solve the following quadratic equations by the quadratic formula.

  1. x26x4=0x^2 - 6x - 4 = 0
  2. x2+8x+4=0x^2 + 8x + 4 = 0
  3. x2+2x3=0x^2 + 2x - 3 = 0
  4. d23d+5=0d^2 - 3d + 5 = 0
  5. 3u2=10u33u^2 = 10u - 3
  6. 9b2+5=3b9b^2 + 5 = -3b
  7. 2w(w+1)=72w(w+1) = 7
  8. 3r(r1)+2(3r+4)=183r(r -1) + 2(3r + 4) =18
  9. e3+e+15=53\frac{e}{3} + \frac{e + 1}{5} = \frac{5}{3}
  10. 2.4s22.2s=22.4s^2 - 2.2s = 2
  11. 231x1x+1=0\frac{2}{3} - \frac{1}{x} - \frac{1}{x+1} = 0
  12. 34+1x+12=1x+1+3x\frac{3}{4} + \frac{1}{x} + \frac{1}{2} = \frac{1}{x+1} + \frac{3}{x}
  13. 3t+2t+1=2\frac{3}{t} + \frac{2}{t+1} = 2

Solve the following equations by any appropriate method.

  1. x22x+3=0x^2 - 2x + 3 = 0
  2. 3x2+5x=512x3x^2 + 5x = 5 - \frac{1}{2x}
  3. 2x5x=12x - \frac{5}{x} = 1
  4. 10x2=210x^2 = 2
  5. 25+1x=2xx\frac{2}{5} + \frac{1}{x} = \frac{2}{x} - x
  6. (7p2)p=18(7p - 2)p = 18
  7. x23x3=0x^2 - 3x - 3 = 0
  8. (T5)2=9(T - 5)^2 = 9
  9. 1x52=13x+2(x5)\frac{1}{x} - \frac{5}{2} = \frac{1}{3x + 2(x-5)}

Answers to Quadratic Equations

  1. x=0,x=2x = 0, x = 2
  2. p=3,p=3p = 3, p = -3
  3. x=4±10x = -4 \pm \sqrt{10}
  4. T=8,T=2T = 8, T = -2
  5. q=3,q=2q = 3, q = 2
  6. y=52,y=52y = \frac{5}{2}, y = -\frac{5}{2}
  7. d=83d = -\frac{8}{3}
  8. e=3±1532e = \frac{-3 \pm \sqrt{153}}{2}
  9. h=15±33h = -15 \pm \sqrt{33}
  10. a=±2a = \pm \sqrt{2}
  11. s=±54s = \pm \frac{5}{4}
  12. x=3±13x = 3 \pm \sqrt{13}
  13. x=4±23x = -4 \pm 2\sqrt{3}
  14. x=1,x=3x = 1, x = -3
  15. no real roots
  16. u=3,u=13u = 3, u = \frac{1}{3}
  17. no real roots
  18. w=1±152w = \frac{-1 \pm \sqrt{15}}{2}
  19. r=3±1296r = \frac{-3 \pm \sqrt{129}}{6}
  20. e=4,e=3e = -4, e = 3
  21. s=11±66124s = \frac{11 \pm \sqrt{661}}{24}
  22. x=1±32x = \frac{-1 \pm \sqrt{3}}{2}
  23. x=3±332x = \frac{3 \pm \sqrt{33}}{2}
  24. t=3±132t = \frac{3 \pm \sqrt{13}}{2}
  25. no real roots
  26. x=3±172x = \frac{-3 \pm \sqrt{17}}{2}
  27. x=1±414x = \frac{1 \pm \sqrt{41}}{4}
  28. x=±55x = \pm \frac{\sqrt{5}}{5}
  29. x=3±132x = \frac{3 \pm \sqrt{13}}{2}
  30. p=27p = \frac{-2}{7}
  31. T=8,T=2T = 8, T = -2
  32. no real roots
  33. x=3,x=23x = -3, x=\frac{2}{3}