average current calculator
Calculate average current for DC, sine, rectified, and PWM waveforms using the integral over one period or quick closed-form formulas for common cases.
rectified current average
Average current is the average of current with time: divide the integral of one cycle by the period. In PWM, just times the peak current by the duty cycle.
Formula & Table Summary:
\( I_{\text{avg}}=\frac{1}{T}\int_{0}^{T} i(t)\,dt \)
\( I_{\text{avg,FW\ rect}}=\frac{2}{\pi} I_{\text{peak}},\quad I_{\text{avg,HW\ rect}}=\frac{1}{\pi} I_{\text{peak}} \)
\( I_{\text{avg,PWM}}=D\,I_{\text{on}} \)
half-wave average current
Compute average current in DC, sine, rectified and PWM. Integrate over one period, or use closed-form expressions such as (2/pi) Ipeak (in full-wave) or DIon (in PWM).In PWM or rectangular pulse, average current is the duty factor times the peak (or on) current. When used with RMS analysis, knowing average current can be used to estimate DC delivery to loads, converter outputs, battery charge and/or discharge rates, and thermal or fuse sizes. Simply enter a voltage/ resistance or a waveform parameter and compute average current in a flash with DC, AC, rectified, and PWM conditions.
full-wave average current
| Waveform | Parameters | Iavg (A) |
|---|---|---|
| DC constant | I = 5 A | 5.00 |
| Sine (full cycle) | Ipeak = 10 A | 0.00 |
| Full-wave rectified | Ipeak = 10 A | 6.37 |
| Half-wave rectified | Ipeak = 10 A | 3.18 |
| PWM rectangular | D = 0.25, Ion = 4 A | 1.00 |
| PWM rectangular | D = 0.60, Ion = 2 A | 1.20 |