P4.6 - Integration

Syllabus
2019
Topic
P4.6
Level
A2

Learning objectives

Build a volume of revolution integral

Rotating the region between a non-negative curve y=f(x)y=f(x) and the xx-axis through a full turn produces circular cross-sections. A slice of thickness dxdx has area πy2\pi y^2, so its volume is accumulated by integration.

V=πaby2dxV=\pi\int_a^b y^2\,dx

For y=x+1y=x+1 on 0x20\le x\le2, V=π02(x+1)2dx=π[(x+1)33]02=26π3.V=\pi\int_0^2(x+1)^2\,dx=\pi\left[\frac{(x+1)^3}{3}\right]_0^2=\frac{26\pi}{3}. Square the whole expression for yy before integrating, and obtain the limits from the region's xx-coordinates.

If x=x(t)x=x(t) and y=y(t)y=y(t), replace dxdx by x(t)dtx'(t)dt: V=πt1t2y(t)2x(t)dt.V=\pi\int_{t_1}^{t_2}y(t)^2x'(t)\,dt. For x=t2x=t^2, y=t+1y=t+1, 0t20\le t\le2, V=π02(t+1)2(2t)dt=68π3.V=\pi\int_0^2(t+1)^2(2t)\,dt=\frac{68\pi}{3}. Choose the parameter limits in the direction of increasing xx; if x(t)<0x'(t)<0 throughout, reverse the limits so the volume is positive.

This specification requires πy2dx\pi\int y^2\,dx, including parametric use, but not the separate πx2dy\pi\int x^2\,dy rule. Do not integrate yy instead of y2y^2, omit π\pi, or leave a physical volume negative because the parameter runs backwards.

Reverse the chain and product rules

Integration by substitution reverses the chain rule; integration by parts reverses the product rule. First identify which structure is present, then transform every factor, differential and—when the integral is definite—limit consistently.

Structure Reverse rule Check
a function and (a multiple of) its derivative set u=g(x)u=g(x) and use du=g(x)dxdu=g'(x)dx the transformed integrand contains only uu
a product whose factors simplify differently udv=uvvdu\displaystyle\int u\,dv=uv-\int v\,du differentiating uu should simplify it
repeated product, such as polynomial ×ex\times e^x apply parts more than once stop when the polynomial disappears

For xx2+4dx,\int x\sqrt{x^2+4}\,dx, let u=x2+4u=x^2+4, so du=2xdxdu=2x\,dx. Then xx2+4dx=12u1/2du=13(x2+4)3/2+C.\int x\sqrt{x^2+4}\,dx=\frac12\int u^{1/2}\,du=\frac13(x^2+4)^{3/2}+C. For a definite integral, either change both limits to uu-values or return to xx before applying the original limits—never mix the two.

For x2exdx\int x^2e^x\,dx, take u=x2u=x^2 and dv=exdxdv=e^x dx. Two applications give x2exdx=x2ex2xexdx=ex(x22x+2)+C.\int x^2e^x\,dx=x^2e^x-2\int xe^x\,dx=e^x(x^2-2x+2)+C. Also, writing lnx\ln x as 1lnx1\cdot\ln x gives the required result lnxdx=xlnxx+C.\int\ln x\,dx=x\ln x-x+C.

Do not change only part of an integrand during substitution, forget the transformed dxdx or limits, or lose the minus sign in the parts formula. A cyclic integral such as one containing exsinxe^x\sin x may return after two applications of parts; collect that integral algebraically rather than continuing forever.

Integrate rational expressions exactly

When a proper rational expression has factorised linear denominators, decompose it into simpler fractions before integrating. Match a constant numerator to each linear factor and an additional term for every repeated power.

