Solving Quadratic Equations for the ESAT

Updated July 2026

Mastering quadratic equations is essential for ESAT Mathematics 1. This guide teaches you how to solve quadratics using factorisation, completing the square, and the quadratic formula. You will also learn to handle disguised quadratics and use graphical methods to find approximate solutions to second degree equations.

Core concept

A quadratic equation is a second degree polynomial of the form ax2+bx+c=0ax^2 + bx + c = 0. Solving it involves finding values of xx where the expression equals zero, which can result in no real solutions, one real solution, or two real solutions.

Solving Quadratic Equations by Factorising

To solve a quadratic equation by factorisation, you must first express the quadratic in the form (ax+b)(cx+d)=0(ax + b)(cx + d) = 0, where a,b,ca, b, c, and dd are real numbers. Once factorised, you apply the zero product property: if the product of two factors is zero, then at least one of the factors must be zero. This leads to two simpler linear equations: ax+b=0ax + b = 0 and cx+d=0cx + d = 0.

Consider the example: 6x27x3=06x^2 - 7x - 3 = 0. To factorise this, you can split the middle term. You need to find two numbers that multiply to 6×3=186 \times -3 = -18 and add up to 7-7. These numbers are 9-9 and +2+2.

Rewriting the middle term, we get: 6x29x+2x3=06x^2 - 9x + 2x - 3 = 0 3x(2x3)+1(2x3)=03x(2x - 3) + 1(2x - 3) = 0 (2x3)(3x+1)=0(2x - 3)(3x + 1) = 0

Now, solve each factor: If 2x3=02x - 3 = 0, then x=32x = \frac{3}{2} If 3x+1=03x + 1 = 0, then x=13x = -\frac{1}{3}

Disguised Quadratics and Rearrangement

Some equations do not initially look like quadratics but can be rearranged into the standard form ax2+bx+c=0ax^2 + bx + c = 0. For instance, consider 3x2+7x=6\frac{3}{x^2} + \frac{7}{x} = 6. To solve this, multiply every term by x2x^2 to clear the denominators: 3+7x=6x23 + 7x = 6x^2 6x27x3=06x^2 - 7x - 3 = 0 This is now the same quadratic we solved above, yielding x=32x = \frac{3}{2} or x=13x = -\frac{1}{3}.

Other equations are disguised through powers. Take 6p6=7p3+36p^6 = 7p^3 + 3. Since p6=(p3)2p^6 = (p^3)^2, we can use a substitution. Let x=p3x = p^3: 6x27x3=06x^2 - 7x - 3 = 0 From our previous work, x=32x = \frac{3}{2} or x=13x = -\frac{1}{3}. Substituting back for pp: p3=32p^3 = \frac{3}{2} or p3=13p^3 = -\frac{1}{3} p=323p = \sqrt[3]{\frac{3}{2}} or p=133p = \sqrt[3]{-\frac{1}{3}}

Completing the Square

Completing the square is a method used to express a quadratic as a difference of two squares. The general identity is: x2+ax=(x+a2)2a24x^2 + ax = (x + \frac{a}{2})^2 - \frac{a^2}{4}

For example, to express x23xx^2 - 3x in the form (x+a)2a2(x + a)^2 - a^2, we compare coefficients. Here, 2a=32a = -3, so a=32a = -\frac{3}{2}. (x32)2=x23x+(32)2=x23x+94(x - \frac{3}{2})^2 = x^2 - 3x + (-\frac{3}{2})^2 = x^2 - 3x + \frac{9}{4} Therefore, x23x=(x32)2(32)2x^2 - 3x = (x - \frac{3}{2})^2 - (\frac{3}{2})^2

Solving Quadratic Equations by Completing the Square

This method involves expressing the quadratic in the form (ax+b)2=c(ax + b)^2 = c and then taking the square root of both sides. Solve the equation x24x5=0x^2 - 4x - 5 = 0 by completing the square for the x24xx^2 - 4x part: x24x=(x2)24x^2 - 4x = (x - 2)^2 - 4

Substitute this back into the original equation: (x2)245=0(x - 2)^2 - 4 - 5 = 0 (x2)29=0(x - 2)^2 - 9 = 0 (x2)2=9(x - 2)^2 = 9

Taking the square root of both sides gives: x2=±3x - 2 = \pm 3 If x2=3x - 2 = 3, then x=5x = 5 If x2=3x - 2 = -3, then x=1x = -1

Using the Quadratic Formula

When a quadratic cannot be easily factorised, the quadratic formula is the most reliable tool. For any equation in the form ax2+bx+c=0ax^2 + bx + c = 0, the solutions for xx are: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Solve 3x24x=53x^2 - 4x = 5 using the formula. First, rearrange to set the equation to zero: 3x24x5=03x^2 - 4x - 5 = 0, where a=3,b=4a = 3, b = -4, and c=5c = -5.

Substitute these into the formula: x=(4)±(4)24(3)(5)2(3)x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4(3)(-5)}}{2(3)} x=4±16+606x = \frac{4 \pm \sqrt{16 + 60}}{6} x=4±766x = \frac{4 \pm \sqrt{76}}{6} x=4±2196=2±193x = \frac{4 \pm 2\sqrt{19}}{6} = \frac{2 \pm \sqrt{19}}{3}

Finding Approximate Solutions Using a Graph

You can find approximate solutions for ax2+bx+c=0ax^2 + bx + c = 0 by drawing the graph of the function y=ax2+bx+cy = ax^2 + bx + c. The solutions are the xx values where the curve crosses the xx axis, because that is where y=0y = 0.

Key takeaways

  • Always rearrange the equation into the standard form ax2+bx+c=0ax^2 + bx + c = 0 before attempting to solve it.
  • A quadratic equation can result in zero, one, or two real solutions depending on the value of the discriminant.
  • Factorising requires finding two numbers that multiply to acac and add to bb.
  • The quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} must be memorised for the ESAT.
  • Graphical solutions are found at the xx intercepts where the curve y=f(x)y = f(x) meets the horizontal axis.
Tips

When using the quadratic formula, always put brackets around negative values, especially for b2b^2. For example, if b=4b = -4, write (4)2=16(-4)^2 = 16 to avoid sign errors.

Cautions

A common mistake is forgetting to rearrange the equation to equal zero before using the formula or factorising. If you have ax2+bx=cax^2 + bx = c, you must subtract cc from both sides first.

Insight

Completing the square is not just a solving method: it also reveals the coordinates of the turning point of the quadratic graph. The form (xp)2+q(x-p)^2 + q shows the vertex is at (p,q)(p, q).

Frequently asked questions

What should I do if the quadratic equation does not have an x2x^2 term after rearrangement?

If there is no x2x^2 term, the equation is no longer quadratic but linear. If the x2x^2 coefficient aa is zero, solve it as bx+c=0bx + c = 0 instead.

How do I know which method to use during the exam?

If the numbers look simple, try factorising first. If the question asks for an exact answer in surd form, use the quadratic formula or complete the square. If the quadratic starts with x2x^2 and has an even xx coefficient, completing the square is often very efficient.

Can I have a negative number under the square root in the formula?

If b24ac<0b^2 - 4ac < 0, the equation has no real solutions. In the ESAT Mathematics 1 syllabus, you would state there are no real roots.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.