Small Group Tutorials

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

Secondary 3 Mathematics Learning Guide | Fractional Equations, Restrictions and Equation Recovery

A fractional equation is not difficult because fractions are present. It becomes difficult when the denominator also contains the unknown, because every algebraic move has to preserve both equality and the values for which the original equation is defined.

This Secondary 3 Mathematics Learning Guide develops simple fractional equations reducible to linear equations, fractional equations reducible to quadratic equations, denominator restrictions, least-common-denominator reasoning, candidate checking and error recovery. The goal is not to memorise one clearing-denominators routine. It is to understand why the routine works and when an algebraic candidate must be rejected.

Official scope: the 2027 SEC G3 Mathematics syllabus K310 includes simple fractional equations that can be reduced to linear equations and fractional equations that can be reduced to quadratic equations. It also includes multiplication, division, addition and subtraction of algebraic fractions. This guide is G3-oriented; schools may sequence the material differently.

Learning route: restrictions → identify the common denominator → clear fractions → solve the reduced equation → test every candidate in the original equation → explain why rejected values fail.

Useful prerequisites: Algebraic Fractions and Formula Rearrangement and Quadratic Equations and Word Problems.

Start With the Values the Equation Forbids

An expression such as 3/(x−2) is undefined when x=2. The denominator cannot equal zero. That restriction belongs to the original equation before any algebraic manipulation begins.

For 2/(x−3)+1/(x+1)=4, the restrictions are x≠3 and x≠−1. Write them first. Clearing denominators later may remove the visible fractions, but it does not make those original forbidden values valid.

This gives fractional equations two simultaneous jobs: solve the equality and preserve the domain. A candidate that satisfies the cleared polynomial but makes an original denominator zero is not a solution of the original equation.

Why Multiplying by the Common Denominator Works

Suppose x is not one of the forbidden values. Multiplying both sides of an equation by the same nonzero expression preserves equality. If the multiplier contains every denominator factor, each fraction simplifies and the equation becomes easier to solve.

The important phrase is nonzero expression. At values where the multiplier would be zero, the original equation may already be undefined. That is why restrictions are recorded before multiplication.

Worked Example 1: Numerical Denominators, Linear Result

Solve x/3 + (x−2)/4 = 3. The least common denominator is 12.

Multiply every term by 12: 4x + 3(x−2) = 36. Expand: 4x+3x−6=36. Hence 7x=42 and x=6.

Check in the original equation: 6/3+(6−2)/4=2+1=3. The solution is confirmed.

The most common procedural error is to multiply only the fractional terms and forget the right-hand side. Multiplying an equation by 12 means multiplying every term on both sides by 12.

Worked Example 2: A Variable Denominator, Linear Result

Solve 3/(x−2)=6. First state x≠2.

Multiply by x−2: 3=6(x−2). Thus 3=6x−12, so 6x=15 and x=5/2.

The candidate does not violate x≠2. Check: 3/(1/2)=6. Therefore x=5/2 is valid.

A fraction as the final solution is not a sign of failure. The variable represents a number, not necessarily an integer unless the question adds that contextual restriction.

Worked Example 3: Two Linear Denominators

Solve 1/(x−1)+2/(x+2)=1. Restrictions: x≠1 and x≠−2.

The common denominator is (x−1)(x+2). Multiply through:

(x+2)+2(x−1)=(x−1)(x+2).

The left side is 3x. The right side is x²+x−2. Hence x²−2x−2=0.

Using the quadratic formula, x=[2±√(4+8)]/2=1±√3.

Neither candidate equals 1 or −2, so both are permitted. Substitution into the original equation confirms both roots. A fractional equation may therefore reduce to a quadratic even when each denominator is only linear.

Worked Example 4: A Candidate That Must Be Rejected

Solve 1/(x−2)=x/(x−2). Restriction: x≠2.

For permitted x, multiply by x−2 to obtain 1=x. Therefore x=1. It satisfies the restriction and the original equation.

Now compare the equation (x−2)/(x−2)=1. Algebraic cancellation suggests 1=1, but only for x≠2. At x=2 the original left side is 0/0, which is undefined. Cancellation simplifies an expression on its domain; it does not silently enlarge the domain.

