Clastify logo
Clastify logo
Exam prep
Exemplars
Review
HOT

Integral Calculus

Master IB Math AA Integral Calculus with notes created by examiners and strictly aligned with the syllabus.

IB Syllabus Requirements for Integral Calculus

5.5

Introduction to integration

5.10

Indefinite integration and reverse chain rule

5.11

Definite integrals and areas

5.16

Integration techniques

HL

5.5

INTRODUCTION TO INTEGRATION

Integration as the reverse of differentiation

An antiderivative is a function that differentiates to give the function you started with. If

F(x)=f(x)F'(x)=f(x)

, then FF is an antiderivative of ff.

An indefinite integral describes a family of antiderivatives:

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

Don’t treat the +C+C as decoration. Differentiation removes constants, so integration must put them back.

A definite integral is a number found by accumulating the signed values of a function over an interval:

abf(x)dx\int_a^b f(x)\,dx

Geometrically, the integral represents signed area. Area above the xx-axis counts positive; area below the xx-axis counts negative.

Image

The first power rule for integration

When integrating powers of xx, raise the power by one, then divide by the new power:

xndx=xn+1n+1+C,nZ, n1\int x^n\,dx=\frac{x^{n+1}}{n+1}+C, \qquad n\in\mathbb{Z},\ n\ne -1

This is the differentiation power rule in reverse. For example, ddx(x66)=x5\frac{d}{dx}\left(\frac{x^6}{6}\right)=x^5, so x5dx=x66+C\int x^5\,dx=\frac{x^6}{6}+C.

A constant can be carried through the integration, and each term in a sum can be integrated separately:

(4x37x+2)dx=x47x22+2x+C\int \left(4x^3-7x+2\right)\,dx=x^4-\frac{7x^2}{2}+2x+C

Roots and fractions are usually easier to integrate after rewriting them as powers. For instance, x=x12\sqrt{x}=x^{\frac12} and 1x4=x4\frac{1}{x^4}=x^{-4}. That quick algebra step can make the method much easier to spot.

Using a condition to find the constant

If the question gives a point on the original function, apply it after integrating. Suppose f(x)=6x5f'(x)=6x-5 and f(2)=9f(2)=9. Then

f(x)=3x25x+Cf(x)=3x^2-5x+C

Now substitute x=2x=2 and f(2)=9f(2)=9:

9=3(2)25(2)+C=2+C9=3(2)^2-5(2)+C=2+C

so C=7C=7 and f(x)=3x25x+7f(x)=3x^2-5x+7.

Definite integrals using technology

On a technology paper, a GDC can evaluate many definite integrals directly. You still need to understand what it is calculating. The result is the signed accumulation, not automatically the physical area when the curve crosses the axis.

If a curve stays above the xx-axis on [a,b][a,b], the area between the curve and the axis is

A=abf(x)dxA=\int_a^b f(x)\,dx

When the function goes below the axis, the same formula gives signed area. To find the true geometric area, use absolute values or split the integral at the intercepts. That fuller version comes in 5.11.

5.10

INDEFINITE INTEGRATION AND REVERSE CHAIN RULE

Core indefinite integrals

Here, the power rule also applies to rational powers:

xndx=xn+1n+1+C,nQ, n1\int x^n\,dx=\frac{x^{n+1}}{n+1}+C, \qquad n\in\mathbb{Q},\ n\ne -1

There is one key exception: n=1n=-1.

1xdx=lnx+C\int \frac{1}{x}\,dx=\ln|x|+C

The absolute value is needed because 1x\frac{1}{x} is defined for both negative and positive xx, whereas lnx\ln x is only defined for positive xx.

The standard trigonometric and exponential integrals are

sinxdx=cosx+C\int \sin x\,dx=-\cos x+C cosxdx=sinx+C\int \cos x\,dx=\sin x+C exdx=ex+C\int e^x\,dx=e^x+C

Trigonometric calculus uses radians. A calculator set to degrees may still produce convincing graphs, but it won’t give the calculus you intend.

Linear composites: the inside derivative is constant

A linear composite is a composite function with an inside function of the form ax+bax+b. Here, aa is a non-zero constant multiplier of xx (unit depends on context), while bb is a constant shift (same unit as xx). If f(x)dx=F(x)+C\int f(x)\,dx=F(x)+C, then

f(ax+b)dx=1aF(ax+b)+C\int f(ax+b)\,dx=\frac{1}{a}F(ax+b)+C

The factor 1a\frac{1}{a} comes from reversing the chain rule. Differentiating F(ax+b)F(ax+b) introduces an extra factor of aa, so integration requires division by aa.

For example,

cos(5x1)dx=15sin(5x1)+C\int \cos(5x-1)\,dx=\frac{1}{5}\sin(5x-1)+C

Similarly,

