Small Group Tutorials

Here to help students catch up, keep up, and move ahead. Book a consultation here.

Secondary 4 Mathematics Learning Guide | Quadratic Equations and Algebraic Fractions

You can solve a quadratic correctly and still submit the wrong answer. A root may make an original denominator zero. A positive number may be too large to represent the width of a path. A neat factorisation may come from an equation that never matched the question. Secondary 4 algebra therefore needs two kinds of control: find the mathematical candidates, then decide which candidates actually belong to the original problem.

This ninth guide in the Secondary 4 Mathematics Learning Guide series teaches quadratic equations and algebraic fractions together because they often meet in one question. The purpose is not to memorise another collection of templates. It is to understand when to factorise, when to use the quadratic formula, when completing the square is useful, and why restrictions must survive every transformation. Return to the Secondary Mathematics Hub and S1–S4 Capability Map for the full learning route.

Scope: the main examination references are 2026 O-Level Mathematics 4052 and 2027 SEC G3 Mathematics K310. Students taking other subject levels should select material with their teacher; this is not a claim that every example belongs to every level. The problems below are original teaching examples, not reproduced examination questions.

The quick route: preserve the problem while changing its form

Read the unknown and its conditions. Record any forbidden denominator values. Rearrange the equation into a useful form. Choose a solving method. Find every candidate root. Substitute into the original equation. Finally, interpret the surviving roots in the context. This order prevents an attractive answer from being accepted merely because the last line of algebra looks convincing.

Use this guide in sections rather than trying to absorb everything in one sitting. Begin with choosing a quadratic method, continue to algebraic fractions and restrictions, then attempt the mixed applications and independent practice. Answers are separated from the questions so that the first attempt can remain genuinely yours.

First distinguish an expression from an equation

The expression x² − 5x + 6 is a quantity whose value depends on x. You can expand, factorise or evaluate it. The equation x² − 5x + 6 = 0 asks for values of x that make a statement true. The difference is not a small notation issue. It changes the mathematical job.

For the expression, writing (x − 2)(x − 3) is a complete factorisation. For the equation, factorisation is only an intermediate step. You must then use the fact that a product is zero when at least one factor is zero, giving x = 2 or x = 3. Students who stop at the factors have changed the form but have not finished solving.

There is a second distinction. The equation (x − 2)(x − 3) = 7 does not allow you to set either factor equal to zero. The zero-product reasoning depends on the right-hand side being zero. You would first expand and rearrange to x² − 5x − 1 = 0. The condition that makes a method valid must be present before the method is used.

Choosing a quadratic method without guessing

A quadratic equation can be written as ax² + bx + c = 0, where a is not zero. The coefficients include their signs. If the equation is 2x² + 3x − 4 = 0, then c is −4, not 4. If the equation arrives as 2x² = 4 − 3x, identify the coefficients only after rearranging it consistently.

What the question gives or asksA useful first choice
Simple factors are visibleFactorise, then use the zero-product property.
Integer factors do not appear readilyUse the quadratic formula instead of searching indefinitely.
A turning point, minimum or maximum is importantLook for a completed-square form.
A graph is supplied and a graphical solution is requestedRead the appropriate intersections, keeping the graphical accuracy in mind.
The equation contains algebraic fractionsRecord restrictions and clear denominators before deciding which quadratic method fits.

This is a decision guide, not a rule that permits ignoring the command in a question. When a particular method is required, use it. When the method is open, choose one that you can execute and verify efficiently. A longer method is not more mathematical merely because it contains more lines.

Worked example 1: factorisation when the leading coefficient is not one

Solve 6x² + x − 2 = 0. We need factors whose product creates 6x² and −2 while the cross terms combine to give +x. One reliable route is to split the middle term. The product of the leading coefficient and constant is −12. The numbers 4 and −3 multiply to −12 and add to 1.

6x² + 4x − 3x − 2 = 0
2x(3x + 2) − 1(3x + 2) = 0
(2x − 1)(3x + 2) = 0.

Therefore 2x − 1 = 0 or 3x + 2 = 0, so x = 1/2 or x = −2/3. Verify the factorisation by expanding it: 6x² + 4x − 3x − 2 returns the original expression. Then test one root directly: at x = 1/2, the original left-hand side is 6(1/4) + 1/2 − 2 = 0.

