When studying for an electrical engineering exam or troubleshooting a custom PCB on the bench, abstract formulas rarely cut it. You need concrete current electricity examples that bridge the gap between textbook theory and real-world component behavior. Below, we will walk through a classic mixed series-parallel DC circuit problem. We will break down the exact theorem required, expose the common trap that costs students points, show every algebraic step, and verify the result independently.

The Core Problem: Mixed Series-Parallel DC Network

Problem Statement: A 24V DC ideal voltage source is connected to a series resistor ($R_s$) of 4Ω. This series resistor feeds a parallel bank consisting of two resistors: $R_1$ = 6Ω and $R_2$ = 12Ω. Calculate the total current drawn from the source, the individual branch currents through $R_1$ and $R_2$, and the voltage drop across the parallel bank.

Which Method Applies and Why?

To solve this, we use Series-Parallel Equivalent Resistance Reduction combined with Ohm's Law. We cannot apply simple series or simple parallel rules to the whole circuit because the topology is mixed. We must first collapse the parallel bank into a single equivalent resistor, creating a purely series circuit, solve for total current, and then expand back out to find the branch splits.

The Trap in This Problem

The most common mistake in these current electricity examples is applying the Current Divider Rule (CDR) immediately. Students often take the total 24V, divide it by the parallel equivalent, and try to split the current. This ignores the fact that the 4Ω series resistor drops a significant portion of the source voltage before the current ever reaches the parallel bank. If you forget to calculate the voltage drop across $R_s$ first, your branch currents will be exactly double what they should be.

Step-by-Step Algebraic Solution & Sanity Checks

Let us solve this with every algebraic step shown, ensuring no logical leaps.

  1. Calculate the parallel equivalent resistance ($R_p$):
    Formula: $R_p = \frac{R_1 \times R_2}{R_1 + R_2}$
    Substitution: $R_p = \frac{6 \times 12}{6 + 12}$
    Algebra: $R_p = \frac{72}{18}$
    Result: $R_p = 4\Omega$
  2. Calculate total circuit resistance ($R_{total}$):
    Formula: $R_{total} = R_s + R_p$
    Substitution: $R_{total} = 4 + 4$
    Result: $R_{total} = 8\Omega$
  3. Calculate total source current ($I_{total}$):
    Formula: $I_{total} = \frac{V_{source}}{R_{total}}$
    Substitution: $I_{total} = \frac{24}{8}$
    Result: $I_{total} = 3A$
  4. Calculate voltage drop across the series resistor ($V_s$):
    Formula: $V_s = I_{total} \times R_s$
    Substitution: $V_s = 3 \times 4$
    Result: $V_s = 12V$
  5. Calculate voltage across the parallel bank ($V_p$):
    Formula: $V_p = V_{source} - V_s$ (Kirchhoff's Voltage Law)
    Substitution: $V_p = 24 - 12$
    Result: $V_p = 12V$
  6. Calculate individual branch currents ($I_1$ and $I_2$):
    Formula for $I_1$: $I_1 = \frac{V_p}{R_1} \rightarrow I_1 = \frac{12}{6} = 2A$
    Formula for $I_2$: $I_2 = \frac{V_p}{R_2} \rightarrow I_2 = \frac{12}{12} = 1A$

Answer Sanity Check:

  • Order of Magnitude: We have 24V driving roughly 10Ω of total resistance. 24 / 10 = 2.4A. Our calculated 3A is perfectly in the right neighborhood.
  • Units: Volts divided by Ohms yields Amperes. All unit conversions are consistent.
  • Physical Reality Check: A 3A current through a 4Ω resistor dissipates $P = I^2R = 3^2 \times 4 = 36W$. A standard 1/4W carbon film resistor will instantly vaporize. For a physical build in 2026, you would need a 50W chassis-mount aluminum-housed resistor, such as the Vishay RH0504R000FE02, bolted to a heatsink.

Independent Verification: Proving the Answer with KCL

How do you verify the answer independently on an exam without just re-reading your math? You use Kirchhoff's Current Law (KCL) at the node where the circuit splits into the parallel bank. KCL states that the sum of currents entering a node must equal the sum of currents leaving it.

According to our solution, 3A enters the node from the series resistor. The currents leaving the node are $I_1$ (2A) and $I_2$ (1A).

$I_{entering} = I_{leaving}$
$3A = 2A + 1A$
$3A = 3A$

The math balances perfectly. Furthermore, we can verify the current split ratio. In a parallel circuit, current divides inversely proportional to resistance. The 6Ω resistor is exactly half the resistance of the 12Ω resistor, therefore it must draw exactly twice the current. Our answers of 2A and 1A satisfy this physical law.

Component Resistance (Ω) Voltage Drop (V) Current (A) Power Dissipated (W)
Series ($R_s$) 4 12 3 36
Parallel 1 ($R_1$) 6 12 2 24
Parallel 2 ($R_2$) 12 12 1 12
Total Circuit 8 24 3 72

For deeper reading on how series and parallel networks distribute power, refer to the All About Circuits textbook chapter on DC networks.

Current Electricity Examples: Frequently Asked Questions

How do you calculate current electricity examples involving drift velocity?

When exam questions shift from macroscopic Ohm's Law to microscopic electron flow, you must use the drift velocity formula: $I = nAve$. Here, $I$ is current, $n$ is the charge carrier density (for copper, roughly $8.5 \times 10^{28}$ electrons/m³), $A$ is the cross-sectional area of the wire, $v$ is the drift velocity, and $e$ is the elementary charge ($1.6 \times 10^{-19}$ C). A common trap is forgetting to convert wire diameter from millimeters to meters before calculating the area ($A = \pi r^2$). If a problem asks for the drift velocity in a 12 AWG copper wire carrying 15A, you isolate $v = \frac{I}{nAe}$ and solve. The resulting velocity is surprisingly slow—typically less than a millimeter per second—as detailed in standard physics current references.

What are common current electricity examples using Kirchhoff's Laws?

When a circuit contains multiple voltage sources (like two batteries opposing each other) or a bridge topology that cannot be reduced via simple series-parallel rules, you must use Kirchhoff's Voltage Law (KVL) for Mesh Analysis or Kirchhoff's Current Law (KCL) for Nodal Analysis. The most frequent exam example is the unbalanced Wheatstone bridge. The trap here is assigning inconsistent current directions. Always assume a clockwise direction for mesh currents; if your final algebra yields a negative number, it simply means the physical current flows counter-clockwise. Do not change your sign mid-calculation.

How to solve current electricity examples with internal battery resistance?

Real-world power sources are not ideal. When a problem introduces internal resistance ($r$), the total resistance of the circuit becomes $R_{total} = R_{load} + r$. The current is calculated as $I = \frac{EMF}{R_{load} + r}$. The specific trap in these examples is calculating the voltage drop across the load using the full Electromotive Force (EMF) of the battery. You must calculate the terminal voltage first: $V_{terminal} = EMF - (I \times r)$. For instance, a 12V car battery with 0.05Ω internal resistance cranking a 50A starter motor will see a terminal voltage drop to $12 - (50 \times 0.05) = 9.5V$. This voltage sag is why headlights dim when the engine starts.