Small Group Tutorials

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

Additional Mathematics Synthesis Guide 14: Rational Functions, Algebraic Fractions, Asymptotes and Domain Control

BUKIT TIMAH TUTOR · ADDITIONAL MATHEMATICS SYNTHESIS GUIDE 14

Rational expressions reward a habit that matters across all of Additional Mathematics: simplify the form without forgetting the original restrictions.

An algebraic fraction may simplify dramatically, but a cancelled factor can leave behind an excluded input. A denominator may reveal a vertical asymptote, or it may only mark a removable hole. A graph may look like a shifted reciprocal curve, yet an equation involving that graph can still introduce additional restrictions or extraneous candidates.

This guide connects algebraic fractions to rational functions, graph structure, asymptotes, partial fractions, equations and inequalities. Some graph ideas here are best treated as synthesis or enrichment depending on the learner’s course. The mathematical purpose is to strengthen domain control and structural reasoning rather than add isolated vocabulary.

Factor → restrict → simplify → analyse → solve → verify.

1. A rational expression carries a domain

A rational expression is a quotient P(x)/Q(x), where P and Q are polynomials and Q(x) ≠ 0. The denominator is not just part of the appearance of the formula. It determines which inputs are legal.

For

f(x) = (x + 3)/(x − 2),

the domain excludes x = 2. Every later manipulation must preserve that exclusion unless the problem explicitly changes the function being studied.

Writing the domain beside the first line is often cheaper than trying to reconstruct it after several cancellations.

2. Cancellation changes form, not history

Consider

g(x) = (x² − 1)/(x − 1).

Factor the numerator:

g(x) = [(x − 1)(x + 1)]/(x − 1) = x + 1, provided x ≠ 1.

The simplified rule x + 1 agrees with the original function everywhere the original was defined. But the original function still has no value at x = 1. Its graph is the line y = x + 1 with a hole at (1, 2).

This is a fundamental distinction: two formulas can agree on a domain without defining the same function on all real numbers.

3. A removable discontinuity is not a vertical asymptote

For g(x) above, the factor x − 1 cancels. Near x = 1, the values of g(x) approach 2. The graph has a removable hole rather than unbounded behaviour.

Compare

h(x) = (x + 1)/(x − 1).

There is no cancellation. As x approaches 1, the denominator approaches zero while the numerator approaches 2. The function becomes unbounded in magnitude, and x = 1 is a vertical asymptote.

Therefore “denominator zero” is only the start of the analysis. Factor first and determine whether the zero survives after common factors are removed.

4. Shifted reciprocal form exposes graph structure

Rewrite

f(x) = (2x + 5)/(x − 1).

Polynomial division or deliberate rearrangement gives

f(x) = 2 + 7/(x − 1).

This form immediately reveals a vertical asymptote x = 1 and a horizontal asymptote y = 2. It also shows the graph as the basic reciprocal curve 7/x shifted right by 1 and up by 2.

The intersection of the asymptotes, (1, 2), is the centre of the rectangular-hyperbola symmetry in this simple form.

5. Intercepts are separate from asymptotes

For f(x) = (2x + 5)/(x − 1), the x-intercept occurs when the numerator is zero and the denominator is non-zero:

2x + 5 = 0, so x = −5/2.

The y-intercept is f(0) = −5.

An asymptote describes limiting behaviour; an intercept is a point where the graph meets an axis. They answer different questions even when both are read from the same function.

6. Horizontal asymptotes from leading behaviour

For rational functions where numerator and denominator have the same degree, the ratio of leading coefficients often gives the horizontal asymptote.

For

r(x) = (3x² − x + 4)/(x² + 5),

divide numerator and denominator by x²:

r(x) = [3 − 1/x + 4/x²]/[1 + 5/x²].

As |x| becomes very large, the small reciprocal terms approach zero, so r(x) approaches 3. Thus y = 3 is a horizontal asymptote.

This reasoning is more informative than memorising a degree rule: the highest-power terms dominate the large-|x| behaviour.

7. A horizontal asymptote can be crossed

An asymptote is not necessarily a barrier. For

r(x) = (3x² − x + 4)/(x² + 5),

solve r(x) = 3:

3x² − x + 4 = 3x² + 15,

so x = −11. The graph crosses the horizontal asymptote at x = −11.

The asymptote describes what happens as x tends to ±∞. It does not say the graph can never take that y-value at a finite input.