The likely error is not always in solving the two linear equations. It may occur earlier when a student chooses factors that match the first and last terms but give the wrong middle term. Expansion is a short, independent check of that risk.

Worked example 2: do not divide away a root

Solve x² = 5x. Dividing both sides by x gives x = 5, but division by x assumes x is not zero. That assumption would remove a valid solution. Instead bring every term to one side and factorise:

x² − 5x = 0
x(x − 5) = 0
x = 0 or x = 5.

Both satisfy the original equation. The lesson is wider than this example: before dividing by an expression containing the unknown, ask whether that expression could equal zero. A transformation that silently excludes possible values can change the solution set even when the remaining algebra is perfectly executed.

Worked example 3: use the formula when factor hunting stops helping

Solve 2x² + 3x − 4 = 0. There is no convenient integer factorisation. With a = 2, b = 3 and c = −4, use x = [−b ± √(b² − 4ac)]/(2a).

x = [−3 ± √(9 − 4 × 2 × (−4))]/4
x = (−3 ± √41)/4.

The exact answers are (−3 + √41)/4 and (−3 − √41)/4. Numerically they are approximately 0.850781 and −2.350781. Use the accuracy requested by the question for the final decimal answers. The complete numerator must be divided by 4; typing −3 + √41/4 evaluates a different expression.

Notice three separate checks. The value under the square root is positive, so two real roots are possible. The constant term is negative while a is positive, which is consistent with roots of opposite signs. Finally, substituting the unrounded calculator values should make the original left-hand side close to zero. These checks examine structure, not just key presses.

What the expression under the square root tells you

The quantity b² − 4ac is often called the discriminant. Its basic meaning follows directly from the formula. A positive value gives two distinct real roots. Zero makes the plus and minus branches coincide. A negative value gives no real roots. This guide uses that observation as a check; more elaborate parameter investigations belong in a separately identified extension rather than being quietly added to every learner’s revision list.

For example, x² + 4x + 5 = 0 can be written as (x + 2)² + 1 = 0. A real square cannot be negative, so the equation has no real solution. A calculator error message in this situation is not automatically evidence of a broken calculator. It may be revealing the mathematical boundary of the problem.

Worked example 4: completing the square gives more than roots

Write y = x² − 6x + 1 in completed-square form, identify its minimum, and solve y = 0. Half of −6 is −3, and the square of −3 is 9. Build the square without changing the expression:

x² − 6x + 1 = x² − 6x + 9 − 9 + 1
y = (x − 3)² − 8.

The square is smallest when x = 3, where it equals zero. Therefore the minimum value of y is −8 and the turning point is (3, −8). To find the roots, set y to zero: (x − 3)² = 8, so x − 3 = ±√8 and x = 3 ± 2√2.

The two roots lie equally far from x = 3, which is the axis of symmetry. Approximately they are 0.172 and 5.83. One representation has supplied the minimum, the symmetry line and the roots. That is why form selection matters: a completed square makes features visible that an expanded expression keeps hidden.

Maximum, minimum and intercepts are different answers

For y = 9 − (x − 2)², the largest possible y-value is 9 because a non-negative square is being subtracted. The maximum occurs at x = 2. The turning point is therefore (2, 9), not simply 9 or 2. The roots satisfy (x − 2)² = 9, giving x = −1 and x = 5. The y-intercept is obtained separately by substituting x = 0, giving y = 5.

Before writing a final line, read the noun in the question. “Maximum value” asks for an output. “Value of x at the maximum” asks for an input. “Coordinates of the turning point” asks for an ordered pair. Many avoidable losses arise from answering a neighbouring question instead of the actual one.

Algebraic fractions: record the forbidden values first

An algebraic fraction is undefined when its denominator is zero. For 3/(x − 2), x cannot be 2. For 5/(x² − 9), factorising the denominator shows that x cannot be 3 or −3. These are restrictions on the original expression, not optional comments that disappear when the working becomes inconvenient.

Write the restrictions before cancellation or multiplication. They provide a record of what the original problem allowed. Once the denominator has been removed from the visible equation, it is easy to forget that it ever imposed a condition.

There is an important distinction between saying that two expressions agree wherever the original is defined and saying that they have identical domains. The first can be true while the second is false. In examination work, retaining the original restrictions is what keeps the simplification faithful.

Worked example 5: cancel factors, not separate terms

Simplify (x² − 9)/(x² − x − 6). Factorise both parts:

