Math

Trigonometry

Sin Cos Tan calculations. Fast, accurate, and completely free.

Favorites

Recent Tools

Trig Functions

Inverse Trig Functions

Results

Mathematical Formula

\sin\theta,\;\cos\theta,\;\tan\theta = \frac{\sin\theta}{\cos\theta},\;\csc\theta = \frac{1}{\sin\theta},\;\sec\theta = \frac{1}{\cos\theta},\;\cot\theta = \frac{\cos\theta}{\sin\theta}

θ = angle in radians or degrees

sin, cos, tan = primary trigonometric functions

csc, sec, cot = reciprocal trigonometric functions

arcsin, arccos, arctan = inverse trigonometric functions returning the angle for a given ratio

How to Use this Calculator

  1. Enter an angle value in the first input field and select degrees or radians as the unit.

  2. Click Calculate to see all six trigonometric function values: sin, cos, tan, csc, sec, and cot.

  3. For inverse trig, enter a value in the second input field (between -1 and 1 for arcsin/arccos, any number for arctan).

  4. The calculator displays inverse trig results in both degrees and radians simultaneously.

Understanding Trigonometric Functions

Trigonometry is one of the most fundamental branches of mathematics, dealing with the relationships between angles and sides of triangles. The six trigonometric functions — sine, cosine, tangent, cosecant, secant, and cotangent — form the backbone of this discipline and have applications stretching far beyond geometry into physics, engineering, signal processing, and computer graphics.

The Primary Trig Functions

The three primary trigonometric functions are defined using a right triangle. For an angle θ in a right triangle, sine (sin) is the ratio of the opposite side to the hypotenuse, cosine (cos) is the ratio of the adjacent side to the hypotenuse, and tangent (tan) is the ratio of the opposite side to the adjacent side. These definitions extend naturally to the unit circle, where any angle — positive, negative, or beyond 360 degrees — can be represented.

Reciprocal Functions

The reciprocal trigonometric functions provide the inverse ratios of the primary functions. Cosecant (csc) is the reciprocal of sine, secant (sec) is the reciprocal of cosine, and cotangent (cot) is the reciprocal of tangent. These functions are particularly useful in calculus, where they appear frequently in integration and differentiation problems. Understanding when these functions are undefined is crucial: csc is undefined when sin equals zero, sec when cos equals zero, and cot when tan equals zero.

Degrees vs. Radians

Angles can be measured in two primary units: degrees and radians. A full circle contains 360 degrees or 2π radians. The conversion factor is simple: multiply degrees by π/180 to get radians, or multiply radians by 180/π to get degrees. While degrees are more intuitive for everyday use, radians are the standard unit in higher mathematics and most programming languages because they simplify many formulas, particularly in calculus where the derivative of sin(x) is cos(x) only when x is in radians.

Inverse Trigonometric Functions

Inverse trigonometric functions solve the reverse problem: given a ratio, what is the angle? Arcsin (sin⁻¹) returns the angle whose sine is the given value, arccos (cos⁻¹) does the same for cosine, and arctan (tan⁻¹) for tangent. These functions have restricted domains and ranges to ensure they return unique values. Arcsin and arccos accept inputs between -1 and 1, while arctan accepts any real number. The output ranges are: arcsin returns values in [-90°, 90°], arccos in [0°, 180°], and arctan in (-90°, 90°).

Key Identities

Trigonometric identities are equations that hold true for all valid angle values. The Pythagorean identity, sin²θ + cos²θ = 1, is perhaps the most famous. Other essential identities include the double-angle formulas (sin 2θ = 2 sin θ cos θ), sum and difference formulas, and the co-function identities (sin(90° - θ) = cos θ). These identities are not merely academic — they are used extensively in simplifying expressions, solving equations, and optimizing computations in real-world applications.

Practical Applications

Trigonometry is indispensable in modern technology and science. In physics, it describes wave motion, oscillations, and alternating current circuits. Engineers use it for structural analysis, calculating forces in bridges and buildings. Navigation systems rely on trigonometric calculations for GPS positioning and flight path planning. In computer graphics, rotation matrices built from trig functions enable 3D rendering, animation, and game physics. Audio processing uses Fourier transforms, which decompose sound waves into sinusoidal components.

Special Angles

Certain angles produce exact trigonometric values that are worth memorizing: 0°, 30°, 45°, 60°, and 90°. For example, sin(30°) = 0.5, cos(45°) = √2/2, and tan(60°) = √3. These values appear frequently in standardized tests, engineering calculations, and theoretical proofs. Using the unit circle, you can extend these special values to all four quadrants by applying the appropriate sign conventions based on the ASTC rule (All Students Take Calculus), which indicates which functions are positive in each quadrant.

  • sin(30°) = 0.5 — fundamental ratio used in physics and engineering
  • cos(60°) = 0.5 — appears in equilateral triangle geometry
  • tan(45°) = 1 — the angle where opposite and adjacent sides are equal
  • sin(90°) = 1 — maximum value of the sine function

Frequently Asked Questions (FAQ)

What is the difference between degrees and radians?

Degrees divide a full circle into 360 equal parts, while radians measure angles based on the radius of a circle. One full circle equals 2π radians (approximately 6.2832). To convert degrees to radians, multiply by π/180. Radians are preferred in mathematics and programming because they simplify many formulas.

Why does tan(90°) return undefined or infinity?

Tangent is defined as sin(θ)/cos(θ). At 90 degrees, cos(90°) equals zero, making the division undefined. Geometrically, the tangent line at 90 degrees on the unit circle is vertical and never intersects the x-axis, producing an infinite value. The calculator will display "undefined" for such cases.

What is the valid input range for arcsin and arccos?

Both arcsin and arccos only accept values between -1 and 1 (inclusive). This is because sine and cosine functions can only produce output values in this range. If you enter a value outside this range, the calculator will indicate that the result is undefined.

How are csc, sec, and cot related to sin, cos, and tan?

They are reciprocal functions: csc(θ) = 1/sin(θ), sec(θ) = 1/cos(θ), and cot(θ) = 1/tan(θ). They are undefined whenever their corresponding primary function equals zero. These reciprocals are useful in calculus and advanced mathematical analysis.

Can I calculate trig functions for negative angles?

Yes. Negative angles represent clockwise rotation from the positive x-axis. The trig functions handle negative angles naturally: sin(-θ) = -sin(θ), cos(-θ) = cos(θ), and tan(-θ) = -tan(θ). The calculator fully supports negative angle inputs in both degrees and radians.

What are the most commonly used trig identities?

The most essential identities include the Pythagorean identity (sin²θ + cos²θ = 1), double-angle formulas (sin 2θ = 2 sin θ cos θ, cos 2θ = cos²θ - sin²θ), and the reciprocal identities. These are used extensively in simplifying expressions, solving equations, and in calculus.

Explore more tools you might find useful