How to Use Sin, Cos, Tan and Their Inverse Functions on a Calculator


Sin, cos and tan turn an angle into a ratio of two sides on a right triangle. A calculator makes that conversion instantly, and its inverse functions, asin, acos and atan, run the process backward to turn a ratio back into an angle. Learning both directions on a real keypad, including where the inverse keys hide, turns trigonometry from a memorized formula into a tool you can actually use.

Quick Answer
Sine, cosine and tangent are ratios of two sides of a right triangle relative to one angle. Enter the angle and press sin, cos or tan on a calculator to get that ratio, with degree or radian mode set correctly first. The inverse functions, asin, acos and atan (often labeled sin^-1, cos^-1, tan^-1), go the other direction: feed in a ratio and get the angle back. For example, asin(0.5) equals 30 degrees in degree mode. The Advanced Scientific Calculator has direct asin, acos and atan buttons plus an INV mode, so both directions are one click away.

What Do Sine, Cosine and Tangent Mean?

Sine, cosine and tangent are ratios that compare two sides of a right triangle relative to one chosen angle, not full lengths on their own. A right triangle has a 90-degree corner, a hypotenuse (the longest side, opposite the right angle), and two other sides called the opposite and the adjacent side relative to whichever angle you pick.

\[ \sin(\theta) = \frac{\text{opposite}}{\text{hypotenuse}} \qquad \cos(\theta) = \frac{\text{adjacent}}{\text{hypotenuse}} \qquad \tan(\theta) = \frac{\text{opposite}}{\text{adjacent}} \]
  • opposite = the side across from the chosen angle
  • adjacent = the side next to the chosen angle, not the hypotenuse
  • hypotenuse = the longest side, opposite the right angle

Many students remember this order with the mnemonic SOH-CAH-TOA: Sine equals Opposite over Hypotenuse, Cosine equals Adjacent over Hypotenuse, Tangent equals Opposite over Adjacent.

Because these are ratios, the actual size of the triangle does not matter. A tiny right triangle and a huge right triangle with the same angle produce the exact same sine, cosine and tangent values. Only the angle itself controls the ratio.

Right triangle labeled with opposite, adjacent and hypotenuse sides relative to angle A A right triangle with the right angle at the bottom right. Angle A sits at the bottom left. The side across from angle A is labeled opposite, the side next to angle A along the bottom is labeled adjacent, and the slanted side is labeled hypotenuse. Right Triangle: Sides Relative to Angle A A adjacent opposite hypotenuse
Sine, cosine and tangent compare the opposite, adjacent and hypotenuse sides relative to angle A.

How Do You Calculate Sin, Cos and Tan on a Calculator?

Type the angle first, then press the sin, cos or tan key to get the ratio for that angle. On most scientific calculators, including the Advanced Scientific Calculator, entering 30 and pressing sin returns 0.5, since \( \sin(30^\circ) = 0.5 \) exactly.

Calculator mode matters more than any other setting in this process. A calculator set to degree mode reads 30 as 30 degrees, but the same calculator set to radian mode reads 30 as 30 radians, a completely different angle that produces a completely different result. Always check the mode indicator, usually labeled DEG, RAD or GRAD, before running any trig calculation.

The full relationship between degrees and radians, including how to convert between the two systems, gets a complete treatment in the sibling article on degrees versus radians. For this article, the short version is enough: degree mode is the standard setting for everyday triangle problems, and radian mode belongs to calculus and advanced physics work.

A worked check confirms the process. With degree mode active, entering 60 and pressing cos returns 0.5, since \( \cos(60^\circ) = 0.5 \). Entering 45 and pressing tan returns exactly 1, since \( \tan(45^\circ) = 1 \), because a 45-degree right triangle has equal opposite and adjacent sides.

What Do Asin, Acos and Atan Do?

Asin, acos and atan reverse the sin, cos and tan process, turning a known ratio back into an angle instead of turning an angle into a ratio. These inverse functions are also written as sin^-1, cos^-1 and tan^-1 on many calculator keypads and textbooks, and both notations mean the exact same operation.

\[ \theta = \sin^{-1}\left(\frac{\text{opposite}}{\text{hypotenuse}}\right) \qquad \theta = \cos^{-1}\left(\frac{\text{adjacent}}{\text{hypotenuse}}\right) \qquad \theta = \tan^{-1}\left(\frac{\text{opposite}}{\text{adjacent}}\right) \]
  • θ = the angle being recovered, shown in whatever mode the calculator sits in (degrees or radians)
  • sin^-1, cos^-1, tan^-1 = the inverse functions, also labeled asin, acos and atan