(x² − 9)/(x² − x − 6)
= [(x − 3)(x + 3)]/[(x − 3)(x + 2)]
= (x + 3)/(x + 2), with x ≠ 3 and x ≠ −2.

The common factor x − 3 cancels because it multiplies the whole numerator and whole denominator, and it is non-zero on the permitted domain. The restriction x ≠ 3 remains even though the simplified expression can be evaluated there. The original fraction could not.

By contrast, x cannot simply be cancelled from (x + 3)/x. The numerator is a sum, not a product with x as a factor. A quick test at x = 3 gives 6/3 = 2, which immediately exposes any claimed simplification to 1 + 3 or to 3. Substitution can disprove a false algebraic identity with one counterexample.

Worked example 6: addition and subtraction require a common denominator

Simplify 1/(x − 2) − 2/(x + 2). The restrictions are x ≠ 2 and x ≠ −2. Use (x − 2)(x + 2) as a common denominator, multiplying each numerator by the factor it is missing.

1/(x − 2) − 2/(x + 2)
= [(x + 2) − 2(x − 2)]/[(x − 2)(x + 2)]
= (x + 2 − 2x + 4)/(x² − 4)
= (6 − x)/(x² − 4).

The subtraction applies to the entire second numerator. Without brackets, the final +4 is often written as −4. Test x = 0: the original expression is −1/2 − 1 = −3/2, and the simplified expression gives 6/(−4) = −3/2. This does not prove the identity for every value, but it is a useful error check after the valid algebraic derivation.

Division introduces an extra restriction

Dividing by an algebraic fraction means multiplying by its reciprocal, but the divisor itself must not equal zero. Consider [(x + 1)/(x − 2)] ÷ [(x + 1)/(x + 3)]. The first fraction requires x ≠ 2. The second requires x ≠ −3. Because the second fraction is the divisor, its numerator also cannot be zero, so x ≠ −1.

After multiplying by the reciprocal and cancelling, the expression becomes (x + 3)/(x − 2), with all three restrictions retained. This example explains why “check the denominators” is not the whole story when division appears. You must check the mathematical operations in the original expression, including whether you are dividing by zero.

Worked example 7: a fractional equation becomes a quadratic

Solve 2/(x − 1) + 3/(x + 1) = 3. Begin with x ≠ 1 and x ≠ −1. Multiplying every term by (x − 1)(x + 1), which is non-zero for permitted values, gives:

2(x + 1) + 3(x − 1) = 3(x − 1)(x + 1)
5x − 1 = 3x² − 3
3x² − 5x − 2 = 0
(3x + 1)(x − 2) = 0.

The candidates are x = −1/3 and x = 2. Neither is forbidden. At x = 2, the original equation gives 2/1 + 3/3 = 3. At x = −1/3, it gives 2/(−4/3) + 3/(2/3) = −3/2 + 9/2 = 3. Therefore both roots are valid.

Notice that the right-hand side also had to be multiplied by the common denominator. “Clearing denominators” is not permission to remove denominator symbols while leaving the rest of the equation untouched. It is one operation applied consistently to both sides.

Worked example 8: a candidate is rejected by the original domain

Solve (x² − 4)/(x − 2) = 4. The original denominator requires x ≠ 2. For allowed values, factorising and cancelling gives x + 2 = 4, which suggests x = 2. But that candidate is forbidden. Consequently the original equation has no solution.

This result is not a contradiction. The simplified relationship reaches the required output only at the very input that the original expression excludes. A student who checks only the final equation will accept the candidate. A student who checks the original problem will reject it. The difference is not extra arithmetic; it is remembering which problem is being solved.

Worked example 9: translate an area into an equation

A rectangle has area 84 cm². Its length is 5 cm more than its width. Find both dimensions. Let the width be x cm. The length is x + 5 cm, and the geometric condition is x > 0. The area relationship is x(x + 5) = 84.

x² + 5x − 84 = 0
(x + 12)(x − 7) = 0
x = −12 or x = 7.

The negative candidate cannot represent a width. Hence the width is 7 cm and the length is 12 cm. Check the two original conditions separately: 7 × 12 = 84 and 12 − 7 = 5. A candidate should satisfy every condition, not merely the equation that was most recently written.

Worked example 10: even a positive root can be impossible

