Quadratic Equations Cambridge (CIE) IGCSE Maths Extended Study Guide

Solving Quadratics by Factorising

  • General Form of a Quadratic Equation: A quadratic equation must be rearranged into the form ax2+bx+c=0ax^2 + bx + c = 0.     - It is essential that zero is on one side of the equation.     - Factorisation is generally easier if the equation is rearranged so that the coefficient aa is positive.

  • The Factorisation Process: To solve using factorisation, you must factorise the quadratic expression and then solve by setting each resulting bracket equal to zero.     - Logic: If two things multiply together to give zero, then at least one of them must be equal to zero. For example, if (x+4)(x1)=0(x + 4)(x - 1) = 0, then either x+4=0x + 4 = 0 or x1=0x - 1 = 0.

  • Case Study: Solving (x3)(x+7)=0(x - 3)(x + 7) = 0:     - Solve the first bracket: x3=0x=3x - 3 = 0 \rightarrow x = 3.     - Solve the second bracket: x+7=0x=7x + 7 = 0 \rightarrow x = -7.     - The two solutions are x=3x = 3 or x=7x = -7.     - Note: In simple cases, the solutions are the numbers in the brackets with opposite signs.

  • Solving with Coefficients in Front of xx within Brackets:     - The process remains identical, but more work is required to isolate xx. You cannot simply change the signs.     - Example: Solve (2x3)(3x+5)=0(2x - 3)(3x + 5) = 0:         - First bracket: 2x3=02x=3x=322x - 3 = 0 \rightarrow 2x = 3 \rightarrow x = \frac{3}{2}.         - Second bracket: 3x+5=03x=5x=533x + 5 = 0 \rightarrow 3x = -5 \rightarrow x = -\frac{5}{3}.         - The solutions are x=32x = \frac{3}{2} or x=53x = -\frac{5}{3}.

  • Handling xx as a Factor:     - If an expression is factorised as x(x4)=0x(x - 4) = 0, the standard process applies.     - It may help to think of the single xx as (x0)(x - 0) or (x)(x).     - Solve the first "bracket": (x)=0(x) = 0, so x=0x = 0.     - Solve the second bracket: x4=0x=4x - 4 = 0 \rightarrow x = 4.     - The solutions are x=0x = 0 or x=4x = 4.     - Common Mistake: Dividing both sides by xx at the beginning will result in losing the x=0x = 0 solution. Never cancel xx from both sides.

  • Examiner Tips and Tricks: If your calculator can solve quadratics, use the solutions to work backward to find factors. For instance, if a calculator gives solutions for 6x2+x2=06x^2 + x - 2 = 0 as x=23x = -\frac{2}{3} and x=12x = \frac{1}{2}, rearrange these to 3x+2=03x + 2 = 0 and 2x1=02x - 1 = 0. This identifies the factors as (3x+2)(2x1)(3x + 2)(2x - 1).

  • Worked Examples:     - (a) Solve x2+3x10=0x^2 + 3x - 10 = 0: Factorises to (x2)(x+5)=0(x - 2)(x + 5) = 0. Solutions: x=2x = 2 or x=5x = -5.     - (b) Solve 5x2x=05x^2 - x = 0: Factorises to x(5x1)=0x(5x - 1) = 0. Solutions: x=0x = 0 or x=15x = \frac{1}{5}.

