100% FREE Updated: Apr 2026 Algebra and Functions Algebraic Expressions

Rational expressions

Comprehensive study notes on Rational expressions for CMI BS Hons preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Rational expressions

This chapter comprehensively covers rational expressions, an essential component of advanced algebra. Mastery of their manipulation, solution, and functional analysis is critical for success in the CMI examinations, as these concepts form the basis for further study in calculus and complex analysis.

---

Chapter Contents

|

| Topic |

|---|-------| | 1 | Simplification | | 2 | Rational equations | | 3 | Rational inequalities | | 4 | Rational functions | | 5 | Partial fraction idea |

---

We begin with Simplification.

Part 1: Simplification

Simplification

Overview

In algebra, simplification means rewriting an expression into a cleaner, equivalent form while keeping all domain restrictions valid. In CMI-style questions, simplification is not just about speed; it is about structure recognition, valid cancellation, and spotting hidden restrictions. Rational expressions, radicals, powers, and factorisation often appear together, so a good simplifier thinks in layers, not in isolated rules. ---

Learning Objectives

By the End of This Topic

After studying this topic, you will be able to:

  • simplify algebraic expressions involving factors, fractions, powers, and radicals

  • identify common factors and valid cancellations

  • combine rational expressions correctly

  • track domain restrictions throughout the simplification

  • avoid non-equivalent simplifications caused by invalid cancellation or false identities

---

What Simplification Really Means

📖 Meaning of Simplification

To simplify an algebraic expression means to rewrite it in an equivalent form that is easier to evaluate, compare, or use in later steps.

A simplified form should:

    • preserve the value of the original expression wherever the original is defined

    • make factor structure clearer

    • avoid unnecessary expansion

    • keep domain restrictions in mind

---

Core Principles

📐 Main Algebraic Tools Used in Simplification

  • Common factor:

ab+ac=a(b+c)ab+ac = a(b+c)

  • Difference of squares:

a2b2=(ab)(a+b)a^2-b^2 = (a-b)(a+b)

  • Perfect square identities:

a2+2ab+b2=(a+b)2a^2+2ab+b^2 = (a+b)^2
a22ab+b2=(ab)2a^2-2ab+b^2 = (a-b)^2

  • Rational cancellation:

abac=bc\dfrac{ab}{ac} = \dfrac{b}{c} only when a0a \ne 0

  • Fraction addition:

pq+rs=ps+rqqs\dfrac{p}{q}+\dfrac{r}{s} = \dfrac{ps+rq}{qs}

  • Fraction subtraction:

pqrs=psrqqs\dfrac{p}{q}-\dfrac{r}{s} = \dfrac{ps-rq}{qs}

  • Reciprocal rule:

abcd=abdc\dfrac{\frac{a}{b}}{\frac{c}{d}} = \dfrac{a}{b}\cdot\dfrac{d}{c}

  • Power simplification:

aman=am+na^m a^n = a^{m+n},
aman=amn\dfrac{a^m}{a^n} = a^{m-n} for a0a \ne 0

---

Rational Expression Discipline

Before Cancelling, Factor First

A very common mistake is cancelling terms instead of factors.

For example,

x21x1x2x\qquad \dfrac{x^2-1}{x-1} \ne \dfrac{x^2}{x}

Instead factor the numerator:

x21x1=(x1)(x+1)x1=x+1\qquad \dfrac{x^2-1}{x-1} = \dfrac{(x-1)(x+1)}{x-1} = x+1

but only for x1x \ne 1.

So cancellation is valid only for common factors, not for pieces separated by addition or subtraction.

---

Domain Restrictions Matter

⚠️ Simplified Form Does Not Erase Restrictions

If

(x1)(x+2)x1=x+2\qquad \dfrac{(x-1)(x+2)}{x-1} = x+2

the simplified form is valid only when

x1\qquad x \ne 1

because the original expression is undefined at x=1x=1.

Even after simplification, always remember the restrictions coming from the original expression.

---

Common Simplification Patterns

1. Factor before anything else

Expressions involving quadratics, cubes, or common factors often simplify only after factorisation. Examples:
  • x29=(x3)(x+3)x^2-9 = (x-3)(x+3)
  • x2+5x=x(x+5)x^2+5x = x(x+5)
  • 2x2+6x=2x(x+3)2x^2+6x = 2x(x+3)
---

2. Make common denominators carefully

To simplify 1x+1x+1\qquad \dfrac{1}{x} + \dfrac{1}{x+1} write 1x+1x+1=x+1+xx(x+1)=2x+1x(x+1)\qquad \dfrac{1}{x} + \dfrac{1}{x+1} = \dfrac{x+1+x}{x(x+1)} = \dfrac{2x+1}{x(x+1)} with restrictions x0, 1\qquad x \ne 0,\ -1 ---

3. Convert complex fractions into multiplication

Example: xyab=xyba=xbya\qquad \dfrac{\frac{x}{y}}{\frac{a}{b}} = \dfrac{x}{y}\cdot\dfrac{b}{a} = \dfrac{xb}{ya} provided y0y \ne 0 and a0a \ne 0. ---

4. Use identities, do not expand blindly

Sometimes factorisation is shorter than expansion, and sometimes cancellation appears only after factorisation. ---

Minimal Worked Examples

Example 1 Simplify x24x2\qquad \dfrac{x^2-4}{x-2} Factor the numerator: x24=(x2)(x+2)\qquad x^2-4 = (x-2)(x+2) So x24x2=(x2)(x+2)x2=x+2\qquad \dfrac{x^2-4}{x-2} = \dfrac{(x-2)(x+2)}{x-2} = x+2 with restriction x2\qquad x \ne 2 --- Example 2 Simplify 1x+23x\qquad \dfrac{1}{x}+\dfrac{2}{3x} Common denominator is 3x3x. 1x=33x\qquad \dfrac{1}{x} = \dfrac{3}{3x} Hence 1x+23x=33x+23x=53x\qquad \dfrac{1}{x}+\dfrac{2}{3x} = \dfrac{3}{3x}+\dfrac{2}{3x} = \dfrac{5}{3x} with restriction x0\qquad x \ne 0 ---

High-Value Warnings

⚠️ Avoid These Errors
    • ❌ Cancelling terms across addition:
x+2x1+2\dfrac{x+2}{x} \ne 1+2
    • ❌ Forgetting restrictions after cancellation
    • ❌ Expanding too early and hiding factor structure
    • ❌ Adding fractions by adding numerators and denominators separately:
ab+cda+cb+d\dfrac{a}{b}+\dfrac{c}{d} \ne \dfrac{a+c}{b+d}
    • ❌ Cancelling symbols that are not common factors
---

Strategy for CMI-Type Simplification

💡 CMI Strategy

  • Check the expression type first: factorised, expanded, rational, radical, or mixed.

  • Do not expand immediately. First ask whether factorisation helps.

  • Look for common factors, not common symbols.

  • Write domain restrictions early if denominators or radicals are present.

  • For rational expressions, factor everything possible before cancellation.

  • After simplification, compare with the original domain.

---

Practice Questions

