Chapter 7 Ex 7.5 covers integration by partial fractions — all 23 questions solved step by step, resolving rational functions into distinct linear, repeated linear, and irreducible quadratic pieces before integrating each one.
Every question here follows the same core routine: factor the denominator, write the fraction as a sum of simpler pieces with unknown constants, then solve for those constants by substituting convenient values of x or comparing coefficients. The exercise builds in difficulty by denominator type — distinct linear factors first (Q1–5), then repeated linear factors and irreducible quadratics (Q6–17), and finally denominators needing a substitution before decomposition, like eˣ − 1 or xⁿ + 1 (Q16, Q21). If the degree of the numerator is greater than or equal to the denominator, remember to divide first — skipping this step is the most common way this exercise catches students out. The two closing MCQs test the same decomposition skill under exam time pressure.
Split into partial fractions: \dfrac{x}{(x+1)(x+2)} = \dfrac{A}{x+1}+\dfrac{B}{x+2}, so x=A(x+2)+B(x+1).
Putting x=-1 gives A=-1; putting x=-2 gives B=2.
Direct application of the standard formula \displaystyle\int \dfrac{dx}{x^2-a^2} = \dfrac{1}{2a}\log\left|\dfrac{x-a}{x+a}\right| with a=3.
Write \dfrac{3x-1}{(x-1)(x-2)(x-3)} = \dfrac{A}{x-1}+\dfrac{B}{x-2}+\dfrac{C}{x-3}, so 3x-1=A(x-2)(x-3)+B(x-1)(x-3)+C(x-1)(x-2).
Putting x=1,2,3 in turn gives A=1, B=-5, C=4.
Same decomposition pattern as Q3: x=A(x-2)(x-3)+B(x-1)(x-3)+C(x-1)(x-2). Putting x=1,2,3 gives A=\dfrac12, B=-2, C=\dfrac32.
Factor the denominator as (x+1)(x+2), then 2x=A(x+2)+B(x+1) gives A=-2 (at x=-1) and B=4 (at x=-2).
The numerator and denominator both have degree 2, so this is improper — divide first: \dfrac{1-x^2}{x-2x^2} = \dfrac12 + \dfrac{1-\frac{x}{2}}{x(1-2x)}, call the remainder term (1).
Decomposing (1) as \dfrac{A}{x}+\dfrac{B}{1-2x} and putting x=0 and x=\dfrac12 gives A=1, B=\dfrac32.
Write \dfrac{x}{(x^2+1)(x-1)} = \dfrac{A}{x-1}+\dfrac{Bx+C}{x^2+1}, so x=A(x^2+1)+(Bx+C)(x-1).
Putting x=1 gives A=\dfrac12; comparing coefficients gives B=-\dfrac12 and C=\dfrac12.
Write \dfrac{x}{(x-1)^2(x+2)} = \dfrac{A}{x-1}+\dfrac{B}{(x-1)^2}+\dfrac{C}{x+2}, so x=A(x-1)(x+2)+B(x+2)+C(x-1)^2.
Putting x=1 gives B=\dfrac13; putting x=-2 gives C=-\dfrac29; comparing the x^2 coefficient gives A=\dfrac29.
Factor by grouping: x^3-x^2-x+1 = x^2(x-1)-(x-1) = (x-1)^2(x+1).
Write \dfrac{3x+5}{(x-1)^2(x+1)} = \dfrac{A}{x-1}+\dfrac{B}{(x-1)^2}+\dfrac{C}{x+1}, so 3x+5=A(x-1)(x+1)+B(x+1)+C(x-1)^2.
Putting x=1 gives B=4; putting x=-1 gives C=\dfrac12; comparing the x^2 coefficient gives A=-\dfrac12.
Factor x^2-1=(x-1)(x+1), then write \dfrac{2x-3}{(x-1)(x+1)(2x+3)} = \dfrac{A}{x-1}+\dfrac{B}{x+1}+\dfrac{C}{2x+3}, so 2x-3=A(x+1)(2x+3)+B(x-1)(2x+3)+C(x-1)(x+1).
Putting x=1 gives A=-\dfrac{1}{10}; putting x=-1 gives B=\dfrac52; putting x=-\dfrac32 gives C=-\dfrac{24}{5}.
Factor x^2-4=(x-2)(x+2), then 5x=A(x-2)(x+2)+B(x+1)(x+2)+C(x+1)(x-2). Putting x=-1,2,-2 gives A=\dfrac53, B=\dfrac56, C=-\dfrac52.
Improper — divide: x^3+x+1 = x(x^2-1)+(2x+1), so \dfrac{x^3+x+1}{x^2-1} = x+\dfrac{2x+1}{(x-1)(x+1)}.
Decomposing the remainder, putting x=1 gives A=\dfrac32; putting x=-1 gives B=\dfrac12.
Write \dfrac{2}{(1-x)(1+x^2)} = \dfrac{A}{1-x}+\dfrac{Bx+C}{1+x^2}, so 2=A(1+x^2)+(Bx+C)(1-x).
Putting x=1 gives A=1; comparing coefficients gives B=1 and C=1.
Write 3x-1=A(x+2)+B: comparing the x coefficient gives A=3, and putting x=-2 gives B=-7.
Factor fully: x^4-1=(x-1)(x+1)(x^2+1).
Putting x=1 and x=-1 gives A=\dfrac14 and B=-\dfrac14; matching the remaining coefficients gives C=0, D=-\dfrac12.
Multiplying by x^{n-1} top and bottom gives \dfrac{x^{n-1}}{x^n(x^n+1)}.
Put t=x^n, so x^{n-1}dx=\dfrac{dt}{n}, reducing the integral to \dfrac1n\displaystyle\int \dfrac{dt}{t(t+1)}.
Decomposing \dfrac{1}{t(t+1)}=\dfrac1t-\dfrac{1}{t+1} and integrating gives \dfrac1n\log\left|\dfrac{t}{t+1}\right|.
Put t=\sin x, so dt=\cos x\,dx, reducing the integral to \displaystyle\int \dfrac{dt}{(1-t)(2-t)}. Decomposing gives \dfrac{1}{1-t}-\dfrac{1}{2-t}.
Put y=x^2; the fraction \dfrac{(y+1)(y+2)}{(y+3)(y+4)} is improper in y, and long division followed by partial fractions reduces it to 1+\dfrac{2}{y+3}-\dfrac{6}{y+4}.
Substituting back y=x^2 and integrating term by term.
Put y=x^2, so dy=2x\,dx, reducing the integral to \displaystyle\int \dfrac{dy}{(y+1)(y+3)}, which decomposes as \dfrac{1/2}{y+1}-\dfrac{1/2}{y+3}.
Factor fully: x(x^4-1)=x(x-1)(x+1)(x^2+1).
Putting x=0,1,-1 gives A=-1, B=\dfrac14, C=\dfrac14; matching the remaining coefficients gives D=\dfrac12, E=0.
Put t=e^x, so dx=\dfrac{dt}{t}, reducing the integral to \displaystyle\int \dfrac{dt}{t(t-1)}, which decomposes as \dfrac{1}{t-1}-\dfrac1t.
Write \dfrac{x}{(x-1)(x-2)} = \dfrac{A}{x-1}+\dfrac{B}{x-2}: putting x=1 gives A=-1, and putting x=2 gives B=2.
So the integral is -\log|x-1|+2\log|x-2|.
Write \dfrac{1}{x(x^2+1)} = \dfrac{A}{x}+\dfrac{Bx+C}{x^2+1}.
Putting x=0 gives A=1; comparing the x^2 coefficient gives B=-1; comparing the x coefficient gives C=0.
1000+ solved CBSE PYQs, unlimited AI-generated practice for your weak areas, and a chapter-wise Performance Report — not just for this chapter, but your entire syllabus.
One-page printable Formula Cards for every unit, including Integrals.
Expert CBSE Coaching · Class 9–12