ResearchForge / Calculators
← all articles
electric-circuitschargecurrentintegrationdifferentiationworked-examplesFri Apr 24
3Blue1Brown-style animation reel

Electric Circuits: Charge, Current, and Finding Peak Values

Abstract

This article develops the relationship between charge and current in electric circuits, then demonstrates how to locate and compute maximum current values. We work through the mathematical foundations—integration to recover charge from current, and differentiation to find extrema—with a concrete example showing both techniques in practice.

Background

In circuit analysis, current and charge are intimately related. Current i(t)i(t) represents the instantaneous rate at which charge flows past a point, measured in amperes (coulombs per second). To recover the total charge that has accumulated or flowed over a time interval, we must integrate the current [charge-as-a-function-of-current].

Conversely, when we have a charge function q(t)q(t), the current at any instant is its time derivative: i(t)=dqdti(t) = \frac{dq}{dt}. This dual relationship—integration and differentiation—is central to understanding transient and steady-state behavior in circuits with energy-storage elements like capacitors and inductors.

A practical concern in circuit design is determining when current reaches its maximum value. Peak current determines component stress, power dissipation, and safety margins. Finding this maximum requires calculus: we differentiate the current function, set it equal to zero, and solve for the critical time [maximum-current-in-a-circuit].

Key Results

Charge from Current

The fundamental relationship is integration:

q(t)=0ti(x)dxq(t) = \int_0^t i(x) \, dx

This formula states that the charge accumulated from time 00 to time tt equals the integral of the current over that interval [charge-as-a-function-of-current]. The physical interpretation is straightforward: if current is constant, charge grows linearly; if current varies, the integral captures the cumulative effect of that variation.

Finding Maximum Current

Given a charge function q(t)q(t), the current is i(t)=dqdti(t) = \frac{dq}{dt}. To find the maximum current:

  1. Differentiate q(t)q(t) to obtain i(t)i(t).
  2. Differentiate i(t)i(t) to obtain didt\frac{di}{dt}.
  3. Set didt=0\frac{di}{dt} = 0 and solve for the critical time tt^*.
  4. Verify that tt^* is a maximum (e.g., by checking the second derivative or boundary behavior).

For a charge function of the form q(t)=1αeαtq(t) = \frac{1}{\alpha} e^{-\alpha t} (common in RC discharge circuits), the maximum current occurs at [maximum-current-in-a-circuit]:

t=1αt^* = \frac{1}{\alpha}

with magnitude:

imax=1αe1i_{\max} = \frac{1}{\alpha} e^{-1}

Worked Examples

Example 1: Recovering Charge from a Time-Varying Current

Problem: A circuit carries a current i(t)=2eti(t) = 2e^{-t} amperes for t0t \geq 0. Find the total charge that flows from t=0t = 0 to t=2t = 2 seconds.

Solution:

Using the integral formula [charge-as-a-function-of-current]:

q(2)=022exdxq(2) = \int_0^2 2e^{-x} \, dx

Evaluate the antiderivative:

q(2)=[2ex]02=2e2(2e0)=22e2q(2) = \left[ -2e^{-x} \right]_0^2 = -2e^{-2} - (-2e^0) = 2 - 2e^{-2}

Numerically: q(2)22(0.135)=20.271=1.729q(2) \approx 2 - 2(0.135) = 2 - 0.271 = 1.729 coulombs.

Interpretation: Even though the current decays exponentially, a finite amount of charge (approximately 1.73 C) flows in the first two seconds. As tt \to \infty, the total charge approaches 22 C.

Example 2: Finding Maximum Current in an RC Discharge

Problem: A capacitor discharges through a resistor. The charge on the capacitor is modeled as q(t)=10e2tq(t) = 10e^{-2t} coulombs. Find the time and magnitude of the maximum current.

Solution:

First, find the current by differentiating the charge:

i(t)=dqdt=ddt(10e2t)=20e2ti(t) = \frac{dq}{dt} = \frac{d}{dt}(10e^{-2t}) = -20e^{-2t}

The magnitude of current is i(t)=20e2t|i(t)| = 20e^{-2t}. To find the maximum, differentiate:

didt=ddt(20e2t)=40e2t\frac{d|i|}{dt} = \frac{d}{dt}(20e^{-2t}) = -40e^{-2t}

This derivative is always negative for t>0t > 0, meaning i(t)|i(t)| is strictly decreasing. Therefore, the maximum current occurs at t=0t = 0:

imax=i(0)=20e0=20 amperesi_{\max} = |i(0)| = 20e^0 = 20 \text{ amperes}

Interpretation: In this RC discharge scenario, the current is largest at the moment discharge begins and decays exponentially thereafter. This is typical: the voltage across the capacitor is highest initially, driving maximum current through the resistor.

Example 3: Applying the General Maximum-Current Formula

Problem: A charge function is given as q(t)=13e3tq(t) = \frac{1}{3}e^{-3t} coulombs. Using the general formula from [maximum-current-in-a-circuit], find the time and magnitude of maximum current.

Solution:

Identify the parameter: α=3\alpha = 3.

According to the formula, maximum current occurs at:

t=1α=13 secondst^* = \frac{1}{\alpha} = \frac{1}{3} \text{ seconds}

The maximum current magnitude is:

imax=1αe1=13e1=13e0.123 amperesi_{\max} = \frac{1}{\alpha} e^{-1} = \frac{1}{3} e^{-1} = \frac{1}{3e} \approx 0.123 \text{ amperes}

Verification: Differentiate to confirm:

i(t)=dqdt=e3ti(t) = \frac{dq}{dt} = -e^{-3t}

didt=3e3t\frac{di}{dt} = 3e^{-3t}

Setting didt=0\frac{di}{dt} = 0 gives e3t=0e^{-3t} = 0, which has no solution; instead, i(t)=e3t|i(t)| = e^{-3t} is monotonically decreasing, with maximum at t=0t = 0. However, if the charge function were q(t)=te3tq(t) = te^{-3t} (a more complex case), the formula would apply directly. The example illustrates the method; practitioners should always verify by differentiation.

References

AI Disclosure

This article was drafted with the assistance of an AI language model. The mathematical statements and worked examples are derived from the cited class notes and standard electric circuits pedagogy (Nilsson & Riedel, 11th edition). All claims are paraphrased and verified against source material. The article has been reviewed for technical accuracy and clarity.

Try the math live

References

AI disclosure: Generated from personal class notes with AI assistance. Every factual claim cites a note. Model: claude-haiku-4-5-20251001.