A rectangular garden measures 20 m by 14 m. A uniform path is built inside all four edges, leaving a rectangular planted region of area 160 m². Find the path width. Let the width be x m. The planted dimensions are 20 − 2x and 14 − 2x because the path occupies space on both sides of each dimension.

The geometric restriction is 0 < x < 7. Now form the equation:

(20 − 2x)(14 − 2x) = 160
280 − 68x + 4x² = 160
x² − 17x + 30 = 0
(x − 2)(x − 15) = 0.

Both candidates are positive, but only x = 2 m meets the geometric restriction. At x = 15, both supposed planted dimensions are negative. Their product happens to be positive, but negative side lengths do not describe the garden. With x = 2, the remaining rectangle measures 16 m by 10 m, giving 160 m² as required.

This is why “reject negative answers” is an incomplete checking rule. The real rule is to test the answer against the full meaning of the variable. A length can fail by being too large, a count can fail by not being an integer, and a time can fail by falling outside the interval described.

Worked example 11: rates, fractions and a quadratic in one question

A cyclist travels 18 km at a constant speed. Increasing the speed by 3 km/h would reduce the travel time by one hour. Find the original speed. Let the original speed be v km/h, with v > 0. Time equals distance divided by speed, so the original time is 18/v hours and the faster time is 18/(v + 3) hours.

The original time is larger, so 18/v − 18/(v + 3) = 1. Multiplying by v(v + 3) gives 18(v + 3) − 18v = v(v + 3). Therefore 54 = v² + 3v, or (v + 9)(v − 6) = 0.

The only positive candidate is v = 6 km/h. Check in the story: 18/6 = 3 hours and 18/9 = 2 hours, a difference of one hour. This question combines rate interpretation, fraction construction, equation transformation, factorisation and contextual checking. Labelling it only “quadratics” hides most of the work.

When a question says “show that” or “hence”

When asked to show that a situation produces a particular quadratic, begin with the situation, not the target expression. Define the unknown, form the relationship and transform it until the supplied result appears. Starting by writing the supplied quadratic and solving it does not establish why that quadratic follows from the information.

“Hence” often directs you to use an earlier result. Suppose part (a) asks you to show that x² − 17x + 30 = 0, and part (b) asks for the path width. Solving the quadratic is now useful, but part (b) still requires the geometric restriction. The earlier result gives candidates; the question’s meaning decides which candidate to keep.

Diagnose the first incorrect line

A wrong answer can arise from different causes. If the student wrote 20 − x instead of 20 − 2x for the garden, the problem is representing the geometry. If the equation was correct but the −68x became +68x, the problem is expansion or sign control. If both roots were found but 15 m was accepted, the problem is interpreting the candidates. Each needs a different repair.

Observed difficultyRepair task
Factors match the first and last terms but not the middleExpand candidate factors before using them.
A root vanishes after division by xCompare division with bringing terms to zero and factorising.
A fraction is simplified by crossing out termsRewrite numerator and denominator as products first.
A sign changes in a fractional subtractionKeep the complete substituted numerator inside brackets.
A forbidden root is acceptedWrite restrictions before solving and check against the original equation.
A physically impossible positive root is acceptedTranslate the variable’s limits into an inequality before calculation.

Independent practice: choose the method before calculating

Attempt these without reading the answers. For each equation, write any restriction, name your intended method and add a check after solving. The questions deliberately change surface form so that you must identify the relationship rather than repeat the most recent procedure.

  1. Solve 2x² − 7x + 3 = 0.
  2. Solve x² + 2x = 0. Explain why dividing by x is risky.
  3. Write x² + 8x + 3 in completed-square form and state its minimum value.
  4. Simplify (x² − 16)/(x² + x − 20), retaining the original restrictions.
  5. Simplify 2/(x − 1) − 1/(x + 1).
  6. Solve 6/(x + 1) = x.
  7. Solve (x² − 1)/(x − 1) = 2.
  8. A rectangle has area 96 cm² and its length is 4 cm more than its width. Find its dimensions.
  9. For y = 16 − (x + 1)², find the turning point and the two x-intercepts.
  10. Solve 2/(x − 1) + 1/(x + 1) = 1, leaving the answers in exact form.

Answers and the reasoning that matters

1. Factorise as (2x − 1)(x − 3) = 0. The solutions are x = 1/2 and x = 3. Expanding gives 2x² − 6x − x + 3, confirming the middle coefficient. Both roots satisfy the original equation.