Restrictions Can Disappear Visually but Not Mathematically

If (x−4) appears in both numerator and denominator, the simplified expression may no longer show that factor. The original expression still excluded x=4.

For example, (x²−16)/(x−4) simplifies to x+4 for x≠4. The simplified rule agrees with the original everywhere the original is defined, but the original expression has a hole at x=4. This distinction matters in equations because a later solution x=4 must be rejected if the original denominator contained x−4.

Worked Example 5: Factor Before Choosing the Common Denominator

Solve 2/(x−3) + 1/(x²−9) = 1/(x+3).

Factor x²−9=(x−3)(x+3). Restrictions are x≠3 and x≠−3. The common denominator is therefore (x−3)(x+3).

Multiply through: 2(x+3)+1=x−3.

2x+7=x−3, so x=−10. This value satisfies both restrictions. Check in the original equation before finishing.

Without factorisation, the denominator structure is harder to see. Factoring first often reduces the size of the multiplier and makes restrictions clearer.

Worked Example 6: Quadratic Reduction With a Forbidden Root

Solve 6/(x+4)=x+3. Restriction: x≠−4.

Multiply by x+4: 6=(x+3)(x+4)=x²+7x+12.

Thus x²+7x+6=0, so (x+1)(x+6)=0. Candidates are x=−1 and x=−6.

Neither is forbidden. Check: for x=−1, 6/3=2 and x+3=2; for x=−6, 6/(−2)=−3 and x+3=−3. Both are valid.

The restriction did not reject a root in this example, but it still had to be known before clearing the denominator. A rule should not be omitted merely because it turns out not to remove anything this time.

Worked Example 7: The Forbidden Root Appears Among the Algebraic Candidates

Solve (x²−9)/(x−3)=0. Restriction: x≠3.

A fraction equals zero when its numerator is zero and its denominator is nonzero. Factor the numerator: (x−3)(x+3)=0. Algebraically this gives x=3 or x=−3.

The candidate x=3 makes the denominator zero, so it is rejected. Therefore the only solution is x=−3.

There is a fast structural check here: after cancellation the expression behaves like x+3 on the permitted domain. Its zero occurs at −3. The missing point at 3 is not a zero of the original expression because no value exists there.

Worked Example 8: Addition of Algebraic Fractions Before Solving

Solve 2/x + 3/(x+1) = 1. Restrictions: x≠0 and x≠−1.

Multiply by x(x+1): 2(x+1)+3x=x(x+1).

5x+2=x²+x, so x²−4x−2=0.

Quadratic formula gives x=[4±√(16+8)]/2 = 2±√6. Neither is 0 or −1, so both are valid.

Writing 2/x+3/(x+1)=5/(2x+1) would be invalid. Fractions are not added by adding denominators. The common-denominator structure must be respected before the equation can be simplified.

Worked Example 9: A Contextual Fractional Equation

A rectangular display has area 48 cm². Its length is x cm and its width is 48/x cm. The length is 2 cm greater than the width. Find the dimensions.

Because length and width are positive, x>0. The condition is x=48/x+2.

Multiply by x: x²=48+2x. Rearrange: x²−2x−48=0=(x−8)(x+6).

Algebra gives x=8 or −6. The positive-length condition rejects −6. Thus length=8 cm and width=6 cm.

Here the contextual domain is stronger than the denominator restriction x≠0. A valid solution must satisfy both the algebra and the physical meaning.

Worked Example 10: When the Equation Has No Permitted Solution

Solve 1/(x−1)+1= x/(x−1). Restriction: x≠1.

Multiply by x−1: 1+(x−1)=x. This simplifies to x=x, which is true for every permitted x.

Therefore the solution set is all real x except x=1. The result is not “all real numbers” because the original equation was undefined at one.

Compare this with an equation that reduces to 0=5. That would have no solution. An identity and a contradiction are different outcomes, and fractional equations can produce either after denominators are cleared.

