Areas and Lengths in Polar Coordinates

Author: John J Weber III, PhD Corresponding Textbook Sections:

Expected Educational Results

Bloom’s Taxonomy

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.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Areas and Lengths in Polar Coordinates

Area

Definition: Area Bounded by a Polar Curve

A=12abr2dθ

General Idea Behind Area Formula

In the Figure above, the area of the large circle is Acircle=πr2. The green sector is a fraction (with respect to the angles, i.e., area defined by θ out of the area of the entire circle defined by 2π, i.e., θ2π) of the whole circle. So

Asector=(θ2π)πr2=(θ2π)πr2=12r2θ

When we compute areas, we take increasingly smaller regions and sum up as an integral. The green section only depends on θ, so if we partitioned the green sector into many smaller sectors, then each sector would have a small angle dθ.

So, the area of the polar curves is A=12abr2dθ

NOTE: Due to the r2 in the formula for the area inside a polar curve, you will need to use the half-/double-angle formula for sin2(θ) and cos2(θ).

Sketching Area Bounded by Polar Curves

Investigation 01

Find the following areas:

  1. The area enclosed by r=2+3cos(θ) for 0θπ3

  2. The area enclosed by r=1+sin(θ) for π4θπ3

  3. The area enclosed by one petal of r=sin(2θ) HINT: Graph the curve in DESMOS to find the angles which start and end one petal; use Mathematica to compute the intersection(s) in terms of the independent variable, θ; or Find total area enclosed by curve and divide the total area by the number of petals.

Use Technology to Rewrite a Polar Equation

NOTE: Since the area formula for polar curves contains r2, you will likely encounter cos2(θ) or sin2(θ). On all Assessments, you may use technology to rewrite sine and cosine functions raised to even powers without showing any work.

Mathematica

Warnings:

  1. 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.

  2. TrigReduce[ ] has one argument:

    1. The function to be rewritten.

  3. For help on using the TrigReduce[ ] function:

    1. In Mathematica, execute the code: ?TrigReduce

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the TrigReduce[ ] function – you will be able to copy-paste code.

  4. Remember, correct Mathematica code will be all black except for variables.

  5. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Use Technology to Verify Area Enclosed by a Polar Curve

NOTE: On all Assessments, you may use technology to verify your computed area. You must show all Calculus II related work.

Mathematica

Warnings:

  1. 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.

  2. Integrate[ ] has at least two arguments:

    1. The function in the integrand;

    2. {t,a,b} where t is the independent variable; a is the lower limit of integration; b is the upper limit of integration.

  3. For help on using the Integrate[ ] function:

    1. In Mathematica, execute the code: ?Integrate

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the Integrate[ ] function – you will be able to copy-paste code.

  4. Remember, correct Mathematica code will be all black except for variables.

  5. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Use Technology to Solve Polar Equations Exactly

NOTE: On all Assessments, you may use technology to solve equations without showing any work.

Mathematica

Warnings:

  1. 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.

  2. Mathematica requires two == for the equals sign in an equation.

  3. Solve[ ] has at least two arguments:

    1. The equation to be solved;

      1. && is Mathematica code for “and,” i.e., both equation and condition must be true

    2. The variable, i.e., t, to be solved for;

    3. The argument Reals to force Mathematica to return only real-valued results.

  4. Mathematica may return complex solutions; thus, either

    1. Identify a complex solution (the result includes the imaginary unit, i), or

    2. Use the argument Reals.

  5. For help on using the Solve[ ] function:

    1. In Mathematica, execute the code: ?Solve

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the Solve[ ] function – you will be able to copy-paste code.

  6. Remember, correct Mathematica code will be all black except for variables.

  7. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Investigation 02

Find the following areas:

  1. The area that lies inside r=2sin(θ) and outside r=1 HINT: Graph the curves in DESMOS and subtract areas.

  2. The area that lies inside both r=sin(2θ) and r=cos(2θ)
    HINT: Graph the curves in DESMOS or use Mathematica to find the exact intersections of the polar functions.

Use Technology to Exaclty Solve for Intesection of Polar Equations

NOTE: On all Assessments, you may use technology to solve equations without showing any work.

Mathematica

Warnings:

  1. 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.

  2. Mathematica requires two == for the equals sign in an equation.

  3. Solve[ ] has at least two arguments:

    1. The equation to be solved;

      1. && is Mathematica code for “and,” i.e., both equation and condition must be true

    2. The variable, i.e., t, to be solved for;

    3. The argument Reals to force Mathematica to return only real-valued results.

  4. Mathematica may return complex solutions; thus, either

    1. Identify a complex solution (the result includes the imaginary unit, i), or

    2. Use the argument Reals.

  5. For help on using the Solve[ ] function:

    1. In Mathematica, execute the code: ?Solve

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the Solve[ ] function – you will be able to copy-paste code.

  6. Remember, correct Mathematica code will be all black except for variables.

  7. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Homework

At this time, you should be able to complete the following assignments:

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].

Created: Tuesday, 3 November 2020 7:04 EDT Last Modified: Sunday, 31 October 2021 - 09:20 (EDT)