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

Polar Coordinate System

Definition: Derivatives of Polar Curves

Let r be a function of θ, i.e., r(θ). We know x=rcos(θ) and y=rsin(θ). Then

dydx=dydθdxdθ=drdθsin(θ)+rcos(θ)drdθcos(θ)rsin(θ)

Derivation

NOTE: You will not be assessed on the derivation of the derivative of a polar curve.

Numerator: dydθ=ddθ(r(θ)sin(θ))

(ddθr(θ))sin(θ)+r(θ)(ddθsin(θ)) by Product Rule for derivatives

drdθsin(θ)+rcos(θ)

Denominator: dxdθ=ddθ(r(θ)cos(θ))

(ddθr(θ))cos(θ)+r(θ)(ddθcos(θ)) by Product Rule for derivatives.

drdθcos(θ)+r(sin(θ))

drdθcos(θ)rsin(θ)

Horizontal Tangent Lines to Polar Curves

Corollary

A polar curve has horizontal tangent line(s) where drdθsin(θ)+rcos(θ)=0 and dxdθ0

Vertical Tangent Lines to Polar Curves

Corollary

A polar curve has vertical tangent line(s) where drdθcos(θ)rsin(θ)=0 and dydθ0

Investigation 08

  1. Find the equation of the tangent line to r=3cos(θ) at θ=π3.

  2. Find the location(s) [in terms of θ and on the interval 0θ<2π] where r=3cos(θ) has horizontal tangent lines.

  3. Find the location(s) [in terms of θ and on the interval 0θ<2π] where r=3cos(θ) has vertical tangent lines.

Use Technology to Solve 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 09

  1. Find the equation of the tangent line to r=sin(3θ).

  2. Estimate (to four decimal places) the location(s) [in terms of θ] where r=sin(3θ) has horizontal tangent lines.

  3. Estimate (to four decimal places) the location(s) [in terms of θ] where r=sin(3θ) has vertical tangent lines.

Use Technology to Approximately Solve 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. //N at the end of a line of code results in a decimal approximation

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

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

  8. 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 6:52 EDT Last Modified: Thursday, 14 July 2022 - 18:04 (EDT)