In this worksheet you will practice evaluating trigonometric functions, converting between degrees and radcians, and solving basic trig equations. We will also begin graphing trigonometric functions. The command "show" is used to make the output in SAGE look nice.
The command "show", makes the output look "nice" #1. Enter pi and have it look "nice" pi
Now we turn our attention to the 12 different trig functions: the 6 basic and their inverses. The function calls for the first six are sin, cos, tan, sec, csc, cot. The function calls for the inverses are asin, acos, atan, asec, acsc, acot. If the angle or arc length is in radian measure, just enter the expression. If it's in degrees, you will have to convert to radians first. An example follows.
Doesn't Sage know this should equal 1? We use the bool function to test for equality.
Can Sage be useful in solving those equations you wrote for solving right triangles? Let's see. Suppose the equation you created from a triangle situation was .
To get a useful value, we will have to grab the solution Sage yields and apply an approximation command.
Your turn. . .