Sine Wave Properties Calculator
Calculate the instantaneous value of a sine wave at any point in time given its amplitude, frequency, and phase shift. Useful for electronics, signal processing, and physics waveform analysis.
About this calculator
A sine wave is described by the equation y(t) = A·sin(2π·f·t + φ), where A is the amplitude (peak value), f is the frequency in Hz, t is the time point in seconds, and φ is the phase shift in radians. The term 2π·f·t represents the angular progression of the wave over time, while φ shifts the entire wave left or right along the time axis. The period T = 1/f tells you how many seconds one complete cycle takes. Amplitude determines the wave's height, frequency determines how many cycles occur per second, and phase shift determines the starting position of the cycle. This formula is foundational in AC circuit analysis, audio engineering, seismology, and any field involving oscillatory behavior.
How to use
Suppose amplitude = 5 V, frequency = 2 Hz, phase shift = 45°, and time point = 0.1 s. Convert phase to radians: 45 × π/180 ≈ 0.7854 rad. Then: y = 5 × sin(2π × 2 × 0.1 + 0.7854) = 5 × sin(1.2566 + 0.7854) = 5 × sin(2.0420) = 5 × 0.8988 ≈ 4.494 V. Enter 5 for amplitude, 2 for frequency, 45 for phase shift, and 0.1 for time point. The calculator returns approximately 4.49 units at that moment in time.
Frequently asked questions
What is the difference between frequency and angular frequency in a sine wave?
Frequency f (in Hz) counts how many complete cycles occur per second. Angular frequency ω (in radians per second) is related by ω = 2π·f. Angular frequency is used directly in the sine function because the sine of a full cycle requires traversing 2π radians. In circuit analysis and differential equations, angular frequency is the more natural quantity, while frequency in Hz is easier to measure with an oscilloscope or frequency counter.
How does phase shift affect the output of a sine wave?
Phase shift φ offsets the waveform's starting position along the time axis without changing its shape, amplitude, or frequency. A positive phase shift moves the wave to the left (it reaches its peak earlier), while a negative shift moves it to the right. In AC circuits, phase shift between voltage and current signals indicates whether the load is capacitive or inductive. A 90° phase shift turns a sine wave into a cosine wave, and a 180° shift inverts it completely.
Why is the period of a sine wave equal to 1 divided by frequency?
The period T is the duration of one complete oscillation cycle, measured in seconds. Since frequency f counts cycles per second, the time for one cycle is simply T = 1/f. For example, a 50 Hz power line signal completes 50 cycles per second, so each cycle lasts 1/50 = 0.02 seconds (20 ms). Understanding period is critical when designing filters, timing circuits, and sampling systems, where the sampling rate must exceed twice the signal frequency (Nyquist theorem) to avoid aliasing.