Calculator Inputs
Plotly Graph
The chart shows cumulative elapsed time across cycles, using the calculated period.
Example Data Table
| Example | Input Frequency | Converted Frequency (Hz) | Period (s) | Period (ms) | Time for 10 Cycles (s) |
|---|---|---|---|---|---|
| Mains power | 50 Hz | 50 | 0.02 | 20 | 0.2 |
| Power system | 60 Hz | 60 | 0.016667 | 16.667 | 0.16667 |
| Ultrasonic source | 40 kHz | 40000 | 0.000025 | 0.025 | 0.00025 |
| Rotating shaft | 1800 rpm | 30 | 0.033333 | 33.333 | 0.33333 |
| High-frequency clock | 2 MHz | 2000000 | 0.0000005 | 0.0005 | 0.000005 |
Formula Used
Standard relation: T = 1 / f
Angular-frequency relation: T = 2π / ω
Where: T is period in seconds, f is frequency in hertz, and ω is angular frequency in radians per second.
This calculator accepts common frequency units and converts them into hertz before computing the period.
For rpm inputs, the conversion is Hz = rpm / 60.
After calculating period, it also estimates cumulative time for the chosen cycle count and plots the progression graph.
How to Use This Calculator
- Enter the known frequency value.
- Select the matching input unit such as Hz, kHz, MHz, GHz, rpm, or rad/s.
- Choose the output unit for the displayed period.
- Enter how many cycles you want to analyze.
- Set significant figures for the displayed results.
- Click Calculate Period to show results above the form.
- Use the CSV or PDF buttons to export the calculated values.
- Review the graph and example table for quick validation.
Frequently Asked Questions
1) What is the period of a wave?
The period is the time needed for one complete cycle. It is usually measured in seconds and is the reciprocal of frequency when frequency is expressed in hertz.
2) How do I calculate period from frequency?
Use the relation T = 1 / f. If frequency is 50 Hz, the period is 1 ÷ 50 = 0.02 seconds. The calculator performs that conversion automatically.
3) Can I use rpm instead of hertz?
Yes. Rotational speed in rpm is converted into hertz by dividing by 60. After that, the period is found normally from the converted value.
4) What if my value is given in rad/s?
Use the angular-frequency option. The calculator applies T = 2π / ω, which is the correct period relation when the input is radians per second.
5) Why do higher frequencies have smaller periods?
Frequency and period are inversely related. When more cycles happen each second, each individual cycle must take less time to complete.
6) What output unit should I choose?
Choose seconds for slower events, milliseconds for medium-speed signals, microseconds or nanoseconds for electronics, and minutes for very slow repeating processes.
7) Does the graph show amplitude?
No. This graph focuses on cumulative timing versus cycle count. It helps you inspect how elapsed time grows as successive cycles occur.
8) Is this useful for labs and engineering work?
Yes. It is useful for oscillations, rotating systems, signal timing, instrumentation checks, waveform analysis, and quick validation during classroom or lab tasks.