SlideShare a Scribd company logo
Chapter 8: Further Applications of Integration
Section 8.2: Area of a Surface of Revolution
Alea Wittig
SUNY Albany
Outline
Surface Area Integral Formula
Examples
Surface Area Integral Formula
Surface of Revolution
▶ A surface of revolution is formed when a curve is rotated
about a line.
▶ A surface is ’hollow’ on the inside, unlike a solid of revolution.
Surface Area of a Circular Cylinder
eg, To compute the surface
area of a circular cylinder
with base radius r and
height h we could cut the
cylinder down the side to
obtain a rectangle of length
2πr and width h.
Surface Area = length · width
= 2πr · h
Surface Area of a Circular Cone
▶ Take circular cone with base radius r and slant height ℓ.
▶ Cut it down the slant to obtain a sector of the circle of radius l
and arc length 2πr.
▶ the area of the circle of radius ℓ is πℓ2
.
▶ the area of the sector is 2πr
2πℓ
times the area of the circle of
radius ℓ
πℓ2
·
2πr
2πℓ
= πrℓ
Area of a Surface of Revolution
▶ For a more complicated surface of revolution:
▶ Approximate the curve with
a polygonal path of n line
segments like in 8.1
▶ Rotate the approximated
path.
▶ The resulting approximated
surface is made up of
bands.
▶ Sum the areas of the bands
to approximate surface
area.
▶ Take the limit n → ∞ we
get the exact surface area.
Area of a Band
▶ Each band is a portion of a
circular cone.
▶ Below we find the formula
for the area of a band:
A = πr2(ℓ1 + ℓ)
| {z }
area of whole cone
− πr1ℓ1
| {z }
area of small cone
= πr2ℓ1 + πr2ℓ − πr1ℓ
= π(r2 − r1)ℓ1 + πr2ℓ
▶ Using similar triangle we have
ℓ1
r1
=
ℓ1 + ℓ
r2
Area of a Band
ℓ1
r1
=
ℓ1 + ℓ
r2
=⇒
r2ℓ1 = r1ℓ1 + r1ℓ =⇒
(r2 − r1)ℓ1 = r1ℓ =⇒
Area of band = π(r2 − r1)ℓ1 + πr2ℓ
= πr1ℓ + πr2ℓ
= π(r1 + r2)ℓ
A = 2πrl
where r = r1+r2
2 , the average radius of the band.
Area of a Surface of Revolution
▶ For the ith band has length
ℓi = |Pi−1Pi |,
ℓi =
q
(△x)2 + (△yi )2
and the average radius is
ri =
yi−1 + yi
2
▶ So the area of the ith band is
Ai = 2πri ℓi
= 2π
yi−1 + yi
2
·
q
(△x)2 + (△yi )2
Area of a Surface of Revolution
▶ As we take larger and larger n, we have yi ≈ yi−1 and so
Ai = 2π
yi−1 + yi
2
·
q
(△x)2 + (△yi )2
≈ 2πyi
q
(△x)2 + (△yi )2
= 2πyi
s
1 +
△yi
△xi
2
△x
= 2πf (x∗
i )
q
1 + [f ′(x∗
i )]2△x
for some x∗
i in (xi−1, xi ) by MVT.
▶ Now taking the limit as n → ∞
lim
n→∞
n
X
i=1
Ai = lim
n→∞
n
X
i=1
2πf (x∗
i )
q
1 + [f ′(x∗
i )]2△x
=
Z b
a
2πf (x)
q
1 + [f ′(x)]2dx
Surface Area Formulas (4) and (5)
▶ Now we have that the area of the surface obtained by rotating
a positive curve y = f (x), a ≤ x ≤ b with continuous
derivative about the x − axis is
S =
Z b
a
2πf (x)
q
1 + [f ′(x)]2dx (4)
▶ In Liebniz notation this is
S =
Z b
a
2πy
r
1 +
dy
dx
2
dx (5)
▶ Note: for equation (5) we plug in y = f (x) so the whole
integral is in terms of x.
Surface Area Formulas (6) and (7)
▶ If the curve is described as x = g(y), c ≤ y ≤ d then
S =
Z d
c
2πy
s
1 +
dx
dy
2
dy (6)
▶ Note: for equation (6) we leave y as y so the whole integral is
in terms of y.
▶ Formulas (5) and (6) can be summarized as
S =
Z
2πyds (7)
where we can use either
ds =
r
1 +
dy
dx
2
dx
| {z }
if using (5)
or ds =
s
1 +
dx
dy
2
dy
| {z }
if using (6)
Surface Area Formula (8) for Rotation about y-axis
▶ For rotation about the y axis we use
S =
Z
2πxds (8)
Examples
Example 1
1/2
The curve y =
√
4 − x2, −1 ≤ x ≤ 1, is an arc of the circle
x2 + y2 = 4. Find the area of the surface obtained by rotating this
curve about the x-axis.
Example 1
2/2
▶ We use formula (5) A =
Z b
a
2πy
r
1 +
dy
dx
2
dx since
rotation is about the x-axis and the curve is given in the form
y = f (x).
y =
p
4 − x2,
dy
dx
=
−2x
2
√
4 − x2
=
−x
√
4 − x2
1 +
dy
dx
2
= 1 +
x2
(4 − x2)
=
4 − x2 + x2
4 − x2
=
4
4 − x2
A =
Z 1
−1
2π
p
4 − x2
r
4
4 − x2
dx
=
Z 1
−1
4πdx
= 8π
Example 2
1/2
The portion of the curve x = 2
3y
3
2 between y = 0 and y = 3 is
rotated about the x − axis. Find the area of the resulting surface.
Example 2
2/2
▶ We use formula (6) A =
Z d
c
2πy
s
1 +
dx
dy
2
dy since we
are rotating about the x-axis and the curve is given in the
form x = g(y).
x =
2
3
y
3
2 ,
dx
dy
=
√
y
Z 3
0
2πy
s
1 +
dx
dy
2
dy =
Z 3
0
2πy
p
1 + ydy
=
Z 4
1
2π(u − 1)
√
udu
= 2π
Z 4
1
u3/2
− u1/2
du
= 2π
2
5
u5/2
−
2
3
u3/2
4
1
=
232π
15
Example 3
1/4
The arc of the parabola y = x2 from (1, 1) to (2, 4) is rotated
about the y − axis. Find the area of the resulting surface
a. integrating with respect to x
b. integrating with respect to y.

