Abstract mathematical symbols and equations representing physics mathematics

Integration techniques

PHYS 110 · Integral Calculus

Many integrals require strategy. This lesson introduces substitution, integration by parts, symmetry, and practical decision-making for physics problems.

Key equations

u=x^2du=2x\,dx\int u\,dv = uv - \int v\,du\int_{-a}^{a} f(x)\,dx = 0\int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx\sin^2 x = \frac{1-\cos 2x}{2}\cos^2 x = \frac{1+\cos 2x}{2}

Learning objectives

  • Use substitution as reverse chain rule.
  • Use integration by parts as reverse product rule.
  • Apply symmetry to definite integrals.
  • Recognize when numerical integration may be needed.

Why techniques are needed

Basic antiderivative rules handle many simple functions, but physics often produces more complicated expressions. You may need to integrate products, composite functions, trigonometric expressions, or functions with useful symmetry. Integration techniques provide strategies.

The goal is not to memorize tricks blindly. The goal is to recognize structure. Ask: Is this a chain rule in reverse? Is this a product rule in reverse? Is the function symmetric? Can the expression be simplified before integrating?

Substitution

Substitution is the reverse of the chain rule. It is useful when an integral contains a function inside another function and something like the derivative of the inside function.

Suppose

int2xcos(x2),dxint 2xcos(x^2),dx

Let

u=x2u=x^2

Then

du=2x,dxdu=2x,dx

So the integral becomes

intcosu,du=sinu+Cint cos u,du = sin u + C

Substitute back:

sin(x2)+Csin(x^2)+C

Substitution is common in physics because variables often appear in combinations such as omegatomega t, kxomegatkx-omega t, r2r^2, or t/RC-t/RC.

Definite integrals with substitution

For definite integrals, you can either substitute back before evaluating or change the limits. If u=g(x)u=g(x), then the original limits in xx must be converted to limits in uu.

This can reduce mistakes because you then evaluate entirely in the new variable.

Integration by parts

Integration by parts is the reverse of the product rule. The formula is

intu,dv=uvintv,duint u,dv = uv - int v,du

It is useful for products such as xexxe^x, xsinxxsin x, or expressions involving logarithms.

For example, to integrate

intxcosx,dxint xcos x,dx

choose u=xu=x and dv=cosx,dxdv=cos x,dx. Then du=dxdu=dx and v=sinxv=sin x. The result is

xsinxintsinx,dx=xsinx+cosx+Cxsin x - int sin x,dx = xsin x + cos x + C

Symmetry

Symmetry can simplify definite integrals. If a function is odd, meaning f(x)=f(x)f(-x)=-f(x), then over symmetric limits:

intaaf(x),dx=0int_{-a}^{a} f(x),dx = 0

If a function is even, meaning f(x)=f(x)f(-x)=f(x), then

intaaf(x),dx=2int0af(x),dxint_{-a}^{a} f(x),dx = 2int_0^a f(x),dx

This appears often in center-of-mass problems, charge distributions, waves, and fields.

Trig identities

Some integrals require trig identities. For example,

sin^2 x = rac{1-cos 2x}{2}

cos^2 x = rac{1+cos 2x}{2}

These identities are useful for average energy in oscillations and waves, where squared sine and cosine terms appear.

Numerical integration

Not every integral has a simple formula. In real physics and engineering, many integrals are evaluated numerically. A computer approximates the accumulated area using small intervals. Numerical integration is essential for complicated forces, data-based functions, and realistic models.

Choosing a method

A practical checklist helps. First simplify algebraically. Then look for a substitution. If the integrand is a product, consider integration by parts. If the limits are symmetric, check even or odd symmetry. If no exact method is reasonable, numerical integration may be appropriate.

The big idea

Integration techniques are pattern-recognition tools. Substitution reverses the chain rule. Integration by parts reverses the product rule. Symmetry reduces work. Trig identities reshape expressions. Numerical methods handle realistic cases. In physics, technique matters because integrals represent real accumulated quantities.

Ask your AI physics guide

AI Physics Chat· Mathematical Methods for Physics — Integration techniques

Ask anything about Mathematical Methods for Physics — Integration techniques, or choose a suggested question below.

AI responses are educational and may not be perfectly accurate. Press Enter to send, Shift+Enter for new line.