Integrand pattern Antiderivative pattern
Aax+b\displaystyle\frac{A}{ax+b} Aalnax+b\displaystyle\frac{A}{a}\ln|ax+b|
A(ax+b)n, n>1\displaystyle\frac{A}{(ax+b)^n},\ n>1 use the power rule with the inner derivative factor
f(x)f(x)\displaystyle\frac{f'(x)}{f(x)} lnf(x)\ln|f(x)|; e.g. xx2+5dx=12ln(x2+5)+C\displaystyle\int\frac{x}{x^2+5}dx=\frac12\ln(x^2+5)+C

For 5x+1(x+1)(x+2)=Ax+1+Bx+2,\frac{5x+1}{(x+1)(x+2)}=\frac{A}{x+1}+\frac{B}{x+2}, matching numerators gives A=4A=-4 and B=9B=9. Hence 5x+1(x+1)(x+2)dx=4lnx+1+9lnx+2+C.\int\frac{5x+1}{(x+1)(x+2)}\,dx=-4\ln|x+1|+9\ln|x+2|+C. Differentiate the result to check both coefficients.

A repeated linear factor does not produce another logarithm: 3(x1)2dx=3x1+C.\int\frac{3}{(x-1)^2}\,dx=-\frac{3}{x-1}+C. Likewise, 2(2x1)4dx=13(2x1)3+C.\int\frac{2}{(2x-1)^4}\,dx=-\frac{1}{3(2x-1)^3}+C.

Make an improper rational expression proper before decomposing. Preserve absolute-value bars in logarithms unless the stated interval fixes the sign, and include the derivative of every linear denominator. Do not treat all denominator powers as logarithmic.

Solve a separable differential equation

A first-order equation is separable when all yy-dependence can be placed with dydy and all xx-dependence with dxdx. Integrating produces a family of curves—the general solution. An initial or boundary condition then selects a particular member.

dydx=f(x)g(y)1g(y)dy=f(x)dx\frac{dy}{dx}=f(x)g(y)\quad\Longrightarrow\quad\int\frac{1}{g(y)}\,dy=\int f(x)\,dx

For dy/dx=2xydy/dx=2xy with y0y\ne0, separation gives 1ydy=2xdx,\frac1y\,dy=2x\,dx, so lny=x2+Cy=Aex2.\ln|y|=x^2+C\quad\Longrightarrow\quad y=Ae^{x^2}. This non-zero family, together with the equilibrium solution y=0y=0 lost when dividing by yy, is the general solution.

If y(0)=3y(0)=3, then 3=Ae03=Ae^0, so the particular solution is y=3ex2.y=3e^{x^2}. Check it by differentiating: dy/dx=6xex2=2x(3ex2)=2xydy/dx=6xe^{x^2}=2x(3e^{x^2})=2xy, and it satisfies the initial condition.

A reliable sequence is: separate with dydy and dxdx visible; integrate both sides and include one arbitrary constant; simplify only when it helps; use the condition; state the requested form; differentiate to verify. Partial fractions or integration by parts may be needed after separation.

Do not treat dy/dxdy/dx as an ordinary fraction without preserving the differential relationship. Before dividing by a factor involving yy, test whether setting that factor to zero gives a constant solution. A general solution must retain an arbitrary constant; a particular solution must use the supplied condition.

Find area from parametric equations

For a parametric curve x=x(t)x=x(t), y=y(t)y=y(t), convert the Cartesian area element ydxy\,dx using dx=x(t)dtdx=x'(t)dt. The parameter values at the region's endpoints supply the limits; the curve does not need to be rearranged into y=f(x)y=f(x).

A=abydx=t1t2y(t)x(t)dtA=\int_a^b y\,dx=\int_{t_1}^{t_2}y(t)x'(t)\,dt

For x=t2x=t^2, y=t+1y=t+1, 0t20\le t\le2, x(t)=2tx'(t)=2t and the curve lies above the xx-axis. Thus A=02(t+1)(2t)dt=[23t3+t2]02=283.A=\int_0^2(t+1)(2t)\,dt=\left[\frac23t^3+t^2\right]_0^2=\frac{28}{3}.

Region Integrand in parameter form
between curve and xx-axis y(t)x(t)y(t)x'(t)
between y=hy=h and the curve [hy(t)]x(t)[h-y(t)]x'(t)
curve crosses the axis or doubles back split where the sign or xx-direction changes, then add geometric pieces

The integral is signed: reversed parameter limits or x(t)<0x'(t)<0 can make it negative even though geometric area is positive. Establish the endpoint parameter values and direction before integrating. Do not integrate x(t)y(t)x(t)y(t), and do not spend time sketching a curve from its parametric equations—the specification does not require that skill here.