Eight exam-favourite integration by parts problems for Class 12, worked step by step using the ILATE rule to choose the first and second functions.
This lesson introduces the integration by parts formula and the ILATE rule for deciding which factor to differentiate. It then works through eight frequently asked Class 12 questions, including integrals that need parts applied twice, examples with logarithms, two surd integrals solved by substituting a new variable first, and a final problem that recovers a constant by transposing the integral back to the other side. Every example shows the full working so you can follow how each answer is built up.
What you'll learn
How to use the ILATE rule to choose the first and second functions
How to apply integration by parts more than once for higher powers
How to substitute a new variable before integrating a surd by parts
How to recover an integral by moving it back to the other side of the equation
Lesson chapters
0:00The integration by parts formula and ILATE rule
0:40Question 1: x squared times e to the x
3:03Question 2: x times log x
4:27Question 3: x times log of 2x
5:28Question 4: x times log x all squared
7:51Question 5: log of the modulus of x
9:01Questions 6 and 7: surds with e to the root x
12:30Question 8: finding k for the integral of mod x
Lesson notes
This lesson sets up the integration by parts formula and the ILATE rule for choosing functions, then works through eight common Class 12 questions in order.
The formula and the ILATE rule
Integration by parts states
∫uvdx=u∫vdx−∫(dxdu∫vdx)dx,
where u is the first function and v is the second. To decide which factor is the first function, use the ILATE order of preference: Inverse trigonometric, Logarithmic, Algebraic, Trigonometric, Exponential. Whichever type comes earlier in this list is taken as the first function.
Question 1: ∫x2exdx
Here the algebraic factor x2 comes before the exponential ex in ILATE, so u=x2 and v=ex:
∫x2exdx=x2ex−∫2xexdx=x2ex−2∫xexdx.
Apply parts again to ∫xexdx with u=x, v=ex:
∫xexdx=xex−∫exdx=xex−ex.
Substituting back,
∫x2exdx=x2ex−2(xex−ex)+C=ex(x2−2x+2)+C.
Question 2: ∫xlogxdx
Logarithmic beats algebraic in ILATE, so u=logx and v=x:
∫xlogxdx=logx⋅2x2−∫x1⋅2x2dx=2x2logx−21∫xdx.
Therefore
∫xlogxdx=2x2logx−4x2+C.
Question 3: ∫xlog2xdx
Again take u=log2x and v=x. Since dxdlog2x=2x1⋅2=x1,