More Related Content

Similar to Section 8.2

PERTEMUAN 9B APLIKASI INTEGRAL.ppt
PERTEMUAN 9B APLIKASI  INTEGRAL.pptPERTEMUAN 9B APLIKASI  INTEGRAL.ppt
PERTEMUAN 9B APLIKASI INTEGRAL.ppt
TiodoraSihombing
 
Section 6.1.pdf
Section 6.1.pdfSection 6.1.pdf
Section 6.1.pdf
CalculusII
 
10.2 Ellipses
10.2 Ellipses10.2 Ellipses
10.2 Ellipses
smiller5
 
25 surface area
25 surface area25 surface area
25 surface area
math267
 
Section 10.2
Section 10.2 Section 10.2
Section 10.2
CalculusII
 
Chapter 03 drill_solution
Chapter 03 drill_solutionChapter 03 drill_solution
Chapter 03 drill_solution
khalil ur rehman marwat
 
Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3
Sunaina Rawat
 
[4] num integration
[4] num integration[4] num integration
[4] num integration
imamfaizin212
 
Solid geometry ii slide
Solid geometry ii   slideSolid geometry ii   slide
Solid geometry ii slide
Raihana Azman
 
with soln LEC 11- Solids of revolution (Part 3_ Shell Method).pptx
with soln LEC 11- Solids of revolution (Part 3_ Shell Method).pptxwith soln LEC 11- Solids of revolution (Part 3_ Shell Method).pptx
with soln LEC 11- Solids of revolution (Part 3_ Shell Method).pptx
RueGustilo2
 
Exposicion semana13
Exposicion semana13Exposicion semana13
Exposicion semana13
Danilo Morote
 
Green Theorem
Green TheoremGreen Theorem
Green Theorem
Sarwan Ursani
 
Física Integrales_Katherine Jaya
Física Integrales_Katherine JayaFísica Integrales_Katherine Jaya
Física Integrales_Katherine Jaya
XimeJaya
 
