Area Between Curves Slides Area Between Curves
Applications of Integration: Transitioning from Area under a curve to Area between curves.
The Ink Challenge
Two rival tech companies, Waveform and Parabola, are designing new logos.
Logo A: Bounded by \(y = \sin(x)\) and \(y = \frac{1}{2}x\)
Logo B: Bounded by \(y = x^2\) and \(y = 4x - x^2\)
"Which logo will cost more in ink to print on every business card?"
Logo Drafting Area
The Fundamentals
Accumulation Strategy
To find the area between two curves, we "slice" the region into vertical strips of thickness \(dx\).
The height of each strip is:
\(h = f(x)_{top} - g(x)_{bottom}\)
The Definite Integral Formula:
\[ \int_{a}^{b} [f(x) - g(x)] \, dx \]
Where \(a\) and \(b\) are the x-coordinates of the points of intersection.
The 4-Step Blueprint
01
Graph
Sketch the curves to identify which function is 'top' and which is 'bottom'.
02
Intersect
Set \(f(x) = g(x)\) to find your limits of integration \(a\) and \(b\).
03
Setup
Construct the integral: \(\int_{a}^{b} (top - bottom) dx\).
04
Solve
Evaluate the definite integral and verify the units are positive.
When x doesn't work...
Switch Variables!
Sometimes it's easier to slice horizontally.
This happens when curves are easier to express as \(x = f(y)\).
Horizontal Thickness: \(dy\)
Width: \(x_{right} - x_{left}\)
The y-axis Integral
\[ \int_{c}^{d} [f(y) - g(y)] \, dy \]
"Right minus Left"
Logo Ink Worksheet Logo Design: Ink Analysis
Geometric Modeling Sequence · Lesson 1 Worksheet
Name: ____________________________
Date: _____________________________
The Brief
Two start-up companies need to know the area of their logo designs to calculate printing costs. Both logos are bounded by mathematical curves. Your task is to find the exact area for each design to determine which is more expensive to produce.
1. Company A: "The Wave"
LEVEL: MODERATE
The logo for Waveform Tech is defined by the region bounded by the curves \(f(x) = \sin(x)\) and \(g(x) = \frac{1}{2}x\) in the first quadrant.
A. Solve for Intersections
Show the setup and find points of intersection (use \(x \approx 1.895\) if solving numerically).
B. Sketch the Region
C. Set up and evaluate the integral
2. Company B: "The Peak"
LEVEL: MODERATE
The logo for Parabola Peak is bounded by the curves \(y = x^2\) and \(y = 4x - x^2\).
A. Find the Intersections
B. Setup Integral (Top - Bottom)
C. Final Area Calculation
3. The Horizontal Challenge
LEVEL: ADVANCED
Find the area of the region bounded by \(y^2 = x\) and \(y = x - 2\) by integrating with respect to \(y\).
Area Between Curves Teacher Guide Teacher Guide: Area Between Curves
Instructional Roadmap & Answer Key
Instructional Focus
This lesson bridges the gap between basic definite integrals and geometric modeling. The primary goal is for students to visualize the region of integration and correctly identify the representative rectangle (vertical for dx, horizontal for dy).
Common Pitfalls
Subtracting in the wrong order (getting a negative area).
Forgetting to find intersection points for limits.
Confusing \(x = f(y)\) graphs with \(y = f(x)\).
Answer Key & Discussion Points
1. Waveform Tech Logo
Intersections: Set \(\sin(x) = \frac{1}{2}x\). The first point is \((0,0)\). The second point is found numerically at \(x \approx 1.895\).
Integral: \(\int_{0}^{1.895} [\sin(x) - \frac{1}{2}x] \, dx\)
Evaluation: \([-\cos(x) - \frac{1}{4}x^2]_{0}^{1.895}\)
Result: \(\approx 0.420\) square units.
2. Parabola Peak Logo
Intersections: \(x^2 = 4x - x^2 \Rightarrow 2x^2 - 4x = 0 \Rightarrow 2x(x - 2) = 0\). Intersects at \(x=0\) and \(x=2\).
Integral: \(\int_{0}^{2} [(4x - x^2) - x^2] \, dx = \int_{0}^{2} (4x - 2x^2) \, dx\)
Evaluation: \([2x^2 - \frac{2}{3}x^3]_{0}^{2} = (8 - \frac{16}{3}) - 0 = \frac{8}{3}\)
Result: \(2.667\) square units. (Note: This company uses significantly more ink!)
3. Horizontal Integration Challenge
Functions in terms of y: \(x = y^2\) and \(x = y + 2\).
Intersections: \(y^2 = y + 2 \Rightarrow y^2 - y - 2 = 0 \Rightarrow (y-2)(y+1) = 0\). Intersects at \(y = -1\) and \(y = 2\).
Integral: \(\int_{-1}^{2} [(y + 2) - y^2] \, dy\)
Result: \([ \frac{1}{2}y^2 + 2y - \frac{1}{3}y^3 ]_{-1}^{2} = (2+4-\frac{8}{3}) - (\frac{1}{2}-2+\frac{1}{3}) = 4.5\) units.
Class Discussion Prompt
"Look at the Parabola Peak logo again. If we rotated that logo around the x-axis, would it still represent an area, or would it become something else? How would we measure its size then?"
Use this to transition students into Lesson 2: The Disk Method.
Disk Method Dynamics Slides The Disk Method
Generating 3D Solids from 2D Regions through the power of Rotation.
Seeing in 3D
Imagine a wire frame shaped like the curve \(y = \sqrt{x}\). If we spin it rapidly around the x-axis, what do you see?
The wire path becomes a surface.
The 2D area becomes a 3D solid.
"How can we calculate the volume of this ghost-like object?"
Axis of Revolution
The Calculus of Slicing
Instead of rectangular strips, we slice our solid into cylindrical disks.
Each disk has:
Radius (\(R\)): The distance from the axis to the curve.
Thickness (\(w\)): \(dx\) or \(dy\).
Volume (\(dV\)): Area \(\times\) Thickness
Volume of one disk
\[ dV = \pi [R(x)]^2 \, dx \]
"We sum an infinite number of these infinitely thin disks."
The Disk Method Formula
IMPORTANT
\[ V = \pi \int_{a}^{b} [R(x)]^2 \, dx \]
Where \(R(x)\) is the radius function (distance from axis to curve).
Orientation is Everything
Horizontal Axis (x-axis)
The representative rectangle is perpendicular to the axis.
\[ \int \pi [f(x)]^2 dx \]
Vertical Axis (y-axis)
The representative rectangle is perpendicular to the axis.
\[ \int \pi [g(y)]^2 dy \]
Spin City Worksheet Spin City: Volumes of Revolution
Lesson 2: The Disk Method Worksheet
Name: ____________________________
Date: _____________________________
Volume of a Disk: \(V = \pi \int_{a}^{b} [R(x)]^2 dx\)
Always integrate PERPENDICULAR to the axis.
1
The Parabolic Bowl
Let \(R\) be the region bounded by \(y = \sqrt{x}\), the x-axis, and the line \(x = 4\). Find the volume of the solid generated when \(R\) is revolved about the x-axis.
Step 1: Sketch the Region & Radius
Step 2: Setup Integral
Step 3: Evaluate and Final Answer
2
The Vertical Tower
Find the volume of the solid generated by revolving the region bounded by \(y = x^3\), \(y = 8\), and the y-axis about the y-axis.
Think: Should you integrate with respect to x or y?
Show your derivation and final result:
3
Reverse Engineering
The volume of a solid is given by \(\pi \int_{0}^{2} (x^2 + 1)^2 dx\). Describe the solid of revolution that this integral represents. What is the bounding curve and the axis of revolution?
Disk Method Teacher Guide Teacher Guide: The Disk Method
Volume Analysis & Solutions
Instructional Strategies
The "Salami" Analogy
Explain that the Disk Method is like slicing a stick of salami. Every slice is a perfect circle (disk). The radius of that circle is determined by the height of the curve at that specific point.
The Rotation Sketch
Encourage students to draw the 2D region first, then draw a "ghost" reflection across the axis. Connecting the endpoints with ellipses helps them see the 3D volume.
Solutions & Common Misconceptions
1. The Parabolic Bowl (\(y = \sqrt{x}\))
Radius: \(R(x) = \sqrt{x}\)
Integral: \(V = \pi \int_{0}^{4} (\sqrt{x})^2 \, dx = \pi \int_{0}^{4} x \, dx\)
Evaluation: \(\pi [\frac{1}{2}x^2]_{0}^{4} = \pi (8 - 0) = 8\pi\)
Final Answer: \(8\pi \approx 25.133\)
2. The Vertical Tower (\(y = x^3\))
Key Step: Convert to y-variable!
\(y = x^3 \Rightarrow x = y^{1/3}\). Radius \(R(y) = y^{1/3}\).
Integral: \(V = \pi \int_{0}^{8} (y^{1/3})^2 \, dy = \pi \int_{0}^{8} y^{2/3} \, dy\)
Evaluation: \(\pi [ \frac{3}{5}y^{5/3} ]_{0}^{8} = \pi ( \frac{3}{5} \cdot 32 ) = \frac{96\pi}{5}\)
Final Answer: \(19.2\pi \approx 60.319\)
3. Reverse Engineering
"The solid is generated by revolving the region bounded by the curve y = x² + 1 and the x-axis, between x = 0 and x = 2, about the x-axis."
Differentiation Tip
For struggling students, emphasize that the radius is always "Function - Axis". If the axis is the x-axis, the radius is just the function. If they master this early, Lesson 3 (Shifted Axes) will be much easier.
Washer Method Wonders Slides The Washer Method
Calculating volume for solids with cavities and non-standard axes.
What about the hole?
Most real-world objects aren't solid cylinders. Think of a mechanical nut , a wedding ring , or a donut .
If we rotate the region between two curves, we create a solid with a hole in the center.
"How do we mathematically subtract the 'nothingness'?"
Cavity
Outer - Inner
The volume is simply the volume of the entire solid minus the volume of the inner empty solid.
R
Outer Radius: Distance from axis to far curve.
r
Inner Radius: Distance from axis to near curve.
Area of a Washer
\[ A = \pi (R^2 - r^2) \]
CAUTION: \(R^2 - r^2 \neq (R-r)^2\)
The Comprehensive Formula
\[ V = \pi \int_{a}^{b} ([R(x)]^2 - [r(x)]^2) \, dx \]
R(x) = Outer Radius
r(x) = Inner Radius
What if the axis isn't \(y=0\)?
Rotating about \(y = K\)
The radius is the distance from the curve to the line \(y=K\).
\( Radius = | f(x) - K | \)
"Always subtract: (Curve - Axis) or (Axis - Curve) to keep it positive."
Identifying R vs r:
Which curve is farther away from the axis?
That's your Big R.
Which curve is closer to the axis?
That's your Small r.
Hollow Hearts Worksheet Hollow Hearts: The Washer Method
Lesson 3 · Volumes with Cavities
Name: ____________________________
Date: _____________________________
\[ V = \pi \int_{a}^{b} ([R_{outer}]^2 - [r_{inner}]^2) \, dx \]
Crucial: Square the radii separately!
1
The Hollow Core
Find the volume of the solid generated by revolving the region bounded by \(y = x^2\) and \(y = 4\) about the x-axis.
Identify Radii
\(R(x) = \)
\(r(x) = \)
Limits of Integration
Solve \(x^2 = 4\)
Setup & Solve
2
Off-Axis Revolution
Find the volume of the solid generated by revolving the region bounded by \(y = \sqrt{x}\), \(y = 0\), and \(x = 4\) about the line y = -1.
Sketch Axis & Radii
Setup the integral:
The Error Finder
A student sets up the following integral for a washer volume: \(\pi \int_{0}^{2} (x^2 - 4)^2 \, dx\). Explain why this setup is incorrect and what they should have written instead.
Washer Method Teacher Guide Teacher Guide: The Washer Method
Instructional Insights & Answer Key
Teaching "Distance"
The most common error is misidentifying the radius on shifted axes. Always remind students: Distance = |Curve - Axis| . For an axis like \(y = -1\), the radius is \(f(x) - (-1) = f(x) + 1\).
Problem Solutions
1. The Hollow Core (\(y = x^2, y = 4\) about x-axis)
Radii: \(R(x) = 4\) (outer), \(r(x) = x^2\) (inner).
Limits: \(x^2 = 4 \Rightarrow x = -2\) to \(x = 2\).
Integral: \(V = \pi \int_{-2}^{2} (4^2 - (x^2)^2) \, dx = \pi \int_{-2}^{2} (16 - x^4) \, dx\)
Evaluation: \(\pi [16x - \frac{1}{5}x^5]_{-2}^{2} = \pi [(32 - \frac{32}{5}) - (-32 + \frac{32}{5})] = \pi (64 - \frac{64}{5}) = \frac{256\pi}{5}\)
Result: \(51.2\pi \approx 160.85\)
2. Off-Axis (\(y = \sqrt{x}\) about \(y = -1\))
Radii: Axis is \(y = -1\). Outer curve is \(y = \sqrt{x}\). Inner curve is the x-axis (\(y = 0\)).
\(R(x) = \sqrt{x} - (-1) = \sqrt{x} + 1\). \(r(x) = 0 - (-1) = 1\).
Integral: \(V = \pi \int_{0}^{4} [(\sqrt{x} + 1)^2 - (1)^2] \, dx = \pi \int_{0}^{4} (x + 2\sqrt{x} + 1 - 1) \, dx = \pi \int_{0}^{4} (x + 2\sqrt{x}) \, dx\)
Evaluation: \(\pi [\frac{1}{2}x^2 + \frac{4}{3}x^{3/2}]_{0}^{4} = \pi (8 + \frac{32}{3}) = \frac{56\pi}{3}\)
Result: \(\approx 18.67\pi \approx 58.64\)
3. Error Finder Analysis
The "Difference of Squares" vs "Square of Difference" Fallacy.
The student wrote \(\pi \int (R - r)^2 dx\). This calculates the volume of a disk with radius \((R-r)\), which is not a washer. They must square each radius individually: \(\pi \int (R^2 - r^2) dx\).
Cross Section Construction Slides Known Cross-Sections
Building 3D solids layer by layer without rotation.
Modern Architecture
Imagine a skyscraper with a circular base. As you go up, every floor remains a perfect square, but the squares get smaller.
This solid isn't created by spinning a curve. It's built by stacking 2D shapes on top of a 2D base.
"How do we calculate the total concrete needed?"
Accumulation of Areas
The Base and the "Up"
1. Start with a base region in the xy-plane.
2. At every \(x\), a cross-section projects perpendicular to the x-axis.
The cross-section could be a:
Square
Semicircle
Isosceles Triangle
General Volume Formula
\[ V = \int_{a}^{b} A(x) \, dx \]
"Integrate the AREA function across the entire base."
Defining \(A(x)\)
Let \(s\) be the length of the side (the distance across the base at \(x\)).
Square
\(s^2\)
Semicircle
\(\frac{\pi}{8} s^2\)
Radius is \(s/2\)
Equilateral \(\Delta\)
\(\frac{\sqrt{3}}{4} s^2\)
"Find \(s\), square \(s\), multiply by the constant."
Wait, what is \(s\)?
In 99% of problems, the "side" length \(s\) is the vertical distance between the curves forming the base.
\( s(x) = f(x)_{top} - g(x)_{bottom} \)
"Calculate the area of the 2D cross-section using this side length."
Building Blocks Worksheet Building Blocks: Known Cross-Sections
Lesson 4 · Architectural Integration
Name: ____________________________
Date: _____________________________
Square
\(A = s^2\)
Semicircle
\(A = \frac{\pi}{8} s^2\)
Equil. \(\Delta\)
\(A = \frac{\sqrt{3}}{4} s^2\)
Isos. Rt \(\Delta\)
\(A = \frac{1}{4} s^2\)
1
The Pyramid Building
A solid has a base bounded by the circle \(x^2 + y^2 = 9\). Cross-sections perpendicular to the x-axis are squares. Find the volume of the solid.
1. Solve for Base Length \(s(x)\)
Hint: Top curve - Bottom curve
2. Define Area Function \(A(x)\)
3. Setup and Solve Integral
2
The Wedge
The base of a solid is the region bounded by \(y = 1 - x^2\) and the x-axis. Cross-sections perpendicular to the x-axis are isosceles right triangles with the hypotenuse in the base. Find the volume.
Draw the base and a representative triangle here.
Integral Setup:
Cross Sections Teacher Guide Teacher Guide: Known Cross-Sections
Instructional Script & Answer Key
The "Constant Factor" Shortcut
Help students see that since \(A(x) = (\text{Constant}) \cdot [s(x)]^2\), they can pull the constant out of the integral just like they pulled \(\pi\) out in the Disk Method.
\( V = \text{Constant} \cdot \int_{a}^{b} [s(x)]^2 \, dx \)
Problem Solutions
1. The Pyramid Building (Circle Base, Square Sections)
Base: \(x^2 + y^2 = 9 \Rightarrow y = \pm \sqrt{9 - x^2}\).
Side Length (\(s\)): \(s = \text{Top} - \text{Bottom} = \sqrt{9-x^2} - (-\sqrt{9-x^2}) = 2\sqrt{9-x^2}\).
Area Function (\(A\)): \(A(x) = s^2 = (2\sqrt{9-x^2})^2 = 4(9 - x^2)\).
Integral: \(V = \int_{-3}^{3} 4(9 - x^2) \, dx\)
Evaluation: \(4 [9x - \frac{1}{3}x^3]_{-3}^{3} = 4 [(27 - 9) - (-27 + 9)] = 4(18 + 18) = 144\).
Result: \(144\) units³.
2. The Wedge (Parabolic Base, Isosceles Rt \(\Delta\))
Side Length (\(s\)): \(s = (1 - x^2) - 0 = 1 - x^2\).
Cross-Section: Isosceles right triangle with hypotenuse \(s\) in the base.
Geometry Alert: If hypotenuse is \(s\), area is \(\frac{1}{4}s^2\).
Integral: \(V = \frac{1}{4} \int_{-1}^{1} (1 - x^2)^2 \, dx = \frac{1}{4} \int_{-1}^{1} (1 - 2x^2 + x^4) \, dx\)
Evaluation: \(\frac{1}{4} [x - \frac{2}{3}x^3 + \frac{1}{5}x^5]_{-1}^{1} = \frac{1}{4} [(1 - \frac{2}{3} + \frac{1}{5}) - (-1 + \frac{2}{3} - \frac{1}{5})] = \frac{1}{4} [ \frac{16}{15} ] = \frac{4}{15}\).
Result: \(\approx 0.267\) units³.
Class Demonstration Idea
"Bring in a loaf of pre-sliced bread. The base of the bread follows a certain curve on the plate. Each slice is a cross-section. If we sum the volume of every slice, we get the whole loaf. What geometric shape is a slice of bread? Is it a square? A semicircle?"
Vessel Volume Challenge Slides The Vessel Challenge
Applying Calculus to Model and Predict Real-World Volumes.
The Problem Statement
Manufacturing plants need to know the exact capacity of their containers before production.
"Given a physical object with a curved profile, can you use regression and integration to calculate its volume within 5% accuracy?"
?? mL
Target: Volumetric Analysis
Project Workflow
Phase 1: Trace
Take a profile photo of the object. Identify key points along the curve in a coordinate system.
Phase 2: Fit
Use a graphing utility to find a regression equation (Polynomial or Sine) that fits the profile.
Phase 3: Verify
Calculate the volume using the Disk Method. Then, fill the object with water to verify your math.
Curve Fitting Tips
Polynomial Fit
Best for smooth, continuous curves without sharp turns.
\( y = ax^3 + bx^2 + cx + d \)
Piecewise Approach
If the shape changes drastically (e.g., a wine glass), use multiple functions over different intervals.
Ensure your units are consistent (cm for radius \(\rightarrow\) cm³ for volume).
Subtract the thickness of the glass/plastic for true capacity.
Ready to Model?
"Your predicted volume must be within 10% of the physical measurement to receive full mastery credit."
Step 1 Pick your Vessel
Step 2 Trace and Fit
Step 3 Calculate
Vessel Challenge Worksheet Vessel Volume Project Guide
Lesson 5 · Calculus Capstone Application
Name: ____________________________
Vessel Type: ______________________
Objective
Select a real-world object with rotational symmetry (vase, bottle, goblet). Your goal is to create a mathematical model of its profile and use the Disk Method to predict its volume.
Phase 1: Measurement & Plotting
Measure the height and radius of your object at 5-8 distinct points.
Point # x (Height) y (Radius) 1 2 3 4 5
Sketch of Profile with Axis
Phase 2: Regression & Integral
Regression Equation: \(R(x) = \) __________________________________________________
(Use a graphing utility. Aim for an \(R^2\) value close to 1.)
Setup Integral: \(\pi \int_{a}^{b} [R(x)]^2 dx\)
Phase 3: Error Analysis
Predicted Volume (Calc)
Actual Volume (H₂O)
% Error
Reflection: Why might your model be different from reality? (Consider thickness, irregular base, or regression fit)
Vessel Challenge Teacher Guide Teacher Guide: The Vessel Challenge
Capstone Project Facilitation & Rubric
Project Facilitation
Technology Integration
Students should use tools like Desmos or Geogebra. They can import a photo, scale it based on a physical measurement, and then place points on the profile to run a regression.
The Water Test
Set up a "Testing Station" with graduated cylinders and water. Seeing the calculus "come to life" when the water level matches their prediction is a powerful "Aha!" moment.
Mastery Rubric
Category Exceeds Standards (4) Meets Standards (3) Data & Modeling Precise measurements; R² > 0.98; Piecewise model used if needed. Accurate measurements; R² > 0.90; Single regression used. Integral Calculus Flawless setup and evaluation of definite integral with pi. Correct setup; minor arithmetic error in evaluation. Verification Error < 5%; Detailed analysis of physical discrepancies. Error < 15%; General reflection on discrepancies.
Common Issues to Watch For
Scaling: Ensure students aren't using "pixel units" but have converted their graph to actual cm or inches.
The Square: Remind students to square the function \(R(x)\) inside the integral. It's the most common mistake.
Internal vs External: If measuring from the outside, they must account for the glass thickness.