Applications

Area between curves

While integrating a function can give us the area under its graph, we also have to think about cases where we have more complex shapes that cannot be drawn with just one function. This is where the area between multiple curves comes in.

In its simplest form, the area between two curves in the positive plane is given by the area of the higher one minus the area of the lower one.

Two curves

These two functions cross at (1,2) and (4,5). This is important to take into account to ensure you are only calculating area within the bounds you are looking at.

Area of X=14x2+6x3 dx14x24x+5 dx\text{Area of X} = \displaystyle\int_{1}^{4} -x^2 + 6x - 3 \text{ } dx - \displaystyle\int_{1}^{4} x^2 - 4x + 5 \text{ } dx

Volume

We can use calculus to form a precise definition for volume. First consider the volume of simple shapes:

Rectangular box:V=lwh\text{Rectangular box:} \qquad V = lwh

Cylinder:V=πr2h\text{Cylinder:} \qquad V = \pi r^2 h

Cone:V=13πr2h\text{Cone:} \qquad V = \dfrac{1}{3} \pi r^2 h

Sphere:V=43πr3\text{Sphere:} \qquad V = \dfrac{4}{3} \pi r^3

Arc length

Lecture 23

L=ab1+(dydx)2 dxL = \displaystyle\int_a^b \sqrt{1 + \Big(\frac{dy}{dx}\Big)^2} \text{ } dx

Revolutions

Cross sections