← Back to all lessons
Class 12Calculus13:03Published 24 Feb 2025

Integration: Miscellaneous Exercise 7 (Questions 8, 12, 13, 14, 15, 19)

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=ma^{\log m} = m, which lets an exponential of a logarithm collapse to a plain power.

Question 8

Evaluate

I=a5logxa4logxa3logxa2logxdx.I = \int \frac{a^{5\log x} - a^{4\log x}}{a^{3\log x} - a^{2\log x}}\, dx.

Using mlogx=logxmm\log x = \log x^{m} and then alogm=ma^{\log m} = m, each term simplifies, for example a5logx=alogx5=x5a^{5\log x} = a^{\log x^{5}} = x^{5}. So

I=x5x4x3x2dx.I = \int \frac{x^{5} - x^{4}}{x^{3} - x^{2}}\, dx.

Factor the top as x4(x1)x^{4}(x-1) and the bottom as x2(x1)x^{2}(x-1). The (x1)(x-1) cancels:

I=x4x2dx=x2dx=x33+c.I = \int \frac{x^{4}}{x^{2}}\, dx = \int x^{2}\, dx = \frac{x^{3}}{3} + c.

Question 12

Evaluate

I=x31x8dx.I = \int \frac{x^{3}}{\sqrt{1 - x^{8}}}\, dx.

Write x8=(x4)2x^{8} = (x^{4})^{2}, so the root is 1(x4)2\sqrt{1 - (x^{4})^{2}}. Put x4=tx^{4} = t, so 4x3dx=dt4x^{3}\,dx = dt, giving x3dx=14dtx^{3}\,dx = \tfrac{1}{4}\,dt. Then

I=14dt1t2=14sin1t+c.I = \frac{1}{4}\int \frac{dt}{\sqrt{1 - t^{2}}} = \frac{1}{4}\sin^{-1} t + c.

Using the standard result dt1t2=sin1t\int \dfrac{dt}{\sqrt{1 - t^{2}}} = \sin^{-1} t and resubstituting,

I=14sin1 ⁣(x4)+c.I = \frac{1}{4}\sin^{-1}\!\left(x^{4}\right) + c.

Question 13

Evaluate

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

Put ax=ta^{x} = t so that axdx=dta^{x}\,dx = dt. Then

I=dt(1+t)(2+t).I = \int \frac{dt}{(1 + t)(2 + t)}.

Partial fractions

Write 1(1+t)(2+t)=A1+t+B2+t\dfrac{1}{(1+t)(2+t)} = \dfrac{A}{1+t} + \dfrac{B}{2+t}, so 1=A(2+t)+B(1+t)1 = A(2+t) + B(1+t).

  • Put t=1t = -1: 1=A(1)1 = A(1), so A=1A = 1.
  • Put t=2t = -2: 1=B(1)1 = B(-1), so B=1B = -1.

Therefore

I=dt1+tdt2+t=log1+tlog2+t+c.I = \int \frac{dt}{1+t} - \int \frac{dt}{2+t} = \log|1 + t| - \log|2 + t| + c.

Resubstituting t=axt = a^{x} and using logalogb=logab\log a - \log b = \log\tfrac{a}{b},

I=log1+ax2+ax+c.I = \log\left|\frac{1 + a^{x}}{2 + a^{x}}\right| + c.

Question 14

Evaluate

I=dx(x2+1)(x2+4).I = \int \frac{dx}{(x^{2} + 1)(x^{2} + 4)}.

Put x2=tx^{2} = t. Because there is no xx term in the numerator, do not differentiate. Just do the partial fractions in tt and then rewrite tt back as x2x^{2}.

Partial fractions

Write 1(t+1)(t+4)=At+1+Bt+4\dfrac{1}{(t+1)(t+4)} = \dfrac{A}{t+1} + \dfrac{B}{t+4}, so 1=A(t+4)+B(t+1)1 = A(t+4) + B(t+1).

  • Put t=1t = -1: 1=3A1 = 3A, so A=13A = \tfrac{1}{3}.
  • Put t=4t = -4: 1=3B1 = -3B, so B=13B = -\tfrac{1}{3}.