(3x+4)6dx=(3x+4)721+C\int (3x+4)^6\,dx=\frac{(3x+4)^7}{21}+C

because the usual power rule divides by 77, then the inside derivative gives another division by 33.

Integration by inspection: the reverse chain rule

Integration by inspection integrates a composite function when the derivative of the inside function is already present, except perhaps for a constant factor. The syllabus form is

kg(x)f(g(x))dx=kF(g(x))+C\int k g'(x) f(g(x))\,dx=kF(g(x))+C

Ask yourself: “Do I see the derivative of the inside?” Consider

6x(3x24)5dx\int 6x(3x^2-4)^5\,dx

Therefore,

6x(3x24)5dx=(3x24)66+C\int 6x(3x^2-4)^5\,dx=\frac{(3x^2-4)^6}{6}+C

Now consider

sinxcosxdx\int \frac{\sin x}{\cos x}\,dx
sinxcosxdx=lncosx+C\int \frac{\sin x}{\cos x}\,dx=-\ln|\cos x|+C

Inspection can also be expressed as substitution. When the structure is clear, though, inspection is faster. Don’t turn every integral into a long substitution when the reverse chain rule is already visible.

5.11

DEFINITE INTEGRALS AND AREAS

The analytical approach to definite integrals

The key result is

abg(x)dx=g(b)g(a)\int_a^b g'(x)\,dx=g(b)-g(a)

So, if F(x)=f(x)F'(x)=f(x), then

abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx=F(b)-F(a)

This can be written compactly as

[F(x)]ab=F(b)F(a)[F(x)]_a^b=F(b)-F(a)

For example,

13(2x+4)dx=[x2+4x]13=(9+12)(1+4)=16\int_1^3 (2x+4)\,dx=[x^2+4x]_1^3=(9+12)-(1+4)=16

Some definite integrals can’t be evaluated using the elementary antiderivatives in the course. In these cases, technology is the appropriate mathematical method, not a shortcut. Write the integral with the correct limits before using the calculator.

Signed area and true area

A signed area is the value of a definite integral: regions above the xx-axis count as positive, while regions below it count as negative. A geometric area is the non-negative size of a region.

If f(x)0f(x)\ge 0 throughout [a,b][a,b], then

A=abf(x)dxA=\int_a^b f(x)\,dx

When ff stays below the axis throughout the interval,

A=abf(x)dxA=-\int_a^b f(x)\,dx

If ff crosses the axis, split the interval at the intercepts. Alternatively, write

A=abf(x)dxA=\int_a^b |f(x)|\,dx

Without technology, splitting is usually clearer since it shows exactly where the sign changes.

Image

Write a correct expression before calculating. For example, suppose a graph lies below the axis on [p,q][p,q] and above it on [q,r][q,r]. Its area is

A=pqf(x)dx+qrf(x)dxA=-\int_p^q f(x)\,dx+\int_q^r f(x)\,dx

where pp, qq, and rr are xx-values marking the endpoints and intercept.

Area between curves

Suppose two continuous curves y=f(x)y=f(x) and y=h(x)y=h(x) enclose a region from x=ax=a to x=bx=b, with f(x)h(x)f(x)\ge h(x) throughout the interval. Then

A=ab(f(x)h(x))dxA=\int_a^b \big(f(x)-h(x)\big)\,dx

I usually say “top minus bottom”. It may sound less elegant than “upper function minus lower function”, but it prevents mistakes.

Image

The limits often come from the intersection points. Find them by solving f(x)=h(x)f(x)=h(x), or use technology when allowed. If the curves swap which one is on top, split the integral at the crossing point. One neat-looking integral in the wrong order produces a signed result, not the required area.

Technology can help build intuition: graph the curves, shade the trapped region, and check which curve is above. On a non-technology paper, though, the expression and exact working must stand on their own.

5.16

INTEGRATION TECHNIQUES

HL

Substitution beyond inspection

Integration by substitution changes the variable in an integral, turning a difficult-looking integrand into a standard one. If the integral is not an obvious inspection integral of the form kg(x)f(g(x))dx\int k g'(x)f(g(x))\,dx, the examination question will provide the substitution.

Let u=g(x)u=g(x), where uu is the new variable and g(x)g(x) is the substituted expression. Then

dudx=g(x)\frac{du}{dx}=g'(x)

In a friendly case,

f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x)\,dx=\int f(u)\,du

When a substitution is provided, it is often cleaner to write xx in terms of uu and use

f(x)dx=f(x(u))dxdudu\int f(x)\,dx=\int f(x(u))\frac{dx}{du}\,du

where x(u)x(u) is xx written as a function of uu, and dxdu\frac{dx}{du} is the derivative of xx with respect to uu. Students most often lose the factor dxdu\frac{dx}{du}. Without it, the answer is usually off by a constant factor or worse.

