MHT-CET Maths · Indefinite Integration

Rational Functions and Partial Fractions

Break a rational integrand into simple standard pieces — arctan/log quadratic forms, completed squares, and partial fractions.

Why this matters

16 PYQs. Four recognitions cover them: the standard quadratic forms (arctan, log, arcsin); completing the square to reach an arctan/arcsin/log; the numerator-split (px+q over a quadratic or its root); and partial-fraction decomposition for products of linear/quadratic factors. MHT-CET also hides quadratic-in-x² shapes (like 1/(x⁴+9x²+16)) that reduce to an arctan after a clever x + k/x substitution.

Concept 1 of 4

Standard Quadratic Denominator Forms

Intuition

A short table of quadratic-denominator integrals produces every arctan and quadratic-log answer. Memorise the shapes; most rational integrals are engineered to land on one of them.

Definition

The core forms the bank draws on:

  • dxx2+a2=1atan1xa+C\displaystyle\int \dfrac{dx}{x^2 + a^2} = \dfrac{1}{a}\tan^{-1}\dfrac{x}{a} + C
  • dxx2a2=12alogxax+a+C\displaystyle\int \dfrac{dx}{x^2 - a^2} = \dfrac{1}{2a}\log\left|\dfrac{x-a}{x+a}\right| + C
  • dxa2x2=sin1xa+C\displaystyle\int \dfrac{dx}{\sqrt{a^2 - x^2}} = \sin^{-1}\dfrac{x}{a} + C
  • dxx2a2=logx+x2a2+C\displaystyle\int \dfrac{dx}{\sqrt{x^2 - a^2}} = \log\left|x + \sqrt{x^2 - a^2}\right| + C
  • dxx2+a2=logx+x2+a2+C\displaystyle\int \dfrac{dx}{\sqrt{x^2 + a^2}} = \log\left|x + \sqrt{x^2 + a^2}\right| + C

Quadratic-in-x2x^2 denominators often reduce to the first form via a t=x±kxt = x \pm \dfrac{k}{x} substitution.

The arctan form

dxx2+a2=1atan1xa+C\int \dfrac{dx}{x^2 + a^2} = \dfrac{1}{a}\tan^{-1}\dfrac{x}{a} + C

Worked example

Evaluate x2+1x4x2+1dx\displaystyle\int \dfrac{x^2 + 1}{x^4 - x^2 + 1}\,dx.
  1. Divide top and bottom by x2x^2: 1+1/x2x21+1/x2\dfrac{1 + 1/x^2}{x^2 - 1 + 1/x^2}.
  2. Note ddx ⁣(x1x)=1+1x2\dfrac{d}{dx}\!\left(x - \dfrac{1}{x}\right) = 1 + \dfrac{1}{x^2} — exactly the numerator. Let t=x1xt = x - \dfrac{1}{x}.
  3. Then t2=x22+1x2t^2 = x^2 - 2 + \dfrac{1}{x^2}, so x2+1x2=t2+2x^2 + \dfrac{1}{x^2} = t^2 + 2 and the denominator =t2+21=t2+1= t^2 + 2 - 1 = t^2 + 1.
  4. Integral =dtt2+1=tan1t=tan1 ⁣(x1x)+C= \int \dfrac{dt}{t^2 + 1} = \tan^{-1}t = \tan^{-1}\!\left(x - \dfrac{1}{x}\right) + C.
Answer:tan1 ⁣(x1x)+C\tan^{-1}\!\left(x - \dfrac{1}{x}\right) + C
Practice this conceptself-check · 4 quick reps

Try it yourself

Evaluate dxx2+9\displaystyle\int \dfrac{dx}{x^2 + 9}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    dxx2+4\int \dfrac{dx}{x^2+4}
  2. 2.
    dx9x2\int \dfrac{dx}{\sqrt{9-x^2}}
  3. 3.
    dxx21\int \dfrac{dx}{x^2-1}
  4. 4.
    dx1+x2\int \dfrac{dx}{1+x^2}

From the bank · past-year question

Example 1Indefinite IntegrationHARD
x24x4+9x2+16dx=tan1(f(x))+c\int \frac{x^2-4}{x^4+9x^2+16}\,dx = \tan^{-1}(f(x)) + c (where cc is a constant of integration), then value of f(2)f(2) is

