Worked solutions to six integration problems from Miscellaneous Exercise 7 of class 12, showing how to simplify, substitute, and use partial fractions to evaluate each integral.
This lesson works through questions 8, 12, 13, 14, 15, and 19 from Miscellaneous Exercise 7. It mixes several core integration techniques: simplifying an expression before integrating, substitution to reach a standard form, partial fractions, and the identity that turns an exponential of a logarithm back into a simple power. Each problem is solved step by step so you can see exactly which method to reach for and why.
What you'll learn
How to simplify an integrand using the rule that a number raised to its own logarithm cancels back to a plain power
When to use substitution to turn an integral into a standard inverse-sine or inverse-tangent form
How to split a fraction into partial fractions, including the case where you substitute for x squared without differentiating
How a trigonometric substitution reduces an awkward square-root integral to simple cosine integrals
Lesson chapters
0:01Question 8: simplifying powers of a logarithm
1:24Question 12: substitution to inverse sine
2:25Question 13: partial fractions with an exponential
4:27Question 14: partial fractions in x squared
7:25Question 15: exponential of a logarithm
8:14Question 19: trigonometric substitution
Lesson notes
Miscellaneous Exercise 7: integration problems
This lesson works through six integrals from Miscellaneous Exercise 7. Each one uses a key idea: simplifying first, substitution, partial fractions, or a trigonometric substitution. The recurring tool is the identity alogm=m, which lets an exponential of a logarithm collapse to a plain power.
Question 8
Evaluate
I=∫a3logx−a2logxa5logx−a4logxdx.
Using mlogx=logxm and then alogm=m, each term simplifies, for example a5logx=alogx5=x5. So
I=∫x3−x2x5−x4dx.
Factor the top as x4(x−1) and the bottom as x2(x−1). The (x−1) cancels:
I=∫x2x4dx=∫x2dx=3x3+c.
Question 12
Evaluate
I=∫1−x8x3dx.
Write x8=(x4)2, so the root is 1−(x4)2. Put x4=t, so 4x3dx=dt, giving x3dx=41dt. Then
I=41∫1−t2dt=41sin−1t+c.
Using the standard result ∫1−t2dt=sin−1t and resubstituting,
I=41sin−1(x4)+c.
Question 13
Evaluate
I=∫(1+ax)(2+ax)axdx.
Put ax=t so that axdx=dt. Then
I=∫(1+t)(2+t)dt.
Partial fractions
Write (1+t)(2+t)1=1+tA+2+tB, so 1=A(2+t)+B(1+t).
Put t=−1: 1=A(1), so A=1.
Put t=−2: 1=B(−1), so B=−1.
Therefore
I=∫1+tdt−∫2+tdt=log∣1+t∣−log∣2+t∣+c.
Resubstituting t=ax and using loga−logb=logba,
I=log2+ax1+ax+c.
Question 14
Evaluate
I=∫(x2+1)(x2+4)dx.
Put x2=t. Because there is no x term in the numerator, do not differentiate. Just do the partial fractions in t and then rewrite t back as x2.
Partial fractions
Write (t+1)(t+4)1=t+1A+t+4B, so 1=A(t+4)+B(t+1).
Put cosx=t, so −sinxdx=dt, that is sinxdx=−dt. Then
I=∫t3(−dt)=−4t4+c=−4cos4x+c.
Question 19
Evaluate
I=∫1+x1−xdx.
Put x=cost, so x=cos2t and dx=−2costsintdt. Then
I=∫1+cost1−cost(−2costsint)dt.
Use the half-angle identities 1−cost=2sin22t, 1+cost=2cos22t, and sint=2sin2tcos2t. The square root becomes tan2t, and after simplifying,
I=−4∫sin22tcostdt.
Replacing sin22t=21−cost,
I=−2∫(1−cost)costdt=−2∫costdt+2∫cos2tdt.
Using cos2t=21+cos2t,
I=−2sint+t+21sin2t+c.
Back to x
Here t=cos−1x. Using sin(cos−1x)=1−x, cos(cos−1x)=x, and sin2t=2sintcost,
I=−21−x+cos−1x+1−xx+c.
Key takeaways
alogm=m and elogu=u, so an exponential of a logarithm collapses to a plain expression: always simplify before integrating.
When you substitute x2=t and there is no x in the numerator, do the partial fractions directly in t and resubstitute; do not differentiate.
A trigonometric substitution like x=cost, together with the half-angle identities, turns an awkward square-root integral into simple cosine integrals.