trigonometry calculators

Unit Circle Coordinates Calculator

Compute the exact (x, y) coordinates of any point on a circle given an angle and radius. Essential for trigonometry, physics, animation, and understanding how sine and cosine map to circle geometry.

About this calculator

The unit circle is a circle of radius 1 centered at the origin. For any angle θ measured from the positive x-axis, the corresponding point on the circle has coordinates x = cos(θ) and y = sin(θ). For a circle of arbitrary radius r, the coordinates scale proportionally: x = r × cos(θ) and y = r × sin(θ). This calculator computes x using x = radius × cos(θ) and y using y = radius × sin(θ), converting degrees to radians when needed (θ_rad = θ_deg × π/180). These relationships are the geometric foundation of all trigonometry, connecting angle measure directly to Cartesian coordinates on a circle of any size.

How to use

Suppose you want the coordinates for an angle of 60° on a circle of radius 1. Convert to radians: 60 × π/180 ≈ 1.0472 rad. Then: x = 1 × cos(1.0472) ≈ 0.5, y = 1 × sin(1.0472) ≈ 0.866. Enter 60 for the angle, select 'degrees', set radius to 1, and choose 2 decimal places. The calculator returns x ≈ 0.50 and y ≈ 0.87. For a radius of 4 at 60°: x = 4 × 0.5 = 2.0, y = 4 × 0.866 ≈ 3.46.

Frequently asked questions

What are the coordinates of common angles on the unit circle?

For the unit circle (radius = 1), the most commonly tested angles are 0° (1, 0), 30° (√3/2, 1/2), 45° (√2/2, √2/2), 60° (1/2, √3/2), 90° (0, 1), 180° (−1, 0), and 270° (0, −1). These values come directly from x = cos(θ) and y = sin(θ). Memorising these points is fundamental for solving trigonometric equations and sketching functions. This calculator can verify any of them instantly and also handles non-standard angles.

How do unit circle coordinates relate to the sine and cosine functions?

The unit circle provides the geometric definition of sine and cosine. For an angle θ, cosine is defined as the x-coordinate of the corresponding point on the unit circle, and sine is defined as the y-coordinate. This is why cos(0°) = 1 (the point starts on the positive x-axis) and sin(90°) = 1 (the point reaches the top of the circle). All properties of sine and cosine — periodicity, symmetry, and range — follow directly from the geometry of the circle.

Can I use this calculator for a circle with a radius other than 1?

Yes. While the unit circle has a radius of exactly 1, this calculator lets you enter any radius value. The coordinates are scaled by the radius: x = r × cos(θ) and y = r × sin(θ). This is useful in physics for circular motion, in computer graphics for placing objects on elliptical or circular paths, and in engineering for rotational problems. The underlying trigonometric relationships remain identical — only the scale changes.