Trigonometry Basics - Complete Guide

Learn the fundamentals of trigonometry including sine, cosine, tangent, the unit circle, identities, and the laws of sines and cosines with practical examples.

What Is Trigonometry?

Trigonometry is the branch of mathematics that studies the relationships between the angles and sides of triangles. The word comes from the Greek "trigonon" (triangle) and "metron" (measure). While it originated from the practical need to measure distances and angles in astronomy and surveying, trigonometry now underpins vast areas of modern science, engineering, and technology. It is essential for understanding waves, oscillations, circular motion, signal processing, navigation, and computer graphics. The fundamental objects of study are the trigonometric functions: sine, cosine, and tangent, along with their reciprocals and inverses.

Sine, Cosine, and Tangent

In a right triangle, the three primary trigonometric ratios are defined relative to a given acute angle. Sine (sin) is the ratio of the opposite side to the hypotenuse. Cosine (cos) is the ratio of the adjacent side to the hypotenuse. Tangent (tan) is the ratio of the opposite side to the adjacent side, which also equals sin/cos. The mnemonic SOH-CAH-TOA helps you remember: Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent. For example, in a right triangle with angle 30 degrees, if the hypotenuse is 10, then the opposite side is 10 x sin(30) = 10 x 0.5 = 5, and the adjacent side is 10 x cos(30) = 10 x 0.866 = 8.66.

The Unit Circle

The unit circle extends trigonometric functions beyond acute angles to all real numbers. It is a circle with radius 1 centered at the origin of the coordinate plane. For any angle theta measured counterclockwise from the positive x-axis, the point where the terminal side intersects the unit circle has coordinates (cos(theta), sin(theta)). This definition works for all angles, not just those between 0 and 90 degrees. Key angles to memorize on the unit circle include 0 (cos=1, sin=0), 30 degrees or pi/6 (cos=sqrt(3)/2, sin=1/2), 45 degrees or pi/4 (cos=sqrt(2)/2, sin=sqrt(2)/2), 60 degrees or pi/3 (cos=1/2, sin=sqrt(3)/2), and 90 degrees or pi/2 (cos=0, sin=1).

Radians vs. Degrees

Angles can be measured in degrees or radians. A full circle is 360 degrees or 2pi radians. To convert from degrees to radians, multiply by pi/180. To convert from radians to degrees, multiply by 180/pi. Radians are the "natural" unit for angles in mathematics because they simplify many formulas. For example, the arc length formula s = r * theta works directly when theta is in radians, and the derivative of sin(x) is cos(x) only when x is measured in radians. Common radian values to know: 30 degrees = pi/6, 45 degrees = pi/4, 60 degrees = pi/3, 90 degrees = pi/2, 180 degrees = pi, and 360 degrees = 2pi.

Fundamental Trigonometric Identities

Trigonometric identities are equations that hold true for all values of the variable. The most fundamental is the Pythagorean identity: sin²(theta) + cos²(theta) = 1, which comes directly from the Pythagorean theorem applied to the unit circle. Dividing through by cos²(theta) gives 1 + tan²(theta) = sec²(theta). Other essential identities include the double angle formulas: sin(2theta) = 2 sin(theta) cos(theta), and cos(2theta) = cos²(theta) - sin²(theta). The sum and difference formulas let you find sine and cosine of sums of angles: sin(A + B) = sin(A)cos(B) + cos(A)sin(B). These identities are indispensable for simplifying expressions, solving equations, and proving mathematical statements.

Law of Sines

The law of sines relates the sides and angles of any triangle (not just right triangles). It states that a/sin(A) = b/sin(B) = c/sin(C), where a, b, c are the sides and A, B, C are the opposite angles. This law is used to solve triangles when you know two angles and one side (AAS or ASA), or two sides and an angle opposite one of them (SSA, the ambiguous case). For example, if A = 40 degrees, B = 60 degrees, and a = 10, then b = 10 x sin(60)/sin(40) = 10 x 0.866/0.643 = approximately 13.47. The ambiguous case requires careful analysis because two different triangles may satisfy the given conditions.

Law of Cosines

The law of cosines generalizes the Pythagorean theorem to all triangles. It states that c² = a² + b² - 2ab cos(C), where C is the angle between sides a and b. When C = 90 degrees, cos(C) = 0 and the formula reduces to c² = a² + b², which is the Pythagorean theorem. The law of cosines is used when you know two sides and the included angle (SAS) or all three sides (SSS) and need to find an angle. For instance, if a = 7, b = 10, and C = 45 degrees, then c² = 49 + 100 - 140 cos(45) = 149 - 98.99 = 50.01, so c = approximately 7.07.

Applications of Trigonometry

Trigonometry has an enormous range of applications. In physics, it describes wave phenomena (sound, light, electromagnetic radiation) through sine and cosine functions. In engineering, it is used to analyze forces, design bridges, and model electrical circuits with alternating current. In navigation, it calculates distances and bearings between locations. In computer graphics, trigonometric functions rotate objects, create animations, and render lighting effects. In music, trigonometry explains how different frequencies combine to produce complex sounds. Even GPS technology relies on trigonometric calculations to convert satellite signals into precise geographic coordinates.

Try These Calculators

Put what you learned into practice with these free calculators.

Try It Yourself

Put what you learned into practice with our free graphing calculator.

Related Graphs