Thirty fully worked problems spanning the entire chapter, arranged easy → medium → hard. The first two batches drill the standard integrals and substitution; the middle batches cover partial fractions and by parts; the final batches take on NCERT's miscellaneous examples and definite integrals with properties.
Method discipline for every problem:
Classify first — standard form? function-derivative pair (substitution)? rational function (partial fractions)? product (by parts)? symmetric definite integral (properties)?
Write the plan in one line before computing.
Check by differentiating the answer — thirty seconds that catches most sign and factor errors.
Key Point: Examiners reuse structures, not numbers. If you can classify each of the thirty problems below at sight, you can classify anything the board paper throws at you.
Batch 1 — Standard Forms and Direct Integration (Easy)
Example 1: Term-by-term basics
Find ∫(2x+3cosx+ex)dx.
Solution:
Integrate term by term:∫2xdx=x2; ∫3cosxdx=3sinx; ∫exdx=ex.
Combine with one constant: a single C covers all three.
Final Answer:x2+3sinx+ex+C.
Example 2: Trig identity before integrating
Find ∫tan2xdx.
Solution:
Convert:tan2x=sec2x−1 (no standard integral of tan2x exists directly).
Integrate:∫(sec2x−1)dx=tanx−x.
Final Answer:tanx−x+C.
Example 3: Power reduction
Find ∫cos2xdx.
Solution:
Reduce the power:cos2x=21+cos2x.
Integrate:2x+4sin2x.
Final Answer:2x+4sin2x+C.
Example 4: Completing the square (7.4 form)
Find ∫x2+4x+8dx.
Solution:
Complete the square:x2+4x+8=(x+2)2+4.
Match the standard form∫t2+a2dt=a1tan−1at with t=x+2, a=2.
Final Answer:21tan−1(2x+2)+C.
Example 5: The odd-power trick
Find ∫sin3xdx.
Solution:
Peel one factor:sin3x=(1−cos2x)sinx.
Substitutet=cosx, dt=−sinxdx: ∫(t2−1)dt=3t3−t.
Return:3cos3x−cosx.
Final Answer:−cosx+3cos3x+C.
Example 6: Product to sum
Find ∫sin3xcos4xdx.
Solution:
Convert the product:sin3xcos4x=21[sin7x+sin(−x)]=21(sin7x−sinx).
Integrate:21[−7cos7x+cosx].
Final Answer:2cosx−14cos7x+C.
Batch 2 — Substitution at Full Power (Easy-Medium)
Example 7: Root of a linear-in-disguise
Find ∫cos6x1+sin6xdx.
Solution:
Substitute:t=1+sin6x, dt=6cos6xdx.
Integrate:61∫t1/2dt=61⋅32t3/2=91t3/2.
Return:t=1+sin6x.
Final Answer:91(1+sin6x)3/2+C.
Example 8: Square roots in the denominator
Find ∫x(1+x)dx.
Solution:
Substitute:t=1+x, dt=2xdx.
Integrate:2∫tdt=2log∣t∣.
Final Answer:2log∣1+x∣+C.
Example 9: Exponential of an inverse
Find ∫1+x2etan−1xdx.
Solution:
Spot the pair:1+x21 is the derivative of tan−1x.
Substitutet=tan−1x: ∫etdt=et.
Final Answer:etan−1x+C.
Example 10: A clever power split
Find ∫x5(x4−x)1/4dx.
Solution:
Extract x from the bracket:(x4−x)1/4=x(1−x31)1/4, so the integrand is x41(1−x31)1/4=(1−x−3)1/4⋅x41.
Substitute:t=1−x31, dt=x43dx.
Integrate:31∫t1/4dt=31⋅54t5/4=154t5/4.
Final Answer:154(1−x31)5/4+C.
Takeaway: When a bracket contains mixed powers, factor out the highest power of x — the leftover xn1 frequently is the derivative needed for a clean substitution.
Example 11: Numerator = derivative of denominator
Find ∫1+x3x2dx.
Solution:
Spot the pair:dxd(1+x3)=3x2.
Substitutet=1+x3: 31∫tdt=31log∣t∣.
Final Answer:31log1+x3+C.
Example 12: A 7.4 form under a root
Find ∫9+8x−x2dx.
Solution:
Complete the square:9+8x−x2=25−(x−4)2.
Match∫a2−t2dt=sin−1at with t=x−4, a=5.
Final Answer:sin−1(5x−4)+C.
Batch 3 — Partial Fractions and By Parts (Medium)
Example 13: Three distinct linear factors
Find ∫(x−1)(x−2)(x−3)3x−1dx.
Solution:
Set up:(x−1)(x−2)(x−3)3x−1=x−1A+x−2B+x−3C.
Cover-up at each root:A=(1−2)(1−3)3(1)−1=22=1; B=(1)(−1)5=−5; C=(2)(1)8=4.
Integrate:log∣x−1∣−5log∣x−2∣+4log∣x−3∣.
Final Answer:log∣x−1∣−5log∣x−2∣+4log∣x−3∣+C.
Example 14: Improper fraction with a quadratic factor
Find ∫(x−1)(x2+1)x4dx.
Solution:
Divide first (degree 4 over degree 3): (x−1)(x2+1)x4=(x+1)+(x−1)(x2+1)1.
Decompose the remainder:(x−1)(x2+1)1=x−1A+x2+1Bx+C; solving 1=A(x2+1)+(Bx+C)(x−1) gives A=21, B=C=−21.
Integrate each piece:∫(x+1)dx=2x2+x; 21log∣x−1∣; −21∫x2+1xdx=−41log(x2+1); −21tan−1x.
Final Answer:2x2+x+21log∣x−1∣−41log(x2+1)−21tan−1x+C.
Example 15: By parts twice with a polynomial
Find ∫x2sinxdx.
Solution:
Round 1 (f=x2): −x2cosx+2∫xcosxdx.
Round 2 (f=x): ∫xcosxdx=xsinx+cosx.
Combine:−x2cosx+2xsinx+2cosx.
Final Answer:(2−x2)cosx+2xsinx+C.
Example 16: Nested logs
Find ∫[log(logx)+(logx)21]dx.
Solution:
Split:I=∫log(logx)dx+∫(logx)2dx.
By parts on the first (with 1 as second function): xlog(logx)−∫xlogxxdx=xlog(logx)−∫logxdx.
By parts again on ∫logxdx: it equals logxx+∫(logx)2dx.
Combine: the two ∫(logx)2dx terms cancel: I=xlog(logx)−logxx.
Final Answer:xlog(logx)−logxx+C.
Takeaway: Neither piece alone has an elementary answer — but their sum does. The pairing is deliberate: integrate by parts and watch the impossible parts cancel.
Example 17: Exponential-times-trig with a coefficient
Find ∫e2xsinxdx.
Solution:
Round 1 (f=e2x): I=−e2xcosx+2∫e2xcosxdx.
Round 2:∫e2xcosxdx=e2xsinx−2I.
Solve the loop:I=−e2xcosx+2e2xsinx−4I, so 5I=e2x(2sinx−cosx).
Final Answer:5e2x(2sinx−cosx)+C.
Example 18: The quotient-shaped ex[f+f′]
Find ∫(x−1)3(x−3)exdx.
Solution:
Split the numerator:(x−1)3x−3=(x−1)3(x−1)−2=(x−1)21−(x−1)32.
Test: with f=(x−1)21, f′=−(x−1)32 — the bracket is f+f′.
Quote the pattern:∫ex[f+f′]dx=exf.
Final Answer:(x−1)2ex+C.
Batch 4 — The Chapter's Hardest Indefinite Integrals (Hard)
Example 19: The cot-plus-tan classic
Find ∫(cotx+tanx)dx.
Solution:
Factor:I=∫tanx(1+cotx)dx.
Substitute:tanx=t2, so sec2xdx=2tdt, i.e. dx=1+t42tdt: I=∫t(1+t21)1+t42tdt=2∫t4+1t2+1dt.
Divide by t2:2∫t2+t211+t21dt=2∫(t−t1)2+2(1+t21)dt.
Integrate and return:21logy+2y+1=21logx2+2x2+1.
Final Answer:21log(x2+2x2+1)+C.
Example 22: The x(xn+1) family
Find ∫x(x3+1)dx.
Solution:
Multiply and divide by x2:I=∫x3(x3+1)x2dx.
Substitutet=x3, dt=3x2dx: 31∫t(t+1)dt.
Decompose and integrate:31∫(t1−t+11)dt=31logt+1t.
Final Answer:31logx3+1x3+C.
Takeaway: For ∫x(xn+1)dx, multiplying by xn−1xn−1 converts the problem to a two-term partial fraction in t=xn — one substitution replaces an n-factor decomposition.
Example 23: The loop-back with secant
Find ∫sec3xdx.
Solution:
Split:I=∫secx⋅sec2xdx; by parts with f=secx, g=sec2x: I=secxtanx−∫secxtan2xdx.
Convert:tan2x=sec2x−1: I=secxtanx−I+∫secxdx.
Solve the loop:2I=secxtanx+log∣secx+tanx∣.
Final Answer:21[secxtanx+log∣secx+tanx∣]+C.
Example 24: Splitting a linear numerator over a root
Find ∫x2+4x+5x+2dx.
Solution:
Spot the derivative:dxd(x2+4x+5)=2x+4=2(x+2) — the numerator is exactly half of it.
Substitutet=x2+4x+5: 21∫tdt=t.
Final Answer:x2+4x+5+C.
Batch 5 — Definite Integrals with Properties (Hard)
Example 25: Modulus with a trig zero
Evaluate ∫−13/2∣xsinπx∣dx.
Solution:
Sign chart:xsinπx≥0 on [−1,1] (both factors change sign together) and ≤0 on [1,23].
Split (P2):I=∫−11xsinπxdx−∫13/2xsinπxdx.
Anti-derivative by parts:∫xsinπxdx=−πxcosπx+π2sinπx.
Evaluate: with F(x)=−πxcosπx+π2sinπx: first piece F(1)−F(−1)=π1−(−π1)=π2; second piece F(23)−F(1)=−π21−π1, entering with a minus sign. Total: π2+π1+π21.
Final Answer:π3+π21.
Example 26: The a-b symmetric denominator
Evaluate ∫0πa2cos2x+b2sin2xxdx.
Solution:
King's rule (P4): the trig block is unchanged under x↦π−x, so adding the mirrored copy: 2I=π∫0πa2cos2x+b2sin2xdx.
Use P6 (f(π−x)=f(x)): 2I=2π∫0π/2a2cos2x+b2sin2xdx.
Divide by cos2x and substitute t=tanx:I=π∫0∞a2+b2t2dt=abπ[tan−1abt]0∞=abπ⋅2π.
Final Answer:2abπ2.
Takeaway: An alternative route splits [0,2π] at 4π and uses tan and cot substitutions to avoid the improper limit — same value, more steps. Either route needs the King's rule first to kill the naked x.
Example 27: Odd about the centre (P6)
Evaluate ∫02πcos5xdx.
Solution:
Check the [0,2a] symmetry with a=π: cos5(2π−x)=cos5x, so P6 gives I=2∫0πcos5xdx.
Check again with a=2π: cos5(π−x)=−cos5x — the anti-symmetric case of P6.
Conclude:∫0πcos5xdx=0, hence I=0.
Final Answer:0.
Example 28: A log-one-liner
Evaluate ∫0π/21+cosxsinxdx.
Solution:
Spot the pair: numerator =−dxd(1+cosx).
Integrate:−log(1+cosx); evaluate from 0 to 2π: −log1+log2.
Final Answer:log2.
Example 29: Rationalise, then integrate (Miscellaneous style)
Evaluate ∫011+x+xdx.
Solution:
Rationalise: multiply by 1+x−x1+x−x: denominator becomes (1+x)−x=1, so the integrand is 1+x−x.
Integrate:32(1+x)3/2−32x3/2.
Evaluate:32[22−1]−32[1−0]=342−4.
Final Answer:34(2−1).
Example 30: The half-angle log integral
Evaluate ∫0πlog(1+cosx)dx.
Solution:
Half-angle:1+cosx=2cos22x, so I=πlog2+2∫0πlogcos2xdx.
Quote the famous result (equal to the log-sine integral by P4): ∫0π/2logcostdt=−2πlog2.
Combine:I=πlog2+4(−2πlog2)=πlog2−2πlog2.
Final Answer:−πlog2.
Takeaway: The value ∫0π/2logsinxdx=∫0π/2logcosxdx=−2πlog2 is a building block — several miscellaneous-level definite integrals reduce to it after a half-angle or double-angle step.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.