Trigonometry Calculator

Whether you're working through a geometry problem, studying for an exam, or trying to figure out an angle on a real-world project, a trigonometry calculator can save you a ton of time. Instead of wrestling with tables or doing everything by hand, you can get accurate results in seconds. This calculator handles everything from basic sine, cosine, and tangent values to solving right triangles, converting between degrees and radians, and working with inverse trig functions. It's built for students, teachers, engineers, and anyone else who needs quick, reliable trig calculations. Use the sections below to understand how everything works, see examples, and get the most out of every feature.

Enter Details

Result

Trig ratios

Note — This result is an estimate. Talk to a healthcare provider for personalized guidance.

How to Use the Trigonometry Calculator

Getting started is straightforward. Select the function you want to calculate, enter your known values, and hit calculate. The tool handles the math and returns your result instantly.

A few things worth knowing before you dive in:

  • Choose your angle mode first. Decide whether you're working in degrees or radians. Most high school problems use degrees; calculus and advanced math often use radians. Mixing them up is a common source of wrong answers.
  • Enter what you know. Depending on the function, you might enter an angle to get a ratio, or enter a ratio to get an angle (that's what inverse functions are for).
  • Read the output carefully. The calculator returns the numerical result, but for triangle solvers it also shows the full set of solved values so you can see the complete picture.

If you're not sure which function to use, check the sections below. Each one explains what the function does and when to reach for it.

Calculate Sine, Cosine, and Tangent

Sine, cosine, and tangent are the three core trigonometric functions. Each one describes a specific ratio between two sides of a right triangle, based on a given angle.

  • Sine (sin) of an angle equals the length of the opposite side divided by the hypotenuse.
  • Cosine (cos) of an angle equals the length of the adjacent side divided by the hypotenuse.
  • Tangent (tan) of an angle equals the length of the opposite side divided by the adjacent side.

To use the calculator, enter an angle value and select the function. For example, sin(30°) = 0.5, cos(60°) = 0.5, and tan(45°) = 1. These are exact values that come up constantly in trig problems.

These functions work for any angle, not just the tidy ones on a unit circle. The calculator returns decimal approximations for angles like 37° or 1.2 radians just as easily. That's where having a tool like this really pays off.

Right Triangle Solver

A right triangle has one 90° angle, two other angles, and three sides. If you know at least two of those values (with at least one being a side length), you can find everything else. That's exactly what the right triangle solver does.

Enter the values you already know and the calculator fills in the rest. It solves for missing sides, missing angles, and will even confirm that your inputs form a valid triangle. This is especially useful in geometry, physics, and any kind of construction or design work where measurements matter.

Find Missing Side Lengths

To find a missing side, you need at least one known side and one known angle (other than the right angle). From there, the solver applies the appropriate trig ratio.

Say you know an angle of 40° and the hypotenuse is 10 units. To find the opposite side, the calculator computes: opposite = hypotenuse × sin(40°) = 10 × 0.6428 ≈ 6.43 units. To find the adjacent side: adjacent = hypotenuse × cos(40°) = 10 × 0.766 ≈ 7.66 units.

You can also use the Pythagorean theorem once you have two sides. The solver handles both approaches automatically based on what you provide.

Find Missing Angles

If you have two side lengths but no angle (besides the right angle), you can still solve the triangle. The calculator uses inverse trig functions to back-calculate the missing angles.

For example, if the opposite side is 5 and the hypotenuse is 13, the calculator computes arcsin(5/13) ≈ 22.6°. It then finds the third angle by subtracting from 180° (since all angles in a triangle add up to 180°), giving you 180° - 90° - 22.6° = 67.4°.

This approach is useful whenever you've measured physical distances but need to know the angles, which comes up a lot in surveying, construction, and navigation.

Inverse Trigonometric Functions

Regular trig functions take an angle and return a ratio. Inverse trig functions do the opposite: you give them a ratio, and they return the angle that produces it.

These are essential whenever you're solving for an unknown angle rather than an unknown side. They show up throughout geometry, physics, and engineering, and they're used constantly in the right triangle solver under the hood.

One thing to keep in mind: inverse trig functions have restricted output ranges by convention. Arcsin and arctan return values between -90° and 90°, while arccos returns values between 0° and 180°. This doesn't mean other solutions don't exist; it just reflects the standard principal value range.

Arcsin, Arccos, and Arctan

Arcsin (sin⁻¹) takes a value between -1 and 1 and returns the angle whose sine equals that value. For example, arcsin(0.5) = 30°, because sin(30°) = 0.5.

Arccos (cos⁻¹) takes a value between -1 and 1 and returns the angle whose cosine equals that value. Arccos(0.5) = 60°, because cos(60°) = 0.5.

Arctan (tan⁻¹) takes any real number and returns the angle whose tangent equals that value. Arctan(1) = 45°, because tan(45°) = 1. Arctan is particularly handy because its input isn't limited to the -1 to 1 range like the other two.

On a calculator or in code, these are often written as asin, acos, and atan. They all work the same way regardless of notation.

Degrees and Radians Conversion

Angles can be measured in degrees or radians. Degrees are more intuitive for most people (a full circle is 360°), while radians are the standard unit in higher math and science (a full circle is 2π radians).

The conversion formulas are simple:

  • To convert degrees to radians: multiply by π/180
  • To convert radians to degrees: multiply by 180/π

A few common conversions worth memorizing:

DegreesRadians
0
30°π/6
45°π/4
60°π/3
90°π/2
180°π
360°

The calculator lets you switch between modes at any time. Just make sure your inputs match the selected mode before calculating, otherwise your results will be off.

Trigonometric Formulas and Identities

Trig identities are equations involving trig functions that hold true for all valid angle values. They're used to simplify expressions, solve equations, and prove other mathematical relationships. Knowing the key ones makes a lot of trig work go faster.

Some of the most commonly used identities include the Pythagorean identities (sin²θ + cos²θ = 1 is the big one), the reciprocal identities (cosecant, secant, and cotangent), the quotient identities (tan = sin/cos), and the double-angle formulas used in calculus and physics.

You don't need to memorize all of them at once. Start with the foundational ones and build from there as the problems you work on start demanding more.

SOH CAH TOA Explained

SOH CAH TOA is a mnemonic that makes it easy to remember the three main trig ratios for a right triangle.

  • SOH: Sine = Opposite / Hypotenuse
  • CAH: Cosine = Adjacent / Hypotenuse
  • TOA: Tangent = Opposite / Adjacent

The "opposite" side is the one across from the angle you're working with. The "adjacent" side is the one next to that angle (but not the hypotenuse). The hypotenuse is always the longest side, directly across from the right angle.

SOH CAH TOA only applies to right triangles. For other triangles, you'll need the law of sines or the law of cosines instead. But for right triangle problems, this simple memory trick covers most of what you need.

Pythagorean Theorem in Trigonometry

The Pythagorean theorem states that in any right triangle, a² + b² = c², where c is the hypotenuse and a and b are the other two sides. It's one of the most fundamental relationships in geometry and trig.

In trigonometry, this theorem connects directly to the most important identity: sin²θ + cos²θ = 1. This comes from dividing both sides of a² + b² = c² by c², which gives (a/c)² + (b/c)² = 1, and since sin θ = a/c and cos θ = b/c, you get the identity.

Practically speaking, the Pythagorean theorem lets you find a missing side whenever you have the other two. If you know the two legs are 3 and 4, the hypotenuse must be 5 (since 3² + 4² = 9 + 16 = 25 = 5²). These Pythagorean triples (3-4-5, 5-12-13, 8-15-17) come up frequently in trig problems and are worth recognizing.

Trigonometry Calculation Examples

Seeing how the math works through concrete examples makes things click a lot faster than reading definitions alone. Here are a few typical problems with step-by-step solutions.

Example 1: Find sin(45°)
sin(45°) = √2/2 ≈ 0.7071. This is a standard special angle value that appears constantly in trig.

Example 2: Solve for a missing side
A right triangle has an angle of 30° and a hypotenuse of 20. Find the opposite side.
opposite = 20 × sin(30°) = 20 × 0.5 = 10.

Example 3: Find a missing angle
The adjacent side is 8 and the hypotenuse is 10. What's the angle?
cos θ = 8/10 = 0.8, so θ = arccos(0.8) ≈ 36.87°.

Example 4: Convert 135° to radians
135 × (π/180) = 3π/4 ≈ 2.356 radians.

These examples cover the core scenarios. Most trig problems you'll encounter are variations on one of these four patterns.

Unit Circle and Special Angles

The unit circle is a circle with a radius of 1 centered at the origin on a coordinate plane. It's one of the most useful tools in trigonometry because it defines sine and cosine values for every angle in a clean, visual way.

On the unit circle, for any angle θ, the coordinates of the point on the circle are (cos θ, sin θ). That's it. The x-coordinate is the cosine and the y-coordinate is the sine.

The special angles (0°, 30°, 45°, 60°, 90°, and their equivalents in other quadrants) have exact values that you'll see over and over:

Anglesincostan
010
30°1/2√3/2√3/3
45°√2/2√2/21
60°√3/21/2√3
90°10undefined

Once you're comfortable with the first quadrant, the other three follow from symmetry. Memorizing these values pays dividends in exams and in any math-heavy field.

Applications of Trigonometry in Real Life

Trig isn't just a classroom subject. It shows up in a surprisingly wide range of fields, often in ways you wouldn't immediately recognize.

  • Architecture and construction: Calculating roof pitches, ramp angles, and structural loads all involve trig ratios. A roof with a 6/12 pitch has a specific angle that engineers calculate using arctangent.
  • Navigation: Pilots and sailors use trigonometry to calculate headings, distances, and course corrections. GPS systems rely on trigonometric calculations to pinpoint locations.
  • Physics: Projectile motion, wave behavior, and force vector decomposition all require sine and cosine. Breaking a force into horizontal and vertical components is pure SOH CAH TOA.
  • Engineering: Mechanical and electrical engineers use trig constantly, from designing gears and linkages to analyzing AC circuits (where phase angles matter a lot).
  • Computer graphics: Rotating objects, calculating lighting angles, and rendering 3D scenes all depend on trig functions running thousands of times per second.
  • Music and acoustics: Sound waves are modeled as sine waves. Audio engineers use trigonometry to analyze frequency, phase, and interference patterns.

The more you work with trig, the more you'll notice it hiding in everyday problems. It's one of those areas of math that keeps showing up no matter what field you're in.

Common Trigonometric Functions and Ratios

Beyond sine, cosine, and tangent, there are three reciprocal functions that come up in more advanced trig work. Each one is simply the inverse ratio of one of the main three.

FunctionAbbreviationDefinitionReciprocal of
SinesinOpposite / HypotenuseCosecant
CosinecosAdjacent / HypotenuseSecant
TangenttanOpposite / AdjacentCotangent
CosecantcscHypotenuse / OppositeSine
SecantsecHypotenuse / AdjacentCosine
CotangentcotAdjacent / OppositeTangent

Cosecant, secant, and cotangent don't appear as often in basic trig, but they're used regularly in calculus (especially in integrals) and in physics. Knowing their definitions and how they relate to the main three functions makes it much easier to work through problems that involve them.

One quick tip: if you ever see csc, sec, or cot and you're not sure what to do, just rewrite them in terms of sin, cos, or tan. That single step simplifies most expressions and makes the path forward a lot clearer.

Other Maths Calculators

Explore all