8. Solving rational equations begins with restrictions

Solve

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

First record x ≠ 1 and x ≠ −2. Multiply by the common denominator (x − 1)(x + 2):

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

Simplify:

5x + 1 = x² + x − 2,

so x² − 4x − 3 = 0. Therefore

x = 2 ± √7.

Neither violates the exclusions, so both are valid.

9. Why multiplying by a denominator is safer in equations than inequalities

In an equation, multiplying both sides by a non-zero common denominator preserves equality, provided excluded zeros are tracked.

In an inequality, multiplying by an expression of unknown sign can reverse the inequality on some intervals and not others. Therefore rational inequalities are usually handled through sign analysis rather than blind cross-multiplication.

For

(x − 3)/(x + 1) ≤ 0,

the critical values are x = −1 and x = 3. Testing intervals gives the solution

−1 < x ≤ 3.

x = −1 is excluded because the expression is undefined. x = 3 is included because the expression equals zero there.

10. Partial fractions connect graph structure and algebraic decomposition

Consider

F(x) = (5x + 1)/[(x − 1)(x + 2)].

From the denominator, the domain excludes x = 1 and x = −2. Partial fractions gives

F(x) = 2/(x − 1) + 3/(x + 2).

The decomposition is useful for later integration, but it also makes the influence of each denominator factor explicit. The two vertical asymptotes remain the same because no factor has cancelled.

Recombining the fractions is a complete algebraic verification over the shared domain.

11. Improper rational functions reveal polynomial behaviour plus a remainder

Take

q(x) = (x² + 3x + 5)/(x + 1).

Polynomial division gives

q(x) = x + 2 + 3/(x + 1).

The graph approaches the line y = x + 2 for large |x|. This is an oblique asymptote. The remaining reciprocal term measures the vertical difference between the graph and that line.

Again, the decomposition is not merely computational. It reveals the large-scale geometry of the function.

12. Solving intersections with a line

Let

f(x) = 2 + 7/(x − 1).

Find its intersections with y = x + 2.

Set

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

Then 7/(x − 1) = x, so 7 = x(x − 1). Therefore x² − x − 7 = 0, giving

x = (1 ± √29)/2.

Neither value is 1. The corresponding y-values come from x + 2. A graph can then verify that there are two intersections, one on each appropriate branch.

13. A parameter can control whether an intersection exists

Consider the shifted reciprocal

y = k + 4/(x − 2).

Ask when this graph meets the x-axis. Set y = 0:

k + 4/(x − 2) = 0.

If k ≠ 0, then x = 2 − 4/k, which is always different from 2. Thus there is one x-intercept.

If k = 0, the function is 4/(x − 2), which never equals zero. Therefore the number of x-intercepts changes at the parameter boundary k = 0.

This is a simple example of a parameter changing graph topology rather than merely moving a number in a formula.

14. Range of a shifted reciprocal

For

f(x) = 2 + 7/(x − 1),

can f(x) equal 2? That would require 7/(x − 1) = 0, which is impossible. Hence the range excludes y = 2.

For any y ≠ 2, solve y − 2 = 7/(x − 1), giving x = 1 + 7/(y − 2). This is a valid input. Therefore the range is all real y except 2.

The horizontal asymptote is therefore connected to a missing output value in this simple reciprocal family.

15. Inverse structure appears naturally

Start with

y = 2 + 7/(x − 1).

Rearrange:

y − 2 = 7/(x − 1)

x − 1 = 7/(y − 2)

x = 1 + 7/(y − 2).

Swapping x and y gives the inverse

f−1(x) = 1 + 7/(x − 2).

The domain of the inverse excludes x = 2, matching the range exclusion of the original. This connects rational-function analysis directly to inverse-function domain and range.

16. A hole can disappear from the simplified formula but remain in the range

For g(x) = (x² − 1)/(x − 1), x ≠ 1 and g(x) = x + 1 elsewhere. Because the missing input x = 1 would have produced the output 2, the range also excludes y = 2.

This is different from the shifted reciprocal, where y = 2 is excluded because the reciprocal term can never be zero. The same missing range value can arise from different structural causes.

When identifying range, use the actual function and its actual domain rather than only the final simplified expression.

17. Differentiation can describe branch behaviour

For f(x) = 2 + 7/(x − 1),

f′(x) = −7/(x − 1)².