The Quadratic Formula

  • Formula Definition: For a quadratic in the form ax2+bx+c=0ax^2 + bx + c = 0 (where a0a \neq 0), the quadratic formula is:     - x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

  • Application Steps:     1. Ensure the equation equals zero on the right-hand side.     2. Identify the values for aa, bb, and cc.     3. Substitute values into the formula using brackets around any negative numbers.     4. Calculate the result twice: once using the ++ sign and once using the - sign.

  • Worked Example: Solve 2x28x3=02x^2 - 8x - 3 = 0:     - Identify: a=2,b=8,c=3a = 2, b = -8, c = -3.     - Substitute: x=(8)±(8)24×2×(3)2×2x = \frac{-(-8) \pm \sqrt{(-8)^2 - 4 \times 2 \times (-3)}}{2 \times 2}.     - Solutions: x=4.3452078...x = 4.3452078... or x=0.34520787...x = -0.34520787....     - Correct to 3 d.p.: x=4.345x = 4.345 or x=0.345x = -0.345.     - Correct to 3 s.f.: x=4.35x = 4.35 or x=0.345x = -0.345.

  • Exact (Surd) Form: You may be asked for exact answers. This involves simplifying the expression under the square root (the discriminant).     - Example: For x=8±884x = \frac{8 \pm \sqrt{88}}{4}.     - Simplify 88=4×22=4×22=222\sqrt{88} = \sqrt{4 \times 22} = \sqrt{4} \times \sqrt{22} = 2\sqrt{22}.     - Substitute back: x=8±2224x = \frac{8 \pm 2\sqrt{22}}{4}.     - Simplify the fraction: x=2(4±22)4=4±222x = \frac{2(4 \pm \sqrt{22})}{4} = \frac{4 \pm \sqrt{22}}{2}.     - Exact solutions: x=4+222x = \frac{4 + \sqrt{22}}{2} or x=4222x = \frac{4 - \sqrt{22}}{2}.

  • The Discriminant (b24acb^2 - 4ac):     - If b24ac>0b^2 - 4ac > 0: There are 2 different real solutions.     - If b24ac=0b^2 - 4ac = 0: There is exactly 1 real solution.     - If b24ac<0b^2 - 4ac < 0: There are no real solutions.     - If the discriminant is a perfect square (0,1,4,9,16,...0, 1, 4, 9, 16,...), the quadratic can be factorised using integers.

  • Examiner Tips and Tricks: Always check what accuracy the question demands (e.g., 2 decimal places). Use a calculator to check answers, but always show the substitution step in the formula manually.

Completing the Square

  • Basic Rule: The first two terms of x2+bx+cx^2 + bx + c can be written as the difference of two squares:     - x2+bx=(x+p)2p2x^2 + bx = (x + p)^2 - p^2, where p=b2p = \frac{b}{2}.     - Example: x2+20x=(x+10)2102=(x+10)2100x^2 + 20x = (x + 10)^2 - 10^2 = (x + 10)^2 - 100.     - Note: A negative bb value does not change the subtraction of p2p^2 at the end.

  • The General Process of Completing the Square:     - To complete the square for x2+10x+9x^2 + 10x + 9:         - Replace x2+10xx^2 + 10x with (x+5)252(x + 5)^2 - 5^2.         - Add the constant: (x+5)225+9(x + 5)^2 - 25 + 9.         - Simplify: (x+5)216(x + 5)^2 - 16.

  • Handling Coefficients (a1a \neq 1):     - Form: ax2+bx+cax^2 + bx + c.     - First, factorise aa out of the x2x^2 and xx terms only using square brackets: a[x2+bax]+ca[x^2 + \frac{b}{a}x] + c.     - Complete the square on the expression inside the brackets: a[(x+p)2p2]+ca[(x + p)^2 - p^2] + c, where p=b2ap = \frac{b}{2a}.     - Multiply through by aa: a(x+p)2ap2+ca(x + p)^2 - ap^2 + c.     - Example: y=4x2+16x+5y = 4x^2 + 16x + 5:         - Factor out 44 within square brackets: y=4[x2+4x]+5y = 4[x^2 + 4x] + 5.         - Replace x2+4xx^2 + 4x with (x+2)222(x + 2)^2 - 2^2 (since p=42=2p = \frac{4}{2} = 2): y=4[(x+2)24]+5y = 4[(x + 2)^2 - 4] + 5.         - Expand the square brackets: y=4(x+2)216+5y = 4(x + 2)^2 - 16 + 5.         - Final form: y=4(x+2)211y = 4(x + 2)^2 - 11.

  • Turning Points and Graphs:     - Completing the square identifies the turning point of a quadratic graph.     - If y=a(x+p)2+qy = a(x + p)^2 + q, the turning point is at (p,q)(-p, q). Note the sign change for the xx-coordinate.     - Transformation: This represents a translation of y=x2y = x^2 by pp units left and qq units up.     - Minimum vs. Maximum:         - If a>0a > 0, the turning point is a minimum.         - If a<0a < 0, the turning point is a maximum.     - Squared brackets (x±p)2(x \pm p)^2 are always 0\ge 0. The smallest a squared term can be is 00.

  • Working Example: Turning Point:     - For y=x2+6x11y = x^2 + 6x - 11:         - p=62=3p = \frac{6}{2} = 3.         - y=(x+3)23211=(x+3)220y = (x + 3)^2 - 3^2 - 11 = (x + 3)^2 - 20.         - Turning point is at (3,20)(-3, -20).

  • Solving by Completing the Square:     - Replace x2+bxx^2 + bx with (x+p)2p2(x + p)^2 - p^2.     - Rearrange the equation to make xx the subject using the ±\pm\sqrt{} operation.     - Example: Solve x2+10x+9=0x^2 + 10x + 9 = 0:         - Completion: (x+5)225+9=0(x+5)2=16(x + 5)^2 - 25 + 9 = 0 \rightarrow (x + 5)^2 = 16.         - Root: x+5=±16x+5=±4x + 5 = \pm\sqrt{16} \rightarrow x + 5 = \pm 4.         - Solve: x=5+4=1x = -5 + 4 = -1 or x=54=9x = -5 - 4 = -9.     - Trick for Equations: If you have ax2+bx+c=0ax^2 + bx + c = 0, you can divide the entire equation by aa before completing the square. Note: This only works for equations with "=0= 0", not for rewriting expressions.

