Sin Cosine Tangent Calculator - Sine, Cosine, and Tangent Together

Use this sin cosine tangent calculator to evaluate the sine, cosine, and tangent of any angle in degrees, radians, or pi form, with unit-circle read-out.

Updated: June 16, 2026 • Free Tool

Sin Cosine Tangent Calculator

Sine, cosine, and tangent accept any real angle. The chosen unit is applied to this value before the three functions run.

Pick the unit for the input angle. Use 'Multiples of pi' to enter values like 0.5 for pi/2.

Results

Sine (sin of angle)
0
Cosine (cos of angle) 0
Tangent (tan of angle) 0
Unit-circle quadrant 0
Pythagorean identity (sin² + cos²) 0

What Is a Sin Cosine Tangent Calculator?

A sin cosine tangent calculator is a tool that turns any real angle into the three foundational trigonometric ratios at once: the sine, the cosine, and the tangent. Enter a single angle, pick whether you typed it in degrees, radians, or multiples of pi, and the result panel returns the dimensionless sine, cosine, and tangent side by side, along with the unit-circle quadrant and a Pythagorean identity check. Computing all three ratios together is faster than three separate lookups.

  • Right-triangle side ratios: Recover opposite, adjacent, and hypotenuse ratios from a single angle using SOH-CAH-TOA.
  • Unit-circle coordinates: Read the (cosine, sine) coordinates of a point on the unit circle.
  • Wave and signal amplitude: Evaluate the sine, cosine, and tangent components of a periodic signal at a specific phase angle.
  • Trigonometry homework and reference values: Confirm reference values like sin(45) = sqrt(2)/2, cos(45) = sqrt(2)/2, and tan(45) = 1.

All three ratios are periodic, so the same output repeats every 2*pi radians or 360 degrees. The calculator reduces the input to the principal branch in [0, 2*pi) before reporting the three ratios, so 390 degrees and 30 degrees return identical results.

Sine and cosine are bounded between -1 and 1, but tangent is not. Tangent equals sine divided by cosine and is undefined whenever cosine is exactly zero, which happens at odd multiples of pi/2 radians.

When the same angle also defines a real right triangle, Right Triangle Calculator carries the three ratios through to the missing side lengths and the remaining angles in one workflow.

How the Sin Cosine Tangent Calculator Works

The calculator reads the angle and the unit, converts the angle to radians, reduces it to the principal branch, then evaluates sine, cosine, and tangent of the reduced angle. The tangent is computed as sine divided by cosine so the result is internally consistent with the other two ratios.

result_sin = sin(theta_radians), result_cos = cos(theta_radians), result_tan = sin(theta_radians) / cos(theta_radians), with theta_radians in the principal branch [0, 2*pi)
  • angleValue: The numeric angle you enter. Combined with angleUnit, it is the input to all three functions.
  • angleUnit: The unit of the input angle: degrees, radians, or multiples of pi.
  • theta (radians): The input angle expressed in radians, reduced modulo 2*pi before display.
  • sine: The dimensionless output of sin(theta). Always lies in [-1, 1].
  • cosine: The dimensionless output of cos(theta). Always lies in [-1, 1].
  • tangent: The ratio of sine to cosine. Undefined whenever cosine is zero.

Because tangent is computed as sine divided by cosine inside the same function, the three rows in the result panel always satisfy tan = sin / cos whenever tangent is defined.

The unit-circle quadrant is computed from the sign of the reduced sine and cosine. Quadrant I has both positive, Quadrant II has sine positive and cosine negative, Quadrant III has both negative, and Quadrant IV has sine negative and cosine positive.

Worked example: sin, cos, and tan of 45 degrees

angleValue = 45, angleUnit = degrees

Convert 45 degrees to radians: 45 * pi / 180 = pi/4. Then sin(pi/4) = cos(pi/4) = sqrt(2)/2, and tan(pi/4) = 1.

Sine = 0.707107. Cosine = 0.707107. Tangent = 1. Quadrant I. Pythagorean check = 1.000000.

A 45-degree angle is the SOH-CAH-TOA reference case where opposite and adjacent are equal.

Worked example: sin, cos, and tan of 90 degrees (tangent undefined)

angleValue = 90, angleUnit = degrees

Convert 90 degrees to radians: 90 * pi / 180 = pi/2. Then sin(pi/2) = 1 and cos(pi/2) = 0, so tan(pi/2) is undefined.

