How This Bank Works

Note: These are original practice questions written in the CBSE/State Board pattern — matched to the style, difficulty and marking scheme of board questions on Integrals. They are not reproductions of any specific year's paper.

Integrals is the highest-weight calculus chapter in the board paper. The recurring slots:

  1. 2-mark: one-step standard integrals, a direct substitution, or a short definite evaluation.
  2. 3-mark: by parts, a partial-fractions decomposition, completing the square, or a definite integral with one property.
  3. 5-mark: the long definite integral by properties (King's rule + add), or a full partial-fractions/by-parts chain.

Marking-scheme habits that earn full credit:

  1. Write the substitution and dtdt explicitly — a bare answer loses the method mark.
  2. In definite integrals by substitution, show the new limits in the same line.
  3. Keep +C+C on every indefinite integral — dropping it costs half a mark.
  4. For properties questions, name the property used ("by ∫0af(x)dx=∫0af(a−x)dx\int_0^a f(x)dx = \int_0^a f(a-x)dx").

Attempt each question before opening its solution.

2-Mark Questions

Q1. Find ∫sec⁡x (sec⁡x+tan⁡x) dx\displaystyle\int \sec x\,(\sec x + \tan x)\,dx.

Solution:

  1. Expand: ∫(sec⁡2x+sec⁡xtan⁡x)dx\int\left(\sec^2 x + \sec x\tan x\right)dx.
  2. Integrate term-wise: both are table forms: tan⁡x\tan x and sec⁡x\sec x.

Answer: tan⁡x+sec⁡x+C\tan x + \sec x + C.

Q2. Evaluate ∫233x dx\displaystyle\int_2^3 3^x\,dx.

Solution:

  1. Table form: ∫axdx=axlog⁡a\int a^x dx = \frac{a^x}{\log a}, so F(x)=3xlog⁡3F(x) = \frac{3^x}{\log 3}.
  2. Evaluate: 33−32log⁡3=27−9log⁡3\frac{3^3 - 3^2}{\log 3} = \frac{27 - 9}{\log 3}.

Answer: 18log⁡3\dfrac{18}{\log 3}.

Q3. Find ∫sin⁡2x−cos⁡2xsin⁡xcos⁡x dx\displaystyle\int \frac{\sin^2 x - \cos^2 x}{\sin x\cos x}\,dx.

Solution:

  1. Split the fraction: sin⁡2xsin⁡xcos⁡x−cos⁡2xsin⁡xcos⁡x=tan⁡x−cot⁡x\frac{\sin^2x}{\sin x\cos x} - \frac{\cos^2x}{\sin x\cos x} = \tan x - \cot x.
  2. Integrate: log⁡∣sec⁡x∣−log⁡∣sin⁡x∣\log|\sec x| - \log|\sin x|.

Answer: log⁡∣sec⁡x∣−log⁡∣sin⁡x∣+C\log\left|\sec x\right| - \log\left|\sin x\right| + C.

Q4. Find ∫dxx2+16\displaystyle\int \frac{dx}{x^2 + 16}.

Solution:

  1. Match the standard form ∫dxx2+a2=1atan⁡−1xa\int\frac{dx}{x^2 + a^2} = \frac1a\tan^{-1}\frac xa with a=4a = 4.

Answer: 14tan⁡−1x4+C\dfrac{1}{4}\tan^{-1}\dfrac{x}{4} + C.

Q5. Evaluate ∫0π/4(sin⁡x+cos⁡x)dx\displaystyle\int_0^{\pi/4} \left(\sin x + \cos x\right)dx.

Solution:

  1. Anti-derivative: −cos⁡x+sin⁡x-\cos x + \sin x.
  2. Evaluate: (−12+12)−(−1+0)=0+1\left(-\frac{1}{\sqrt2} + \frac{1}{\sqrt2}\right) - (-1 + 0) = 0 + 1.

Answer: 11.

3-Mark Questions

Q6. Find ∫xsin⁡3x dx\displaystyle\int x\sin 3x\,dx.

Solution:

  1. By parts (f=xf = x, g=sin⁡3xg = \sin 3x): ∫xsin⁡3x dx=x⋅(−cos⁡3x3)+13∫cos⁡3x dx\int x\sin 3x\,dx = x\cdot\left(-\frac{\cos 3x}{3}\right) + \frac13\int\cos 3x\,dx.
  2. Finish: −xcos⁡3x3+sin⁡3x9-\frac{x\cos 3x}{3} + \frac{\sin 3x}{9}.

Answer: −xcos⁡3x3+sin⁡3x9+C-\dfrac{x\cos 3x}{3} + \dfrac{\sin 3x}{9} + C.

Q7. Find ∫dx(x+1)(x+2)2\displaystyle\int \frac{dx}{(x + 1)(x + 2)^2}.

Solution:

  1. Repeated-factor template: 1(x+1)(x+2)2=Ax+1+Bx+2+C(x+2)2\frac{1}{(x+1)(x+2)^2} = \frac{A}{x+1} + \frac{B}{x+2} + \frac{C}{(x+2)^2}.
  2. Find constants: x=−1x = -1: A=1A = 1. x=−2x = -2: C=−1C = -1. Compare x2x^2 coefficients: A+B=0A + B = 0, so B=−1B = -1.
  3. Integrate: log⁡∣x+1∣−log⁡∣x+2∣+1x+2\log|x+1| - \log|x+2| + \frac{1}{x+2}.

Answer: log⁡∣x+1x+2∣+1x+2+C\log\left|\dfrac{x + 1}{x + 2}\right| + \dfrac{1}{x + 2} + C.

Q8. Find ∫sin⁡−1x dx\displaystyle\int \sin^{-1}x\,dx.

Solution:

  1. Constant-function trick (f=sin⁡−1xf = \sin^{-1}x, g=1g = 1): xsin⁡−1x−∫x1−x2dxx\sin^{-1}x - \int\frac{x}{\sqrt{1 - x^2}}dx.
  2. Substitute t=1−x2t = 1 - x^2 in the remainder: ∫x dx1−x2=−1−x2\int\frac{x\,dx}{\sqrt{1-x^2}} = -\sqrt{1 - x^2}.

Answer: xsin⁡−1x+1−x2+Cx\sin^{-1}x + \sqrt{1 - x^2} + C.

Q9. Find ∫3x+5x2+4x+13 dx\displaystyle\int \frac{3x + 5}{x^2 + 4x + 13}\,dx.

Solution:

  1. Split the numerator along the derivative of the denominator (2x+42x + 4): 3x+5=32(2x+4)−13x + 5 = \frac32(2x + 4) - 1.
  2. First piece: 32∫2x+4x2+4x+13dx=32log⁡(x2+4x+13)\frac32\int\frac{2x+4}{x^2+4x+13}dx = \frac32\log\left(x^2 + 4x + 13\right).
  3. Second piece: complete the square: x2+4x+13=(x+2)2+9x^2 + 4x + 13 = (x+2)^2 + 9, so −∫dx(x+2)2+9=−13tan⁡−1x+23-\int\frac{dx}{(x+2)^2 + 9} = -\frac13\tan^{-1}\frac{x+2}{3}.

Answer: 32log⁡(x2+4x+13)−13tan⁡−1(x+23)+C\dfrac{3}{2}\log\left(x^2 + 4x + 13\right) - \dfrac{1}{3}\tan^{-1}\left(\dfrac{x + 2}{3}\right) + C.

Q10. Evaluate ∫0π/2xcos⁡x dx\displaystyle\int_0^{\pi/2} x\cos x\,dx.

Solution:

  1. By parts: ∫xcos⁡x dx=xsin⁡x+cos⁡x\int x\cos x\,dx = x\sin x + \cos x.
  2. Evaluate: [xsin⁡x+cos⁡x]0π/2=(π2+0)−(0+1)\left[x\sin x + \cos x\right]_0^{\pi/2} = \left(\frac{\pi}{2} + 0\right) - (0 + 1).

Answer: π2−1\dfrac{\pi}{2} - 1.

Q11. Evaluate ∫04∣x−2∣ dx\displaystyle\int_0^4 |x - 2|\,dx.

Solution:

  1. Split at the kink x=2x = 2 (property P2): ∫02(2−x)dx+∫24(x−2)dx\int_0^2(2 - x)dx + \int_2^4(x - 2)dx.
  2. Evaluate each: both are triangles of base 22 and height 22: 2+22 + 2.

Answer: 44.

5-Mark Questions

Q12. Evaluate ∫0πxtan⁡xsec⁡x+tan⁡x dx\displaystyle\int_0^{\pi} \frac{x\tan x}{\sec x + \tan x}\,dx.

Solution:

  1. King's rule (P4): tan⁡(π−x)=−tan⁡x\tan(\pi - x) = -\tan x and sec⁡(π−x)=−sec⁡x\sec(\pi - x) = -\sec x, so tan⁡(π−x)sec⁡(π−x)+tan⁡(π−x)=tan⁡xsec⁡x+tan⁡x\frac{\tan(\pi - x)}{\sec(\pi - x) + \tan(\pi - x)} = \frac{\tan x}{\sec x + \tan x} — the trig block is invariant. Hence I=∫0π(π−x)tan⁡xsec⁡x+tan⁡xdxI = \int_0^{\pi}\frac{(\pi - x)\tan x}{\sec x + \tan x}dx.
  2. Add: 2I=π∫0πtan⁡xsec⁡x+tan⁡xdx=π∫0πsin⁡x1+sin⁡xdx2I = \pi\int_0^{\pi}\frac{\tan x}{\sec x + \tan x}dx = \pi\int_0^{\pi}\frac{\sin x}{1 + \sin x}dx.
  3. Rewrite: sin⁡x1+sin⁡x=1−11+sin⁡x\frac{\sin x}{1 + \sin x} = 1 - \frac{1}{1 + \sin x}; and ∫dx1+sin⁡x=∫1−sin⁡xcos⁡2xdx=tan⁡x−sec⁡x\int\frac{dx}{1 + \sin x} = \int\frac{1 - \sin x}{\cos^2x}dx = \tan x - \sec x.
  4. Evaluate on [0,π][0, \pi]: ∫0π1 dx=π\int_0^\pi 1\,dx = \pi; [tan⁡x−sec⁡x]0π=(0+1)−(0−1)=2\left[\tan x - \sec x\right]_0^{\pi} = (0 + 1) - (0 - 1) = 2.
  5. Assemble: 2I=π(π−2)2I = \pi(\pi - 2), so I=π2(π−2)I = \frac{\pi}{2}(\pi - 2).

Answer: π22−π\dfrac{\pi^2}{2} - \pi.

Q13. Find ∫x2+x+1(x+2)(x2+1) dx\displaystyle\int \frac{x^2 + x + 1}{(x + 2)\left(x^2 + 1\right)}\,dx.

Solution:

  1. Template with a quadratic factor: x2+x+1(x+2)(x2+1)=Ax+2+Bx+Cx2+1\frac{x^2+x+1}{(x+2)(x^2+1)} = \frac{A}{x+2} + \frac{Bx + C}{x^2+1}.
  2. Find AA: put x=−2x = -2: 4−2+14+1=35=A\frac{4 - 2 + 1}{4 + 1} = \frac35 = A.
  3. Find B,CB, C: comparing x2x^2: A+B=1⇒B=25A + B = 1 \Rightarrow B = \frac25; constants: A+2C=1⇒C=15A + 2C = 1 \Rightarrow C = \frac15.
  4. Integrate: 35log⁡∣x+2∣+25⋅12log⁡(x2+1)+15tan⁡−1x\frac35\log|x+2| + \frac25\cdot\frac12\log(x^2+1) + \frac15\tan^{-1}x.

Answer: 35log⁡∣x+2∣+15log⁡(x2+1)+15tan⁡−1x+C\dfrac{3}{5}\log|x + 2| + \dfrac{1}{5}\log\left(x^2 + 1\right) + \dfrac{1}{5}\tan^{-1}x + C.

Q14. Evaluate ∫01log⁡(1+x)1+x2 dx\displaystyle\int_0^1 \frac{\log(1 + x)}{1 + x^2}\,dx.

Solution:

  1. Substitute x=tan⁡θx = \tan\theta: dx=sec⁡2θ dθdx = \sec^2\theta\,d\theta, limits 0→00 \to 0, 1→π41 \to \frac{\pi}{4}: I=∫0π/4log⁡(1+tan⁡θ) dθI = \int_0^{\pi/4}\log(1 + \tan\theta)\,d\theta.
  2. King's rule (P4): 1+tan⁡(π4−θ)=21+tan⁡θ1 + \tan\left(\frac{\pi}{4} - \theta\right) = \frac{2}{1 + \tan\theta}.
  3. Add the two copies: 2I=∫0π/4log⁡2 dθ=π4log⁡22I = \int_0^{\pi/4}\log 2\,d\theta = \frac{\pi}{4}\log 2.

Answer: π8log⁡2\dfrac{\pi}{8}\log 2.

Q15. Find ∫dxsin⁡x+sin⁡2x\displaystyle\int \frac{dx}{\sin x + \sin 2x}.

Solution:

  1. Factor the denominator: sin⁡x+sin⁡2x=sin⁡x(1+2cos⁡x)\sin x + \sin 2x = \sin x(1 + 2\cos x).
  2. Multiply and divide by sin⁡x\sin x: I=∫sin⁡x dxsin⁡2x(1+2cos⁡x)=∫sin⁡x dx(1−cos⁡2x)(1+2cos⁡x)I = \int\frac{\sin x\,dx}{\sin^2x(1 + 2\cos x)} = \int\frac{\sin x\,dx}{(1 - \cos^2x)(1 + 2\cos x)}.
  3. Substitute t=cos⁡xt = \cos x: I=−∫dt(1−t)(1+t)(1+2t)I = -\int\frac{dt}{(1 - t)(1 + t)(1 + 2t)}.
  4. Decompose by cover-up: 1(1−t)(1+t)(1+2t)=A1−t+B1+t+C1+2t\frac{1}{(1-t)(1+t)(1+2t)} = \frac{A}{1-t} + \frac{B}{1+t} + \frac{C}{1+2t} with A=16A = \frac16 (at t=1t=1), B=−12B = -\frac12 (at t=−1t=-1), C=43C = \frac43 (at t=−12t=-\frac12).
  5. Integrate and return t=cos⁡xt = \cos x (remember ∫dt1−t=−log⁡∣1−t∣\int\frac{dt}{1-t} = -\log|1-t| and the overall minus from step 3): the three pieces assemble to 16log⁡∣1−cos⁡x∣+12log⁡∣1+cos⁡x∣−23log⁡∣1+2cos⁡x∣\frac16\log|1 - \cos x| + \frac12\log|1 + \cos x| - \frac23\log|1 + 2\cos x|.

Answer: 16log⁡∣1−cos⁡x∣+12log⁡∣1+cos⁡x∣−23log⁡∣1+2cos⁡x∣+C\dfrac{1}{6}\log\left|1 - \cos x\right| + \dfrac{1}{2}\log\left|1 + \cos x\right| - \dfrac{2}{3}\log\left|1 + 2\cos x\right| + C.

Q16. Evaluate ∫0π/2(2log⁡sin⁡x−log⁡sin⁡2x)dx\displaystyle\int_0^{\pi/2} \left(2\log\sin x - \log\sin 2x\right)dx.

Solution:

  1. Expand log⁡sin⁡2x\log\sin 2x: log⁡sin⁡2x=log⁡2+log⁡sin⁡x+log⁡cos⁡x\log\sin 2x = \log 2 + \log\sin x + \log\cos x.
  2. Simplify the integrand: 2log⁡sin⁡x−log⁡sin⁡2x=log⁡sin⁡x−log⁡cos⁡x−log⁡22\log\sin x - \log\sin 2x = \log\sin x - \log\cos x - \log 2.
  3. Kill the first two by symmetry: by P4, ∫0π/2log⁡sin⁡x dx=∫0π/2log⁡cos⁡x dx\int_0^{\pi/2}\log\sin x\,dx = \int_0^{\pi/2}\log\cos x\,dx, so their difference integrates to 00.
  4. What remains: −∫0π/2log⁡2 dx=−π2log⁡2-\int_0^{\pi/2}\log 2\,dx = -\frac{\pi}{2}\log 2.

Answer: −π2log⁡2-\dfrac{\pi}{2}\log 2.