Roboculator
Online CalculatorsCategoriesDate & EventsNews
Get Started
Online CalculatorsCategoriesDate & EventsNewsGet Started
Roboculator

Smart calculators for every challenge. Free, fast, and private.

Categories

  • Finance
  • Health
  • Math
  • Construction
  • Conversion
  • Everyday Life

Popular Tools

  • Date & Events
  • Loan Calculator
  • BMI Calculator
  • Percentage Calc
  • Latest News
  • Search All

Resources

  • Glossary
  • Topic Tags
  • News & Insights

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Editorial Policy
  • Disclaimer
© 2026 Roboculator. All rights reserved.
Roboculator

roboculator.com

  1. Home
  2. /Electrical
  3. /Electrical Conversion & Reference Tools
  4. /Angle Converter (Sin/Cos/Tan) for Electrical

Angle Converter (Sin/Cos/Tan) for Electrical

Last updated: April 5, 2026

The Angle Converter (Sin/Cos/Tan) for Electrical converts AC phase angles between degrees and radians while computing sine, cosine, and tangent values. Used for power factor calculations, impedance analysis, phasor representation, and AC circuit design in electrical engineering.

Calculator

Results

Radians

0.785398

rad

Sine (sin θ)

0.707107

Cosine (cos θ)

0.707107

Tangent (tan θ)

1

Power Factor (|cos θ|)

0.7071

Results

Radians

0.785398

rad

Sine (sin θ)

0.707107

Cosine (cos θ)

0.707107

Tangent (tan θ)

1

Power Factor (|cos θ|)

0.7071

In This Guide

  1. 01Phase Angles and the Power Triangle
  2. 02Impedance Phasors: Resistance, Reactance, and Impedance
  3. 03Degrees vs. Radians in Electrical Engineering
  4. 04Three-Phase Systems: 120° Phase Separation

The calculator for trigonometric angle conversion in electrical applications converts phase angles between degrees and radians and computes the corresponding sine, cosine, and tangent values simultaneously. In AC electrical engineering, angles are not abstract — they define the phase relationship between voltage and current that determines power factor, reactive power, and circuit impedance.

Phase Angles and the Power Triangle

In AC circuits, the phase angle φ between voltage and current waveforms determines how electrical power distributes between useful work and reactive oscillation:

  • Power factor: PF = cos(φ) — the fraction of apparent power that does real work
  • Active power: P = S × cos(φ) (kW) — power consumed as useful work
  • Reactive power: Q = S × sin(φ) (kVAR) — power oscillating between source and load
  • Apparent power: S = √(P² + Q²) (kVA) — total power supplied by the source

At φ = 0° (unity power factor): PF = cos(0°) = 1.0; all power is active. At φ = 30°: PF = cos(30°) = 0.866; 13.4% of apparent power is reactive. At φ = 45°: PF = 0.707; equal active and reactive components. Use this online calculator to find all trig values for any phase angle. The active/reactive/apparent power calculator applies these relationships to complete power triangle analysis.

Impedance Phasors: Resistance, Reactance, and Impedance

AC circuit impedance is a complex quantity with magnitude Z and phase angle φ:

  • Resistive component: R = Z × cos(φ) (in phase with current)
  • Reactive component: X = Z × sin(φ) (90° out of phase: positive for inductors, negative for capacitors)
  • Phase angle: φ = arctan(X / R)

Converting between polar (Z, φ) and rectangular (R, X) representations requires the same sin and cos operations this calculator provides. The delta-Y power converter and electrical conversion tools provide complementary AC circuit analysis calculators.

Degrees vs. Radians in Electrical Engineering

Electrical engineering convention uses degrees for phase angles in power systems (a 30° lagging power factor is more intuitive than 0.524 rad lagging). However, mathematical analysis of AC circuits, Fourier transforms, and control systems uses radians because angular frequency ω = 2πf is in rad/s, and the complex exponential e^(jωt) requires radians. Engineers must switch between these conventions fluidly, making this converter a practical everyday tool.

Three-Phase Systems: 120° Phase Separation

In balanced three-phase systems, the three voltage and current phasors are separated by exactly 120° (2π/3 radians). The symmetry of three-phase power — that the sum of three balanced phasors is always zero — depends directly on the trigonometric identity: sin(θ) + sin(θ + 120°) + sin(θ + 240°) = 0. Understanding the phase angles between phasors is fundamental to three-phase power analysis, fault calculation, and protection relay coordination.

Visual Analysis

How It Works

The conversion from degrees to radians uses the fundamental relationship: θ_rad = θ_deg × π / 180. This stems from the definition that a full circle of 360° equals 2π radians, so each degree equals π/180 radians.

Once the radian value is obtained, JavaScript's built-in Math.sin(), Math.cos(), and Math.tan() functions compute the trigonometric values. These functions use the IEEE 754 double-precision floating-point standard, giving approximately 15 significant digits of accuracy — more than sufficient for any electrical engineering application.