This derivative is negative for every x in the domain. Therefore the function decreases on each connected interval (−∞, 1) and (1, ∞).

It is important to name the intervals. The function is not defined at x = 1, so derivative-sign reasoning does not create a single continuous decreasing path through the vertical asymptote.

18. Common failure patterns

  • Cancelling a common factor and then restoring the excluded input.
  • Calling every denominator zero a vertical asymptote before checking cancellation.
  • Treating a horizontal asymptote as a line the graph can never cross.
  • Solving a rational equation without checking denominator restrictions.
  • Cross-multiplying a rational inequality without controlling signs.
  • Using numerator zero as an x-intercept when the denominator is also zero there.
  • Forgetting polynomial division before decomposing an improper rational expression.
  • Describing monotonic behaviour across a point where the function is undefined.

19. A reliable rational-function routine

  1. Factor numerator and denominator.
  2. Record denominator exclusions before cancellation.
  3. Simplify common factors while retaining exclusions.
  4. Identify intercepts from the legal simplified form.
  5. Analyse vertical, horizontal or oblique asymptotic behaviour where relevant.
  6. For equations, clear denominators only after recording restrictions.
  7. For inequalities, use critical points and sign regions.
  8. Verify solutions in the original expression.

20. Practice set

  1. Simplify (x²−4)/(x−2) and state the original domain.
  2. Describe the graph of the function in Question 1 relative to y=x+2.
  3. Rewrite (3x+4)/(x−2) in the form a+b/(x−2).
  4. State the vertical and horizontal asymptotes for Question 3.
  5. Find its x- and y-intercepts.
  6. Solve 1/(x−1)+1/(x+1)=1.
  7. Solve (x−2)/(x+3)>0.
  8. Decompose (4x+1)/[(x−1)(x+2)] into partial fractions.
  9. Rewrite (x²+1)/(x−1) as a polynomial plus a proper fraction.
  10. State the oblique asymptote in Question 9.
  11. Find the range of y=5+2/(x−3).
  12. Find the inverse of f(x)=5+2/(x−3).
  13. For r(x)=(2x²+1)/(x²+4), find the horizontal asymptote.
  14. Does the graph in Question 13 cross its horizontal asymptote? Justify.
  15. Find where y=1+4/(x−2) meets y=x.
  16. Explain the difference between a removable hole and a vertical asymptote.
  17. Why must x=2 remain excluded from (x²−4)/(x−2) even after simplification?
  18. Why is blind cross-multiplication unsafe in rational inequalities?
  19. Differentiate 3+5/(x+1) and describe its monotonic behaviour.
  20. State one independent check for a partial-fraction decomposition.

Answers

  1. x+2, with x≠2.
  2. The line y=x+2 with a hole at (2,4).
  3. 3+10/(x−2).
  4. x=2 and y=3.
  5. x=−4/3; y-intercept −2.
  6. 2x/(x²−1)=1 gives x²−2x−1=0, so x=1±√2; neither is ±1.
  7. x<−3 or x>2.
  8. 1/(x−1)+3/(x+2).
  9. x+1+2/(x−1).
  10. y=x+1.
  11. All real y except 5.
  12. f−1(x)=3+2/(x−5).
  13. y=2.
  14. Set r(x)=2: 2x²+1=2x²+8, impossible; so it does not cross y=2.
  15. 1+4/(x−2)=x gives (x−1)(x−2)=4, so x²−3x−2=0 and x=(3±√17)/2.
  16. A hole occurs when a common factor cancels and the nearby function approaches a finite value; a vertical asymptote occurs when an uncancelled denominator tends to zero and the function becomes unbounded.
  17. Because the original denominator was zero there, so the original function was undefined.
  18. Because the denominator may be positive on some intervals and negative on others, changing whether the inequality direction should reverse.
  19. f′(x)=−5/(x+1)²<0; decreasing on (−∞,−1) and (−1,∞).
  20. Recombine the fractions over a common denominator and recover the original numerator.

21. What mastery looks like

Mastery means the learner can simplify without erasing domain history, distinguish a removable hole from an asymptote, interpret graph structure from algebraic form, solve rational equations and inequalities with restrictions intact, and use decomposition or division to expose useful structure.

The transfer test is to give the learner two expressions that simplify to similar-looking formulas but come from different original domains. If the learner can explain why their graphs, ranges or solution sets are not identical, the domain has become part of the mathematics rather than a footnote.


Continue through Batch 04