So with Trigonometry the biggest idea revolves around the unit circle and the relation between two measures of angles: Radians and Degrees.
Degrees are quite intuitive. A circle contains 360 degrees. If you divide it in 4 equal quarters than each arc/angle is 90 degrees.
With radians it takes a little bit more thought. What is another way describe the perimeter of a circle? Circumference = 2*pi*radius. Dividing both sides by radius we get Circumference/Radius = 2*pi. By definition, a radian is the arc length of the radius of the circle. Lets do an example:
If I have a circle with a radius of 4 meters. And arc (part of the circumference) with a length of 4 meters is equal to one radian. Now I’m sure you’re thinking how many radians would there be in the entire circle cause after all we want a part to a whole like 90 degrees to 360 degrees.
The answer is 2*pi radians because a radian is literally the radius. Essentially an angle of 2*pi radians is equal to an angle of 360 degrees. Same principle works with quarters. Divide 360 by 4 and you get 90 degrees. Divide 2*pi radians by 4 and get pi/2 radians. Pi/2 radians = 90 degrees.
Now with that in mind let’s go to the calculator. You can change the mode in your calculator from Radian to Degrees and vice versa. If you are in degrees, you can type in sin(90) and it will come out to 1 based on the unit circle. But if you’re in radians, the way to get 1 as an output is to type in sin(pi/2).
So when you’re typing in tan(4) in your calculator in Radians mode you’re just saying give me the the ratio of the length opposite to and angle of 4 radians and the length adjacent to the angle of 4 radians of a right triangle in a circle with a radius of 1.
If you were in degree mode you’d be saying the same thing, just the angle would be 4 degrees which is not equivalent to 4 radians.
Let me know if you’re still confused.