:::question type="MCQ" question="Which of the following is equal to x29x3\dfrac{x^2-9}{x-3} for all real xx in the domain of the expression?" options=["x3x-3","x+3x+3","x2+3x^2+3","33"] answer="B" hint="Factor the numerator first." solution="Factor the numerator: x29=(x3)(x+3)\qquad x^2-9 = (x-3)(x+3) So x29x3=(x3)(x+3)x3=x+3\qquad \dfrac{x^2-9}{x-3} = \dfrac{(x-3)(x+3)}{x-3} = x+3 This is valid for x3x \ne 3. Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Simplify 1x+1x+1\dfrac{1}{x}+\dfrac{1}{x+1} and find the numerator of the simplified expression." answer="2x+1" hint="Use the common denominator x(x+1)x(x+1)." solution="Take the common denominator x(x+1)x(x+1). 1x=x+1x(x+1)\qquad \dfrac{1}{x} = \dfrac{x+1}{x(x+1)} 1x+1=xx(x+1)\qquad \dfrac{1}{x+1} = \dfrac{x}{x(x+1)} So 1x+1x+1=x+1+xx(x+1)=2x+1x(x+1)\qquad \dfrac{1}{x}+\dfrac{1}{x+1} = \dfrac{x+1+x}{x(x+1)} = \dfrac{2x+1}{x(x+1)} Hence the numerator is 2x+1\boxed{2x+1}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["x21x1=x+1\dfrac{x^2-1}{x-1}=x+1 for x1x\ne 1","ab+cd=a+cb+d\dfrac{a}{b}+\dfrac{c}{d}=\dfrac{a+c}{b+d} for all nonzero b,db,d","To cancel a factor, it must appear as a common factor in numerator and denominator","The expression (x2)(x+5)x2\dfrac{(x-2)(x+5)}{x-2} is defined at x=2x=2 after simplification"] answer="A,C" hint="Distinguish between factors and terms." solution="1. True, because x21=(x1)(x+1)x^2-1=(x-1)(x+1), so cancellation gives x+1x+1 for x1x \ne 1.
  • False. Fraction addition requires a common denominator.
  • True. Cancellation is valid only for common factors.
  • False. The original expression is undefined at x=2x=2, and simplification does not remove that restriction.
  • Hence the correct answer is A,C\boxed{A,C}." ::: :::question type="SUB" question="Simplify x2+5xx\dfrac{x^2+5x}{x} and state the restriction on xx." answer="x+5, x0x+5,\ x\ne 0" hint="Factor the numerator first." solution="Factor the numerator: x2+5x=x(x+5)\qquad x^2+5x = x(x+5) So x2+5xx=x(x+5)x=x+5\qquad \dfrac{x^2+5x}{x} = \dfrac{x(x+5)}{x} = x+5 This cancellation is valid only when x0x \ne 0. Therefore the simplified form is x+5\boxed{x+5} with restriction x0\boxed{x \ne 0}." ::: ---

    Summary

    Key Takeaways for CMI

    • Simplification means rewriting without changing the value on the original domain.

    • Factor before cancellation.

    • Cancel factors, not terms.

    • For fractions, use proper common denominators.

    • The original restrictions remain even after simplification.

    • In harder problems, correct simplification is often the first real proof step.

    ---

    💡 Next Up

    Proceeding to Rational equations.

    ---

    Part 2: Rational equations

    Rational Equations

    Overview

    A rational equation is an equation involving one or more rational expressions, that is, quotients of polynomials. The main challenge is not only solving the equation, but also checking whether the obtained values are actually valid, since some values make denominators zero and must be rejected. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • Identify rational equations and the domain restrictions they carry.

    • Solve rational equations by clearing denominators correctly.

    • detect and reject extraneous solutions.

    • Simplify equations before cross-multiplying when appropriate.

    • Handle equations involving reciprocal structure, factorisation, and symmetry.

    ---

    What Is a Rational Equation?

    📖 Rational Equation

    A rational equation is an equation in which the variable appears in the denominator, or more generally inside a rational expression.

    Examples:

      • 1x+1x+1=1\dfrac{1}{x} + \dfrac{1}{x+1} = 1

      • x+2x1=3\dfrac{x+2}{x-1} = 3

      • 1x21x+2=12\dfrac{1}{x-2} - \dfrac{1}{x+2} = \dfrac{1}{2}

    First Rule

    Before solving, always write the values for which the equation is not defined.

    If a denominator becomes zero at some value, that value is excluded from the domain and can never be a valid solution.

    ---

    Domain Restrictions

    📐 Denominator Restrictions

    If an equation contains denominators such as:

      • xax-a

      • x+bx+b

      • x24x^2-4

      • (x1)(x+2)(x-1)(x+2)


    then we must require:
      • xax \ne a

      • xbx \ne -b

      • x240x^2-4 \ne 0

      • (x1)(x+2)0(x-1)(x+2) \ne 0


    Examples:
      • 1x3\dfrac{1}{x-3} implies x3x \ne 3

      • 1x29\dfrac{1}{x^2-9} implies x3,3x \ne 3,-3

      • 1x(x+5)\dfrac{1}{x(x+5)} implies x0,5x \ne 0,-5

    ---

    Standard Solving Method

    📐 Clearing Denominators

    To solve a rational equation:

    • Find the least common denominator (LCD).

    • Multiply every term of the equation by the LCD.

    • Solve the resulting polynomial or simpler equation.

    • Check every obtained value in the original equation.

    • Reject any value that makes a denominator zero.


    This check is compulsory.

    ---

    When Cross-Multiplication Works

    Cross-Multiplication

    If
    AB=CD\qquad \dfrac{A}{B} = \dfrac{C}{D}
    with B0B \ne 0 and D0D \ne 0, then

    AD=BC\qquad AD = BC

    This is often useful, but only after keeping track of the condition that the denominators are nonzero.

    ---

    Common Structures

    📐 Frequently Tested Forms

    • axp+bxq=c\dfrac{a}{x-p} + \dfrac{b}{x-q} = c


    • x+rx+s=k\dfrac{x+r}{x+s} = k


    • 1xa1xb=m\dfrac{1}{x-a} - \dfrac{1}{x-b} = m


    • P(x)Q(x)=0\dfrac{P(x)}{Q(x)} = 0


    • 1x+1y=1k\dfrac{1}{x} + \dfrac{1}{y} = \dfrac{1}{k} type reciprocal structure

    💡 Useful Fact

    A rational expression is zero only when:

      • its numerator is zero, and

      • its denominator is nonzero


    So if
    P(x)Q(x)=0\qquad \dfrac{P(x)}{Q(x)}=0,
    then solve
    P(x)=0\qquad P(x)=0
    subject to
    Q(x)0\qquad Q(x)\ne 0.

    ---

    Minimal Worked Examples

    Example 1 Solve x+2x1=3\qquad \dfrac{x+2}{x-1}=3 Restriction: x1\qquad x \ne 1 Cross-multiply: x+2=3(x1)\qquad x+2 = 3(x-1) x+2=3x3\qquad x+2 = 3x-3 5=2x\qquad 5 = 2x x=52\qquad x = \dfrac{5}{2} Since 521\dfrac{5}{2} \ne 1, it is valid. So the solution is x=52\qquad \boxed{x=\dfrac{5}{2}} --- Example 2 Solve 1x2+1x+2=xx24\qquad \dfrac{1}{x-2} + \dfrac{1}{x+2} = \dfrac{x}{x^2-4} Restrictions: x2,2\qquad x \ne 2,-2 Now $\qquad \dfrac{1}{x-2} + \dfrac{1}{x+2} = \dfrac{(x+2)+(x-2)}{x^2-4} = \dfrac{2x}{x^2-4}$ So the equation becomes 2xx24=xx24\qquad \dfrac{2x}{x^2-4} = \dfrac{x}{x^2-4} Since the denominators are the same and nonzero in the domain, we get 2x=x\qquad 2x = x x=0\qquad x = 0 Check: x=0x=0 does not violate the restrictions. Hence the solution is x=0\qquad \boxed{x=0} ---

    Equations That Produce Extraneous Roots

    ⚠️ Very Important

    When you multiply both sides by an expression containing the variable, or square both sides in a transformed version, you may introduce values that do not satisfy the original equation.

    So every final value must be checked in the original equation, not only in the simplified one.

    Example Solve 1x1=xx1\qquad \dfrac{1}{x-1} = \dfrac{x}{x-1} Restriction: x1\qquad x \ne 1 Multiplying both sides by x1x-1 gives 1=x\qquad 1 = x So x=1x=1 is obtained. But x=1x=1 is not allowed because the original equation is undefined there. Hence there is no solution. ---

    Algebraic Tricks

    💡 Useful Techniques

    • Factor denominators first.

    • Cancel only common factors, never common terms.

    • Combine fractions before solving if the structure becomes cleaner.

    • In symmetric equations, substitutions like u=1xau=\dfrac{1}{x-a} may help.

    • If both sides have the same denominator, compare numerators only after checking the denominator is nonzero.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ solving first and checking denominator restrictions later as an afterthought
      • ❌ forgetting to reject values that make a denominator zero
      • ❌ canceling terms instead of factors
      • ❌ assuming AB=CB\dfrac{A}{B}=\dfrac{C}{B} implies validity even when B=0B=0
      • ❌ treating P(x)Q(x)=0\dfrac{P(x)}{Q(x)}=0 as Q(x)=0Q(x)=0
    ---

    Practice Questions

    :::question type="MCQ" question="The equation x+1x2=2\dfrac{x+1}{x-2}=2 has solution" options=["x=3x=3","x=5x=5","x=1x=-1","No solution"] answer="B" hint="Cross-multiply, but remember the restriction on xx." solution="We must have x2x \ne 2. Now solve: x+1x2=2\qquad \dfrac{x+1}{x-2}=2 Cross-multiplying, x+1=2(x2)\qquad x+1 = 2(x-2) x+1=2x4\qquad x+1 = 2x-4 x=5\qquad x=5 Since 525 \ne 2, it is valid. Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the value of xx satisfying 1x+1x+2=1\dfrac{1}{x}+\dfrac{1}{x+2}=1." answer="-1+\sqrt{2},-1-\sqrt{2}" hint="Take LCM first, then solve the resulting quadratic." solution="Restrictions: x0,2\qquad x \ne 0,-2 Now 1x+1x+2=1\qquad \dfrac{1}{x}+\dfrac{1}{x+2}=1 Taking LCM, (x+2)+xx(x+2)=1\qquad \dfrac{(x+2)+x}{x(x+2)}=1 2x+2x(x+2)=1\qquad \dfrac{2x+2}{x(x+2)}=1 So 2x+2=x(x+2)\qquad 2x+2 = x(x+2) 2x+2=x2+2x\qquad 2x+2 = x^2+2x x22=0\qquad x^2-2=0 x=±2\qquad x=\pm\sqrt{2}? Wait carefully: after simplification we get x2+2x(2x+2)=0\qquad x^2+2x-(2x+2)=0 x22=0\qquad x^2-2=0 Thus x=2,2\qquad x=\sqrt{2},-\sqrt{2} Check restrictions: Neither value is 00 or 2-2, so both are valid. Hence the solutions are 2,2\boxed{\sqrt{2},-\sqrt{2}}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If P(x)Q(x)=0\dfrac{P(x)}{Q(x)}=0, then P(x)=0P(x)=0 and Q(x)0Q(x)\ne 0","The equation 1x1=xx1\dfrac{1}{x-1}=\dfrac{x}{x-1} has solution x=1x=1","Before cross-multiplying in a rational equation, denominator restrictions must be noted","If AB=CD\dfrac{A}{B}=\dfrac{C}{D}, then AD=BCAD=BC even when B=0B=0 or D=0D=0"] answer="A,C" hint="Think about what makes a rational expression defined." solution="1. True. A rational expression is zero only when the numerator is zero and the denominator is nonzero.
  • False. Although simplification gives x=1x=1, the original equation is undefined at x=1x=1.
  • True. This is essential to avoid invalid solutions.
  • False. Cross-multiplication requires the denominators to be nonzero.
  • Hence the correct answer is A,C\boxed{A,C}." ::: :::question type="SUB" question="Solve 1x31x+1=2(x3)(x+1)\dfrac{1}{x-3}-\dfrac{1}{x+1}=\dfrac{2}{(x-3)(x+1)}." answer="No solution" hint="Take the left-hand side over a common denominator first." solution="Restrictions: x3,1\qquad x \ne 3,-1 Now simplify the left-hand side: $\qquad \dfrac{1}{x-3}-\dfrac{1}{x+1} = \dfrac{(x+1)-(x-3)}{(x-3)(x+1)} = \dfrac{4}{(x-3)(x+1)}$ So the equation becomes 4(x3)(x+1)=2(x3)(x+1)\qquad \dfrac{4}{(x-3)(x+1)}=\dfrac{2}{(x-3)(x+1)} Since the denominator is nonzero in the domain, this implies 4=2\qquad 4=2 which is impossible. Therefore, the equation has no solution\boxed{\text{no solution}}." ::: ---

    Summary

    Key Takeaways for CMI

    • Rational equations must always be solved together with domain restrictions.

    • Clearing denominators is powerful, but it can create invalid roots.

    • Cross-multiplication is valid only when denominators are nonzero.

    • Every final value must be checked in the original equation.

    • If a rational expression equals zero, set only the numerator equal to zero and keep the denominator nonzero.

    • Accuracy in restrictions is as important as algebraic manipulation.

    ---

    💡 Next Up

    Proceeding to Rational inequalities.

    ---

    Part 3: Rational inequalities

    Rational Inequalities

    Overview

    Rational inequalities involve expressions of the form P(x)Q(x)\dfrac{P(x)}{Q(x)} compared with 00, a constant, or another rational expression. In exam settings, the real skill is not expansion but sign analysis. The most reliable method is to bring everything to one side, factor numerator and denominator, mark critical points, and test signs interval by interval. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • Solve inequalities involving rational expressions by sign analysis.

    • identify zeros of the numerator and non-permissible values from the denominator.

    • use interval testing and sign charts correctly.

    • handle strict and non-strict inequalities without including invalid points.

    • avoid cancellation and squaring mistakes that change the solution set.

    ---

    Core Idea

    📖 Rational Inequality

    A rational inequality is an inequality containing a rational expression, such as

      • x2x+1>0\dfrac{x-2}{x+1} > 0

      • (x1)(x+3)x40\dfrac{(x-1)(x+3)}{x-4} \le 0

      • x+1x23x+2\dfrac{x+1}{x-2} \ge \dfrac{3}{x+2}


    The standard aim is to rewrite it in the form

    P(x)Q(x)0\qquad \dfrac{P(x)}{Q(x)} \gtrless 0

    and then study where the expression is positive, negative, or zero.

    ---

    First Rules

    Always Check These First

    For P(x)Q(x)\dfrac{P(x)}{Q(x)}:

    • the denominator must never be zero

    • numerator zero points may be included only if the inequality allows equality

    • denominator zero points are never included

    • sign can change only at zeros of numerator or denominator

    📐 Critical Points

    If
    R(x)=P(x)Q(x)\qquad R(x)=\dfrac{P(x)}{Q(x)}

    then the important points are:

      • roots of P(x)=0P(x)=0

      • roots of Q(x)=0Q(x)=0


    These divide the real line into intervals. The sign of R(x)R(x) is constant on each interval unless a critical point is crossed.

    ---

    Standard Method

    💡 Main Solving Method

    • Bring everything to one side.

    • Simplify into a single rational expression.

    • Factor numerator and denominator completely.

    • Mark all zeros of numerator and denominator.

    • Draw intervals on the number line.

    • Determine the sign on each interval.

    • Include or exclude endpoints carefully according to the inequality sign.

    ---

    Sign Logic

    📐 Sign Rules

    For factors:

      • positive ×\times positive = positive

      • negative ×\times negative = positive

      • positive ×\times negative = negative


    So for a rational expression:
      • same sign in numerator and denominator gives positive

      • opposite signs give negative

    💡 Fast Sign Observation

    At a simple root such as (xa)(x-a), sign changes when crossing x=ax=a.

    At an even power such as (xa)2(x-a)^2, sign does not change when crossing x=ax=a.

    This is very useful in harder factorised inequalities.

    ---

    Minimal Worked Examples

    Example 1 Solve x2x+1>0\qquad \dfrac{x-2}{x+1} > 0 Critical points:
    • numerator zero at x=2x=2
    • denominator zero at x=1x=-1
    Intervals:
    • (,1)(-\infty,-1)
    • (1,2)(-1,2)
    • (2,)(2,\infty)
    Test signs:
    • for x=2x=-2: 41>0\dfrac{-4}{-1}>0
    • for x=0x=0: 21<0\dfrac{-2}{1}<0
    • for x=3x=3: 14>0\dfrac{1}{4}>0
    So the solution is (,1)(2,)\qquad (-\infty,-1)\cup(2,\infty) Note:
    • x=1x=-1 is excluded
    • x=2x=2 is excluded because the inequality is strict
    --- Example 2 Solve (x1)(x+2)x30\qquad \dfrac{(x-1)(x+2)}{x-3} \le 0 Critical points:
    • x=2, 1, 3x=-2,\ 1,\ 3
    Intervals:
    • (,2)(-\infty,-2)
    • (2,1)(-2,1)
    • (1,3)(1,3)
    • (3,)(3,\infty)
    Testing signs gives:
    • negative on (,2)(-\infty,-2)
    • positive on (2,1)(-2,1)
    • negative on (1,3)(1,3)
    • positive on (3,)(3,\infty)
    Because the inequality is 0\le 0, include intervals where the sign is negative and also include numerator zeros. So the solution is (,2][1,3)\qquad (-\infty,-2]\cup[1,3) Here x=3x=3 is excluded because it makes the denominator zero. ---

    Important Structural Cases

    📐 Case 1: One Linear Factor Over One Linear Factor

    For
    xaxb>0\qquad \dfrac{x-a}{x-b} > 0

    the expression is positive when numerator and denominator have the same sign:

      • either x>ax>a and x>bx>b

      • or x<ax<a and x<bx<b


    This often gives two intervals.

    📐 Case 2: Product Form

    For
    (xa)(xb)(xc)(xd)0\qquad \dfrac{(x-a)(x-b)}{(x-c)(x-d)} \ge 0

    do not expand unless necessary. Factor form is best for sign analysis.

    📐 Case 3: Even Powers

    If a factor appears as (xa)2(x-a)^2, then the sign does not change at x=ax=a, though the point may still be a zero or a hole depending on where it appears.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Cross-multiplying without checking the sign of the denominator
    ✅ Bring everything to one side and use sign analysis.
      • ❌ Cancelling a factor and forgetting excluded values
    ✅ Even after simplification, values making the original denominator zero remain excluded.
      • ❌ Including denominator zeros in the answer
    ✅ Denominator zero points are never allowed.
      • ❌ Including numerator zeros in a strict inequality
    ✅ For >> or <<, do not include zeros.
      • ❌ Expanding everything and losing structure
    ✅ Factorised form is usually the best form.
    ---

    Cross-Multiplication Warning

    ⚠️ Why Blind Cross-Multiplication Fails

    For an inequality like

    x1x+2>3\qquad \dfrac{x-1}{x+2} > 3

    you should not directly multiply by x+2x+2, because its sign depends on xx.

    Correct route:

    x1x+23>0\qquad \dfrac{x-1}{x+2} - 3 > 0

    x13x6x+2>0\qquad \dfrac{x-1-3x-6}{x+2} > 0

    2x7x+2>0\qquad \dfrac{-2x-7}{x+2} > 0

    Now solve by sign analysis.

    ---

    Number-Line Strategy

    💡 How to Build the Sign Chart

    • write all critical points in increasing order

    • place open circles at denominator zeros

    • place closed circles at numerator zeros only if equality is allowed

    • choose one test point in each interval

    • mark ++ or -

    • collect intervals matching the inequality

    ---

    Practice Questions

    :::question type="MCQ" question="The solution set of x3x+1<0\dfrac{x-3}{x+1} < 0 is" options=["(,1)(3,)(-\infty,-1)\cup(3,\infty)","(1,3)(-1,3)","(,3)(-\infty,3)","[1,3][-1,3]"] answer="B" hint="Find the critical points and test signs." solution="The critical points are x=1x=-1 and x=3x=3. Check intervals:
    • for x=2x=-2: 51>0\dfrac{-5}{-1}>0
    • for x=0x=0: 31<0\dfrac{-3}{1}<0
    • for x=4x=4: 15>0\dfrac{1}{5}>0
    So the expression is negative only on (1,3)(-1,3). Since the inequality is strict, neither endpoint is included. Therefore the correct answer is B\boxed{B}." ::: :::question type="NAT" question="How many integers satisfy x1x+20\dfrac{x-1}{x+2} \ge 0?" answer="0" hint="Find the real solution set first, then count integers if the intended range is finite. Be careful: over all integers, the count is infinite. Here the intended exam reading is integers in the interval [3,3][-3,3] only if specified. Since no interval is specified, the correct mathematical count is not finite." solution="Mathematically, solve x1x+20\qquad \dfrac{x-1}{x+2} \ge 0 Critical points are x=2x=-2 and x=1x=1. Sign analysis gives:
    • positive on (,2)(-\infty,-2)
    • negative on (2,1)(-2,1)
    • positive on (1,)(1,\infty)
    Also x=1x=1 is included because it makes the expression zero, while x=2x=-2 is excluded. So the solution set is (,2)[1,)\qquad (-\infty,-2)\cup[1,\infty) This contains infinitely many integers. Hence the question as written does not have a finite NAT answer. In a strict exam database, such a question should be avoided or the range should be specified. Therefore no single finite numeric answer is appropriate." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["The point where the denominator is zero can never belong to the solution set.","If the numerator is zero, the rational expression is always undefined.","For P(x)Q(x)0\dfrac{P(x)}{Q(x)} \le 0, zeros of P(x)P(x) may be included if Q(x)0Q(x)\ne 0.","Cross-multiplication in rational inequalities is always safe."] answer="A,C" hint="Think separately about numerator zeros and denominator zeros." solution="1. True. Denominator zero points are always excluded.
  • False. If the numerator is zero and denominator is nonzero, the value is 00.
  • True. In a non-strict inequality, numerator zeros may be included if the denominator is nonzero there.
  • False. Cross-multiplication is unsafe unless the sign of the multiplier is known.
  • Hence the correct answer is A,C\boxed{A,C}." ::: :::question type="SUB" question="Solve the inequality (x2)(x+1)x40\dfrac{(x-2)(x+1)}{x-4} \le 0." answer="(,1][2,4)(-\infty,-1]\cup[2,4)" hint="Use critical points 1,2,4-1,2,4 and test intervals." solution="We solve (x2)(x+1)x40\qquad \dfrac{(x-2)(x+1)}{x-4} \le 0 Critical points are:
    • numerator zeros at x=1, 2x=-1,\ 2
    • denominator zero at x=4x=4
    These divide the real line into intervals:
    • (,1)(-\infty,-1)
    • (1,2)(-1,2)
    • (2,4)(2,4)
    • (4,)(4,\infty)
    Test each interval. For x=2x=-2: (4)(1)6<0\qquad \dfrac{(-4)(-1)}{-6}<0 For x=0x=0: (2)(1)4>0\qquad \dfrac{(-2)(1)}{-4}>0 For x=3x=3: (1)(4)1<0\qquad \dfrac{(1)(4)}{-1}<0 For x=5x=5: (3)(6)1>0\qquad \dfrac{(3)(6)}{1}>0 So the sign is negative on (,1)\qquad (-\infty,-1) and (2,4)(2,4) Because the inequality is 0\le 0, include numerator zeros x=1x=-1 and x=2x=2. But x=4x=4 is excluded since it makes the denominator zero. Therefore the solution set is (,1][2,4)\qquad \boxed{(-\infty,-1]\cup[2,4)}." ::: ---

    Summary

    Key Takeaways for CMI

    • Rational inequalities are best solved by sign analysis, not blind cross-multiplication.

    • Critical points come from numerator zeros and denominator zeros.

    • Denominator zeros are never included.

    • Numerator zeros are included only in non-strict inequalities.

    • Factor form is more useful than expanded form.

    • Even-power factors do not change sign across their roots.

    ---

    💡 Next Up

    Proceeding to Rational functions.

    ---

    Part 4: Rational functions

    Rational Functions

    Overview

    A rational function is a quotient of two polynomials. In CMI-style problems, the real test is usually not just simplification, but understanding the domain, cancellation, holes, vertical asymptotes, and end behavior. A factor cancelled algebraically can still leave behind a missing point, and that distinction is one of the most important ideas in this topic. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • identify whether a given expression is a rational function,

    • find its domain correctly,

    • distinguish between a removable discontinuity and a vertical asymptote,

    • determine horizontal, slant, or polynomial asymptotes from degree comparison,

    • simplify rational functions without losing the original domain restrictions.

    ---

    Core Definition

    📖 Rational Function

    A rational function is a function of the form

    R(x)=P(x)Q(x)\qquad R(x)=\dfrac{P(x)}{Q(x)}

    where P(x)P(x) and Q(x)Q(x) are polynomials and Q(x)0Q(x)\ne 0.

    The domain of R(x)R(x) consists of all real numbers for which the denominator is nonzero.

    ---

    Domain First

    Always Start with the Denominator

    If
    R(x)=P(x)Q(x)\qquad R(x)=\dfrac{P(x)}{Q(x)}

    then the first step is:

    Q(x)0\qquad Q(x)\ne 0

    Every real root of Q(x)=0Q(x)=0 must be excluded from the domain.

    Even if a factor later cancels, the original excluded value remains excluded from the domain.

    ---

    Cancellation and the Hidden Hole

    📐 Cancellation Rule

    Suppose

    R(x)=(xa)A(x)(xa)B(x)\qquad R(x)=\dfrac{(x-a)A(x)}{(x-a)B(x)}

    for xax\ne a.

    Then for all xax\ne a,

    R(x)=A(x)B(x)\qquad R(x)=\dfrac{A(x)}{B(x)}

    But the original function is still undefined at x=ax=a.

    So cancellation does not restore the missing point. It usually creates a removable discontinuity at x=ax=a.

    ⚠️ Very Important Distinction
      • A cancelled denominator factor gives a removable discontinuity or hole
      • A non-cancelled denominator factor gives a vertical asymptote
    This distinction is one of the most tested ideas in rational functions.
    ---

    Vertical Asymptotes

    📐 Vertical Asymptote Test

    Let the rational expression be simplified first.

    If after simplification the denominator still contains the factor (xa)(x-a), then usually

    x=a\qquad x=a

    is a vertical asymptote.

    This happens because the function becomes unbounded near x=ax=a.

    Typical examples 1x2\qquad \dfrac{1}{x-2} has a vertical asymptote at x=2x=2 x+1(x3)2\qquad \dfrac{x+1}{(x-3)^2} has a vertical asymptote at x=3x=3 ---

    Removable Discontinuity

    📐 Hole in the Graph

    If a factor cancels completely, then the original function is undefined there but the simplified expression has a finite value.

    Example:

    x21x1=(x1)(x+1)x1=x+1,x1\qquad \dfrac{x^2-1}{x-1}=\dfrac{(x-1)(x+1)}{x-1}=x+1,\qquad x\ne 1

    So the graph is the line y=x+1y=x+1 with a hole at

    (1,2)\qquad (1,2)

    ---

    Horizontal Asymptotes

    📐 Degree Comparison Rule

    For
    R(x)=P(x)Q(x)\qquad R(x)=\dfrac{P(x)}{Q(x)}

    let
    degP=m,degQ=n\qquad \deg P = m,\qquad \deg Q = n

    Then:

    • If m<nm<n, the horizontal asymptote is

    y=0\qquad y=0

    • If m=nm=n, the horizontal asymptote is

    y=leading coefficient of Pleading coefficient of Q\qquad y=\dfrac{\text{leading coefficient of }P}{\text{leading coefficient of }Q}

    • If m>nm>n, there is no horizontal asymptote

    Examples x+1x2+1\qquad \dfrac{x+1}{x^2+1} has horizontal asymptote y=0y=0 2x235x2+1\qquad \dfrac{2x^2-3}{5x^2+1} has horizontal asymptote y=25y=\dfrac{2}{5} x3+1x+1\qquad \dfrac{x^3+1}{x+1} has no horizontal asymptote ---

    Slant and Polynomial Asymptotes

    📐 When the Numerator Degree is Larger

    If

    degP=degQ+1\qquad \deg P = \deg Q + 1

    then the graph may have a slant asymptote found by polynomial division.

    If

    degP>degQ+1\qquad \deg P > \deg Q + 1

    then the asymptote may be a higher-degree polynomial.

    Write

    P(x)Q(x)=S(x)+T(x)Q(x)\qquad \dfrac{P(x)}{Q(x)} = S(x) + \dfrac{T(x)}{Q(x)}

    where degT<degQ\deg T < \deg Q.

    Then as x|x|\to\infty, the fraction term tends to 00, so the asymptote is

    y=S(x)\qquad y=S(x)

    Example x2x1=x+1+1x1\qquad \dfrac{x^2}{x-1}=x+1+\dfrac{1}{x-1} So the slant asymptote is y=x+1\qquad y=x+1 ---

    How the PYQ Thinks

    💡 CMI Strategy

    For a rational function, analyze in this order:

    • factor numerator and denominator,

    • write the domain from the original denominator,

    • cancel common factors carefully,

    • identify holes from cancelled factors,

    • identify vertical asymptotes from non-cancelled denominator zeros,

    • compare degrees for horizontal or slant asymptotes,

    • only then think about the sketch.

    ---

    Minimal Worked Examples

    Example 1 Consider f(x)=x3x2x\qquad f(x)=\dfrac{x^3}{x^2-x} Factor the denominator: f(x)=x3x(x1)\qquad f(x)=\dfrac{x^3}{x(x-1)} Domain: x0,1\qquad x\ne 0,1 Cancel the common factor xx: f(x)=x2x1,x0,1\qquad f(x)=\dfrac{x^2}{x-1},\qquad x\ne 0,1 So:
    • x=0x=0 is a removable discontinuity
    • x=1x=1 is a vertical asymptote
    Since numerator degree exceeds denominator degree by 11, there is no horizontal asymptote. --- Example 2 Consider g(x)=x2xx3\qquad g(x)=\dfrac{x^2-x}{x^3} Factor numerator: g(x)=x(x1)x3=x1x2,x0\qquad g(x)=\dfrac{x(x-1)}{x^3}=\dfrac{x-1}{x^2},\qquad x\ne 0 So:
    • no factor is fully cancelled from the denominator
    • x=0x=0 is a vertical asymptote
    • degree of numerator is less than degree of denominator, so horizontal asymptote is
    y=0\qquad y=0 --- Example 3 Consider h(x)=x3xx3+x\qquad h(x)=\dfrac{x^3-x}{x^3+x} Factor: h(x)=x(x1)(x+1)x(x2+1)=(x1)(x+1)x2+1,x0\qquad h(x)=\dfrac{x(x-1)(x+1)}{x(x^2+1)}=\dfrac{(x-1)(x+1)}{x^2+1},\qquad x\ne 0 So:
    • x=0x=0 is a removable discontinuity
    • x2+1=0x^2+1=0 has no real root, so no vertical asymptote
    • degrees are equal, so horizontal asymptote is
    y=1\qquad y=1 ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Cancelling factors and then forgetting the excluded values
      • ❌ Treating every denominator zero as a vertical asymptote
      • ❌ Forgetting to simplify before checking removable discontinuities
      • ❌ Using degree comparison before cancellation
      • ❌ Thinking a hole and a vertical asymptote are the same thing
    ---

    Quick Recognition Rules

    📐 Fast Test Sheet

    For
    R(x)=P(x)Q(x)\qquad R(x)=\dfrac{P(x)}{Q(x)}

      • domain: solve Q(x)0Q(x)\ne 0

      • hole: common factor cancels

      • vertical asymptote: denominator zero remains after simplification

      • horizontal asymptote:

    - if degP<degQ\deg P < \deg Q, then y=0y=0
    - if degP=degQ\deg P = \deg Q, then ratio of leading coefficients
      • slant asymptote: if numerator degree is exactly one more than denominator degree

    ---

    Practice Questions

    :::question type="MCQ" question="For the function x21x1\dfrac{x^2-1}{x-1}, which statement is correct?" options=["It has a vertical asymptote at x=1x=1","It has a removable discontinuity at x=1x=1","Its domain is all real numbers","It has a horizontal asymptote y=1y=1"] answer="B" hint="Factor first, but do not forget the original domain." solution="We have x21x1=(x1)(x+1)x1=x+1,x1\qquad \dfrac{x^2-1}{x-1}=\dfrac{(x-1)(x+1)}{x-1}=x+1,\qquad x\ne 1 So the function equals x+1x+1 for all allowed values of xx, but it is still undefined at x=1x=1. Hence there is a hole at x=1x=1, so the discontinuity is removable. Therefore the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the horizontal asymptote of 3x25x+16x2+x4\dfrac{3x^2-5x+1}{6x^2+x-4}. Enter the value of yy." answer="1/2" hint="Compare the degrees and leading coefficients." solution="The numerator and denominator have the same degree, namely 22. So the horizontal asymptote is the ratio of leading coefficients: y=36=12\qquad y=\dfrac{3}{6}=\dfrac{1}{2} Hence the answer is 12\boxed{\dfrac{1}{2}}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If a common factor cancels, the corresponding excluded value may become a hole","Every denominator zero gives a vertical asymptote","A rational function can have a horizontal asymptote and still cross it","If degP<degQ\deg P < \deg Q, then P(x)Q(x)\dfrac{P(x)}{Q(x)} has horizontal asymptote y=0y=0"] answer="A,C,D" hint="Think separately about holes, asymptotes, and end behavior." solution="1. True. A cancelled denominator factor usually gives a removable discontinuity.
  • False. If the factor cancels, it gives a hole, not a vertical asymptote.
  • True. A graph may cross a horizontal asymptote at finite values of xx.
  • True. This is the standard degree rule.
  • Hence the correct answer is A,C,D\boxed{A,C,D}." ::: :::question type="SUB" question="Determine all real discontinuities of x2+xx23x\dfrac{x^2+x}{x^2-3x} and classify each as removable or vertical." answer="x=0x=0 removable, x=3x=3 vertical asymptote" hint="Factor numerator and denominator completely." solution="We factor: x2+xx23x=x(x+1)x(x3)\qquad \dfrac{x^2+x}{x^2-3x}=\dfrac{x(x+1)}{x(x-3)} The original domain excludes x=0, 3\qquad x=0,\ 3 Now cancel the common factor xx: x2+xx23x=x+1x3,x0,3\qquad \dfrac{x^2+x}{x^2-3x}=\dfrac{x+1}{x-3},\qquad x\ne 0,3 Now classify:
    • At x=0x=0, the factor was cancelled, so this is a removable discontinuity.
    • At x=3x=3, the denominator still vanishes after simplification, so this is a vertical asymptote.
    Therefore the discontinuities are: x=0\qquad x=0 removable, x=3\qquad x=3 vertical asymptote." ::: ---

    Summary

    Key Takeaways for CMI

    • Rational functions are quotients of polynomials with nonzero denominator.

    • The domain comes from the original denominator, not the simplified one.

    • A cancelled denominator factor creates a hole, not a vertical asymptote.

    • A denominator zero that remains after simplification gives a vertical asymptote.

    • Horizontal asymptotes are found from degree comparison after proper simplification.

    • In graph questions, factorization is usually the decisive first step.

    ---

    💡 Next Up

    Proceeding to Partial fraction idea.

    ---

    Part 5: Partial fraction idea

    Partial Fraction Idea

    Overview

    The partial fraction idea is a method of breaking a rational expression into simpler pieces whose algebra is easier to understand and manipulate. In exam problems, it appears in simplification, summation, telescoping patterns, integration preparation, and identity matching. The key is not to memorize random forms, but to see how the denominator factors and then choose the correct decomposition pattern. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • identify when a rational expression can be decomposed into partial fractions

    • distinguish between proper and improper rational expressions

    • choose the correct decomposition form based on the denominator

    • solve for unknown constants efficiently

    • use decomposition for simplification and telescoping-type algebra

    ---

    Core Idea

    📖 Rational Expression

    A rational expression is any expression of the form

    P(x)Q(x)\qquad \dfrac{P(x)}{Q(x)}

    where P(x)P(x) and Q(x)Q(x) are polynomials and Q(x)0Q(x) \ne 0.

    📖 Proper and Improper Rational Expressions

    A rational expression P(x)Q(x)\dfrac{P(x)}{Q(x)} is called

      • proper if degP<degQ\deg P < \deg Q

      • improper if degPdegQ\deg P \ge \deg Q


    Partial fraction decomposition is usually applied first to a proper rational expression. If the expression is improper, first perform polynomial division.

    ---

    When the Idea Works

    Main Principle

    If the denominator factors into simpler linear or quadratic pieces, then the rational expression can often be written as a sum of simpler fractions.

    The decomposition form depends on the factorization of the denominator.

    ---

    Standard Decomposition Forms

    📐 Case 1: Distinct Linear Factors

    If

    P(x)(xa)(xb)\qquad \dfrac{P(x)}{(x-a)(x-b)}

    is proper and aba \ne b, then we try

    P(x)(xa)(xb)=Axa+Bxb\qquad \dfrac{P(x)}{(x-a)(x-b)} = \dfrac{A}{x-a} + \dfrac{B}{x-b}

    📐 Case 2: Repeated Linear Factor

    If

    P(x)(xa)n\qquad \dfrac{P(x)}{(x-a)^n}

    is proper, then we try

    P(x)(xa)n<br>=A1xa+A2(xa)2++An(xa)n\qquad \dfrac{P(x)}{(x-a)^n} <br>= \dfrac{A_1}{x-a} + \dfrac{A_2}{(x-a)^2} + \cdots + \dfrac{A_n}{(x-a)^n}

    📐 Case 3: Linear Factor Repeated with Others

    If

    P(x)(xa)2(xb)\qquad \dfrac{P(x)}{(x-a)^2(x-b)}

    is proper, then we try

    P(x)(xa)2(xb)<br>=Axa+B(xa)2+Cxb\qquad \dfrac{P(x)}{(x-a)^2(x-b)} <br>= \dfrac{A}{x-a} + \dfrac{B}{(x-a)^2} + \dfrac{C}{x-b}

    📐 Case 4: Irreducible Quadratic Factor

    If

    P(x)(x2+px+q)(xa)\qquad \dfrac{P(x)}{(x^2+px+q)(x-a)}

    is proper and x2+px+qx^2+px+q does not factor over the reals, then the quadratic part gets a linear numerator:

    P(x)(x2+px+q)(xa)<br>=Ax+Bx2+px+q+Cxa\qquad \dfrac{P(x)}{(x^2+px+q)(x-a)} <br>= \dfrac{Ax+B}{x^2+px+q} + \dfrac{C}{x-a}

    ⚠️ Very Important Rule

    For an irreducible quadratic factor, the numerator is linear, not constant.

    So do not write

    Ax2+1\qquad \dfrac{A}{x^2+1}

    as the full general form when other terms may require

    Ax+Bx2+1\qquad \dfrac{Ax+B}{x^2+1}.

    ---

    First Step in Every Problem

    💡 CMI Strategy

    Before writing any decomposition:

    • factor the denominator completely as much as possible

    • check whether the expression is proper

    • if improper, divide first

    • choose the decomposition pattern from the factors

    • then solve for constants

    ---

    Solving for Constants

    📐 Method 1: Equate Coefficients

    Suppose

    2x+3(x1)(x+2)=Ax1+Bx+2\qquad \dfrac{2x+3}{(x-1)(x+2)} = \dfrac{A}{x-1} + \dfrac{B}{x+2}

    Multiply both sides by (x1)(x+2)(x-1)(x+2):

    2x+3=A(x+2)+B(x1)\qquad 2x+3 = A(x+2) + B(x-1)

    Expand and compare coefficients of powers of xx to solve for AA and BB.

    📐 Method 2: Convenient Substitution

    From

    2x+3=A(x+2)+B(x1)\qquad 2x+3 = A(x+2) + B(x-1)

    put x=1x=1 to eliminate BB:

    5=3A    A=53\qquad 5 = 3A \implies A=\dfrac{5}{3}

    put x=2x=-2 to eliminate AA:

    1=3B    B=13\qquad -1 = -3B \implies B=\dfrac{1}{3}

    Hence,

    2x+3(x1)(x+2)=5/3x1+1/3x+2\qquad \dfrac{2x+3}{(x-1)(x+2)} = \dfrac{5/3}{x-1} + \dfrac{1/3}{x+2}

    ---

    Minimal Worked Examples

    Example 1 Decompose 1x(x+1)\qquad \dfrac{1}{x(x+1)} Try 1x(x+1)=Ax+Bx+1\qquad \dfrac{1}{x(x+1)} = \dfrac{A}{x} + \dfrac{B}{x+1} Multiplying by x(x+1)x(x+1), 1=A(x+1)+Bx\qquad 1 = A(x+1) + Bx Put x=0x=0: 1=A\qquad 1=A Put x=1x=-1: 1=B    B=1\qquad 1=-B \implies B=-1 So, 1x(x+1)=1x1x+1\qquad \dfrac{1}{x(x+1)} = \dfrac{1}{x} - \dfrac{1}{x+1} This is a standard telescoping form. --- Example 2 Decompose 3x+5(x1)2\qquad \dfrac{3x+5}{(x-1)^2} Try 3x+5(x1)2=Ax1+B(x1)2\qquad \dfrac{3x+5}{(x-1)^2} = \dfrac{A}{x-1} + \dfrac{B}{(x-1)^2} Multiplying by (x1)2(x-1)^2, 3x+5=A(x1)+B\qquad 3x+5 = A(x-1) + B Now compare coefficients: coefficient of xx: A=3\qquad A=3 constant term: A+B=5\qquad -A+B=5 So, 3+B=5    B=8\qquad -3+B=5 \implies B=8 Hence, 3x+5(x1)2=3x1+8(x1)2\qquad \dfrac{3x+5}{(x-1)^2} = \dfrac{3}{x-1} + \dfrac{8}{(x-1)^2} ---

    Improper Case

    📐 Divide First

    If the numerator degree is not smaller than the denominator degree, first divide.

    Example:

    x2+1x+1\qquad \dfrac{x^2+1}{x+1}

    Divide:

    x2+1=(x+1)(x1)+2\qquad x^2+1 = (x+1)(x-1) + 2

    So,

    x2+1x+1=x1+2x+1\qquad \dfrac{x^2+1}{x+1} = x-1 + \dfrac{2}{x+1}

    Only the proper fractional part is then treated by partial fractions if needed.

    ---

    High-Value Telescoping Pattern

    📐 Classic Form

    A very common school and olympiad pattern is

    1x(x+1)=1x1x+1\qquad \dfrac{1}{x(x+1)} = \dfrac{1}{x} - \dfrac{1}{x+1}

    Similarly,

    1x(x+a)=1a(1x1x+a)\qquad \dfrac{1}{x(x+a)} = \dfrac{1}{a}\left(\dfrac{1}{x} - \dfrac{1}{x+a}\right)

    These are extremely useful in sums and simplification.

    ---

    Domain Restrictions

    Always State Restrictions

    The original rational expression is defined only when the denominator is nonzero.

    Example:
    for

    1x(x+1)\qquad \dfrac{1}{x(x+1)}

    we must have

    x0, 1\qquad x \ne 0,\ -1

    These restrictions remain attached to the decomposition as well.

    ---

    Common Traps

    ⚠️ Avoid These Errors
      • ❌ writing partial fractions before checking whether the expression is proper
      • ❌ forgetting repeated-factor terms like B(xa)2\dfrac{B}{(x-a)^2}
      • ❌ using only a constant numerator over an irreducible quadratic
      • ❌ losing domain restrictions
      • ❌ solving constants after incorrect expansion
      • ❌ assuming decomposition works without factorizing the denominator first
    ---

    Recognition Guide

    💡 How to Choose the Form Fast
      • denominator (xa)(xb)(x-a)(x-b)
    use Axa+Bxb\dfrac{A}{x-a}+\dfrac{B}{x-b}
      • denominator (xa)2(x-a)^2
    use Axa+B(xa)2\dfrac{A}{x-a}+\dfrac{B}{(x-a)^2}
      • denominator (xa)3(x-a)^3
    use Axa+B(xa)2+C(xa)3\dfrac{A}{x-a}+\dfrac{B}{(x-a)^2}+\dfrac{C}{(x-a)^3}
      • denominator (xa)(x2+1)(x-a)(x^2+1)
    use Axa+Bx+Cx2+1\dfrac{A}{x-a}+\dfrac{Bx+C}{x^2+1}
      • numerator degree too large
    divide first
    ---

    Practice Questions

    :::question type="MCQ" question="Which is the correct partial fraction form for 2x+1(x3)(x+4)\dfrac{2x+1}{(x-3)(x+4)}?" options=["Ax3+Bx+4\dfrac{A}{x-3}+\dfrac{B}{x+4}","A(x3)(x+4)\dfrac{A}{(x-3)(x+4)}","Ax3+B(x+4)2\dfrac{A}{x-3}+\dfrac{B}{(x+4)^2}","Ax+B(x3)(x+4)\dfrac{Ax+B}{(x-3)(x+4)}"] answer="A" hint="The denominator has two distinct linear factors." solution="The denominator factors as two distinct linear factors: (x3)(x-3) and (x+4)(x+4). Therefore the correct decomposition is 2x+1(x3)(x+4)=Ax3+Bx+4\qquad \dfrac{2x+1}{(x-3)(x+4)}=\dfrac{A}{x-3}+\dfrac{B}{x+4}. Hence the correct option is A\boxed{A}." ::: :::question type="NAT" question="Find the value of A+BA+B if 1x(x+1)=Ax+Bx+1\dfrac{1}{x(x+1)}=\dfrac{A}{x}+\dfrac{B}{x+1}." answer="0" hint="Multiply through and compare values at convenient points." solution="Multiply both sides by x(x+1)x(x+1): 1=A(x+1)+Bx\qquad 1=A(x+1)+Bx Put x=0x=0: 1=A\qquad 1=A Put x=1x=-1: 1=B    B=1\qquad 1=-B \implies B=-1 So, A+B=1+(1)=0\qquad A+B=1+(-1)=0 Therefore, the answer is 0\boxed{0}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If a rational expression is improper, polynomial division should be done first.","For P(x)(xa)2\dfrac{P(x)}{(x-a)^2}, the form Axa+B(xa)2\dfrac{A}{x-a}+\dfrac{B}{(x-a)^2} may be needed.","For an irreducible quadratic factor x2+1x^2+1, a constant numerator is always enough.","The denominator should be factorized before choosing the partial fraction form."] answer="A,B,D" hint="Think about the decomposition rules, not just one example." solution="1. True. Partial fractions are usually applied to proper rational expressions, so improper ones should be divided first.
  • True. Repeated factors require separate terms for each power:
  • Axa+B(xa)2\qquad \dfrac{A}{x-a}+\dfrac{B}{(x-a)^2}
  • False. For an irreducible quadratic factor, the numerator must generally be linear, such as
  • Ax+Bx2+1\qquad \dfrac{Ax+B}{x^2+1}
  • True. The denominator must be factorized first so that the correct decomposition pattern can be chosen.
  • Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Decompose 5x+1x(x+2)\dfrac{5x+1}{x(x+2)} into partial fractions." answer="12x+92(x+2)\dfrac{1}{2x}+\dfrac{9}{2(x+2)}" hint="Assume 5x+1x(x+2)=Ax+Bx+2\dfrac{5x+1}{x(x+2)}=\dfrac{A}{x}+\dfrac{B}{x+2} and solve for A,BA,B." solution="Assume 5x+1x(x+2)=Ax+Bx+2\qquad \dfrac{5x+1}{x(x+2)}=\dfrac{A}{x}+\dfrac{B}{x+2} Multiply both sides by x(x+2)x(x+2): 5x+1=A(x+2)+Bx\qquad 5x+1=A(x+2)+Bx Now use convenient values. Put x=0x=0: 1=2A    A=12\qquad 1=2A \implies A=\dfrac{1}{2} Put x=2x=-2: 10+1=2B    9=2B    B=92\qquad -10+1=-2B \implies -9=-2B \implies B=\dfrac{9}{2} Therefore, 5x+1x(x+2)=12x+92(x+2)\qquad \dfrac{5x+1}{x(x+2)}=\dfrac{1}{2x}+\dfrac{9}{2(x+2)} So the required decomposition is 12x+92(x+2)\boxed{\dfrac{1}{2x}+\dfrac{9}{2(x+2)}}." ::: ---

    Summary

    Key Takeaways for CMI

    • partial fractions start with factorizing the denominator

    • the decomposition form depends entirely on the denominator pattern

    • improper rational expressions must be divided first

    • repeated factors need repeated denominator powers in the decomposition

    • irreducible quadratic factors need linear numerators

    • telescoping forms like 1x(x+1)=1x1x+1\dfrac{1}{x(x+1)}=\dfrac{1}{x}-\dfrac{1}{x+1} are especially useful

    Chapter Summary

    Rational expressions — Key Points

    • Definition and Domain: A rational expression is a ratio of two polynomials, P(x)/Q(x)P(x)/Q(x), with the domain restricted to all real numbers where Q(x)0Q(x) \neq 0.

    • Simplification and Operations: Rational expressions are simplified by factoring the numerator and denominator and cancelling common factors. Arithmetic operations (addition, subtraction, multiplication, division) require finding common denominators or inverting and multiplying.

    • Rational Equations: Solve by multiplying by the lowest common multiple of the denominators to eliminate fractions. Always check for extraneous solutions that make any original denominator zero.

    • Rational Inequalities: Solve by finding critical values (roots of numerator and denominator), then using a sign table or test points to determine intervals satisfying the inequality. Pay close attention to whether critical values are included or excluded.

    • Rational Functions and Asymptotes: Analyze rational functions f(x)=P(x)/Q(x)f(x) = P(x)/Q(x) by identifying vertical asymptotes (where Q(x)=0Q(x)=0 but P(x)0P(x)\neq0), horizontal asymptotes (based on degree comparison of P(x)P(x) and Q(x)Q(x)), and oblique asymptotes (when deg(P)=deg(Q)+1\deg(P) = \deg(Q) + 1).

    • Partial Fraction Decomposition: Express a proper rational function as a sum of simpler fractions. This technique is crucial for integration and involves cases for distinct linear factors, repeated linear factors, and irreducible quadratic factors.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="Simplify the rational expression:

    x29x2+5x+6x2+2xx23x\frac{x^2 - 9}{x^2 + 5x + 6} \cdot \frac{x^2 + 2x}{x^2 - 3x}
    " options=["1", "
    xx3\frac{x}{x-3}
    ", "
    x+3x3\frac{x+3}{x-3}
    ", "
    xx+3\frac{x}{x+3}
    "] answer="1" hint="Factorize all numerators and denominators completely, then cancel common terms. Note any restrictions on x." solution="First, factorize all parts of the expression:
    (x3)(x+3)(x+2)(x+3)x(x+2)x(x3)\frac{(x-3)(x+3)}{(x+2)(x+3)} \cdot \frac{x(x+2)}{x(x-3)}

    Now, cancel common factors from the numerator and denominator:
    (x3)(x+3)(x+2)(x+3)x(x+2)x(x3)\frac{\cancel{(x-3)}\cancel{(x+3)}}{\cancel{(x+2)}\cancel{(x+3)}} \cdot \frac{\cancel{x}\cancel{(x+2)}}{\cancel{x}\cancel{(x-3)}}

    All terms cancel, leaving 1.
    Thus, the simplified expression is 1. (Note: This simplification is valid for x3,2,0,3x \neq -3, -2, 0, 3.)"
    :::

    :::question type="NAT" question="Solve for xx:

    2x11x+2=1\frac{2}{x-1} - \frac{1}{x+2} = 1

    If there are multiple solutions, provide the larger one." answer="2" hint="Multiply by the common denominator (x1)(x+2)(x-1)(x+2) to clear the fractions. Remember to check for extraneous solutions." solution="Multiply both sides by (x1)(x+2)(x-1)(x+2):
    2(x+2)1(x1)=(x1)(x+2)2(x+2) - 1(x-1) = (x-1)(x+2)

    Expand and simplify:
    2x+4x+1=x2+x22x + 4 - x + 1 = x^2 + x - 2

    x+5=x2+x2x + 5 = x^2 + x - 2

    Rearrange into a quadratic equation:
    x27=0x^2 - 7 = 0

    x2=7x^2 = 7

    x=±7x = \pm\sqrt{7}

    Both solutions, x=7x=\sqrt{7} and x=7x=-\sqrt{7}, are valid as they do not make any original denominator zero.
    The larger solution is 7\sqrt{7}. (As a plain number for NAT, we'd approximate or if exact integer, use that. Let's re-evaluate for a cleaner integer answer for NAT).

    Correction for NAT: Let's use an example that yields integer solutions.
    Question: Solve for xx:

    xx2+1x=2\frac{x}{x-2} + \frac{1}{x} = 2

    If there are multiple solutions, provide the larger one.
    Multiply by x(x2)x(x-2):
    x(x)+1(x2)=2x(x2)x(x) + 1(x-2) = 2x(x-2)

    x2+x2=2x24xx^2 + x - 2 = 2x^2 - 4x

    Rearrange:
    0=x25x+20 = x^2 - 5x + 2

    This doesn't give clean integers. Let's adjust the original problem to give integer solutions.
    Original problem:
    2x11x+2=1\frac{2}{x-1} - \frac{1}{x+2} = 1

    2(x+2)(x1)=(x1)(x+2)2(x+2) - (x-1) = (x-1)(x+2)

    2x+4x+1=x2+x22x+4 - x+1 = x^2+x-2

    x+5=x2+x2x+5 = x^2+x-2

    0=x270 = x^2 - 7

    x=±7x = \pm \sqrt{7}

    This is not an integer. Let's create a new problem for an integer NAT answer.

    Revised NAT Question:
    Solve for xx:

    3x12x+1=1\frac{3}{x-1} - \frac{2}{x+1} = 1

    If there are multiple solutions, provide the larger one." answer="3" hint="Multiply by the common denominator (x1)(x+1)(x-1)(x+1) to clear the fractions. Remember to check for extraneous solutions." solution="Multiply both sides by (x1)(x+1)(x-1)(x+1):
    3(x+1)2(x1)=(x1)(x+1)3(x+1) - 2(x-1) = (x-1)(x+1)

    Expand and simplify:
    3x+32x+2=x213x + 3 - 2x + 2 = x^2 - 1

    x+5=x21x + 5 = x^2 - 1

    Rearrange into a quadratic equation:
    x2x6=0x^2 - x - 6 = 0

    Factorize the quadratic:
    (x3)(x+2)=0(x-3)(x+2) = 0

    The solutions are x=3x=3 and x=2x=-2.
    Both solutions are valid as they do not make any original denominator zero.
    The larger solution is 3."
    :::

    :::question type="MCQ" question="Solve the rational inequality:

    x4x+20\frac{x-4}{x+2} \le 0
    " options=["
    x<2 or x4x < -2 \text{ or } x \ge 4
    ", "
    2<x4-2 < x \le 4
    ", "
    x2 or x4x \le -2 \text{ or } x \ge 4
    ", "
    x>2 and x<4x > -2 \text{ and } x < 4
    "] answer="
    2<x4-2 < x \le 4
    " hint="Identify critical points from the numerator and denominator. Use a sign table or test intervals. Remember to consider if endpoints are included or excluded." solution="The critical points are where the numerator is zero (x4=0x=4x-4=0 \Rightarrow x=4) and where the denominator is zero (x+2=0x=2x+2=0 \Rightarrow x=-2).
    These points divide the number line into three intervals: (,2)(-\infty, -2), (2,4)(-2, 4), and (4,)(4, \infty).

  • Test x<2x < -2 (e.g., x=3x=-3): 343+2=71=7\frac{-3-4}{-3+2} = \frac{-7}{-1} = 7. Since 7≰07 \not\le 0, this interval is not part of the solution.

  • Test 2<x<4-2 < x < 4 (e.g., x=0x=0): 040+2=42=2\frac{0-4}{0+2} = \frac{-4}{2} = -2. Since 20-2 \le 0, this interval is part of the solution.

  • Test x>4x > 4 (e.g., x=5x=5): 545+2=17\frac{5-4}{5+2} = \frac{1}{7}. Since 17≰0\frac{1}{7} \not\le 0, this interval is not part of the solution.
  • For the endpoints:
    * At x=4x=4, the numerator is 0, so 04+2=0\frac{0}{4+2} = 0. Since 000 \le 0, x=4x=4 is included.
    * At x=2x=-2, the denominator is 0, making the expression undefined. So x=2x=-2 is excluded.

    Combining these, the solution is

    2<x4-2 < x \le 4
    "
    :::

    :::question type="MCQ" question="The partial fraction decomposition of

    5x1(x2)(x+3)\frac{5x-1}{(x-2)(x+3)}
    is:" options=["
    2x2+3x+3\frac{2}{x-2} + \frac{3}{x+3}
    ", "
    3x2+2x+3\frac{3}{x-2} + \frac{2}{x+3}
    ", "
    1x2+4x+3\frac{1}{x-2} + \frac{4}{x+3}
    ", "
    4x2+1x+3\frac{4}{x-2} + \frac{1}{x+3}
    "] answer="
    2x2+3x+3\frac{2}{x-2} + \frac{3}{x+3}
    " hint="Set up the decomposition as Ax2+Bx+3\frac{A}{x-2} + \frac{B}{x+3}. Then, solve for A and B using substitution or equating coefficients." solution="Let the partial fraction decomposition be:
    5x1(x2)(x+3)=Ax2+Bx+3\frac{5x-1}{(x-2)(x+3)} = \frac{A}{x-2} + \frac{B}{x+3}

    Multiply both sides by (x2)(x+3)(x-2)(x+3):
    5x1=A(x+3)+B(x2)5x-1 = A(x+3) + B(x-2)

    To find AA, set x=2x=2:
    5(2)1=A(2+3)+B(22)5(2)-1 = A(2+3) + B(2-2)

    9=5A+09 = 5A + 0

    A=95A = \frac{9}{5}

    To find BB, set x=3x=-3:
    5(3)1=A(3+3)+B(32)5(-3)-1 = A(-3+3) + B(-3-2)

    16=05B-16 = 0 - 5B

    B=165=165B = \frac{-16}{-5} = \frac{16}{5}

    So the decomposition is:
    9/5x2+16/5x+3\frac{9/5}{x-2} + \frac{16/5}{x+3}

    Let's re-check the options against a common CMI problem type. My values for A and B are not integers, suggesting the problem or options are based on different numbers. Let's adjust the problem to match the first option's answer.

    Revised Partial Fraction Question:
    The partial fraction decomposition of

    5x+1(x1)(x+2)\frac{5x+1}{(x-1)(x+2)}
    is:" options=["
    2x1+3x+2\frac{2}{x-1} + \frac{3}{x+2}
    ", "
    3x1+2x+2\frac{3}{x-1} + \frac{2}{x+2}
    ", "
    2x+1+3x2\frac{2}{x+1} + \frac{3}{x-2}
    ", "
    3x+1+2x2\frac{3}{x+1} + \frac{2}{x-2}
    "] answer="
    2x1+3x+2\frac{2}{x-1} + \frac{3}{x+2}
    " hint="Set up the decomposition as Ax1+Bx+2\frac{A}{x-1} + \frac{B}{x+2}. Then, solve for A and B using substitution or equating coefficients." solution="Let the partial fraction decomposition be:
    5x+1(x1)(x+2)=Ax1+Bx+2\frac{5x+1}{(x-1)(x+2)} = \frac{A}{x-1} + \frac{B}{x+2}

    Multiply both sides by (x1)(x+2)(x-1)(x+2):
    5x+1=A(x+2)+B(x1)5x+1 = A(x+2) + B(x-1)

    To find AA, set x=1x=1:
    5(1)+1=A(1+2)+B(11)5(1)+1 = A(1+2) + B(1-1)

    6=3A+06 = 3A + 0

    A=2A = 2

    To find BB, set x=2x=-2:
    5(2)+1=A(2+2)+B(21)5(-2)+1 = A(-2+2) + B(-2-1)

    10+1=03B-10+1 = 0 - 3B

    9=3B-9 = -3B

    B=3B = 3

    Thus, the partial fraction decomposition is:
    2x1+3x+2\frac{2}{x-1} + \frac{3}{x+2}
    "
    :::

    ---

    What's Next?

    💡 Continue Your CMI Journey

    Having mastered rational expressions, you have built a strong foundation for several advanced topics. The techniques of factorization and algebraic manipulation are fundamental for Polynomials (Chapter 2), where you will explore roots, factor theorems, and remainder theorems. Understanding rational functions and their graphical properties will be crucial for the broader study of Functions (Chapter 3), particularly when analyzing domains, ranges, and transformations. Furthermore, partial fraction decomposition is an indispensable tool in Calculus (Chapter 9 onwards) for integrating complex rational functions.

    🎯 Key Points to Remember

    • Master the core concepts in Rational expressions before moving to advanced topics
    • Practice with previous year questions to understand exam patterns
    • Review short notes regularly for quick revision before exams

    Related Topics in Algebra and Functions

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features