Trigonometry calculator — sin/cos/tan + inverse + sec/csc/cot, degree/radian/gradient, unit circle visualization, exact values.
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Trigonometry Calculator
Single function
Unit circle
Inverse function
Solve trig equation
Right triangle solver
- Opposite (a): 3.7587705 (hypotenuse × sin(θ) = 4 × sin(70))
- Adjacent (b): 1.3680806 (hypotenuse × cos(θ) = 4 × cos(70))
- Hypotenuse (c): 4 (given)
- Other acute angle: 20°
Special angle table
| ° | rad | sin | cos | tan |
|---|---|---|---|---|
| 0° | 0 | 0 | 1 | 0 |
| 30° | π/6 | 1 / 2 | √3 / 2 | √3 / 3 |
| 45° | π/4 | √2 / 2 | √2 / 2 | 1 |
| 60° | π/3 | √3 / 2 | 1 / 2 | √3 |
| 90° | π/2 | 1 | 0 | ∞ |
| 120° | 2π/3 | √3 / 2 | −1 / 2 | −√3 |
| 135° | 3π/4 | √2 / 2 | −√2 / 2 | −1 |
| 150° | 5π/6 | 1 / 2 | −√3 / 2 | −√3 / 3 |
| 180° | π | 0 | −1 | 0 |
| 270° | 3π/2 | −1 | 0 | ∞ |
| 360° | 2π | 0 | 1 | 0 |
All math is browser-only — your inputs never leave this tab.
What this tool does
A trigonometry calculator built for the way the topic is actually taught: switch between degree, radian, and gradient at any time; pick from sin, cos, tan, their reciprocals (csc, sec, cot), and the six inverse functions (asin, acos, atan, acsc, asec, acot); and see not just a decimal but the exact value when the angle is a special one — 0, 30°, 45°, 60°, 90°, 120°, 135°, 150°, 180° and their negatives / reflections all resolve to fractions like √3 / 2 or 1 / 2 instead of 0.866025… A live unit-circle visualisation draws the current point, projects sin and cos onto the axes, and shows the tan tangent line so the asymptotes at 90° and 270° are visible rather than a silent error. The right-triangle solver takes one angle plus any side and returns the remaining two sides with the formula written out, which is what turns "I got the number" into "I can show my work." The equation solver gives every solution in [0, 2π) for sin(x) = k, cos(x) = k, tan(x) = k, including the +2πk general form, so trig-equation exam questions are fully covered. A reference table of the 16 most-used special-angle values is one tap away. Everything is client-side, offline-capable, free, and bilingual.
Tool details
- Input
- Text + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Preview
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Local preference storage
- Preferences, history, or drafts are saved in this browser without an account.
- Performance budget
- Initial JS <= 30 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Trigonometry Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Aspect Ratio Calculator Calculate aspect ratio — fix any 1 of [width, height, ratio], get the other two. Open
- 2 Triangle Calculator Triangle solver — SSS, SAS, ASA, AAS, and the ambiguous SSA case via law of sines + law of cosines. All sides, angles, area, perimeter, type, drawn to scale. Open
- 3 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
Real-world use cases
Check your textbook answer for sin / cos / tan at a special angle
You wrote sin(60°) = √3 / 2 on your homework but you're not sure if you flipped it with cos(60°). Type 60, hit DEG, pick sin. The calculator returns 0.8660254 and tags it as the exact value √3 / 2. Switch to cos and you get 0.5 = 1 / 2. The special-angle badge is the part the regular scientific calculator on your phone hides — it tells you which textbook value you actually landed on, not a decimal you still have to recognise.
Convert a radian-mode answer back to a familiar degree
Wolfram says the solution is x = 2π / 3, but your worksheet wants degrees. Put 2π/3 in RAD mode, press the convert button, get 120°. The unit circle below lights up the (–1/2, √3/2) point so you can double-check it landed in the second quadrant. This catches the silent off-by-π bugs that come from copying an answer between two tools that disagree on the angle unit.
Solve sin(x) = 0.5 and get every solution in [0, 2π)
Most calculators give you one principal value (asin(0.5) = 30°) and quietly drop the second branch. This one returns both: x = 30° and x = 150°, then shows the +360°k family so you can write the general solution. Same for cos(x) = √2 / 2 → 45°, 315°, and for tan(x) = 1 → 45°, 225°. Exam-grade output, not a trick question.
Find the missing side of a right triangle using one angle
The ladder problem: 4-metre ladder leans at 70° from the ground, how high does it reach? Type 70°, side = 4, pick "opposite". The calculator returns 3.759 m and shows the formula sin(70°) × 4. The adjacent side (distance from wall) shows up too: 1.368 m. You get the picture, the number, and the equation all in one place, which is what makes the difference between "I copied a number" and "I understand what I did."
Build intuition for why sin and cos look like they do
Drag the angle slider from 0° to 360° and watch the point trace the unit circle while sin (height) and cos (width) shadows project on the axes. tan blows up at 90° and 270° — the visualisation shows the asymptote rather than just throwing an error. After two minutes of dragging, students stop asking "why is sin(90°) = 1" because they have seen the point sit exactly at the top of the circle.
Common pitfalls
Forgetting to set the angle mode. sin(30) is 0.5 in DEG but a wild number (≈ −0.988) in RAD — always glance at the DEG / RAD / GRAD pill before typing the angle, the calculator highlights the active mode in red on the first calculation of a session.
Trusting asin / acos to give every solution. The inverse functions return only the principal value; the calculator's "all solutions" panel is where the second branch and the +2πk family live. Skip the panel and you lose half the marks on the trig-equation question.
Reading the unit circle as if it always has radius 1 in pixels. The visualisation is scaled — the labels (1/2, √3/2 etc.) refer to the mathematical coordinates, not the SVG pixel positions. The numeric panel above is the source of truth; the circle is intuition support.
Privacy
All the trigonometric calculations happen in pure JavaScript inside your browser tab — angles, side lengths, equation solutions, nothing is sent to a server or logged. The calculator does not even need a network connection after the page loads. You can use it on a class laptop, in an exam room, or offline on a phone in flight mode and it behaves identically. The angle mode (DEG / RAD / GRAD) is the only thing remembered between sessions, stored in localStorage under a single key you can clear in one click.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- Anagram Solver Check if two words are anagrams, rearrange a set of letters into every ordering, and read the sorted letter fingerprint, all in your browser
- Angle Converter Degrees, radians, gradians, turns, arcminutes, arcseconds and NATO mils, all from one input, copyable, browser-only