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=∫011+x−xdx.
Multiply numerator and denominator by 1+x+x to rationalise the denominator:
I=∫01(1+x)−x1+x+xdx=∫01(1+x+x)dx,
since the denominator simplifies to 1.
Integrate each term:
I=[32(1+x)3/2]01+[32x3/2]01.
Substituting the limits:
I=32(23/2−1)+32(1−0)=32⋅23/2.
Since 23/2=22,
I=342.
Q33: A proof using partial fractions
Prove that
∫13x2(x+1)dx=32+log32.
Partial fractions. Write
x2(x+1)1=xa+x2b+x+1c,
so that
1=ax(x+1)+b(x+1)+cx2.
Putting x=0 gives b=1. Putting x=−1 gives c=1. Comparing the coefficients of x2 gives 0=a+c, so a=−1.