Solving Quadratic Equations0%

Algebra · Topic 12 of 12

Solving Quadratic Equations

Video lesson6 worked examples

Theory

Solving

To calculate the roots, set the equation to zero. Try to solve by factorising first. If that isn't possible, use the Quadratic Formula:

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

The Discriminant

The expression b24acb^2 - 4ac is the discriminant. It dictates the nature of the roots:

  • b24ac>0b^2 - 4ac > 0: 2 real distinct roots.
  • b24ac=0b^2 - 4ac = 0: 1 repeated real root (equal roots).
  • b24ac<0b^2 - 4ac < 0: No real roots.

The Golden Rule: to solve, always make one side zero first, then factorise if you can and use the formula only if you cannot. To describe the roots without solving, evaluate the discriminant b24acb^2 - 4ac.

⚠️ Common Examiner Traps

  • Not setting to zero: 16tt2=6016t - t^2 = 60 must be rearranged to t216t+60=0t^2 - 16t + 60 = 0 before factorising.
  • Formula sign errors: substitute a,b,ca, b, c with their signs. If c=4c = -4 then 4ac-4ac becomes ++ — mishandling this is the most common formula slip.
  • Discriminant vs roots: b24acb^2 - 4ac tells you the nature of the roots, not the roots themselves.
  • Rejecting impossible answers: in a context (a length, a number of items), discard any negative or otherwise impossible solution — and say why.
  • Use the formula when asked for decimals: “correct to 2 d.p.” signals the quadratic does not factorise — go straight to the formula.

Worked examples

Example 1

Solve by Factorising (unitary)

Solve x28x+15=0x^2 - 8x + 15 = 0.

Step 1: Factorise the trinomial: (x3)(x5)=0(x - 3)(x - 5) = 0.

Step 2: A product is zero when a factor is zero, so set each bracket to zero. Answer: x=3x = 3 or x=5x = 5.

Example 2

Solve by Factorising (non-unitary)

Solve 3x25x2=03x^2 - 5x - 2 = 0.

Step 1: Factorise, with first terms multiplying to 3x23x^2 and last terms to 2-2: (3x+1)(x2)=0(3x + 1)(x - 2) = 0.

Step 2: Set each bracket to zero: 3x+1=03x + 1 = 0 gives x=13x = -\tfrac{1}{3}, and x2=0x - 2 = 0 gives x=2x = 2.

Answer: x=13x = -\tfrac{1}{3} or x=2x = 2.

Example 3

Rearranging First

Solve x2=3x+10x^2 = 3x + 10.

Step 1: Make one side zero before doing anything else: x23x10=0x^2 - 3x - 10 = 0.

Step 2: Factorise: (x5)(x+2)=0(x - 5)(x + 2) = 0.

Answer: x=5x = 5 or x=2x = -2.

Example 4

Using the Quadratic Formula

Solve 2x2+3x4=02x^2 + 3x - 4 = 0, giving the solutions correct to 2 decimal places.

Step 1: It does not factorise, so use the formula with a=2, b=3, c=4a = 2,\ b = 3,\ c = -4:

x=3±324(2)(4)2(2)=3±9+324=3±414x = \frac{-3 \pm \sqrt{3^2 - 4(2)(-4)}}{2(2)} = \frac{-3 \pm \sqrt{9 + 32}}{4} = \frac{-3 \pm \sqrt{41}}{4}

Step 2: Since 416.40\sqrt{41} \approx 6.40, work out both values:

x=3+6.404=0.85orx=36.404=2.35x = \frac{-3 + 6.40}{4} = 0.85 \qquad \text{or} \qquad x = \frac{-3 - 6.40}{4} = -2.35

Answer: x=0.85x = 0.85 or x=2.35x = -2.35 (2 d.p.).

Example 5

Nature of the Roots (discriminant)

Determine the nature of the roots of 2x2+3x+4=02x^2 + 3x + 4 = 0.

Step 1: Identify a=2, b=3, c=4a = 2,\ b = 3,\ c = 4 and evaluate the discriminant b24acb^2 - 4ac: 324(2)(4)=932=233^2 - 4(2)(4) = 9 - 32 = -23.

Answer: Since 23<0-23 < 0, the equation has no real roots.

Example 6

🎯 Exam-style (word problem)

A rectangle has length (x+3)(x + 3) cm and breadth xx cm. Its area is 4040 cm². Show that x2+3x40=0x^2 + 3x - 40 = 0, and find the breadth.

Step 1: Area is length × breadth, so x(x+3)=40x(x + 3) = 40. Expand and set to zero:

x2+3x=40    x2+3x40=0x^2 + 3x = 40 \implies x^2 + 3x - 40 = 0

Step 2: Factorise: (x+8)(x5)=0(x + 8)(x - 5) = 0, giving x=8x = -8 or x=5x = 5.

Step 3: A breadth cannot be negative, so reject x=8x = -8.

Answer: the breadth is 55 cm.