The power factor output is computed as |cos θ| — the absolute value — because power factor is always reported as a positive number between 0 and 1, with the lagging/leading qualifier stated separately. A phase angle of +36.87° (lagging) and −36.87° (leading) both correspond to a power factor magnitude of 0.8.

The tangent is guarded against division-by-zero: when |cos θ| < 10⁻¹⁰ (essentially 90° or 270°), the result is reported as Infinity, which correctly represents the undefined nature of tan(90°).

Understanding Your Results

Angle Rad: Use this value when inputting phase angles into engineering formulas that require radians (most programming languages, MATLAB, Python NumPy all use radians by default).

sin θ: Represents the reactive (imaginary) component of a unit phasor. Multiply by apparent power S to get reactive power Q.

cos θ: Represents the active (real) component of a unit phasor. This is the power factor of a load with this phase angle. Values close to 1.0 indicate efficient power utilization; values below 0.85 often trigger utility penalties in commercial/industrial settings.

tan θ: The ratio Q/P. Useful when calculating capacitor size for power factor correction: Q_cap = P × (tan θ_old − tan θ_new).

Power Factor: Directly read off for load characterization. A value of 1.0 is ideal (purely resistive); 0.0 means purely reactive load consuming no real power.

Worked Examples

Inductive Motor Load — 0.8 Power Factor Lagging

Inputs

angle deg36.87

Results

angle rad0.643501
sin val0.6
cos val0.8
tan val0.75
power factor0.8

A classic motor load angle. cos(36.87°) = 0.8 confirms 0.8 power factor. sin(36.87°) = 0.6 means Q/S = 0.6, so for every 1 kVA of apparent power, 0.8 kW is real and 0.6 kVAR is reactive.

45° Phase Angle — Standard Design Reference

Inputs

angle deg45

Results

angle rad0.785398
sin val0.707107
cos val0.707107
tan val1
power factor0.7071

At 45°, sin and cos are equal (both √2/2 ≈ 0.7071). Real and reactive power are equal. Power factor = 0.707. This is often used as a design boundary in conservative power system planning.

Frequently Asked Questions

Engineering conventions, instrumentation, and industry standards (IEEE, IEC) traditionally express phase angles in degrees because they are more intuitive for humans reading phasor diagrams and protection relay settings. Radians are mathematically cleaner but less practical for field work. This calculator accepts degrees as input and internally converts to radians for computation.

Power factor (PF) is the ratio of real power (W) to apparent power (VA): PF = P / S = cos θ, where θ is the phase angle between the voltage and current waveforms. A PF of 1.0 means voltage and current are perfectly in phase (resistive load). Lower PF means more reactive power, leading to higher current for the same useful power output.

A negative phase angle means the current leads the voltage — this is characteristic of capacitive loads. A positive angle means current lags voltage — inductive loads. Generators, transformers, and utility meters distinguish leading vs. lagging, but power factor magnitude (|cos θ|) is always positive.

At exactly 90°, the load is purely reactive — an ideal inductor or capacitor. Real power P = 0, and tan θ = Q/P = Q/0 → ∞. In practice, no real load is perfectly reactive, so this is a theoretical limit. The calculator returns Infinity to flag this condition.

To correct power factor from PF₁ to PF₂, the required capacitive reactive power is: Q_cap = P × (tan θ₁ − tan θ₂). Use this calculator to find tan θ₁ (existing load angle) and tan θ₂ (target angle), then multiply the difference by the load's real power in kW to get the required kVAR of capacitor banks.

Yes. The trigonometric relationships are the same for three-phase balanced circuits. The phase angle between line voltage and line current determines power factor in three-phase systems exactly as in single-phase. Common three-phase angles include 30° (phase shift between line and phase voltages in star/delta configurations) and the load power factor angle.

In a balanced three-phase system, the three phasors are separated by 120°. The geometric relationships between line and phase quantities introduce 30° and 60° angles. For example, line voltage in a star (Y) connection leads the phase voltage by 30°. Delta-connected transformer windings introduce 30° phase shifts that must be accounted for in protective relay settings.

Sources & Methodology

IEEE Std 1459-2010 (Definitions for the Measurement of Electric Power Quantities); IEC 60027-6: Letter symbols for electrical quantities; Stevenson, W.D. — Elements of Power System Analysis, 4th Ed.; Chapman, S.L. — Electric Machinery Fundamentals, 5th Ed.

How helpful was this calculator?

Be the first to rate!

Related Calculators

Cable Pull Tension Calculator

Wiring & Conduit Sizing Calculators

MCAP (Material Cost per Ampacity) Calculator

Wiring & Conduit Sizing Calculators

SIMpull Cable Pull Calculator

Wiring & Conduit Sizing Calculators

Motor Full Load Current Calculator

Motor & Transformer Calculators

Motor Circuit Protection Calculator

Motor & Transformer Calculators