2. x(x + 2) = 0 gives x = 0 or x = −2. Dividing by x would assume x ≠ 0 and lose the zero root. The solution set, not just a convenient-looking line, must be preserved.

3. x² + 8x + 3 = (x + 4)² − 13. The minimum value is −13, attained at x = −4. The turning point would be (−4, −13) if the expression were named y; the question asks only for the minimum value.

4. Factorise to [(x − 4)(x + 4)]/[(x − 4)(x + 5)]. The simplified form is (x + 4)/(x + 5), with x ≠ 4 and x ≠ −5. The cancelled factor does not erase the original exclusion at x = 4.

5. The numerator becomes 2(x + 1) − (x − 1) = x + 3. Hence the answer is (x + 3)/(x² − 1), with x ≠ 1 and x ≠ −1. The bracket around the second numerator protects the sign of its constant term.

6. With x ≠ −1, multiply to obtain 6 = x(x + 1). Then x² + x − 6 = (x + 3)(x − 2) = 0. Both x = −3 and x = 2 are allowed. A negative answer is not automatically wrong when x is an unrestricted algebraic number rather than a length or speed.

7. The original restriction is x ≠ 1. Simplifying gives x + 1 = 2, whose only candidate is x = 1. It is forbidden, so there is no solution. This is a domain failure, not an arithmetic failure.

8. Let the width be w > 0. Then w(w + 4) = 96, or (w + 12)(w − 8) = 0. Choose w = 8, so the dimensions are 8 cm and 12 cm. Their product is 96 and their difference is 4.

9. The maximum occurs when x + 1 = 0. The turning point is (−1, 16). Setting y = 0 gives x + 1 = ±4, so the x-intercepts are (−5, 0) and (3, 0). The two intercepts are symmetric about x = −1.

10. Exclude x = ±1. Clearing denominators gives 2(x + 1) + (x − 1) = x² − 1, so x² − 3x − 2 = 0. The roots are (3 + √17)/2 and (3 − √17)/2. Neither is excluded. Leaving them in exact form avoids premature rounding during verification.

A teaching sequence that transfers the decisions to the learner

In an initial session, ask the student to classify a short set of expressions and equations before solving anything. Can the learner distinguish “factorise”, “solve”, “find a minimum” and “form an equation”? This isolates task recognition from arithmetic and makes an incorrect starting decision visible early.

In the next stage, mix factorisable quadratics with equations better handled by the formula. Ask for the first useful line and the reason for choosing it. Do not reward lengthy factor hunting when a reliable alternative is available. Then introduce fractional equations and require the restrictions before multiplication.

Finally, use contextual questions whose equations have more than one candidate. Include one with two valid algebraic roots, one with a forbidden denominator, and one with an impossible positive geometric root. The student should explain why the checking decisions differ. A completed worksheet is less informative than the ability to defend those distinctions without prompting.

Three questions worth asking during revision

Must every quadratic factorise neatly? No. Factorisation over convenient integers is not guaranteed. The formula provides another route, and completed-square or graphical forms may reveal the features the question requires. Not finding neat factors does not mean the problem is unsolvable.

Does substitution replace showing the method? No. Substitution checks whether a candidate works. It does not necessarily explain how every candidate was found or prove that none were missed. A solution should show the reasoning that produces the roots and then use substitution as verification.

Should a negative root always be rejected? No. Reject it only when it violates the problem’s conditions. The negative root in an equation about an unrestricted number may be valid. The negative speed in the cyclist example is not. Context supplies the restriction, not a general dislike of negative numbers.

Sources, boundaries and the next learning step

The scope was checked against the official 2026 Mathematics 4052 syllabus and 2027 G3 Mathematics K310 syllabus, particularly the algebra and equation sections. These documents establish examination scope; the examples, explanations and practice sequence are eduKate teaching material. This guide is not an official mark scheme or a prediction of a future paper.

Use Algebra, Functions and Graphs Under Mixed-Topic Conditions for the wider representation system. Use Accuracy, Estimation and Calculator Discipline when formula entry or rounding is the weak link, and Error Analysis, Corrections and Full-Paper Recovery when the same mistake keeps returning.

The final test is simple: can you explain why each answer is allowed? Algebra produces candidates through valid transformations. Mathematical judgement returns those candidates to the original equation and the situation it describes. The solution is complete only when both tasks have been done.

Return to the Secondary Mathematics Hub.