Half-Angle Calculator

Compute sin(θ/2), cos(θ/2), and tan(θ/2) from any angle with degree or radian input plus automatic or manual quadrant control.

Half-Angle Calculator
Compute sin(θ/2), cos(θ/2), and tan(θ/2) from any angle with degree or radian input plus automatic or manual quadrant control.

About the half-angle calculator

Half-angle formulas let you determine trigonometric values for θ/2 from information about the full angle θ. They are a standard part of trigonometry because they bridge angle bisection, identities, and sign analysis in one compact set of formulas. The most common forms are sin(θ/2) = ±√((1 − cosθ)/2) and cos(θ/2) = ±√((1 + cosθ)/2). Once those are known, tan(θ/2) can be found from their ratio. This calculator automates that process and handles the sign choices for you. The sign is the subtle part. The square-root formulas only give magnitudes directly, because a square root is non-negative by definition. To decide whether sine or cosine should be positive or negative, you must know which quadrant the half-angle lies in. When the quadrant is set to Auto, the calculator determines the actual position of θ/2 from the entered angle after converting it to radians if necessary. That is usually the safest choice because it matches the geometric location implied by the input. When you choose a quadrant manually, you are selecting a specific sign branch of the identity, which is useful in textbook problems where extra information tells you where θ/2 must lie. Half-angle identities matter in both theoretical and applied work. They appear when simplifying expressions, proving other trigonometric identities, integrating powers of sine and cosine in calculus, and solving geometry problems involving angle bisectors. In analytic geometry and physics, they show up when converting between slope forms, modeling oscillations, or deriving formulas for rotation and projection. In computer graphics and signal processing, related trigonometric transformations often use the same algebraic relationships under the hood. One common mistake is forgetting that the input angle and the half-angle live in different quadrants. For example, θ may be in Quadrant III while θ/2 is in Quadrant II, so the signs of sine and cosine for the half-angle will not match the signs for θ itself. Another common mistake is mixing radians and degrees. A value of 90 means ninety degrees only if the unit selector is set to Degrees; otherwise it means ninety radians, which is a very different angle. Use this calculator whenever you need reliable half-angle values without manually tracking every sign case. It gives the numerical results immediately, keeps the unit choice explicit, and makes it easy to compare automatic sign detection with an imposed quadrant from a classroom exercise.

Half-angle examples

These examples illustrate the formula outputs and the importance of sign selection.

InputOutputNotes
θ = 90°, auto quadrantsin(45°)=0.707107, cos(45°)=0.707107, tan(45°)=1.000000Half of 90° is 45°, which lies in Quadrant I, so both sine and cosine are positive.
θ = 240°, auto quadrantsin(120°)=0.866025, cos(120°)=-0.500000, tan(120°)=-1.732051The half-angle is 120°, which lies in Quadrant II. Sine stays positive while cosine and tangent are negative.
θ = π radians, auto quadrantsin(π/2)=1.000000, cos(π/2)=0.000000, tan undefinedAt 90° or π/2 radians the cosine is zero, so the tangent does not exist as a finite number.

How to use the half-angle calculator

  1. Enter the original angle in the Angle field.
  2. Choose Degrees or Radians so the calculator interprets the input correctly.
  3. Leave the Quadrant selector on Auto to detect the sign from θ/2, or choose a quadrant manually for textbook sign cases.
  4. Click "Calculate Half Angles" to view sin(θ/2), cos(θ/2), and tan(θ/2), then use "Reset" to clear the form.

Half-angle calculator FAQ

Why do half-angle formulas include a plus-or-minus sign?
The square-root expressions determine only the magnitude of sine or cosine for the half-angle. The actual sign depends on the quadrant in which θ/2 lies, so you must use geometry or extra information to choose the correct branch.
When should I use Auto quadrant detection?
Use Auto whenever the entered angle itself fully determines the half-angle location. It reduces sign mistakes because the calculator evaluates the actual position of θ/2 instead of forcing a branch manually.
Why can tan(θ/2) be undefined?
Tangent is the ratio sin(θ/2) ÷ cos(θ/2), so it fails whenever cos(θ/2) is zero. That happens on the vertical axis, such as 90° or 270° for the half-angle.
Are the results exact or approximate?
The calculator evaluates the identities using JavaScript's double-precision floating-point arithmetic and displays six decimal places. Many classic values such as √2/2 or √3/2 are irrational, so a decimal calculator necessarily shows approximations.