In electrical theory, the sine function defines the instantaneous value of an alternating current (AC) waveform by mapping the ratio of a right triangle's opposite side to its hypotenuse, or mathematically, the vertical projection of a rotating phasor. When a maker, engineer, or electrician asks "what is sine equal to," they are typically looking for the exact voltage or current at a specific microsecond in an AC cycle, which dictates everything from power delivery to the timing of zero-crossing detectors. In a standard geometric right triangle, sine equals the length of the opposite side divided by the hypotenuse. In an AC circuit, it equals the instantaneous voltage ($v$) divided by the peak voltage ($V_p$).

The Core AC Sine Formula:
$v(t) = V_{peak} \times \sin(2\pi f t)$
Where $v(t)$ is the instantaneous voltage at time $t$, $V_{peak}$ is the maximum amplitude, $f$ is the frequency in Hertz, and $t$ is the time in seconds.

The Math Behind the Waveform

To understand what sine equals in a real circuit, you have to look at the generator. Inside a mechanical alternator, a coil rotates through a magnetic field. One full mechanical rotation ($360^\circ$ or $2\pi$ radians) produces one full electrical sine wave cycle. The sine function simply tracks the vertical position of that rotating coil at any given fraction of a second.

At $0^\circ$ (the start of the cycle), the coil is moving parallel to the magnetic field, so it cuts no flux. The sine of $0^\circ$ is $0$, meaning the instantaneous voltage is exactly $0V$. At $90^\circ$ (a quarter of the way through the cycle), the coil cuts the magnetic field at the maximum possible rate. The sine of $90^\circ$ is $1$, meaning the instantaneous voltage equals the peak voltage ($V_{peak}$).

This mathematical ratio is what changes everything in a real installation. It is the reason a standard US wall outlet labeled "120V" actually peaks at roughly 170V. The 120V figure is the Root Mean Square (RMS) value—the equivalent DC voltage that would deliver the same heating power to a resistor. The actual sine wave is constantly swinging between $+169.7V$ and $-169.7V$, and the sine function tells you exactly where the voltage sits at any given millisecond.

Worked Numeric Example: Instantaneous Voltage at 2ms

Let’s calculate exactly what the sine function equals, and what the resulting voltage is, for a standard North American 120V RMS, 60Hz AC circuit at exactly 2 milliseconds ($0.002$ seconds) into the cycle.

Given Parameters:
$V_{rms} = 120V$
Frequency ($f$) = $60Hz$
Time ($t$) = $0.002s$

Step 1: Find the Peak Voltage ($V_{peak}$)
$V_{peak} = V_{rms} \times \sqrt{2}$
$V_{peak} = 120 \times 1.4142 = 169.7V$

Step 2: Calculate the Angular Velocity ($\omega$)
$\omega = 2\pi f$
$\omega = 2 \times 3.14159 \times 60 = 377 \text{ radians per second}$

Step 3: Find the Phase Angle at 2ms
$\theta = \omega \times t$
$\theta = 377 \times 0.002 = 0.754 \text{ radians}$
(Note: $0.754 \text{ radians} \times (180 / \pi) = 43.2^\circ$)

Step 4: Calculate the Sine Value and Instantaneous Voltage
$\sin(43.2^\circ) = 0.6845$
This means at 2ms, the sine function equals 0.6845 (or 68.45% of the peak).
$v(2ms) = 169.7V \times 0.6845 = \mathbf{116.16V}$

At exactly 2 milliseconds into a 60Hz cycle, the instantaneous voltage on your wall outlet is 116.16V. This precise calculation is critical when programming microcontrollers to trigger relays or TRIACs at specific points on the waveform.

Where You Meet This in Practice

You might think sine math is strictly for textbooks, but it dictates component selection and failure modes on the workbench every day.

Capacitor Sizing in Linear Power Supplies

When you build a linear power supply using a bridge rectifier, the smoothing capacitor charges to the peak sine voltage ($169.7V$ for a 120V line). As the AC sine wave falls away from that peak, the capacitor discharges into the load. Hobbyists often use the linear approximation formula ($V_{ripple} = I / (f \times C)$) to size capacitors. However, the exact voltage drop relies on the sine function: $V_{drop} = V_{peak} - (V_{peak} \times \sin(\omega t_{discharge}))$. If you are designing a high-precision audio preamp power supply, relying on the linear approximation instead of the exact sine drop-off will result in underestimating your ripple voltage, leading to audible 120Hz mains hum in your audio output.