For definite integrals, change the limits as soon as the variable changes. Suppose x=ax=a becomes u=αu=\alpha and x=bx=b becomes u=βu=\beta, where α\alpha and β\beta are the new lower and upper limits in the uu-variable. Continue entirely in uu:

abf(x)dx=αβf(x(u))dxdudu\int_a^b f(x)\,dx=\int_\alpha^\beta f(x(u))\frac{dx}{du}\,du

This avoids substituting back to xx at the end.

Integration by parts

Integration by parts integrates a product by moving one derivative from one factor to the other. The method comes from the product rule, and its formula is

udvdxdx=uvvdudxdx\int u\frac{dv}{dx}\,dx=uv-\int v\frac{du}{dx}\,dx

where uu and vv are differentiable functions of xx.

The main decision is which part to differentiate. One useful classroom rule is ILATE: Inverse trigonometric, Logarithmic, Algebraic, Trigonometric, Exponential. The earlier type is usually chosen as uu because differentiating it tends to simplify the integral.

For example, in xsinxdx\int x\sin x\,dx, choose u=xu=x and dvdx=sinx\frac{dv}{dx}=\sin x. Then dudx=1\frac{du}{dx}=1 and v=cosxv=-\cos x, so

xsinxdx=xcosx+cosxdx=xcosx+sinx+C\int x\sin x\,dx=-x\cos x+\int \cos x\,dx=-x\cos x+\sin x+C

Don’t invent a rule that says the integral of a product equals the product of the integrals. That rule is false. Parts works by changing the product integral into a new integral that should be easier.

Some integrals only become products when you rewrite them. For example,

lnxdx=1lnxdx\int \ln x\,dx=\int 1\cdot \ln x\,dx

Choose u=lnxu=\ln x and dvdx=1\frac{dv}{dx}=1. Then dudx=1x\frac{du}{dx}=\frac{1}{x} and v=xv=x, giving

lnxdx=xlnx1dx=xlnxx+C\int \ln x\,dx=x\ln x-\int 1\,dx=x\ln x-x+C

The same approach works for inverse trigonometric functions such as arcsinxdx\int \arcsin x\,dx.

Repeated integration by parts

Repeated integration by parts means using the parts formula more than once in the same problem. It is needed when one application makes the integral easier but does not finish it.

For a polynomial multiplied by an exponential or trigonometric function, each application usually reduces the polynomial degree. For instance, x2exdx\int x^2e^x\,dx needs parts twice: first reduce x2x^2 to 2x2x, then reduce 2x2x to a constant.

With products such as exsinxdx\int e^x\sin x\,dx, repeated parts can bring back the original integral. This isn’t a failure. Put the original integral on one side and solve algebraically for it. Integration has become a small simultaneous equation with itself.

5.17

AREAS WITH THE Y-AXIS AND VOLUMES OF REVOLUTION

HL

Area enclosed by a curve and the y-axis

For a region bounded by a curve and the yy-axis, integrating with respect to yy is often the better approach. Suppose the curve is written as x=r(y)x=r(y) from y=cy=c to y=dy=d. Here, r(y)r(y) is the horizontal distance from the yy-axis (unit depends on context), while cc and dd are the lower and upper yy-limits. Then

A=cdr(y)dyA=\int_c^d r(y)\,dy

When the curve lies to the left of the yy-axis, use the positive horizontal distance, or split/sign-correct as you would for area with the xx-axis.

Image

The idea hasn’t changed; only the direction of the thin strips has. Vertical strips lead to dxdx, while horizontal strips lead to dydy.

Volumes of revolution

A solid of revolution is a three-dimensional solid formed by rotating a plane region around an axis. In this course, the rotation is about either the xx-axis or the yy-axis.

Rotate the region under y=f(x)y=f(x) from x=ax=a to x=bx=b about the xx-axis. Its cross-sections are circles with radius f(x)f(x), so the volume is

V=πab[f(x)]2dxV=\pi\int_a^b [f(x)]^2\,dx

Don’t miss the square: the integral adds circular areas, not lengths.

Image

For a region between x=r(y)x=r(y) and the yy-axis from y=cy=c to y=dy=d, rotated about the yy-axis, the volume is

V=πcd[r(y)]2dyV=\pi\int_c^d [r(y)]^2\,dy

The quantity being squared is the radius of each circular slice. Before integrating, identify the axis of rotation and the radius, then set the limits. These questions fit naturally into design contexts because rotating a profile curve can generate a vase, nozzle, bowl, or machine part.

Image

Some of the resulting definite integrals have no elementary antiderivative in the course. On a technology paper, first write the correct volume expression, then evaluate the definite integral numerically.

Were those notes helpful?

differential-equations Differential Equations

kinematics Kinematics