Trigonometry/Polar

From testwiki
Revision as of 22:52, 11 September 2016 by imported>JackBot (top: using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Shown is θ in the first quadrant. If r is parallel to the y axis, the angle, θ is a right angle: θ=π/2, x=0, and y=r.

While SohCahToa is a popular mnemonic, it is better to define three essential trig functions using polar coordinates. The figure shows how the sine and cosine functions can be defined for all θ, i.e., angles outside the first quadrant (0<θ<π/2).

  x=rcosθ     y=rsinθ  

This calculates x and y if r and θ are known.

Example: Suppose θ is in the second quadrant, e.g., θ=3π/4, we see that x<0, and hence cos(3π/4)<0. On the other hand, sin(3π/4)>0 in the second quadrant, since y>0 for this value of θ.

The following calculates r and θ if x and y are known:

  r=x2+y2     θ=tan1yx 

The tangent and its inverse function are defined by

  tanθ=yx     tan1(yx)=θ  

This simple relation between the tangent and its inverse holds only in the first quadrant (0<θ<π/2) because the inverse function is not well defined for all angles. Also,it must be emphasized that the exponent 1 on the tan function does NOT represent the multiplicative inverse:

tan1θ1tanθ

For this reason, some authors avoid the superscript "-1" and instead write the arctangent as arctan:

θ=tan1yxarctanyx

Just as lines of constant x and y are used to illustrate a Cartesian coordinate system contours of constant r and θ are used to depict polar coordinates as shown above and to the right.

In physics these equations are often used to describe the components of a vector. If Ax and Ay are the components of the vector A:

  Ax=Acosθ             Ay=Asinθ 
  A=Ax2+Ay2     θ=tan1AyAxtanθ=AyAx  

Template:CourseCat