← Back to all lessons
Class 12Calculus7:03Published 5 Mar 2025

Class 12 Integration: Miscellaneous Exercise 7 Solved Problems (Q28, 33, 40, 42)

Worked solutions to four integration problems from Class 12 Miscellaneous Exercise 7, covering rationalising a definite integral, partial fractions, a clever substitution, and a definite-integral property.

This lesson works through four selected questions from the Class 12 integration miscellaneous exercise. It shows how to rationalise a tricky definite integral, split a rational function using partial fractions, simplify an exponential integral with a substitution, and apply a symmetry property of definite integrals. Each problem is solved step by step with the result checked against the expected answer.

What you'll learn

  • How to rationalise a definite integral with surds in the denominator before integrating
  • How to break a rational function into partial fractions and integrate each piece
  • How to simplify an integral of exponentials using a substitution
  • How to use the symmetry property of definite integrals to evaluate an integral of x times a function

Lesson chapters

0:00Q28: rationalising a definite integral with surds
2:13Q33: partial fractions proof
4:55Q40: exponential integral by substitution
5:32Q42: symmetry property of definite integrals

Lesson notes

This lesson solves four selected questions from the Class 12 integration miscellaneous exercise: a definite integral cleared of surds, a partial-fractions proof, an exponential integral by substitution, and an application of a definite-integral property.

Q28: A definite integral with surds

Evaluate

I=01dx1+xx.I = \int_0^1 \frac{dx}{\sqrt{1+x} - \sqrt{x}}.

Multiply numerator and denominator by 1+x+x\sqrt{1+x} + \sqrt{x} to rationalise the denominator:

I=011+x+x(1+x)xdx=01(1+x+x)dx,I = \int_0^1 \frac{\sqrt{1+x} + \sqrt{x}}{(1+x) - x}\,dx = \int_0^1 \left(\sqrt{1+x} + \sqrt{x}\right) dx,

since the denominator simplifies to 11.

Integrate each term:

I=[23(1+x)3/2]01+[23x3/2]01.I = \left[\tfrac{2}{3}(1+x)^{3/2}\right]_0^1 + \left[\tfrac{2}{3}x^{3/2}\right]_0^1.

Substituting the limits:

I=23(23/21)+23(10)=2323/2.I = \tfrac{2}{3}\left(2^{3/2} - 1\right) + \tfrac{2}{3}\left(1 - 0\right) = \tfrac{2}{3}\cdot 2^{3/2}.

Since 23/2=222^{3/2} = 2\sqrt{2},

I=423.I = \frac{4\sqrt{2}}{3}.

Q33: A proof using partial fractions

Prove that

13dxx2(x+1)=23+log23.\int_1^3 \frac{dx}{x^2(x+1)} = \frac{2}{3} + \log\frac{2}{3}.

Partial fractions. Write

1x2(x+1)=ax+bx2+cx+1,\frac{1}{x^2(x+1)} = \frac{a}{x} + \frac{b}{x^2} + \frac{c}{x+1},

so that

1=ax(x+1)+b(x+1)+cx2.1 = a\,x(x+1) + b(x+1) + c\,x^2.

Putting x=0x = 0 gives b=1b = 1. Putting x=1x = -1 gives c=1c = 1. Comparing the coefficients of x2x^2 gives 0=a+c0 = a + c, so a=1a = -1.

Integrate.

I=13(1x+1x2+1x+1)dx=[logx1x+logx+1]13.I = \int_1^3 \left(-\frac{1}{x} + \frac{1}{x^2} + \frac{1}{x+1}\right) dx = \left[-\log|x| - \frac{1}{x} + \log|x+1|\right]_1^3.

Evaluating the limits:

I=(log313+log4)(log11+log2).I = \left(-\log 3 - \tfrac{1}{3} + \log 4\right) - \left(-\log 1 - 1 + \log 2\right).

This simplifies to

I=log43log2+23=log432+23=23+log23,I = \log\frac{4}{3} - \log 2 + \frac{2}{3} = \log\frac{4}{3\cdot 2} + \frac{2}{3} = \frac{2}{3} + \log\frac{2}{3},

which is the required result.

Q40: An exponential integral by substitution

Find

I=dxax+ax.I = \int \frac{dx}{a^{x} + a^{-x}}.

Multiply top and bottom by axa^{x}:

I=ax(ax)2+1dx.I = \int \frac{a^{x}}{(a^{x})^2 + 1}\,dx.

Substitute ax=ta^{x} = t, so axlnadx=dta^{x}\ln a\,dx = dt. This gives

I=1lnadtt2+1=1lnatan1t+c=tan1(ax)lna+c.I = \frac{1}{\ln a}\int \frac{dt}{t^2 + 1} = \frac{1}{\ln a}\tan^{-1} t + c = \frac{\tan^{-1}\left(a^{x}\right)}{\ln a} + c.

Q42: A definite-integral property

If f(a+bx)=f(x)f(a+b-x) = f(x), evaluate

I=abxf(x)dx.I = \int_a^b x\,f(x)\,dx.

Use the property abg(x)dx=abg(a+bx)dx\int_a^b g(x)\,dx = \int_a^b g(a+b-x)\,dx:

I=ab(a+bx)f(a+bx)dx=ab(a+bx)f(x)dx,I = \int_a^b (a+b-x)\,f(a+b-x)\,dx = \int_a^b (a+b-x)\,f(x)\,dx,

using the given condition f(a+bx)=f(x)f(a+b-x) = f(x).

Adding the two expressions for II:

2I=ab[x+(a+bx)]f(x)dx=(a+b)abf(x)dx.2I = \int_a^b \big[x + (a+b-x)\big] f(x)\,dx = (a+b)\int_a^b f(x)\,dx.

Therefore

I=a+b2abf(x)dx.I = \frac{a+b}{2}\int_a^b f(x)\,dx.

Key takeaways

  • Rationalising a surd denominator can turn an awkward integral into a simple sum of power functions.
  • Partial fractions split a rational integrand into terms you can integrate term by term.
  • A substitution like ax=ta^{x} = t reduces an exponential integral to the standard form for tan1\tan^{-1}.
  • When f(a+bx)=f(x)f(a+b-x) = f(x), the integral of xf(x)x\,f(x) over [a,b][a,b] equals a+b2abf(x)dx\tfrac{a+b}{2}\int_a^b f(x)\,dx.