Worked solutions to three integration questions from Class 12 Miscellaneous Exercise 7, using substitution, integration by parts, and partial fractions.
This lesson walks through three integrals from the Class 12 Miscellaneous Exercise on integration. The first combines logarithm rules with a substitution and integration by parts, the second proves a general power rule for a composed function, and the third uses partial fractions to break a rational function into pieces that integrate cleanly. Each problem is solved step by step so you can see exactly how the method is chosen and applied.
What you'll learn
How to combine logarithm rules and substitute to simplify a messy integral
How to integrate a product like a root times a logarithm using integration by parts
The general rule for integrating a power of a function multiplied by its derivative
How to split a rational function with repeated factors using partial fractions
Lesson chapters
0:00Q23: setting up the integral and combining logs
1:14Substitution and integration by parts
4:25Back-substituting to the final answer
5:31Q17: power of a function times its derivative
6:46Q21: partial fractions setup
9:58Integrating each fraction and combining logs
Lesson notes
This lesson works through three integrals from the Class 12 Miscellaneous Exercise on integration: one needing a substitution with integration by parts, one general power rule, and one partial-fractions problem.
Question 23
Evaluate
I=∫x4x2+1(log(x2+1)−2logx)dx.
Combine the logarithms. Using 2logx=logx2 and loga−logb=logba,
log(x2+1)−2logx=logx2x2+1.
Pull the root inside. Since x2+1=xx2x2+1, and writing x4=x⋅x3,
I=∫x2x2+1logx2x2+1x31dx.
Substitute. Let
t=x2x2+1=1+x21,dt=−x32dx⇒x31dx=−21dt.
Then
I=−21∫tlogtdt.
Integration by parts with logt as the first function and t as the second: