Trigonometric Functions Calculator
Free Trigonometric functions Calculator for linear algebra. Enter values to get step-by-step solutions with formulas and graphs.
Formula
sin(x), cos(x), tan(x) = sin(x)/cos(x)
The six trigonometric functions are defined on the unit circle: for angle x, sin(x) is the y-coordinate and cos(x) is the x-coordinate of the point on the unit circle. tan(x) = sin(x)/cos(x), csc(x) = 1/sin(x), sec(x) = 1/cos(x), cot(x) = 1/tan(x).
Worked Examples
Example 1: Trig Functions at 30 Degrees
Problem: Calculate all six trigonometric functions for an angle of 30 degrees.
Solution: Convert to radians: 30 x pi/180 = pi/6 = 0.5236 rad\nsin(30) = 0.5\ncos(30) = sqrt(3)/2 = 0.8660\ntan(30) = 1/sqrt(3) = 0.5774\ncsc(30) = 1/0.5 = 2.0\nsec(30) = 2/sqrt(3) = 1.1547\ncot(30) = sqrt(3) = 1.7321\nQuadrant I: all functions positive
Result: sin=0.5 | cos=0.866 | tan=0.577 | Quadrant I
Example 2: Trig Functions at 225 Degrees (Quadrant III)
Problem: Calculate trig functions for 225 degrees and identify the reference angle.
Solution: 225 degrees is in Quadrant III (between 180 and 270)\nReference angle = 225 - 180 = 45 degrees\nsin(225) = -sin(45) = -sqrt(2)/2 = -0.7071\ncos(225) = -cos(45) = -sqrt(2)/2 = -0.7071\ntan(225) = +tan(45) = 1.0 (positive in Q3)\nIn Q3: only tangent and cotangent are positive
Result: sin=-0.707 | cos=-0.707 | tan=1.0 | Ref angle=45 deg
Frequently Asked Questions
What are the six basic trigonometric functions?
The six basic trigonometric functions are sine (sin), cosine (cos), tangent (tan), cosecant (csc), secant (sec), and cotangent (cot). In a right triangle, sine equals the ratio of the opposite side to the hypotenuse, cosine equals the adjacent side over the hypotenuse, and tangent equals the opposite side over the adjacent side. The remaining three are reciprocal functions: cosecant is the reciprocal of sine, secant is the reciprocal of cosine, and cotangent is the reciprocal of tangent. These six functions form the foundation of trigonometry and are essential in mathematics, physics, engineering, and computer science for modeling periodic phenomena.
What are the fundamental trigonometric identities?
The most fundamental identity is the Pythagorean identity: sin squared plus cos squared equals 1, which follows directly from the Pythagorean theorem on the unit circle. From this, two related identities follow: 1 + tan squared equals sec squared, and 1 + cot squared equals csc squared. The reciprocal identities define csc = 1/sin, sec = 1/cos, and cot = 1/tan. The quotient identities state tan = sin/cos and cot = cos/sin. The double angle formulas include sin(2x) = 2*sin(x)*cos(x) and cos(2x) = cos squared minus sin squared. These identities are essential for simplifying expressions, solving equations, and proving mathematical theorems.
What are inverse trigonometric functions?
Inverse trigonometric functions (also called arc functions) reverse the standard trig functions. Given a ratio, they return the angle. The main inverse functions are arcsin (sin inverse, returns angle for a given sine value), arccos (cos inverse), and arctan (tan inverse). Because trig functions are periodic and not one-to-one, the inverses are restricted to principal value ranges: arcsin returns values in [-pi/2, pi/2], arccos returns [0, pi], and arctan returns (-pi/2, pi/2). These functions are crucial in solving triangles, navigation calculations, signal processing, and converting between rectangular and polar coordinates. The atan2 function is a two-argument variant that returns the full-range angle.
How are trigonometric functions used in real-world applications?
Trigonometric functions model any phenomenon involving waves, circles, or periodic behavior. In physics, they describe simple harmonic motion, electromagnetic waves, sound waves, and alternating current circuits. Engineers use them for structural analysis, calculating forces in bridges and buildings, and designing mechanical systems with rotating parts. In navigation and GPS, trig functions compute distances and bearings on the Earth surface using spherical trigonometry. Computer graphics rely heavily on trig for rotations, projections, and animations. Music and audio processing use Fourier transforms, which decompose signals into sine and cosine components. Even economics and biology use trigonometric models for seasonal patterns.
What are hyperbolic trigonometric functions?
Hyperbolic functions (sinh, cosh, tanh) are analogs of the circular trigonometric functions but are defined using hyperbolas instead of circles. The hyperbolic sine is sinh(x) = (e^x - e^(-x))/2 and the hyperbolic cosine is cosh(x) = (e^x + e^(-x))/2. Unlike circular trig functions, hyperbolic functions are not periodic. They satisfy analogous identities, most notably cosh squared minus sinh squared equals 1 (compare with sin squared plus cos squared equals 1). Hyperbolic functions appear in many physical applications: catenary curves (hanging cables), relativistic velocity addition, temperature distribution in cooling fins, and solutions to Laplace equation. They are also used in the parametrization of special relativity transformations.
How do you remember common trigonometric values?
Several mnemonics help remember key trig values. SOH-CAH-TOA reminds you that Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, and Tangent = Opposite/Adjacent. For standard angles, notice the pattern: sin(0) = 0, sin(30) = 1/2, sin(45) = sqrt(2)/2, sin(60) = sqrt(3)/2, sin(90) = 1. You can remember these as sqrt(0)/2, sqrt(1)/2, sqrt(2)/2, sqrt(3)/2, sqrt(4)/2. The cosine values are the same sequence in reverse order. For the ASTC quadrant rule (which functions are positive in each quadrant), the mnemonic All Students Take Calculus helps: All positive in Q1, Sine in Q2, Tangent in Q3, Cosine in Q4.