8.1 The Ellipse
8.1 The Ellipse8.1 The Ellipse
8.1 The Ellipse
smiller5
 
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
Gautham Rajesh
 
Section 7.1
Section 7.1Section 7.1
Section 7.1
CalculusII
 
3. Quadrature Complete Theory Module-5.pdf
3. Quadrature Complete Theory Module-5.pdf3. Quadrature Complete Theory Module-5.pdf
3. Quadrature Complete Theory Module-5.pdf
RajuSingh806014
 
2.2 Circles
2.2 Circles2.2 Circles
2.2 Circles
smiller5
 
centroid
centroidcentroid
Section 7.2
Section 7.2 Section 7.2
Section 7.2
CalculusII
 

Similar to Section 8.2 (20)

PERTEMUAN 9B APLIKASI INTEGRAL.ppt
PERTEMUAN 9B APLIKASI  INTEGRAL.pptPERTEMUAN 9B APLIKASI  INTEGRAL.ppt
PERTEMUAN 9B APLIKASI INTEGRAL.ppt
 
Section 6.1.pdf
Section 6.1.pdfSection 6.1.pdf
Section 6.1.pdf
 
10.2 Ellipses
10.2 Ellipses10.2 Ellipses
10.2 Ellipses
 
25 surface area
25 surface area25 surface area
25 surface area
 
Section 10.2
Section 10.2 Section 10.2
Section 10.2
 
Chapter 03 drill_solution
Chapter 03 drill_solutionChapter 03 drill_solution
Chapter 03 drill_solution
 
Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3
 
[4] num integration
[4] num integration[4] num integration
[4] num integration
 
Solid geometry ii slide
Solid geometry ii   slideSolid geometry ii   slide
Solid geometry ii slide
 
with soln LEC 11- Solids of revolution (Part 3_ Shell Method).pptx
with soln LEC 11- Solids of revolution (Part 3_ Shell Method).pptxwith soln LEC 11- Solids of revolution (Part 3_ Shell Method).pptx
with soln LEC 11- Solids of revolution (Part 3_ Shell Method).pptx
 
Exposicion semana13
Exposicion semana13Exposicion semana13
Exposicion semana13
 
Green Theorem
Green TheoremGreen Theorem
Green Theorem
 
Física Integrales_Katherine Jaya
Física Integrales_Katherine JayaFísica Integrales_Katherine Jaya
Física Integrales_Katherine Jaya
 
8.1 The Ellipse
8.1 The Ellipse8.1 The Ellipse
8.1 The Ellipse
 
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
 
Section 7.1
Section 7.1Section 7.1
Section 7.1
 
3. Quadrature Complete Theory Module-5.pdf
3. Quadrature Complete Theory Module-5.pdf3. Quadrature Complete Theory Module-5.pdf
3. Quadrature Complete Theory Module-5.pdf
 
2.2 Circles
2.2 Circles2.2 Circles
2.2 Circles
 
centroid
centroidcentroid
centroid
 
Section 7.2
Section 7.2 Section 7.2
Section 7.2
 

More from CalculusII

Section 10.1
Section 10.1Section 10.1
Section 10.1
CalculusII
 
Section 11.10
Section 11.10 Section 11.10
Section 11.10
CalculusII
 
Section 11.9
Section 11.9Section 11.9
Section 11.9
CalculusII
 
Section 11.8
Section 11.8 Section 11.8
Section 11.8
CalculusII
 
Section 11.7
Section 11.7 Section 11.7
Section 11.7
CalculusII
 
Section 11.6
Section 11.6Section 11.6
Section 11.6
CalculusII
 
Section 11.5
Section 11.5 Section 11.5
Section 11.5
CalculusII
 
Section 11.4
Section 11.4Section 11.4
Section 11.4
CalculusII
 
Section 11.3
Section 11.3 Section 11.3
Section 11.3
CalculusII
 
Section 11.2
Section 11.2Section 11.2
Section 11.2
CalculusII
 
Section 11.1
Section 11.1 Section 11.1
Section 11.1
CalculusII
 
Section 7.8
Section 7.8Section 7.8
Section 7.8
CalculusII
 
Section 7.4
Section 7.4Section 7.4
Section 7.4
CalculusII
 