A Reliable Recovery Routine

  • Record restrictions. Factor denominators if necessary and state every value making one zero.
  • Choose the least useful common denominator. Include every required factor at the necessary power.
  • Multiply every term. Use brackets around multi-term numerators.
  • Solve the reduced equation. It may be linear, quadratic, an identity or a contradiction.
  • Filter candidates. Remove forbidden or contextually impossible values.
  • Check in the original equation. This catches sign errors, distribution errors and missed restrictions.

Common Errors and Their First Repair

Forgetting restrictions: factor every denominator before clearing fractions.

Multiplying only some terms: write the common multiplier in front of the entire left side and the entire right side before simplifying.

Losing brackets: when 12 multiplies (x−2)/4, the result is 3(x−2), not 3x−2.

Cancelling across addition: cancellation is valid for factors, not separated terms. (x+3)/x cannot become 3.

Keeping every quadratic root automatically: return each candidate to the original restrictions and context.

Rejecting a fraction because the answer “looks awkward”: mathematical validity depends on the equation and domain, not whether the number is an integer.

Independent Practice

1. Solve x/4+(x−3)/6=2.
2. Solve 5/(x−1)=10.
3. Solve 1/(x−2)+1/(x+2)=1.
4. Solve 4/(x+1)=x+2.
5. Solve (x²−25)/(x−5)=0.

6. Solve 3/x+2/(x−1)=1.
7. Solve 2/(x−3)+1= (x−1)/(x−3).
8. State the restrictions for 1/[x(x−4)] + 2/(x+3).
9. A rectangle has area 60 cm² and length x cm. Its length is 7 cm greater than its width. Build and solve a fractional equation for the dimensions.
10. Explain why x=4 cannot be accepted as a solution to an equation whose original denominator includes x−4, even if a later simplified equation is true at x=4.

11. Solve 1/(x−2)+1 = (x−1)/(x−2) and state the complete solution set.
12. A learner solves 2/(x−3)=x−3 by multiplying through and obtains (x−3)²=2. Find the solutions and state why neither is rejected merely because the denominator contained x−3.

Explained Answers

1. Multiply by 12: 3x+2(x−3)=24. Thus 5x=30 and x=6.
2. Restriction x≠1. Then 5=10(x−1), so x=3/2.
3. Restrictions x≠±2. Multiply by (x−2)(x+2): (x+2)+(x−2)=x²−4, so 2x=x²−4. Hence x²−2x−4=0 and x=1±√5, both permitted.

4. Restriction x≠−1. Multiply: 4=(x+1)(x+2)=x²+3x+2. Hence x²+3x−2=0, so x=(-3±√17)/2.
5. Restriction x≠5. Numerator gives x=±5, but 5 is forbidden. Thus x=−5 only.
6. Restrictions x≠0,1. Multiply by x(x−1): 3(x−1)+2x=x(x−1). Hence x²−6x+3=0, so x=3±√6.

7. Restriction x≠3. Multiplying gives 2+(x−3)=x−1, which reduces to −1=−1. Therefore all real x except 3 satisfy the original equation.
8. x≠0,4,−3.
9. Width=60/x and x=60/x+7. Then x²−7x−60=0=(x−12)(x+5). Positive length gives 12 cm by 5 cm.

10. The original equation has no defined value at x=4. A simplification valid only away from x=4 cannot restore that missing point.
11. Restriction x≠2. Clearing the denominator gives 1+x−2=x−1, an identity. Therefore all real x except 2.
12. x−3=±√2, so x=3±√2. Neither equals the forbidden value 3, so both are permitted.

How to Know the Repair Has Transferred

Do not retest only with another equation having the same denominators. Change the surface: use a quadratic reduction, a geometric context or an equation whose simplified form is an identity. The learner should still begin by recording the forbidden values and finish by checking the original equation.

A strong student can also explain why the common-denominator step preserves equality only for permitted values. That explanation is more durable than “cross multiply because that is the rule”.

Continue the Secondary 3 Learning Route

Continue with Financial Mathematics: Taxation, Instalments, Bills and Currency Exchange, Map Scales, Floor Plans and Scale-Area Reasoning, and Data Collection, Classification, Tabulation and Representation Choice.

A fractional equation is secure when every manipulation preserves equality, every denominator restriction remains visible, and every final candidate survives the original equation. Return to the Secondary Mathematics Hub.