[Q113 · 16th May Shift 2 · 2023]

x⁴ + bx² + c → try t = x ± k/x

A denominator quadratic in x2x^2 with a matching numerator (1k/x2)(1 \mp k/x^2) is the signal for t=x±k/xt = x \pm k/x. It collapses the quartic to a simple t2+1t^2 + 1 arctan — a recurring MHT-CET shape.

Concept 2 of 4

Completing the Square

Intuition

A general quadratic under a root or in a denominator is turned into 'constant ± (linear)²' by completing the square. That matches it to an arcsin, arctan, or log standard form.

Definition

Rewrite ax2+bx+cax^2 + bx + c as a ⁣(x+b2a)2+(cb24a)a\!\left(x + \dfrac{b}{2a}\right)^2 + \left(c - \dfrac{b^2}{4a}\right). Then dxk2(x+p)2=sin1x+pk\displaystyle\int \dfrac{dx}{\sqrt{k^2 - (x+p)^2}} = \sin^{-1}\dfrac{x+p}{k}, and dx(x+p)2+k2=1ktan1x+pk\displaystyle\int \dfrac{dx}{(x+p)^2 + k^2} = \dfrac{1}{k}\tan^{-1}\dfrac{x+p}{k}.

Completing the square

ax2+bx+c=a(x+b2a)2+(cb24a)ax^2 + bx + c = a\left(x + \dfrac{b}{2a}\right)^2 + \left(c - \dfrac{b^2}{4a}\right)

Worked example

Evaluate dx54xx2\displaystyle\int \dfrac{dx}{\sqrt{5 - 4x - x^2}}.
  1. Complete the square inside the root: 54xx2=(x2+4x5)=((x+2)29)=9(x+2)25 - 4x - x^2 = -(x^2 + 4x - 5) = -\big((x+2)^2 - 9\big) = 9 - (x+2)^2.
  2. Match the arcsin form with k=3k = 3: dx9(x+2)2\int \dfrac{dx}{\sqrt{9 - (x+2)^2}}.
  3. Integrate: sin1x+23+C\sin^{-1}\dfrac{x+2}{3} + C.
Answer:sin1x+23+C\sin^{-1}\dfrac{x+2}{3} + C
Practice this conceptself-check · 4 quick reps

Try it yourself

Evaluate dx7+6xx2\displaystyle\int \dfrac{dx}{7 + 6x - x^2}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Complete the square: x2+6xx^2 + 6x.
  2. 2.
    Complete the square: 76xx27 - 6x - x^2.
  3. 3.
    dxx2+2x+5\int \dfrac{dx}{x^2+2x+5}
  4. 4.
    dx4(x1)2\int \dfrac{dx}{\sqrt{4-(x-1)^2}}

From the bank · past-year question

Example 2Indefinite IntegrationHARD
dx76xx2=\int\frac{dx}{\sqrt{7-6x-x^2}}=

[Q145 · 10th May Shift 1 · 2024]

Factor the sign on x² before completing the square

With x2-x^2 terms, pull out the 1-1 first: 76xx2=(x2+6x7)7 - 6x - x^2 = -(x^2 + 6x - 7). Forgetting the sign flip turns an arcsin into a (wrong) log or vice versa.

Concept 3 of 4

Linear Numerator over a Quadratic (Numerator Split)

Intuition

When the numerator is linear (px+q) and the denominator is a quadratic or the root of one, split the numerator into 'a constant times the denominator's derivative, plus a leftover constant'. The first piece integrates to a √ or a log; the leftover becomes a complete-the-square standard form.

Definition