Zero-Crossing Detection for AC Dimming

If you are using an ESP32 or Arduino to control AC lighting via a TRIAC, you cannot just switch the TRIAC on at random times. Switching a TRIAC when the sine wave is at peak voltage ($169.7V$) causes massive electromagnetic interference (EMI) and can destroy the component. You must use a zero-crossing detector circuit to sense exactly when the sine function equals $0$, wait a calculated number of microseconds (phase angle control), and then fire the TRIAC. The sine math dictates your delay timing lookup table.

Common Confusions: Sine Function vs. RMS vs. Peak

The most frequent mistake makers and junior technicians make is confusing the mathematical sine function (the ratio at a specific angle) with the sine wave (the continuous plotted shape), and subsequently misapplying RMS values.

The Multimeter Trap: A cheap, average-responding multimeter does not actually measure RMS. It rectifies the AC sine wave, measures the average value, and multiplies it by a hardcoded "form factor" of 1.111. This math only works if the waveform is a mathematically perfect sine wave. If you measure the output of a modified sine wave inverter or a phase-chopped dimmer with a cheap meter, the reading will be wildly inaccurate. Always use a True RMS meter for non-linear loads.

Furthermore, people confuse what the sine equals at its peak with the nominal voltage. If a datasheet for a surge protective device (SPD) lists a maximum continuous operating voltage (MCOV) of 150V, and you apply a standard 120V RMS line, you might think you have 30V of headroom. You don't. The sine wave peaks at 169.7V, meaning your SPD is actually being subjected to voltages higher than its rating for brief milliseconds on every single cycle, leading to premature thermal failure of the internal metal oxide varistors (MOVs).

Decision Tree: Selecting the Right Tool for Sine Measurement

Choosing how to measure or interact with the sine wave depends entirely on whether you need the continuous shape, the true heating power (RMS), or the exact zero-crossing timing. Use this decision path to select your bench equipment.

Your Goal What You Need to Measure Tool Category Specific Recommended Pick
Verify wall outlet voltage for general wiring and breaker sizing True RMS Voltage (heating equivalent) True RMS Digital Multimeter Fluke 117 True RMS Multimeter
Debug EMI noise, view harmonic distortion, or measure phase shift between voltage and current Instantaneous sine wave shape over time Digital Storage Oscilloscope (DSO) Rigol DS1054Z (with high-voltage differential probe)
Trigger an Arduino/ESP32 relay exactly when the AC wave crosses 0V to prevent EMI Exact moment sine equals zero Zero-Crossing Optocoupler IC Vishay H11AA1 Zero-Crossing Optocoupler
Default Bench Pick (The "Buy This First" Option) General AC verification with safety and accuracy True RMS Multimeter Fluke 117 (Default Pick)

If you only buy one tool to interact with AC mains, the Fluke 117 is the default pick. Its True RMS sensor accurately calculates the heating value of the sine wave even when the waveform is slightly distorted by modern LED drivers or switching power supplies, keeping your ampacity and breaker calculations safe.

FAQ: Sine Wave Nuances

What is the sine of 90 degrees in an AC circuit?

The sine of $90^\circ$ (or $\pi/2$ radians) is exactly $1$. In an AC circuit, this represents the exact moment the waveform reaches its positive peak voltage ($V_{peak}$). For a 120V RMS line, this is the moment the instantaneous voltage hits $+169.7V$.

Why do power grids use sine waves instead of square waves?

Sine waves are the natural, physical output of a coil rotating at a constant speed through a uniform magnetic field inside an alternator. More importantly, the sine wave is the only waveform that consists of a single fundamental frequency. Square waves contain infinite odd harmonics (3rd, 5th, 7th, etc.), which would cause massive eddy current losses, overheating in transformers, and severe radio frequency interference across the grid.

Does the sine function equal the same thing in DC circuits?

No. In a pure DC circuit, voltage is constant over time. There is no rotating phasor and no alternating angle, so the sine function is not used to describe the voltage. The concept of sine only applies to alternating or pulsing signals.

Understanding exactly what the sine function equals at any given millisecond bridges the gap between abstract math and practical electrical safety. Whether you are sizing a smoothing capacitor to eliminate audio hum or programming an ESP32 to fire a TRIAC without blowing your bench fuse, respecting the instantaneous math of the sine wave is what separates reliable designs from components that melt on the workbench.