Section 7.5
Section 7.5Section 7.5
Section 7.5
CalculusII
 

More from CalculusII (14)

Section 10.1
Section 10.1Section 10.1
Section 10.1
 
Section 11.10
Section 11.10 Section 11.10
Section 11.10
 
Section 11.9
Section 11.9Section 11.9
Section 11.9
 
Section 11.8
Section 11.8 Section 11.8
Section 11.8
 
Section 11.7
Section 11.7 Section 11.7
Section 11.7
 
Section 11.6
Section 11.6Section 11.6
Section 11.6
 
Section 11.5
Section 11.5 Section 11.5
Section 11.5
 
Section 11.4
Section 11.4Section 11.4
Section 11.4
 
Section 11.3
Section 11.3 Section 11.3
Section 11.3
 
Section 11.2
Section 11.2Section 11.2
Section 11.2
 
Section 11.1
Section 11.1 Section 11.1
Section 11.1
 
Section 7.8
Section 7.8Section 7.8
Section 7.8
 
Section 7.4
Section 7.4Section 7.4
Section 7.4
 
Section 7.5
Section 7.5Section 7.5
Section 7.5
 

Recently uploaded

How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 

Recently uploaded (20)

How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 

Section 8.2

  • 1. Chapter 8: Further Applications of Integration Section 8.2: Area of a Surface of Revolution Alea Wittig SUNY Albany
  • 2. Outline Surface Area Integral Formula Examples
  • 4. Surface of Revolution ▶ A surface of revolution is formed when a curve is rotated about a line. ▶ A surface is ’hollow’ on the inside, unlike a solid of revolution.
  • 5. Surface Area of a Circular Cylinder eg, To compute the surface area of a circular cylinder with base radius r and height h we could cut the cylinder down the side to obtain a rectangle of length 2πr and width h. Surface Area = length · width = 2πr · h
  • 6. Surface Area of a Circular Cone ▶ Take circular cone with base radius r and slant height ℓ. ▶ Cut it down the slant to obtain a sector of the circle of radius l and arc length 2πr. ▶ the area of the circle of radius ℓ is πℓ2 . ▶ the area of the sector is 2πr 2πℓ times the area of the circle of radius ℓ πℓ2 · 2πr 2πℓ = πrℓ
  • 7. Area of a Surface of Revolution ▶ For a more complicated surface of revolution: ▶ Approximate the curve with a polygonal path of n line segments like in 8.1 ▶ Rotate the approximated path. ▶ The resulting approximated surface is made up of bands. ▶ Sum the areas of the bands to approximate surface area. ▶ Take the limit n → ∞ we get the exact surface area.
  • 8. Area of a Band ▶ Each band is a portion of a circular cone. ▶ Below we find the formula for the area of a band: A = πr2(ℓ1 + ℓ) | {z } area of whole cone − πr1ℓ1 | {z } area of small cone = πr2ℓ1 + πr2ℓ − πr1ℓ = π(r2 − r1)ℓ1 + πr2ℓ ▶ Using similar triangle we have ℓ1 r1 = ℓ1 + ℓ r2
  • 9. Area of a Band ℓ1 r1 = ℓ1 + ℓ r2 =⇒ r2ℓ1 = r1ℓ1 + r1ℓ =⇒ (r2 − r1)ℓ1 = r1ℓ =⇒ Area of band = π(r2 − r1)ℓ1 + πr2ℓ = πr1ℓ + πr2ℓ = π(r1 + r2)ℓ A = 2πrl where r = r1+r2 2 , the average radius of the band.
  • 10. Area of a Surface of Revolution ▶ For the ith band has length ℓi = |Pi−1Pi |, ℓi = q (△x)2 + (△yi )2 and the average radius is ri = yi−1 + yi 2 ▶ So the area of the ith band is Ai = 2πri ℓi = 2π yi−1 + yi 2 · q (△x)2 + (△yi )2
  • 11. Area of a Surface of Revolution ▶ As we take larger and larger n, we have yi ≈ yi−1 and so Ai = 2π yi−1 + yi 2 · q (△x)2 + (△yi )2 ≈ 2πyi q (△x)2 + (△yi )2 = 2πyi s 1 + △yi △xi 2 △x = 2πf (x∗ i ) q 1 + [f ′(x∗ i )]2△x for some x∗ i in (xi−1, xi ) by MVT. ▶ Now taking the limit as n → ∞ lim n→∞ n X i=1 Ai = lim n→∞ n X i=1 2πf (x∗ i ) q 1 + [f ′(x∗ i )]2△x = Z b a 2πf (x) q 1 + [f ′(x)]2dx
  • 12. Surface Area Formulas (4) and (5) ▶ Now we have that the area of the surface obtained by rotating a positive curve y = f (x), a ≤ x ≤ b with continuous derivative about the x − axis is S = Z b a 2πf (x) q 1 + [f ′(x)]2dx (4) ▶ In Liebniz notation this is S = Z b a 2πy r 1 + dy dx 2 dx (5) ▶ Note: for equation (5) we plug in y = f (x) so the whole integral is in terms of x.
  • 13. Surface Area Formulas (6) and (7) ▶ If the curve is described as x = g(y), c ≤ y ≤ d then S = Z d c 2πy s 1 + dx dy 2 dy (6) ▶ Note: for equation (6) we leave y as y so the whole integral is in terms of y. ▶ Formulas (5) and (6) can be summarized as S = Z 2πyds (7) where we can use either ds = r 1 + dy dx 2 dx | {z } if using (5) or ds = s 1 + dx dy 2 dy | {z } if using (6)
  • 14. Surface Area Formula (8) for Rotation about y-axis ▶ For rotation about the y axis we use S = Z 2πxds (8)
  • 16. Example 1 1/2 The curve y = √ 4 − x2, −1 ≤ x ≤ 1, is an arc of the circle x2 + y2 = 4. Find the area of the surface obtained by rotating this curve about the x-axis.
  • 17. Example 1 2/2 ▶ We use formula (5) A = Z b a 2πy r 1 + dy dx 2 dx since rotation is about the x-axis and the curve is given in the form y = f (x). y = p 4 − x2, dy dx = −2x 2 √ 4 − x2 = −x √ 4 − x2 1 + dy dx 2 = 1 + x2 (4 − x2) = 4 − x2 + x2 4 − x2 = 4 4 − x2 A = Z 1 −1 2π p 4 − x2 r 4 4 − x2 dx = Z 1 −1 4πdx = 8π
  • 18. Example 2 1/2 The portion of the curve x = 2 3y 3 2 between y = 0 and y = 3 is rotated about the x − axis. Find the area of the resulting surface.
  • 19. Example 2 2/2 ▶ We use formula (6) A = Z d c 2πy s 1 + dx dy 2 dy since we are rotating about the x-axis and the curve is given in the form x = g(y). x = 2 3 y 3 2 , dx dy = √ y Z 3 0 2πy s 1 + dx dy 2 dy = Z 3 0 2πy p 1 + ydy = Z 4 1 2π(u − 1) √ udu = 2π Z 4 1 u3/2 − u1/2 du = 2π 2 5 u5/2 − 2 3 u3/2
  • 20.
  • 21.
  • 23. Example 3 1/4 The arc of the parabola y = x2 from (1, 1) to (2, 4) is rotated about the y − axis. Find the area of the resulting surface a. integrating with respect to x b. integrating with respect to y.
  • 24. Example 3 2/4 ▶ Rotation is about y-axis so use formula (8) A = Z 2πxds a. ds = r 1 + dy dx 2 dx to integrate wrt x b. ds = r 1 + dx dy 2 dy to integrate wrt y. y = x2 , dy dx = 2x A = Z 2 1 2πx p 1 + 4x2dx | {z } u=1+4x2, du=8xdx u1=5, u2=17 = 2π 8 Z 17 5 √ udu = π 4 2u3/2 3
  • 25.
  • 26.
  • 28. Example 3 3/4 ▶ Now to integrate wrt y we also need to write x as a function of y. x = √ y, dx dy = 1 2 √ y A = Z 4 1 2π √ y s 1 + 1 4y dy = Z 4 1 2π r y + 1 4 dy | {z } u=y+ 1 4 , du=dy u1=5 4 , u2=17 4
  • 29. Example 3 4/4 = 2π Z 17/4 5/4 √ udu = 2π 2u3/2 3
  • 30.
  • 31.