For px+qax2+bx+cdx\displaystyle\int \dfrac{px+q}{\sqrt{ax^2+bx+c}}\,dx (or with the quadratic itself in the denominator), write px+q=Addx(ax2+bx+c)+Bpx + q = A\dfrac{d}{dx}(ax^2+bx+c) + B. Match coefficients to find A,BA, B. Then A(ax2+bx+c)ax2+bx+cdx=2Aax2+bx+c\displaystyle\int \dfrac{A\,(ax^2+bx+c)'}{\sqrt{ax^2+bx+c}}\,dx = 2A\sqrt{ax^2+bx+c}, and the leftover B ⁣dxax2+bx+c\displaystyle B\!\int \dfrac{dx}{\sqrt{ax^2+bx+c}} is finished by completing the square.

Numerator as derivative-of-denominator plus constant

px+q=Addx(ax2+bx+c)+Bpx + q = A\dfrac{d}{dx}(ax^2+bx+c) + B
  • Acoefficient that reproduces the xx-term via (ax2+bx+c)(ax^2+bx+c)'
  • Bleftover constant — its integral completes the square

Worked example

Evaluate 3x+2x2+4x+5dx\displaystyle\int \dfrac{3x+2}{\sqrt{x^2+4x+5}}\,dx.
  1. Denominator D=x2+4x+5D = x^2+4x+5, so D=2x+4D' = 2x+4. Write 3x+2=A(2x+4)+B3x+2 = A(2x+4) + B.
  2. Match: xx-coefficient 3=2AA=323 = 2A\Rightarrow A = \tfrac32; constant 2=4A+B=6+BB=42 = 4A + B = 6 + B\Rightarrow B = -4.
  3. First piece: 32 ⁣DDdx=322D=3x2+4x+5\displaystyle \tfrac32\!\int \dfrac{D'}{\sqrt{D}}\,dx = \tfrac32\cdot 2\sqrt{D} = 3\sqrt{x^2+4x+5}.
  4. Leftover: 4 ⁣dx(x+2)2+1=4log(x+2)+x2+4x+5\displaystyle -4\!\int \dfrac{dx}{\sqrt{(x+2)^2+1}} = -4\log\left|(x+2)+\sqrt{x^2+4x+5}\right| (completing the square).
Answer:3x2+4x+54log(x+2)+x2+4x+5+C3\sqrt{x^2+4x+5} - 4\log\left|(x+2)+\sqrt{x^2+4x+5}\right| + C
Practice this conceptself-check · 4 quick reps

Try it yourself

Given x7x216x+63dx=Ax216x+63+log(x8)+x216x+63+c\displaystyle\int \dfrac{x-7}{\sqrt{x^2-16x+63}}\,dx = A\sqrt{x^2-16x+63} + \log\left|(x-8)+\sqrt{x^2-16x+63}\right| + c, find AA.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    For 2x+3x2+3x+1dx\int \dfrac{2x+3}{x^2+3x+1}\,dx, what is the numerator as AD+BA D' + B?
  2. 2.
    2x+3x2+3x+1dx\int \dfrac{2x+3}{x^2+3x+1}\,dx
  3. 3.
    For xx2+4dx\int \dfrac{x}{\sqrt{x^2+4}}\,dx, split x=A(2x)+Bx = A(2x) + B.
  4. 4.
    xx2+4dx\int \dfrac{x}{\sqrt{x^2+4}}\,dx

From the bank · past-year question

Example 3Indefinite IntegrationHARD
2x+576xx2dx=A76xx2+Bsin1(x+34)+c\int\frac{2x+5}{\sqrt{7-6x-x^2}}\,dx = A\sqrt{7-6x-x^2}+B\sin^{-1}\left(\frac{x+3}{4}\right)+c (where c is a constant of integration) then the value of A+B is

[Q136 · 11th May Shift 2 · 2023]

Split the numerator BEFORE completing the square

The derivative-piece must come out first (it gives the \sqrt{} or log term). Only the leftover constant goes through completing the square. Completing the square first leaves the xx in the numerator with nowhere to go.

Concept 4 of 4

Partial-Fraction Decomposition

Intuition

Split a proper rational function into a sum of fractions with linear or simple-quadratic denominators. Each piece is then a basic log or arctan. Divide first if the fraction is improper.

Definition

For a proper rational function, decompose by the denominator's factors:

  • distinct linear (xa)(xb)(x-a)(x-b): Axa+Bxb\dfrac{A}{x-a} + \dfrac{B}{x-b}
  • repeated linear (xa)2(x-a)^2: Axa+B(xa)2\dfrac{A}{x-a} + \dfrac{B}{(x-a)^2}
  • irreducible quadratic (x2+c)(x^2 + c): Ax+Bx2+c\dfrac{Ax + B}{x^2 + c}

Find the constants by the cover-up method or by equating coefficients; integrate each piece.

Distinct-linear decomposition

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

Worked example

Evaluate 2x+1x(x+1)dx\displaystyle\int \dfrac{2x+1}{x(x+1)}\,dx.
  1. Decompose: 2x+1x(x+1)=Ax+Bx+1\dfrac{2x+1}{x(x+1)} = \dfrac{A}{x} + \dfrac{B}{x+1}.
  2. Cover-up at x=0x = 0: A=0+10+1=1A = \dfrac{0+1}{0+1} = 1. At x=1x = -1: B=2(1)+11=1B = \dfrac{2(-1)+1}{-1} = 1.
  3. Integrate:  ⁣(1x+1x+1)dx=logx+logx+1+C\int\!\left(\dfrac{1}{x} + \dfrac{1}{x+1}\right)dx = \log|x| + \log|x+1| + C.
Answer:logx(x+1)+C\log|x(x+1)| + C
Practice this conceptself-check · 4 quick reps

Try it yourself

Evaluate 3x2(x+1)(x2)2dx\displaystyle\int \dfrac{3x - 2}{(x+1)(x-2)^2}\,dx.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Decompose 1(x1)(x+1)\dfrac{1}{(x-1)(x+1)}.
  2. 2.
    dx(x1)(x2)\int \dfrac{dx}{(x-1)(x-2)}
  3. 3.
    Improper x2x21\dfrac{x^2}{x^2-1}: first step?
  4. 4.
    Form for 1(x1)2\dfrac{1}{(x-1)^2} — already simple. \int?

From the bank · past-year question

Example 4Indefinite IntegrationMODERATE
xdx(x1)(x2)=\int \frac{x\,dx}{(x-1)(x-2)} =

[Shift || · 2025]

Improper fraction? Divide before decomposing

Partial fractions require the numerator degree to be LESS than the denominator's. If not, polynomial-divide first, then decompose the proper remainder.

Repeated factor needs every power

For (xa)2(x-a)^2 you must include BOTH Axa\dfrac{A}{x-a} and B(xa)2\dfrac{B}{(x-a)^2}. Dropping the first-power term gives an unsolvable system.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (4)

  • Standard Quadratic Denominator Forms

    The arctan form

    dxx2+a2=1atan1xa+C\int \dfrac{dx}{x^2 + a^2} = \dfrac{1}{a}\tan^{-1}\dfrac{x}{a} + C
  • Completing the Square

    Completing the square

    ax2+bx+c=a(x+b2a)2+(cb24a)ax^2 + bx + c = a\left(x + \dfrac{b}{2a}\right)^2 + \left(c - \dfrac{b^2}{4a}\right)
  • Linear Numerator over a Quadratic (Numerator Split)

    Numerator as derivative-of-denominator plus constant

    px+q=Addx(ax2+bx+c)+Bpx + q = A\dfrac{d}{dx}(ax^2+bx+c) + B
  • Partial-Fraction Decomposition

    Distinct-linear decomposition

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

Watch out for (5)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Indefinite IntegrationMODERATE
The value of dx7+6xx2\int \frac{dx}{7+6x-x^{2}} is equal to

[Q103 · 15th May Shift 1 · 2023]

Example 2Indefinite IntegrationHARD
x7x216x+63dx=Ax216x+63+log(x8)+x216x+63+c\int\frac{x-7}{\sqrt{x^2-16x+63}}\,dx=A\sqrt{x^2-16x+63}+\log|(x-8)+\sqrt{x^2-16x+63}|+c. Value of A is

[Q112 · 10th May Shift 1 · 2024]

Example 3Indefinite IntegrationHARD
2x21(x2+4)(x23)dx=\int\frac{2x^2-1}{(x^2+4)(x^2-3)}\,dx=

[Q102 · 3rd May 2nd Shift · 2023]

Example 4Indefinite IntegrationMODERATE
x37x+6x2+3xdx=\int \frac{x^3-7x+6}{x^2+3x}\,dx =

[Q146 · 16th May Shift 2 · 2023]

Example 5Indefinite IntegrationMODERATE
x37x+6x2+3xdx=\int \frac{x^3 - 7x + 6}{x^2 + 3x}\,dx =

[Q146 · Shift 1 · 2023]

Drill every past-year question on this subtopic

16 questions from the bank — paginated, with cart and Word-export support.

Related notes