Volume of Revolution, Average Value, Arc Length
Application of Integrals: Volume of Revolution, Average Value, Arc Length
Volume of Revolution, Average Value, Arc Length
Applications of Definite Integrals: Volume, Average Value & Arc Length
What you'll learn
- Compute volumes of revolution using the disk, washer, and shell methods
- Find the average value of a function over an interval
- Calculate arc length of a curve using integration
- Find the surface area of a solid of revolution
- Choose the right method for a given rotation problem
Key concepts
Level 1 — Foundations
When a region is rotated about an axis, it sweeps out a solid. The volume can be found by "slicing" the solid into thin disks (or washers) and summing their volumes.
Disk method (region between f(x) and x-axis, rotated about x-axis): Each disk has radius = f(x) and thickness = dx. Volume of thin disk = π[f(x)]² dx
Average value of f on [a,b]:
This is the height of a rectangle on [a,b] with the same area as the region under f.
Level 2 — JEE depth
Disk method (rotation about x-axis):
Disk method (rotation about y-axis, using x=g(y)):
Washer method (region between f(x) ≥ g(x) ≥ 0, rotated about x-axis):
Shell method (rotation about y-axis, region under f(x) from a to b):
Shell method is often easier than washer when rotating about y-axis.
Average value of f on [a,b]:
Mean Value Theorem for Integrals: There exists c ∈ [a,b] such that f(c) = f_avg (if f is continuous).
Arc length of y=f(x) from x=a to x=b:
Arc length in parametric form x=x(t), y=y(t):
Surface area of revolution (y=f(x) rotated about x-axis):
Summary table:
| Method | Axis | Formula |
|---|---|---|
| Disk | x-axis | V = π∫[f(x)]² dx |
| Disk | y-axis | V = π∫[g(y)]² dy |
| Washer | x-axis | V = π∫([f(x)]²−[g(x)]²) dx |
| Shell | y-axis | V = 2π∫x·f(x) dx |
| Shell | x-axis | V = 2π∫y·g(y) dy |
Worked example
Find the volume of the solid formed by rotating y = √x from x=0 to x=4
about the x-axis (disk method), and also about the y-axis (shell method).
--- About x-axis (disk) ---
Step 1: Radius of disk at position x = √x
Step 2: V = π∫₀⁴ (√x)² dx = π∫₀⁴ x dx
Step 3: = π[x²/2]₀⁴ = π(16/2) = 8π cubic units
--- About y-axis (shell method) ---
Step 1: Shell at position x has height f(x) = √x, radius x, thickness dx
Step 2: V = 2π∫₀⁴ x·√x dx = 2π∫₀⁴ x^(3/2) dx
Step 3: = 2π[x^(5/2)/(5/2)]₀⁴
= 2π · (2/5) · 4^(5/2)
= 2π · (2/5) · 32
= 128π/5 cubic units
--- Average value of y = √x on [0,4] ---
f_avg = (1/(4−0))∫₀⁴ √x dx
= (1/4)[2x^(3/2)/3]₀⁴
= (1/4)(2·8/3)
= (1/4)(16/3)
= 4/3
Common mistakes
| Mistake | Why it happens | Fix |
|---|---|---|
| Forgetting the π factor in disk/washer | Treating V = ∫[f(x)]² dx | Volume = π × ∫[radius]² dx; draw the disk to remind yourself |
| Using disk formula when curves don't touch the axis — missing the hole | Ignoring the inner radius | If region is between two curves above axis, use washer: π∫(R²−r²)dx |
| Shell method: forgetting the 2π factor | Writing V = ∫x·f(x)dx | Shell formula is V = 2π∫x·f(x)dx; the 2π comes from the circumference |
| Arc length: squaring f'(x) inside the square root but forgetting +1 | Writing √[f'(x)]² = f'(x) | The formula is √(1 + [f'(x)]²), not just f'(x) |
Board exam drill
- Find the volume of the solid formed by rotating y=x² from 0 to 2 about the x-axis
- Find the volume of the sphere of radius r (rotate semicircle y=√(r²−x²) about x-axis)
- Find the average value of f(x)=sin x on [0,π]
- Find the arc length of y=x^(3/2) from x=0 to x=4
- Find the volume generated by rotating the region between y=x and y=x² about the x-axis
NCERT diagrams to know
- These topics (volume, arc length) are at the JEE extended level; NCERT Class 12 Chapter 8 focuses on area. For volume, refer to JEE-specific resources or Class 12 supplementary material.
- Key diagram: a thin disk (flat cylinder) at position x with radius f(x) and thickness dx
- Key diagram: a thin cylindrical shell at position x with radius x, height f(x), thickness dx
Quick check
- Volume of cone: rotate y=x from 0 to h about x-axis → V = π∫₀ʰ x² dx = πh³/3 ✓
- Average value of f(x)=x² on [0,3]: → (1/3)∫₀³ x² dx = (1/3)[x³/3]₀³ = 9/3 = 3
- Arc length formula: L = ∫√(1+?) dx → √(1+[f'(x)]²)
- For washer method: V = π∫(R²−r²)dx; which is the outer curve? → The one farther from the axis of rotation
- Stretch: Show that the volume of a sphere of radius r is (4/3)πr³ by integrating with the disk method (rotate semicircle y=√(r²−x²) from −r to r about x-axis).
NCERT Chapter 8 link: Application of Integrals — area is the main focus; volume and arc length are JEE extended topics beyond standard NCERT but core for JEE Main and Advanced
Exam connections: Volume appears in JEE Main 1–2 times per year; average value connects to the Mean Value Theorem (Chapter 5); arc length links to parametric equations and surface area of 3D solids in physics
Study strategy: Master disk method first, then washer (it's just disk with a hole), then shell (a completely different slicing approach). For each, always draw the thin slice before writing the integral.
Interactive Exploration Suggestions (Drishti Live Worlds)
- Use the platform-native live simulation or PhET-style tool for this topic (number line, Venn, physics playground, molecule builder, sensor dashboard, etc.).
- Mirror / body / home activity: physically do the concept (count objects, measure, role-play) and photograph or describe for portfolio.
- Voice or text reflection with AI Mentor: explain the concept to a younger student or family member.
AI Mentor Prompts (Socratic, Board-Adaptive)
- "Explain this concept to a Class 6 student using one real example from an Indian home, school, market, or festival."
- "What is one common mistake students make here, and how would you catch yourself making it?"
- Stretch: "How does this connect to coding, robotics, money, health, environment, or a future career?"
Gamification, Portfolio & Parent Visibility
- Complete the core practice + one extension activity (photo, table, short reflection, or mini-project) for base XP + topic badge.
- 5-7 day streak or family discussion note = multiplier + visible artifact in parent/principal dashboard.
- Best real-world application stories (anonymised) featured on class or national leaderboard.
Robotics, STEM & Future Skills Bridges
- One hands-on project or measurement using the Drishti kit or household items that makes the concept physical.
- Direct link to at least one Future Skill track (Money Management, Green Tech, Cyber Defenders, Micro-Entrepreneurship, AI Mastery, Sustainable Living, Personality Development).
- Coding extension where relevant (simple script, simulation, or data logging).
NEP 2020 & Full Education OS Alignment
This material emphasises experiential "learning by doing", competency (apply/create/analyse), vocational exposure, critical thinking, and multidisciplinary connections. Designed to feed live worlds, AI Mentor (with memory), gamification, robotics, parent analytics, and future skills — not just exam prep.
Portfolio Evidence Idea: Your photo/table/reflection/project + one sentence on "How this helps me in real life or a possible future path."
Open the Practice tab for aligned questions (easy/medium/hard + case-based) with full AI scaffolding.
See curriculum for cross-links and the full future-skills/robotics chapters.
Key Takeaways (TL;DR)
- What you'll learn
- Key concepts
- Worked example
- Common mistakes
Master this topic with Drishti OS
Get unlimited mock tests, AI-powered mentorship, and complete video courses when you join.
Start Free Practice