Regular sin, cos and tan answer the question “given this angle, what is the ratio?” Asin, acos and atan answer the opposite question: “given this ratio, what is the angle?” That reversal is the entire point of an inverse function, and it makes these keys essential whenever a side ratio is known but the angle itself is missing.

The output of asin, acos and atan is always an angle, shown in whatever mode the calculator sits in, degrees or radians. The input is always a plain ratio, a number with no units, typically between -1 and 1 for asin and acos.

How Do You Find an Angle From a Known Ratio?

Enter the known ratio and press the asin, acos or atan key to recover the angle that produced it. This is the core move behind every “find the missing angle” triangle problem.

Suppose a ratio of 0.5 comes from a sine calculation and the goal is to find the angle behind it. Entering 0.5 and pressing asin, with the calculator in degree mode, returns exactly 30 degrees: \( \operatorname{asin}(0.5) = 30^\circ \). That checks out perfectly against the earlier example, since \( \sin(30^\circ) = 0.5 \), so asin(0.5) must equal 30 degrees, undoing the original operation.

The same logic applies to the other two inverse functions. Entering 0.5 and pressing acos returns 60 degrees, matching \( \cos(60^\circ) = 0.5 \), so \( \operatorname{acos}(0.5) = 60^\circ \). Entering 1 and pressing atan returns 45 degrees, matching \( \tan(45^\circ) = 1 \), so \( \operatorname{atan}(1) = 45^\circ \). Each inverse function retrieves exactly the angle that the matching forward function started from.

How Do You Find a Side Length From an Angle and the Hypotenuse?

Multiply the hypotenuse by sin or cos of the known angle to find the opposite or adjacent side length. This is the forward version of the sin/cos/tan process applied to a real measurement problem instead of an abstract ratio. Consider a ladder leaning against a wall, forming a 40-degree angle with the ground, with the ladder itself measuring 10 feet as the hypotenuse.

  1. Find the height the ladder reaches up the wall, the opposite side relative to the 40-degree angle, by multiplying the hypotenuse by sine of the angle. Entering 40 and pressing sin gives \( \sin(40^\circ) \approx 0.6428 \).
  2. Multiply the hypotenuse by that ratio: \( 10 \times 0.6428 \approx 6.43 \text{ ft} \). That is the height the ladder reaches up the wall.
  3. Find how far the base of the ladder sits from the wall, the adjacent side, by multiplying the hypotenuse by cosine instead. Entering 40 and pressing cos gives \( \cos(40^\circ) \approx 0.7660 \).
  4. Multiply the hypotenuse by that ratio: \( 10 \times 0.7660 \approx 7.66 \text{ ft} \). That is how far the base sits from the wall.
  5. Check both results with the Pythagorean theorem as a sanity check: \( 6.43^2 + 7.66^2 \approx 41.3 + 58.7 \approx 100 \), which is the square of the 10-foot hypotenuse. The numbers agree, confirming the calculation.
  6. Cross-check with tangent, since two of the three sides are now known. Dividing the opposite side by the adjacent side, \( 6.43 \div 7.66 \approx 0.8395 \), matches pressing tan on the 40-degree angle: \( \tan(40^\circ) \approx 0.8395 \), because tangent equals opposite over adjacent by definition. Cross-checking a result this way, computing a ratio two different ways, catches most calculator entry mistakes before they carry into a final answer.
Sin, Cos and Tan Applied to a 40-Degree Angle, 10-Foot Hypotenuse
Function Calculator Steps Result Side Found
sin(40) Enter 40, press sin 0.6428 Ratio, not yet a length
10 x sin(40) Multiply hypotenuse by the ratio 6.43 ft Opposite side
cos(40) Enter 40, press cos 0.7660 Ratio, not yet a length
10 x cos(40) Multiply hypotenuse by the ratio 7.66 ft Adjacent side
Forward and inverse trig functions running in opposite directions An arrow labeled sin, cos or tan points from an angle box to a ratio box. A second arrow labeled asin, acos or atan points from the ratio box back to the angle box, showing the reverse direction. Forward vs. Inverse Trig Functions Angle Ratio sin / cos / tan asin / acos / atan
Sin, cos and tan turn an angle into a ratio. Asin, acos and atan reverse that, turning a ratio back into an angle.

Where Do You Find the Inverse Keys on a Calculator?

