The Unit Circle, Radians & Degrees on the TI-84
TI84 Calculator
Math Guides

The Unit Circle, Radians & Degrees on the TI-84

📚 Related Guides
📅 July 19, 2026 ⏱ 4 min read ✍️ TI84 Calculator Editorial

The unit circle is the foundation of trigonometry, and one of the most common sources of wrong answers on the TI-84 isn't a misunderstanding of trig — it's simply having the calculator in the wrong angle mode. This guide covers how to control degree and radian mode, evaluate unit circle values correctly, and convert between the two systems with confidence.

Introduction

The unit circle is a circle of radius 1 centered at the origin, and every point on it corresponds to an angle whose cosine and sine give the point's x and y coordinates. Because angles can be measured in degrees or radians, and the TI-84 must be told explicitly which system to use, mode errors are extremely common — and extremely easy to fix once you know where to look.

This guide explains how to switch angle modes, how to evaluate standard unit circle angles correctly in each mode, how to convert between degrees and radians directly on the calculator, and how these ideas apply to solving trig equations and graphing.

Switching Between Degree and Radian Mode

Press MODE and look at the row containing Radian and Degree. Use the arrow keys to highlight the one you want and press ENTER — the highlighted option is the active mode. Radian mode is the default and standard for calculus, while Degree mode is often used in geometry and introductory trigonometry.

The single most common TI-84 trigonometry mistake is leaving the calculator in the wrong mode for the problem at hand. If sin(30) returns -0.988 instead of the expected 0.5, the calculator is in radian mode while the problem intends degrees — always check MODE first when a trig result looks unreasonable.

Evaluating Unit Circle Values

In Degree mode, sin(30) returns exactly 0.5 and cos(60) also returns 0.5, matching the standard unit circle values memorized in most trigonometry courses. In Radian mode, the same angles must be entered as fractions of pi — sin(π/6) returns 0.5 and cos(π/3) returns 0.5 as well, using the π button (2ND, then ^).

For angles not on the standard unit circle, such as sin(50) in degree mode, the TI-84 returns a decimal approximation rather than an exact value, which is expected since most angles do not have simple exact trig values. Recognizing which angles are exact (multiples of 30° and 45°) versus which require decimal approximation helps you know when to expect a clean answer.

Converting Between Degrees and Radians

The TI-84 can convert directly without changing modes by using the degree and radian symbols found under 2ND then APPS (ANGLE menu). To convert an angle in degrees to radians while in radian mode, type the degree value followed by the degree symbol from the ANGLE menu, for example 90° displays as its radian equivalent, 1.570796...

To convert a radian value to degrees while in degree mode, type the radian value followed by the r symbol from the same ANGLE menu. This is faster and less error-prone than manually multiplying by π/180 or 180/π, especially on a timed exam where mode-switching back and forth would waste time.

Using the Unit Circle for Trig Equations

When solving equations like sin(x) = 0.5 for all solutions in a given interval, the calculator's inverse trig functions (sin⁻¹, cos⁻¹, tan⁻¹) return only one solution — the principal value. sin⁻¹(0.5) in degree mode returns 30°, but the unit circle tells you 150° is also a solution since sine is positive in both the first and second quadrants.

Always sketch or visualize the unit circle alongside the calculator's output to find every solution the problem is asking for, particularly on free-response questions that specifically request all solutions within an interval like [0°, 360°) or [0, 2π).

Graphing on the Unit Circle

The TI-84 has a dedicated ZOOM option for circular graphs: press ZOOM and select 5:ZSquare to force equal scaling on both axes, which is essential for a unit circle or any circle to actually look circular rather than stretched into an ellipse.

You can graph the unit circle itself using parametric mode (MODE, then select PAR), entering X1T = cos(T) and Y1T = sin(T), with a window where T ranges from 0 to 2π (in radian mode) or 0 to 360 (in degree mode). This visual representation reinforces exactly how each angle maps to a coordinate point.

Further Reading & Sources