Deciding the Quadratic Method

  • When to Solve by Factorisation:     - When the question explicitly asks for it.     - For two-term quadratics (e.g., x24x=0x^2 - 4x = 0 which becomes x(x4)=0x(x - 4) = 0).     - For "Difference of Two Squares" (e.g., x29=0x^2 - 9 = 0 which becomes (x+3)(x3)=0(x + 3)(x - 3) = 0).     - Often the quickest method if factors are recognizable.

  • When to Use the Quadratic Formula:     - When requested to leave solutions to specific accuracy (decimal places or significant figures).     - When the equation is difficult to factorise (e.g., 36x2+33x20=036x^2 + 33x - 20 = 0).     - If in doubt, as this method always works.

  • When to Solve by Completing the Square:     - When requested in a multi-part question (e.g., Part A asks for completing the square, Part B asks for the solution).     - When making xx the subject of more complex formulas containing both x2x^2 and xx terms.     - Example: Rearrange x2+6x=yx^2 + 6x = y for xx.         - (x+3)29=y(x+3)2=y+9x+3=±y+9x=3±y+9(x + 3)^2 - 9 = y \rightarrow (x + 3)^2 = y + 9 \rightarrow x + 3 = \pm\sqrt{y + 9} \rightarrow x = -3 \pm\sqrt{y + 9}.

  • Examiner Tips and Tricks:     - Use your calculator to verify solutions. If solutions are integers or simple fractions, the quadratic can be factorised.     - When solving by completing the square, never expand the squared bracket back out once it is formed.

Questions & Discussion

  • How do I solve a quadratic equation using factorisation?     - Rearrange to ax2+bx+c=0ax^2 + bx + c = 0, factorise the left side, and set each bracket to zero. Example: In (x3)(x+7)=0(x - 3)(x + 7) = 0, solutions are 33 and 7-7.

  • What if xx is a factor?     - Treat it as a bracket (x0)=0(x - 0) = 0, which gives the solution x=0x = 0. Do not divide by xx.

  • How do I use the quadratic formula?     - Substitute identified aa, bb, and cc into x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. Ensure you use the formula for both the addition and subtraction parts to get two solutions.

  • What is the discriminant?     - It is the value b24acb^2 - 4ac. Its sign determines the number of real solutions (Positive = 2, Zero = 1, Negative = 0).

  • How do I find the turning point by completing the square?     - Once in the form y=a(x+p)2+qy = a(x + p)^2 + q, the turning point is always at (p,q)(-p, q). This relates directly to graph transformations of y=x2y = x^2.

  • How does completing the square link to the quadratic formula?     - The formula is derived by completing the square on the general equation ax2+bx+c=0ax^2 + bx + c = 0. They share the same underlying structure.