Physical scientific calculators frequently hide the inverse trig functions behind a second key press rather than giving them their own dedicated buttons. A key labeled INV, 2nd or SHIFT, pressed before sin, cos or tan, switches that same key over to its inverse function for one calculation.

This layout saves physical space on a compact keypad, since one key does double duty instead of the calculator needing six separate trig buttons. The tradeoff is that a rushed calculation can easily press the wrong combination, mixing up a forward and an inverse result without noticing.

Some calculator models label this shared key differently. A student handheld might print “2nd” above the number pad, while a scientific desktop model prints “SHIFT” or “INV” instead, but the underlying behavior stays identical across brands: press that key once, then press sin, cos or tan, and the calculator computes the inverse function for the next entry only.

The Advanced Scientific Calculator avoids that hunting entirely. It provides direct asin, acos and atan buttons alongside sin, cos and tan, plus a separate INV mode toggle for users who prefer that style, along with hyperbolic versions (sinh, cosh, tanh and their inverses) for more advanced work. Either way, checking which mode the calculator sits in, forward or inverse, before reading a result avoids the most common mix-up.

A quick way to catch a mode mistake: if asin, acos or atan returns a number far outside a reasonable angle range, or returns an error, the ratio entered was likely outside the valid -1 to 1 range for asin and acos, or the degree/radian mode was set incorrectly.

Practice both directions of trigonometry with the Advanced Scientific Calculator. It includes sin, cos, tan, asin, acos, atan, their hyperbolic versions, and DEG/RAD/GRAD mode switching, all in one free tool.

FAQs About Sin, Cos, Tan and Inverse Functions

Is Sin^-1 the Same Thing as 1/Sin?

No, and this is a common mix-up. Sin^-1 means the inverse sine function, asin, which turns a ratio back into an angle. 1/sin means the reciprocal of sine, a completely different value called cosecant. The “-1” in sin^-1 is function notation, not an exponent.

What Is the Difference Between Sin and Asin on a Calculator?

Sin takes an angle and returns a ratio between two sides of a right triangle. Asin takes that ratio and returns the angle back. They run in opposite directions: sin(30 degrees) equals 0.5, and asin(0.5) equals 30 degrees.

Why Does My Calculator Give a Different Answer for the Same Sin Calculation?

The calculator is almost always set to the wrong angle mode. Sin(30) in degree mode returns 0.5, but sin(30) in radian mode returns a very different number, since 30 radians is a much larger angle than 30 degrees. Always confirm the DEG or RAD indicator first.

Can Asin or Acos Ever Show an Error?

Yes. Asin and acos only accept ratios between -1 and 1, since no right-triangle sine or cosine ratio can fall outside that range. Entering a number like 1.5 into asin or acos produces an error, a sign the input value was mistyped or calculated incorrectly.

How Do I Find an Angle if I Only Know Two Sides of a Right Triangle?

Divide the two known sides to get the correct ratio, then apply the matching inverse function. Opposite over hypotenuse needs asin, adjacent over hypotenuse needs acos, and opposite over adjacent needs atan.

Does the Advanced Scientific Calculator Have Separate Buttons for Inverse Trig Functions?

Yes. The Advanced Scientific Calculator includes direct asin, acos and atan buttons alongside sin, cos and tan, plus an INV mode toggle and hyperbolic versions, so no hunting through menus is needed.

What Is a Worked Example of Finding a Missing Angle With Asin?

A ratio of 0.5 obtained from an opposite-over-hypotenuse measurement needs asin to recover the angle. Entering 0.5 and pressing asin in degree mode returns exactly 30 degrees, since sin(30 degrees) equals 0.5.

Sources

Reference Sources Used in This Article

This article is for general math education only. Exact calculator behavior varies by brand and model, so check your device’s manual for specifics. Reviewed for accuracy by Prof. Dr. Khalil Mudassar, PhD. Last updated September 23, 2026.




Author

shakeel-Muzaffar
Founder & Editor-in-Chief at  ~ Web ~  More Posts

Shakeel Muzaffar is the Founder and Editor-in-Chief of MultiCalculators.com, bringing over 15 years of experience in digital publishing, product strategy, and online tool development. He leads the platform's editorial vision, ensuring every calculator meets strict standards for accuracy, usability, and real-world value. Shakeel personally oversees content quality, formula verification workflows, and the platform's commitment to publishing tools that are genuinely useful for students, professionals, and everyday users worldwide.

Leave a Comment