Salick Academy

Integration I

No calculator

Integration undoes differentiation. Everything in this topic follows from reading the differentiation rules backwards — and from remembering the constant that differentiation destroyed.

Antidifferentiation

If dFdx=f(x)\dfrac{dF}{dx} = f(x), then FF is an antiderivative of ff, written

f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C

Since the derivative of any constant is zero, x2+1x^2 + 1, x27x^2 - 7 and x2x^2 all differentiate to 2x2x. Reversing the process cannot recover which constant was there, so every indefinite integral carries +C+C.

Indefinite integrals

xndx=xn+1n+1+C(n1)\int x^n\,dx = \frac{x^{n+1}}{n+1} + C \qquad (n \ne -1)

Raise the power by one and divide by the new power — exactly the reverse of the differentiation rule.

x3dx=x44+C\int x^3\,dx = \frac{x^4}{4} + C (3x24x+5)dx=x32x2+5x+C\int (3x^2 - 4x + 5)\,dx = x^3 - 2x^2 + 5x + C

Reversing the chain rule

(ax+b)ndx=(ax+b)n+1a(n+1)+C\int (ax+b)^n\,dx = \frac{(ax+b)^{n+1}}{a(n+1)} + C

The extra division by aa compensates for the factor the chain rule would introduce.

(2x+1)5dx=(2x+1)612+C\int (2x+1)^5\,dx = \frac{(2x+1)^6}{12} + C

Check by differentiating: 6(2x+1)5×212=(2x+1)5\dfrac{6(2x+1)^5 \times 2}{12} = (2x+1)^5

Definite integrals

abf(x)dx=[F(x)]ab=F(b)F(a)\int_a^b f(x)\,dx = \Big[F(x)\Big]_a^b = F(b) - F(a)

The constant cancels in the subtraction, so definite integrals need no +C+C.

132xdx=[x2]13=91=8\int_1^3 2x\,dx = \Big[x^2\Big]_1^3 = 9 - 1 = 8

02(x2+1)dx=[x33+x]02=(83+2)0=143\int_0^2 (x^2+1)\,dx = \left[\frac{x^3}{3} + x\right]_0^2 = \left(\frac83 + 2\right) - 0 = \frac{14}{3}

Two properties worth knowing:

abf=bafabf+bcf=acf\int_a^b f = -\int_b^a f \qquad \int_a^b f + \int_b^c f = \int_a^c f

Area under a curve

For a curve above the xx-axis between x=ax = a and x=bx = b:

Area=abydx\text{Area} = \int_a^b y\,dx

Find the area under y=x2y = x^2 from x=0x = 0 to x=3x = 3.

03x2dx=[x33]03=90=9\int_0^3 x^2\,dx = \left[\frac{x^3}{3}\right]_0^3 = 9 - 0 = 9

For an area measured from the yy-axis, integrate with respect to yy instead:

Area=cdxdy\text{Area} = \int_c^d x\,dy

Area between curves

Area=ab(yupperylower)dx\text{Area} = \int_a^b (y_{\text{upper}} - y_{\text{lower}})\,dx

where aa and bb are the xx-coordinates of the intersection points.

Find the area between y=xy = x and y=x2y = x^2.

They meet where x=x2x = x^2, so x=0x = 0 and x=1x = 1. Between those, x>x2x > x^2, so the line is on top:

01(xx2)dx=[x22x33]01=1213=16\int_0^1 (x - x^2)\,dx = \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1 = \frac12 - \frac13 = \frac16

Volumes of revolution

Rotating the region under y=f(x)y = f(x) about the xx-axis produces a solid of volume

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

Rotate y=xy = x from x=0x = 0 to x=2x = 2 about the xx-axis.

V=π02x2dx=π[x33]02=8π3V = \pi\int_0^2 x^2\,dx = \pi\left[\frac{x^3}{3}\right]_0^2 = \frac{8\pi}{3}

This is a cone of radius 2 and height 2, and the standard formula gives 13πr2h=13π(4)(2)=8π3\frac13\pi r^2 h = \frac13\pi(4)(2) = \frac{8\pi}{3}

About the yy-axis instead:

V=πcdx2dyV = \pi\int_c^d x^2\,dy

Integrating trigonometric functions

Reading the derivatives backwards:

sinxdx=cosx+C\int \sin x\,dx = -\cos x + C cosxdx=sinx+C\int \cos x\,dx = \sin x + C sec2xdx=tanx+C\int \sec^2 x\,dx = \tan x + C

0π/2cosxdx=[sinx]0π/2=10=1\int_0^{\pi/2}\cos x\,dx = \Big[\sin x\Big]_0^{\pi/2} = 1 - 0 = 1

With a linear inside function, divide by its coefficient:

sin(3x)dx=cos(3x)3+C\int \sin(3x)\,dx = -\frac{\cos(3x)}{3} + C

Check: ddx(cos3x3)=3sin3x3=sin3x\dfrac{d}{dx}\left(-\dfrac{\cos 3x}{3}\right) = \dfrac{3\sin 3x}{3} = \sin 3x