Example Determine whether ∫1∞x1dx converges.
∫1∞x1dx=b→∞lim[lnx]1b=b→∞limlnb=∞The integral diverges.
Evaluate ∫0π/2sin2xdx.
Using the identity sin2x=21−cos2x:
∫0π/221−cos2xdx=21[x−2sin2x]0π/2=21(2π−0)=4πLet R be the region bounded by the curve y=x(x−2) and the x-axis.
(a) Find the area of R.
Zeros: x=0 and x=2. The curve is below the axis (opens upward).
Area=∫02∣x(x−2)∣dx=∫02(2x−x2)dx=[x2−3x3]02=4−38=34(b) Find the volume when R is rotated 360° about the x-axis.
V=π∫02[x(x−2)]2dx=π∫02x2(x−2)2dx=π∫02(x4−4x3+4x2)dx=π[5x5−x4+34x3]02=π(532−16+332)=π⋅1516=1516πEvaluate ∫x2+3x+22x+3dx.
Factorise the denominator: x2+3x+2=(x+1)(x+2).
(x+1)(x+2)2x+3=x+1A+x+2B2x+3=A(x+2)+B(x+1)x=−1: 1=A⟹A=1.
x=−2: −1=−B⟹B=1.
∫x2+3x+22x+3dx=ln∥x+1∥+ln∥x+2∥+C=ln∥(x+1)(x+2)∥+CUse integration by parts to evaluate ∫01xe2xdx.
Let u = x$$dv = e^{2x}\,dx. Then du = dx$$v = \dfrac{1}{2}e^{2x}.
∫01xe2xdx=[21xe2x]01−21∫01e2xdx=2e2−21[2e2x]01=2e2−4e2+41=4e2+41=4e2+1A particle moves in a straight line with acceleration a(t)=6t−2m/s2. At t=0 The velocity is 4m/s and the displacement is 0m.
(a) Find the velocity function.
V(t)=∫(6t−2)dt=3t2−2t+Cv(0)=4⟹C=4.
V(t)=3t2−2t+4(b) Find the displacement function.
S(t)=∫(3t2−2t+4)dt=t3−t2+4t+Ds(0)=0⟹D=0.
S(t)=t3−t2+4t(c) Find the total distance travelled in the first 3 seconds.
Check if v=0: 3t2−2t+4=0. Discriminant =4−48<0 So v>0 always.
Distance=∫03vdt=∫03(3t2−2t+4)dt=[t3−t2+4t]03=27−9+12=30mThe region bounded by y = e^x$$y = 1$$x = 0 And x=2 is rotated about the x-axis. Find The volume.
V=π∫02[(ex)2−12]dx=π∫02(e2x−1)dx=π[2e2x−x]02=π(2e4−2−21+0)=π(2e4−25)=2π(e4−5)
flowchart TD
A[3_Integration Techniques] --> B[Key Concepts]
A --> C[Core Principles]
A --> D[Practical Applications]
B --> E[Fundamental definitions]
C --> F[Design patterns]
D --> G[Real-world usage]| Technique | When to Use | Key Idea |
|---|
| Direct | Simple power functions, standard forms | Apply basic rules directly |
| Substitution | Composite functions, f(g(x))g′(x) | Let u=g(x) |
| By parts | Product of different function types | ∫udv=uv−∫vdu |
| Partial fractions | Rational functions, factorisable denominator | Decompose then integrate each term |
| Trig substitution | a2±x2 or x2−a2 | Replace with trig function |