Without using table, what is the value of tan 3465 degree?

either / or
The solutions exist in the first and third quadrant of the unit circle. Mod 360 only provide the solution in the first quadrant, either/or third, but not both.
The OP's goal was to show tan(3645)=tan(45).
3465 mod 180 = 45
 
Last edited:
The solutions exist in the first and third quadrant of the unit circle. Mod 360 only provide the solution in the first quadrant, either/or third, but not both.
The OP's goal was to show tan(3645)=tan(45).
3465 mod 180 = 45
Yeah sure but 3465 (mod 360) = 225 and it's only one more step to say that tan225°=tan45°\displaystyle tan 225\degree = tan 45\degree.

mod 360 will lead to the answer for sin and cos as well, mod 180 won't.
 
It's because sin(x) and cos(x) have a period of 2π=360°2\pi = 360 \degree and tan(x) has a period of π=180°?\pi = 180\degree ?
Yes, but my point was you can use mod 360 in all cases, but mod 180 only for tan. Trying to keep it simple.
 
Top