Author: John J Weber III, PhDCorresponding Textbook Sections:
Section 10.3 – Polar Coordinates
Polar Coordinate System
Prerequisite Knowledge
This section contains the specific content from previous courses that you may need for Polar Coordinates.
Trigonometric Ratios on Right Triangle
Trigonometric Ratio on Unit Circle
Angles and Reference Angles
Let be the reference angle formed with the -axis. , , , , or .
Let be the angle formed with the positive -axis in the counter-clockwise direction.
in Quadrant I
in Quadrant II
in Quadrant III
in Quadrant IV
Computation of Angles
According to Trigonometry,
angles, , are formed from the positive -axis using a counter-clockwise orientation;
reference angles, , are formed with the -axis.
To compute an angle, where (NOTE: is equivalent [not equal] to ):
Find the reference angle, , i.e., the angle in Quadrant I, on the positive -axis, or on the positive -axis:
, where and
Use the Quadrant where the point is located to find :
Quadrant
I
II
III
IV
Half-angle formulas
Use Technology to Recall Half-Angle Formulas
Mathematica
1
(* Example: Rewrite [cos(x)]^2 *)
2
TrigReduce[Cos[x]^2]
Warnings:
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.
Mathematicamay return a result in a different, but equivalent, form than your answer.
Double-Angle Formulas
Use Technology to Recall Double-Angle Formulas
Mathematica
xxxxxxxxxx
2
1
(* Example: Rewrite cos(2x) *)
2
TrigExpand[Cos[2x]]
Warnings:
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.
Mathematicamay return a result in a different, but equivalent, form than your answer.
Evaluation of Trig Functions
There is NO reason to memorize the unit circle. Look at the Table below and consider the patterns of the numbers in red. Use these patterns to recall your trig ratios.