ScienceNewb said:
I'm stuck at the very beginning of circular functions because I don't understand what I'm doing. If someone could explain these questions to me I might be able to move on the the relevant stuff finally
1. What does it mean to evaluate something like tan(-2.5)? as in the number in the brackets
Starting at the point (1, 0) measure around the circumference of the unit circle, clockwise (because it is negative), a distance 2.5 (using the units your coordinate system is marked in- the same units in which the radius of the "unit" circle is 1.). Taking the coordinates of the point at which you end to be (x, y), the tan(-2.5) is y/x.
If you were to draw a perpendicular from (x, y) to the x-axis and the line from (x,y) to (0, 0) you would get a right triangle in which the angle is 2.5
radians and y/x is "opposite side over near side" as in "trigonometric" functions.
Notice that there are
no units on the "-2.5" here. Strictly speaking, we are measuring a distance, not an angle. But since engineers tend to think of sine and cosine in terms of angles, by using radian measure, the angle is the same as the arc length on the unit circle.
2. cos(theta) degrees = -0.5, what does -0.5 represent?
On the unit circle, "cos(theta)" is the
y coordinate of the point (x, y) on the unit circle where the line from (0,0) to (x, y) makes angle theta with the x-axis. If you convert \theta degrees to (\theta/180)\pi radians, that is also the distance from (1, 0) to (x, y) around the unit circle. If you draw the horizontal line y= -0.5, it will cross the unit circle at two points. They both correspond to "theta" such that cos(theta)= -0.5.
3. tan(pi/2 - theta) given tan(theta) = 0.7... the answer in the book is 10/7 and cos(3pi/2 -x) the solution is cos(-pi/2 -x) = cos(pi/2 +x) = -sin x... what happened there?
cos(pi/2- theta)= sin(theta) and sin(pi/2- theta)= cos(theta)- you can see those by seeing that going from "theta" to "pi/2- theta" in angle (or measured around the circumference of the unit circle. So tan(pi/2- theta)= sin(pi/2- theta)/cos(pi/2- theta)= cos(theta)/sin(theta)= 1/tan(theta) and 1/0.7= 1/(7/10)= 10/7.
on the same note, apparently sin(pi/2 - theta) = cos(theta)... does it make a difference which way you solve?
If you are referring to that same problem, you need both cos(pi/2- theta)= sin(theta) and sin(pi/2- theta)= cos(theta).
4. what's a quick way to solve cos(68pi/3)? the solution is -1/2
68/3= 22+ 2/3 the same as cos(11(2pi)+ (2pi/3)). The unit circle has circumference 2pi so going to 68pi/3 is just going around the circle 11 times and then an additional distance of 2pi/3- the same as if you had just gone directly to 2pi/3: cos(68pi/3)= cos(2pi/3). Now, if you go around the unit circle as distance 2pi/3 from (1, 0) you wind up a (-1/2, sqrt(3)/2). And "cosine" is the x coordinate.
... or sin(67pi/4)= 1/sq(2)
Same thing. 67/4= 8+ 3/4 so 67pi/4= 8pi+ 3pi/4= 4(2pi)+ 3pi/4. You have gone around the unit circle 4 times, arriving at the same point as if you had only gone 3pi/4.
That point has coordinates (-1/sqrt(2), 1/sqrt(2)) and sine is the y coordinate.
5. What's going on in this solution?
What the heck are they saying? is there an easier way to solve that equation? and one like this-
for pi/2<a<pi with sin(a)=cos(b) where 0<b<pi/2, find a in terms of b
What? That makes the problem
harder! Where would you go from "sin(a)= sin(b)"? They are using the fact that is sin(x)= sin(y) (and both are in the first quadrant) then x= y. To use that they change from "cos" to "sin" using just what I mentioned before: cos(x)= sin(pi/2- x). cos(x)= -sin(\pi/6) becomes sin(pi/2- x)= -sin(pi/6) and we can get rid of that "-" by using the identity sin(-t)= - sin(t) (moving "+t" is moving counter clockwise while moving "-t" is moving clockwise around the unit circle. Since we are starting from (1, 0), that just swap "+" and"-" on the y coordinate- which is sin(t) at every point) we get, finally,
sin(pi/2- x)= sin(-pi/6) and so can say pi/2- x= -pi/6. Subtracting pi/2 from both sides, -x= -pi/6- pi/2= -pi/6- 3pi/6= -4pi/6= -2pi/3. Then multiplying both sides by -1, x= 2pi/3.