basic trigonometric functionsinverse trigonometric functionstrigonometric identitieslaw of sines and cosinesangles and arc lengthsunit circle relationshyperbolic functionsinverse hyperbolic functionscomplex numberssum and difference identities
symbol
latex code
explanation
sin(θ)
\sin(\theta)
Sine function — ratio of the opposite side to the hypotenuse; equals the y-coordinate on the unit circle
cos(θ)
\cos(\theta)
Cosine function — ratio of the adjacent side to the hypotenuse; equals the x-coordinate on the unit circle
tan(θ)
\tan(\theta)
Tangent function — ratio of opposite to adjacent, or equivalently sin(θ)/cos(θ)
Several trigonometric symbols look deceptively similar but carry entirely different meanings. Misreading them leads to wrong calculations even when the underlying method is correct. The most persistent confusion is between sin−1(x) and sin(x)1. The superscript −1 on a trigonometric function does not mean "raise to the power −1." It denotes the inverse function: sin−1(x)=arcsin(x), which returns an angle. The reciprocal of sine is the cosecant: sin(x)1=csc(x). The notation arcsin avoids this trap entirely. The expression sin2(θ) means (sinθ)2 — the square of the output. It does not mean sin(θ2), which would apply the function to a squared input. These produce different values at almost every angle: sin2(30°)=(21)2=41, while sin(30°2)=sin(900°)=sin(180°)=0. The abbreviation cis(θ) stands for cosθ+isinθ and appears in some textbooks for the trigonometric form of complex numbers. It is not a separate function — just shorthand. Not all sources use it. The notation sinh denotes the hyperbolic sine function, defined as 2ex−e−x. It is not sine evaluated at a variable called h. Hyperbolic functions are a separate family with their own identities and properties. The letter e in Euler's formula eiθ=cosθ+isinθ is Euler's number, the mathematical constant approximately equal to 2.71828. It is not a variable and cannot be treated as one in algebraic manipulation. The notation ∣z∣ applied to a complex number means the modulus — the distance from z to the origin in the complex plane: ∣a+bi∣=a2+b2. This extends the real-number absolute value but is not the same as "removing the sign."
Algebraic Traps
Trigonometric functions do not obey the algebraic rules that apply to multiplication and addition. Treating them as if they do produces errors that no amount of careful arithmetic can fix. The most common mistake: sin(α+β)=sinα+sinβ. Sine does not distribute over addition. The correct expansion is the angle sum identity: sin(α+β)=sinαcosβ+cosαsinβ. The same applies to cosine and tangent — none of them distribute. The expression sin(2θ) is not the same as 2sin(θ). The first applies sine to a doubled argument; the second doubles the output of sine. They coincide only at isolated angles. The correct relationship is the double angle identity: sin(2θ)=2sinθcosθ. The expressions sin2θ+cos2θ and sin(2θ)+cos(2θ) look similar at a glance but are unrelated. The first is the Pythagorean identity and always equals 1. The second is a sum of trigonometric functions at a doubled angle and varies with θ. The ± sign in half-angle formulas is not a free choice. It is determined by the quadrant of 2θ. For sin2θ=±21−cosθ, use + when 2θ falls in a quadrant where sine is positive, and − when it falls where sine is negative. The formula provides the magnitude; the quadrant provides the sign.
Domain and Mode Errors
Input and output conventions in trigonometry carry strict requirements that are easy to overlook — and the consequences are silently wrong answers, not error messages. The degree symbol matters. sin(30) with no degree symbol means sine of 30 radians — approximately −0.988. sin(30°) means sine of 30 degrees — exactly 21. When no unit symbol is present, radians are assumed. This mismatch is the most common source of calculator errors: the calculator is in the wrong mode, the answer looks plausible enough to go unquestioned, and the error propagates through subsequent work. Radians carry no unit symbol precisely because they are dimensionless — the ratio of two lengths. The absence of a symbol is itself the indicator. When an expression like sin(π/6) appears, the π/6 is in radians. When an expression like sin(30°) appears, the degree symbol is explicit. Mixing the two in a single computation is a reliable path to error. The inverse trigonometric functions take numbers as inputs and return angles as outputs. The domain of arcsin is [−1,1] — only numbers in this interval have a corresponding angle. The output of arcsin is an angle in [−2π,2π]. Students frequently reverse these, attempting to compute arcsin(2) (undefined) or expecting arcsin to return a number outside its range. The composition cos−1(cos(x))=x holds only when x∈[0,π]. Outside this interval, the inverse "folds" the result back into its restricted range. For example, cos−1(cos(35π))=cos−1(21)=3π, not 35π. The same caution applies to arcsin(sin(x)) outside [−2π,2π]. Parentheses in trigonometric notation are optional for single variables — sinθ and sin(θ) are identical. But for compound expressions, parentheses are mandatory. sinα+β means (sinα)+β, while sin(α+β) applies sine to the entire sum. Omitting parentheses does not merely look informal — it changes the mathematical meaning.