Applications of Integrals Practice Quiz with a Step-by-Step Interactive Lesson
Use the quiz at the top of the page to practice applications of integrals — the most important "real use" skills from Calculus: area under a curve and definite integrals \(\int_a^b f(x)\,dx\) as net or total accumulation, area between curves using top minus bottom (or right minus left), volume of solids of revolution with the disk method and washer method about the \(x\)-axis or \(y\)-axis, the shell method for rotation when washers are awkward, and surface area of revolution using arc length factors like \(\sqrt{1+(f'(x))^2}\). You will learn how to sketch the region, find intersection points, choose correct bounds, and write the correct integral setup with the right radii, heights, and units. If you want a refresher, click Start lesson to open a step-by-step guide with worked examples and quick checks.
How this applications of integrals practice works
1. Take the quiz: answer the area, volume, and surface area questions at the top of the page.
2. Open the lesson (optional): review area under the curve, area between curves, disk/washer/shell volume methods, and surface area of revolution.
3. Retry: return to the quiz and set up the correct integral formula immediately.
What you will learn in the applications of integrals lesson
Area with definite integrals
Area under a curve when \(f(x)\ge 0\): \(\displaystyle A=\int_a^b f(x)\,dx\)
Total area vs net area when a function crosses the axis
Area between curves: \(\displaystyle A=\int_a^b(\text{top}-\text{bottom})\,dx\)
Volume: disk and washer methods
Disk method (solid region): \(\displaystyle V=\pi\int_a^b [R(x)]^2\,dx\)
Rotate about the \(x\)-axis or \(y\)-axis with correct radii and bounds
Volume: cylindrical shells
Shell method: \(\displaystyle V=2\pi\int (\text{radius})(\text{height})\,dx\) or \(dy\)
Use shells when rotating about the \(y\)-axis with \(x\)-slices (or when washers require solving for \(x\) in terms of \(y\))
Set radius as distance to the axis of rotation, height as curve difference
Surface area and setup skills
Surface area of revolution: \(\displaystyle S=2\pi\int_a^b f(x)\sqrt{1+(f'(x))^2}\,dx\)
Find intersection points by solving equations like \(2x=x^2\)
Always verify units: area in square units, volume in cubic units
Back to the quiz
When you are ready, return to the quiz at the top of the page and keep practicing applications of integrals.
⭐⭐⭐⭐⭐⭐
📐
Applications Of Integrals
Step-by-step guide
Tap to open ->
Loading...
Applications of Integrals Lesson
1 / 8
Lesson Overview
Lesson overview
Purpose: Master the applications of integrals that show up in every Calculus course: area under a curve, area between curves, volume of solids of revolution using the disk method and washer method, cylindrical shells, and surface area of revolution. You will learn how to sketch the region, pick the correct axis of rotation, compute correct radii/heights, find intersection points for bounds, and write the correct integral setup with units.
Success criteria
Compute area under a curve for \(f(x)\ge 0\) using \(\displaystyle A=\int_a^b f(x)\,dx\).
Distinguish net area (signed integral) from total area (sum of positive areas) when graphs cross an axis.
Compute area between curves using \(\displaystyle A=\int_a^b(\text{top}-\text{bottom})\,dx\) (or \(\text{right}-\text{left}\) with \(dy\)).
Set up disk method volumes: \(\displaystyle V=\pi\int_a^b [R(x)]^2\,dx\).
Set up washer method volumes: \(\displaystyle V=\pi\int_a^b\big([R(x)]^2-[r(x)]^2\big)\,dx\).
Set up shell method volumes: \(\displaystyle V=2\pi\int (\text{radius})(\text{height})\,dx\) or \(dy\).
Compute surface area of revolution: \(\displaystyle S=2\pi\int_a^b f(x)\sqrt{1+(f'(x))^2}\,dx\) (about the \(x\)-axis when \(f(x)\ge 0\)).
Find correct bounds by solving intersections like \(2x=x^2\) and checking the region.
Check units: area in square units, volume in cubic units, surface area in square units.
Key vocabulary
Definite integral: \(\int_a^b f(x)\,dx\), representing net signed area or accumulation over \([a,b]\).
Area between curves: \(\int_a^b(\text{top}-\text{bottom})\,dx\) when slicing vertically.
Disk/Washer methods: volumes from rotating cross-sections perpendicular to the axis of rotation.
Shell method: volumes from rotating shells (often convenient for rotation about the \(y\)-axis with \(dx\)).
Axis of rotation: the line you rotate around (e.g., \(x\)-axis, \(y\)-axis, \(y=c\), \(x=c\)).
Radius / height: distances that define each disk/washer/shell at a given \(x\) or \(y\).
Quick pre-check
Pre-check 1: If \(f(x)\ge 0\) on \([a,b]\), what does \(\displaystyle \int_a^b f(x)\,dx\) represent?
Hint: When \(f(x)\ge 0\), the definite integral equals the geometric area under the curve.
Pre-check 2: What is the disk-method setup for rotating \(y=f(x)\ge 0\) about the \(x\)-axis from \(x=a\) to \(x=b\)?
Hint: Cross-sections are disks with radius \(R=f(x)\), so area is \(\pi R^2\).
Area Under a Curve
Area under a curve and the meaning of a definite integral
Learning goal: Use definite integrals to compute area under \(y=f(x)\) and recognize when an integral represents net (signed) area.
Key idea
The definite integral \(\displaystyle \int_a^b f(x)\,dx\) measures net accumulation over \([a,b]\). Geometrically, it is the signed area between the graph of \(y=f(x)\) and the \(x\)-axis:
Area above the \(x\)-axis counts as positive.
Area below the \(x\)-axis counts as negative.
If \(f(x)\ge 0\) on \([a,b]\), then the integral equals the usual (positive) area: \[ A=\int_a^b f(x)\,dx. \] If the graph crosses the axis, and you want total area, you break the interval at the zeros of \(f\) and add the absolute areas.
Worked example
Example: Find the area under \(y=x^3\) from \(x=0\) to \(x=2\).
Because \(x^3\ge 0\) on \([0,2]\), the area is: \[ A=\int_{0}^{2} x^3\,dx=\left[\frac{x^4}{4}\right]_{0}^{2}=\frac{16}{4}-0=4. \]
Try it
Try it 1: What is \(\displaystyle \int_{0}^{3} x^2\,dx\)?
Hint: \(\int x^2\,dx=\frac{x^3}{3}\). Evaluate from \(0\) to \(3\).
Try it 2: What is \(\displaystyle \int_{0}^{\ln 2} e^x\,dx\)?
\(\int_a^b f(x)\,dx\) is net (signed) area/accumulation over \([a,b]\).
If \(f(x)\ge 0\), it equals the geometric area under the curve.
Area Between Curves
Area between curves: top minus bottom, with correct bounds
Learning goal: Find intersection points and compute area between two graphs using \(\text{top}-\text{bottom}\) (or \(\text{right}-\text{left}\)).
Key idea
To find the area enclosed between two curves \(y=f(x)\) and \(y=g(x)\) over \([a,b]\), sketch or compare values to decide which is on top. Then use: \[ A=\int_a^b \bigl(\text{top} - \text{bottom}\bigr)\,dx. \] The hardest part is usually picking the correct bounds \(a\) and \(b\). You typically find them by solving \(f(x)=g(x)\).
Worked example
Example: Find the area between \(y=2x\) and \(y=x^2\) from \(x=0\) to \(x=2\).
On \([0,2]\), we have \(2x \ge x^2\) (they meet at \(x=0\) and \(x=2\)). So top is \(2x\) and bottom is \(x^2\): \[ A=\int_{0}^{2} (2x-x^2)\,dx =\left[x^2-\frac{x^3}{3}\right]_{0}^{2} =4-\frac{8}{3}=\frac{4}{3}. \]
Try it
Try it 1: What is the area between \(y=3\) and \(y=x\) from \(x=0\) to \(x=2\)?
Hint: \(A=\int_0^2 (3-x)\,dx\).
Try it 2: What is the area between \(y=3x\) and the \(x\)-axis from \(x=0\) to \(x=2\)?
Hint: Area is \(\int_0^2 3x\,dx = \left[\frac{3x^2}{2}\right]_0^2\).
Summary
Area between curves uses \(\int(\text{top}-\text{bottom})\,dx\) over the correct intersection bounds.
Sketching (even a quick one) helps you choose top/bottom and avoid sign mistakes.
Volume by Disks & Washers
Volumes of revolution: disk method and washer method
Learning goal: Set up and compute volumes of solids of revolution using disks and washers with correct radii.
Key idea
When a region is rotated about an axis, the cross-sections perpendicular to that axis are circles. If you rotate a region about the \(x\)-axis, the radius is a vertical distance from the curve to the axis:
Disk method (no hole): \(\displaystyle V=\pi\int_a^b [R(x)]^2\,dx\)
Always define radii as distances to the axis of rotation.
Shell Method
Volume with cylindrical shells: \(2\pi\int (\text{radius})(\text{height})\)
Learning goal: Recognize when shells are easier than washers and set up \(\text{radius}\cdot\text{height}\) correctly.
Key idea
The shell method uses cylindrical shells instead of disks. A typical setup (rotating around the \(y\)-axis with vertical slices) is: \[ V=2\pi\int_a^b (\text{radius})(\text{height})\,dx. \] For shells around the \(y\)-axis:
radius \(=x\) (distance from slice at \(x\) to the \(y\)-axis),
height \(=\text{top}-\text{bottom}\) (vertical length of the region at that \(x\)).
Shells are often best when rotating around the \(y\)-axis but your functions are written as \(y=f(x)\), because washers may require rewriting in terms of \(x\) as a function of \(y\).
Worked example
Example: Find the volume obtained by rotating the region under \(y=x^2\) from \(x=0\) to \(x=1\) about the \(y\)-axis using shells.
Pick shells when they let you keep the problem in \(x\) (or in \(y\)) without solving for the other variable.
Surface Area
Surface area of a surface of revolution
Learning goal: Use the surface-area formula and recognize the role of \(\sqrt{1+(f'(x))^2}\).
Key idea
When you rotate a curve \(y=f(x)\) about the \(x\)-axis, you generate a surface. The surface area is found by combining circumference \(2\pi f(x)\) with an arc-length factor: \[ S=2\pi\int_{a}^{b} f(x)\sqrt{1+(f'(x))^2}\,dx, \] (assuming \(f(x)\ge 0\) on \([a,b]\)).
For rotation about the \(y\)-axis, a common form is: \[ S=2\pi\int_{a}^{b} x\sqrt{1+(f'(x))^2}\,dx, \] when rotating \(y=f(x)\) around the \(y\)-axis.
Worked example
Example: Using integration, find the lateral surface area of a right cylinder of radius \(2\) and height \(3\).
Think of the line segment \(y=2\) from \(x=0\) to \(x=3\) rotated about the \(x\)-axis. Here \(f(x)=2\), so \(f'(x)=0\), and \(\sqrt{1+(f'(x))^2}=\sqrt{1}=1\). \[ S=2\pi\int_{0}^{3} 2\cdot 1\,dx =4\pi\int_{0}^{3} 1\,dx =4\pi(3)=12\pi. \] This matches the known formula \(S=2\pi r h = 2\pi(2)(3)=12\pi\).
Try it
Try it 1: If \(f(x)=2\) on \([0,4]\), what is the surface area when rotating about the \(x\)-axis?
Hint: \(S=2\pi\int_0^4 2\,dx=4\pi(4)\).
Try it 2: In the surface-area formula \(S=2\pi\int_a^b f(x)\sqrt{1+(f'(x))^2}\,dx\), what does \(\sqrt{1+(f'(x))^2}\) represent?
Hint: Arc length differential is \(ds=\sqrt{1+(f'(x))^2}\,dx\).
Summary
Surface area uses circumference \(\times\) arc length: \(S=2\pi\int f(x)\sqrt{1+(f'(x))^2}\,dx\).
The square-root factor comes from converting \(dx\) into a small curve length \(ds\).
Common Setup Traps
Common mistakes: wrong bounds, wrong “top,” and wrong radius
Learning goal: Avoid the most frequent errors in applications of integrals by using a consistent setup checklist.
Key idea
Most errors in applications of integrals are not algebra errors — they are setup errors. Use this checklist before you integrate:
Draw a quick sketch. Identify the region and axis of rotation.
Find bounds. Use the interval given, or solve intersections like \(f(x)=g(x)\).
Choose a method. Disk/washer for perpendicular slices; shells for parallel slices.
Write the radius/height as distances. If rotating about \(y=c\), radius is \(|f(x)-c|\).
Check units. Area \(\to\) squared units, volume \(\to\) cubic units.
Worked example
Example: Find the volume obtained by rotating \(y=x\) from \(x=1\) to \(x=2\) around the \(x\)-axis.
This is a disk-method problem (region under \(y=x\) above the \(x\)-axis). Radius is \(R(x)=x\). Then: \[ V=\pi\int_{1}^{2} x^2\,dx =\pi\left[\frac{x^3}{3}\right]_{1}^{2} =\pi\left(\frac{8}{3}-\frac{1}{3}\right) =\frac{7\pi}{3}. \]
Try it
Try it 1: Rotating \(y=x+1\) from \(x=0\) to \(x=1\) about the \(x\)-axis (disk method). What is the correct volume?
Most mistakes are setup mistakes: bounds, top/bottom, and radius definitions.
Use a sketch + distance-based radius/height to make your integrals correct.
Applications & Big Picture
Why applications of integrals matter
Learning goal: Connect area/volume/surface area to modeling and finish with a final check.
Where applications of integrals show up
Geometry: exact areas, volumes, and surface areas that are hard to get by formulas alone.
Physics: work, fluid pressure, mass with variable density, and centers of mass.
Engineering: volumes and surface areas for design and material usage.
Economics: accumulated change and total value from marginal functions.
Worked example: a clean “pattern” you can reuse
Example: Find the volume obtained by rotating \(y=x^2\) from \(x=0\) to \(x=1\) about the \(x\)-axis.
This is a disk-method setup with radius \(R(x)=x^2\): \[ V=\pi\int_{0}^{1} (x^2)^2\,dx =\pi\int_{0}^{1} x^4\,dx =\pi\left[\frac{x^5}{5}\right]_{0}^{1} =\frac{\pi}{5}. \]
Try it
Try it 1: What is the volume obtained by rotating \(y=\sqrt{x}\) from \(x=0\) to \(x=4\) about the \(x\)-axis?
Surface area: \(S=2\pi\int f(x)\sqrt{1+(f'(x))^2}\,dx\) (about the \(x\)-axis).
Setup first: sketch, bounds, distances, then integrate.
Next step: Close this lesson and try your quiz again. If you miss a question, reopen the book and review the page that matches the area/volume/surface-area skill you need.