Sine = 1. Cosine = 0. Tangent = undefined. Quadrant I. Pythagorean check = 1.000000.

Tangent is undefined at 90 degrees because cosine is exactly zero.

According to Wikipedia: Trigonometric functions, the sine of an angle equals the opposite-side length of a right triangle divided by the hypotenuse, cosine equals adjacent divided by hypotenuse, and tangent equals opposite divided by adjacent, with the same values also equal to the (y, x) coordinates of the corresponding point on the unit circle.

If the downstream problem only needs the sine, Sin Calculator focuses on the y-coordinate read-out and the unit-circle quadrant without the cosine and tangent rows in the way.

Key Concepts Behind the Calculator

Four ideas make the three rows of the result panel read correctly.

SOH-CAH-TOA ratios

Sine equals opposite over hypotenuse, cosine equals adjacent over hypotenuse, and tangent equals opposite over adjacent. The mnemonic SOH-CAH-TOA is the fastest way to remember which sides pair with each ratio.

Unit-circle coordinates

Cosine of an angle equals the x-coordinate of the unit-circle point at that angle, and sine equals the y-coordinate. Tangent is the slope of the line from the origin to that point, which is the same as sin / cos.

Periodicity of 2*pi

Sine, cosine, and tangent all repeat every 2*pi radians or 360 degrees. The calculator reduces the input to the principal branch in [0, 2*pi), so 30 and 390 degrees return identical results.

Tangent identity and asymptotes

Tangent equals sin divided by cos and is undefined whenever cosine equals zero. That happens at pi/2 radians plus any integer multiple of pi.

The right-triangle interpretation and the unit-circle interpretation are the same trig function viewed from two angles. Right-triangle work emphasizes the side ratios and the 90-degree corner, while unit-circle work emphasizes the periodic, signed nature of the ratios.

Tangent is the slope of the radius line on the unit circle, which is a quick way to predict sign changes. In Quadrant I the slope is positive, in Quadrant II the slope is negative, in Quadrant III the slope is positive, and in Quadrant IV the slope is negative.

When a problem hands you a tangent value and asks for the angle that produced it, Arctan Calculator runs the inverse workflow and returns the principal angle in (-pi/2, pi/2) radians.

How to Use This Sin Cosine Tangent Calculator

Four short steps are enough to get a trustworthy sine, cosine, and tangent value for any angle.

  1. 1 Pick the angle unit: Select degrees, radians, or multiples of pi in the angle unit dropdown.
  2. 2 Enter the angle: Type the numeric angle in the angle value field. For 'Multiples of pi', enter 0.5 for pi/2, 1 for pi, and 1.5 for 3*pi/2.
  3. 3 Read the three ratios: The result panel shows the dimensionless sine, cosine, and tangent of the reduced angle. Sine and cosine always lie in [-1, 1], and tangent can be any real number or 'undefined'.
  4. 4 Check the quadrant and the identity: Below the three ratios, the panel reports the unit-circle quadrant of the reduced angle and the value of sin^2 + cos^2, which should be 1 within floating-point precision.

Practical example: set the unit to degrees, enter 45, and the panel shows sine = 0.707107, cosine = 0.707107, tangent = 1, Quadrant I, and a Pythagorean identity check of 1.000000.

If the input angle arrives in degrees, minutes, and seconds or in gradians, Angle Converter reformats it to a plain decimal angle before the three ratios run.

Benefits of the Combined Calculator

A combined trig tool removes the need to run three separate lookups and surfaces the unit-circle geometry and the Pythagorean identity at the same time.

  • All three ratios in one place: Sine, cosine, and tangent appear in a single result panel so the three values are always read together and consistently satisfy tan = sin / cos when defined.
  • Three input units on the same form: The unit toggle accepts degrees, radians, and multiples of pi, which removes the separate degrees-to-radians step.
  • Built-in undefined handling: When cosine is zero and tangent is undefined, the panel shows 'undefined' instead of returning a misleadingly large number or a NaN.
  • Pythagorean identity sanity check: The sin^2 + cos^2 row should be 1 for any real angle, so the panel doubles as a quick check on the two ratios above it.
  • Pairs with the inverse trig tools: When a problem hands you one of the three ratios and asks for the angle that produced it, the arcsin, arccos, and arctan calculators run the inverse workflow without changing units.

