Calculate cosine values in degrees, radians, and gradians with unit circle visualization. Find cos, secant, sine, and tangent values instantly.
A 6-meter ladder leans against a wall at an angle of 60° with the ground.
Formula: cos(60°) = adjacent / hypotenuse
cos(60°) = 0.5, so the distance from the wall = 6 × 0.5 = 3 meters
The cosine function relates the angle to the ratio of adjacent side over hypotenuse.
A floating buoy moves horizontally with the waves. Its horizontal position follows: x(t) = 3 × cos(2πt/8).
At t = 2 seconds:
Angle: 2π × 2/8 = π/2 radians
cos(π/2) = 0, so x(2) = 0 meters (at the equilibrium point)
Cosine describes the horizontal component of periodic motion.
A satellite dish needs to be aligned at an elevation angle of 35°. The dish is 1.2 meters in diameter, and the mount height is 0.5 meters above the base.
Vertical offset: The height difference needed = mount height × cos(35°)
cos(35°) ≈ 0.8192, so the effective horizontal distance = 0.5 × 0.8192 ≈ 0.41 meters
Cosine is essential for calculating projections in satellite and antenna positioning.
In 3D rendering, when rotating a point (x, y) around the origin by angle θ, the new coordinates use cosine:
New x = x × cos(θ) - y × sin(θ)
For a point at (2, 0) rotated by 45°: New x = 2 × cos(45°) - 0 × sin(45°) = 2 × 0.7071 = 1.4142
Cosine is fundamental to computer graphics rotation matrices and 3D transformations.
The cosine function (cos) is one of the three primary trigonometric functions. For a given angle, cos(θ) equals the x-coordinate of the point on the unit circle at that angle. It represents the ratio of the adjacent side to the hypotenuse in a right triangle.
cos(θ) > 0, sin(θ) > 0. Cosine decreases from 1 to 0 as the angle goes from 0° to 90°.
cos(θ) < 0, sin(θ) > 0. Cosine goes from 0 to -1.
cos(θ) < 0, sin(θ) < 0. Cosine returns from -1 to 0.
cos(θ) > 0, sin(θ) < 0. Cosine increases from 0 back to 1.
The cosine function always returns a value between -1 and 1, inclusive. This bounds the horizontal coordinate on the unit circle.
cos(θ + 360°) = cos(θ). The cosine function repeats every full revolution. This is why cos(420°) = cos(60°).
cos(-θ) = cos(θ). Cosine is an even function, symmetric about the y-axis. This helps simplify calculations with negative angles.
Most mathematical analysis uses radians. 180° = π radians. To convert: radians = degrees × π/180.
The cosine function (abbreviated cos) is one of the fundamental trigonometric functions in mathematics. It describes a smooth, periodic oscillation that is central to understanding angles, circles, and waves. In a right triangle, the cosine of an angle is defined as the ratio of the length of the side adjacent to that angle to the length of the hypotenuse (the longest side).
On the unit circle — a circle with radius 1 centered at the origin — the cosine of an angle θ is simply the x-coordinate of the point where the terminal side of the angle intersects the circle. This elegant geometric interpretation connects trigonometry to coordinate geometry and makes it easy to visualize cosine values for any angle.
The cosine function is periodic with a period of 2π radians (360°), meaning cos(θ + 2π) = cos(θ). It is also an even function, satisfying cos(-θ) = cos(θ). These properties make cosine invaluable for modeling any repeating or oscillatory phenomenon, particularly when describing horizontal displacement or the phase component of waves.
Calculating cosine values can be done through several methods. The most common approach is using the unit circle, where you find the x-coordinate of the point at the given angle. For standard angles (0°, 30°, 45°, 60°, 90°, etc.), the cosine values are exact and worth memorizing.
Step 1: Convert the angle to radians if necessary. Since most mathematical functions work in radians, convert degrees by multiplying by π/180. For example, 60° = 60 × π/180 = π/3 radians.
Step 2: Normalize the angle to the range [0, 2π) by adding or subtracting multiples of 2π. An angle of 420° is equivalent to 60° (420 - 360 = 60).
Step 3: Determine the reference angle — the acute angle between the terminal side and the x-axis. For 120°, the reference angle is 60° (180 - 120 = 60).
Step 4: Apply the sign based on the quadrant. Cosine is positive in Quadrants I and IV, and negative in Quadrants II and III.
These exact values are the building blocks of trigonometry and are worth memorizing:
The cosine function may seem abstract, but it has countless practical applications that affect our everyday lives. Understanding cosine helps in fields ranging from physics to photography, from construction to computer science.
In electrical systems, the power factor (cos φ) measures how efficiently power is used. A power factor of 1 (cos 0° = 1) means all power is used effectively. Motors and transformers can have poor power factors that need correction.
The law of cosines is used in GPS receivers to calculate distances and positions from satellite signals. It helps determine your exact location by solving triangles formed with multiple satellites.
When designing wheelchair ramps, the cosine of the incline angle gives the horizontal run length. A 1:12 slope (about 4.8°) has cos(4.8°) ≈ 0.996, meaning the horizontal distance is very close to the ramp length.
The cosine law of illumination states that light intensity on a surface decreases as the cosine of the angle between the light source and the surface normal. This affects flash photography and studio lighting setups.
⚠️ Important Note: This Cosine Calculator is for educational and informational purposes only. While every effort has been made to ensure accuracy, results should be verified independently for critical applications such as engineering, construction, medical devices, or navigation. Always consult a qualified professional for decisions involving trigonometric calculations in high-stakes contexts.