Areas and Lengths in Polar CoordinatesExpected Educational ResultsBloom’s TaxonomyAreas and Lengths in Polar CoordinatesArclengthDefinition: Length of a Polar CurveExact ArclengthInvestigation 03Approximate ArclengthUse Technology to Approximate ArclengthInvestigation 04HomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 10.4 – Areas and Lengths in Polar Coordinates
Objective 17–01: I can set up the integral to compute the area bounded by one or two polar curves.
Objective 17–02: I can evaluate the integral to compute the area bounded by one or two polar curves.
Objective 17–03: I can set up the integral to compute the arclength of a polar curve.
Objective 17–04: I can estimate the integral for the arclength of a polar curve.
A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

where
NOTE: Due to the sum of two terms under the square root in the formula for arclength, the integral is a challenge to evaluate exactly. Thus, exact answers are expected where the exact value is the correct and complete set up of the integral.
Find the following lengths:
The length of
The length of
The length of
The length of
When asked to estimate the arclength of a curve, you need to show the correct and complete set up of the integral, then use technology to find a decimal approximation of the arclength.
Mathematica
1(* Example from Investigation 03-1 *)2(* Find arclength of r=2(1+cos(theta)) on [0,2pi] *)3Integrate[Sqrt[(2(1+Cos[t]))^2+(-2Sin[t])^2], {t,0,2Pi}]//NWarnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Find the approximate lengths (to 3 decimal places) of the following:
The approximate length of
The approximate length of
The approximate length of
The approximate length of
At this time, you should be able to complete the following assignments:
Section 10.4: # 45, 47.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].
Last Modified: Tuesday, 3 November 2020 7:04 EDT