The result panel keeps sine, cosine, and tangent tied together, so a sign error is straightforward to spot: if sine reads positive but cosine reads negative, the reduced angle is in Quadrant II, and tangent must be negative.

The Pythagorean identity row is the cleanest way to confirm that the calculator is reading the input angle the way you expect. Any deviation from 1 is a strong signal that the unit toggle does not match the source of the angle.

When the surrounding problem needs a full triangle workflow, Triangle Calculator carries the side lengths, the missing angle, and the area through one calculation rather than rebuilding the geometry by hand.

Factors That Affect the Results

Four variables determine the three ratios on the panel, and two limitations tell you when the result is on the edge of validity.

Angle unit selection

Picking the wrong unit silently changes the result. A 45 in degrees gives sin = cos = 0.707107 and tan = 1, while a 45 in radians gives sin = 0.851, cos = 0.525, and tan = 1.619.

Periodicity of sine, cosine, and tangent

All three functions repeat every 2*pi radians or 360 degrees, so the calculator reduces the input to the principal branch in [0, 2*pi).

Quadrant on the unit circle

The quadrant controls the sign of all three ratios. Quadrant I has all three positive, Quadrant II has sine positive and cosine and tangent negative, Quadrant III has sine and cosine negative and tangent positive, and Quadrant IV has sine and tangent negative and cosine positive.

Tangent asymptotes

Tangent is undefined whenever cosine equals zero, which happens at 90 degrees, 270 degrees, 450 degrees, and so on.

  • The tool returns the principal real angle. It does not evaluate the complex-valued trigonometric functions.
  • Floating-point arithmetic means the Pythagorean identity check is only equal to 1 to roughly 15 significant digits, and the tangent 'undefined' boundary is only detected when cosine is within about 1e-12 of zero.

The principal-branch reduction is what makes 390 degrees return the same three ratios as 30 degrees.

When cosine is exactly zero on paper but a tiny nonzero number in floating-point, the calculator rounds cosine to zero and reports tangent as 'undefined' rather than producing a very large value.

According to Wolfram MathWorld: Sine, the sine and cosine functions satisfy the Pythagorean identity sin^2(theta) + cos^2(theta) = 1 for any real angle theta, which is why every point on the unit circle lies exactly one unit from the origin.

According to Wolfram MathWorld: Tangent, the tangent of an angle equals sin(theta) divided by cos(theta) and is undefined whenever cos(theta) equals zero, which happens at odd multiples of pi/2 radians.

Sin cosine tangent calculator with angle input, degree or radian or pi unit toggle, and a result panel showing sine, cosine, tangent, the reduced angle, and the unit-circle quadrant.
Sin cosine tangent calculator with angle input, degree or radian or pi unit toggle, and a result panel showing sine, cosine, tangent, the reduced angle, and the unit-circle quadrant.

Frequently Asked Questions

Q: What is a sin cosine tangent calculator?

A: A sin cosine tangent calculator takes a single real angle and returns the sine, cosine, and tangent of that angle in the same result panel. Sine and cosine always lie in [-1, 1], tangent can be any real number or undefined, and the panel also reports the unit-circle quadrant and a Pythagorean identity check.

Q: How do I find sin, cos, and tan of an angle?

A: Pick the angle unit (degrees, radians, or multiples of pi), enter the angle, and read the three ratios. 45 degrees and pi/4 radians both return sin = cos = 0.707107 and tan = 1.

Q: What is sin, cos, and tan of 45 degrees?

A: At 45 degrees the sine and cosine are both sqrt(2)/2, about 0.707107, and the tangent is 1. That is the SOH-CAH-TOA reference angle where opposite and adjacent are equal.

Q: Why is tangent undefined at 90 degrees?

A: Tangent equals sine divided by cosine, and at 90 degrees cosine is exactly zero. Division by zero is undefined, so the result panel reports 'undefined' for tangent at 90 degrees, 270 degrees, and any odd multiple of pi/2.

Q: Is tangent the same as sin divided by cos?

A: Yes, tan(theta) = sin(theta) / cos(theta) holds for every angle where cosine is not zero. The calculator computes tangent that way, so the three rows always satisfy the ratio when tangent is defined.

Q: How are sine, cosine, and tangent used in a right triangle?

A: Sine equals opposite over hypotenuse, cosine equals adjacent over hypotenuse, and tangent equals opposite over adjacent. The mnemonic SOH-CAH-TOA is a quick way to remember which sides pair with which ratio.