Rewriting t=x2t = x^{2},

I=13dxx2+113dxx2+4.I = \frac{1}{3}\int \frac{dx}{x^{2} + 1} - \frac{1}{3}\int \frac{dx}{x^{2} + 4}.

Using dxx2+a2=1atan1xa\int \dfrac{dx}{x^{2} + a^{2}} = \dfrac{1}{a}\tan^{-1}\dfrac{x}{a},

I=13tan1x1312tan1x2+c=13tan1x16tan1x2+c.I = \frac{1}{3}\tan^{-1} x - \frac{1}{3}\cdot\frac{1}{2}\tan^{-1}\frac{x}{2} + c = \frac{1}{3}\tan^{-1} x - \frac{1}{6}\tan^{-1}\frac{x}{2} + c.

Question 15

Evaluate

I=cos3xelogsinxdx.I = \int \cos^{3} x \cdot e^{\log \sin x}\, dx.

Since elogsinx=sinxe^{\log \sin x} = \sin x, this becomes

I=cos3xsinxdx.I = \int \cos^{3} x \, \sin x \, dx.

Put cosx=t\cos x = t, so sinxdx=dt-\sin x\,dx = dt, that is sinxdx=dt\sin x\,dx = -\,dt. Then

I=t3(dt)=t44+c=cos4x4+c.I = \int t^{3}(-\,dt) = -\frac{t^{4}}{4} + c = -\frac{\cos^{4} x}{4} + c.

Question 19

Evaluate

I=1x1+xdx.I = \int \sqrt{\frac{1 - \sqrt{x}}{1 + \sqrt{x}}}\, dx.

Put x=cost\sqrt{x} = \cos t, so x=cos2tx = \cos^{2} t and dx=2costsintdtdx = -2\cos t \sin t \, dt. Then

I=1cost1+cost(2costsint)dt.I = \int \sqrt{\frac{1 - \cos t}{1 + \cos t}}\,(-2\cos t \sin t)\, dt.

Use the half-angle identities 1cost=2sin2t21 - \cos t = 2\sin^{2}\tfrac{t}{2}, 1+cost=2cos2t21 + \cos t = 2\cos^{2}\tfrac{t}{2}, and sint=2sint2cost2\sin t = 2\sin\tfrac{t}{2}\cos\tfrac{t}{2}. The square root becomes tant2\tan\tfrac{t}{2}, and after simplifying,

I=4sin2t2costdt.I = -4 \int \sin^{2}\frac{t}{2}\,\cos t \, dt.

Replacing sin2t2=1cost2\sin^{2}\tfrac{t}{2} = \tfrac{1 - \cos t}{2},

I=2(1cost)costdt=2costdt+2cos2tdt.I = -2 \int (1 - \cos t)\cos t \, dt = -2\int \cos t \, dt + 2\int \cos^{2} t \, dt.

Using cos2t=1+cos2t2\cos^{2} t = \tfrac{1 + \cos 2t}{2},

I=2sint+t+12sin2t+c.I = -2\sin t + t + \frac{1}{2}\sin 2t + c.

Back to xx

Here t=cos1xt = \cos^{-1}\sqrt{x}. Using sin(cos1x)=1x\sin(\cos^{-1}\sqrt{x}) = \sqrt{1 - x}, cos(cos1x)=x\cos(\cos^{-1}\sqrt{x}) = \sqrt{x}, and sin2t=2sintcost\sin 2t = 2\sin t \cos t,

I=21x+cos1x+1xx+c.I = -2\sqrt{1 - x} + \cos^{-1}\sqrt{x} + \sqrt{1 - x}\,\sqrt{x} + c.

Key takeaways

  • alogm=ma^{\log m} = m and elogu=ue^{\log u} = u, so an exponential of a logarithm collapses to a plain expression: always simplify before integrating.
  • When you substitute x2=tx^{2} = t and there is no xx in the numerator, do the partial fractions directly in tt and resubstitute; do not differentiate.
  • A trigonometric substitution like x=cost\sqrt{x} = \cos t, together with the half-angle identities, turns an awkward square-root integral into simple cosine integrals.