🔌 Topic 4 — Lectures 7–9 · Tutorials 5–6

DC Circuits

Current · Resistance · Ohm's law · Power · Series & parallel · EMF · Internal resistance · All examples

← Home

Current, Resistance & Ohm's Law

Fundamental Formulas

Electric current
I = dQ/dt   [A = C/s]
Current density
J = I/S = σE   [A/m²]
S = cross-section area, σ = conductivity (S/m)
Resistance from geometry
R = L/(σS) = ρL/S   [Ω]
L=length, ρ=1/σ=resistivity. Only for uniform cross-section!
Ohm's Law
V = IR   (V=Volts, I=Amps, R=Ohms)
📌 J = σE (Microscopic Ohm's Law)

When E is applied to a conductor, free electrons drift → collide with lattice → kinetic energy → heat. This is resistance at the atomic level.

Power

Power — 3 equivalent forms
P = VI = I²R = V²/R   [W]
Energy
W = Pt   [J = Ws]
⚠️ Passive Sign Convention
  • p = v×i > 0 → element absorbs power (resistor)
  • p = v×i < 0 → element supplies power (source)
  • Sum of all powers in circuit = 0 (energy conservation!)

Series & Parallel Resistors

Series

Equivalent resistance
R_eq = R₁ + R₂ + ... + Rₙ
R_eq is always LARGER than any individual R
Current (same everywhere)
I = V_total / R_eq
📌 Series memory
  • Same current through all
  • Voltages add up
  • V divides proportionally to R

Parallel

Equivalent resistance
1/R_eq = 1/R₁ + 1/R₂ + ...
R_eq is always SMALLER than any individual R
Two resistors (shortcut)
R_eq = R₁R₂/(R₁+R₂)
📌 Parallel memory
  • Same voltage across all
  • Currents add up
  • I divides proportionally to 1/R (conductance)

EMF & Internal Resistance

Real Battery Model

Terminal voltage
V_terminal = ε − I·r
ε = EMF (ideal open-circuit voltage), r = internal resistance
Current in circuit
I = ε / (R_load + r)
Power balance
P_total = I²R_load + I²r
Power to load + power wasted in battery
💡 Open circuit vs Short circuit
  • Open circuit (I=0): V_terminal = ε (no drop)
  • Short circuit (R_load=0): I_sc = ε/r (all drop in r)
  • r = (VS−V)/I from v-i graph slope

Conductivity Table

Materialσ (S/m)ρ (Ω·m)
Silver6.3×10⁷1.6×10⁻⁸
Copper5.8×10⁷1.7×10⁻⁸
Aluminum4.0×10⁷2.5×10⁻⁸
Silicon~10⁻³
Glass~10⁻¹²

Lecture Examples — All Problems

Lec 7 · Aluminum wire — Find resistance
Given: Aluminum wire (σ=4×10⁷ S/m), length=100m, cross-section=1mm²=1×10⁻⁶ m².
R = L/(σS) = 100 / (4×10⁷ × 1×10⁻⁶)
Lec 7 · AWG aluminum wire — Find current from E field
Given: Aluminum σ=4×10⁷ S/m, diameter=9.266mm, E=0.01 V/m inside wire. Find I.
J = σE = 4×10⁷ × 0.01 = 4×10⁵ A/m²
r = diameter/2 = 9.266/2 = 4.633mm = 4.633×10⁻³ m
S = πr² = π × (4.633×10⁻³)² = 6.748×10⁻⁵ m²
I = J×S = 4×10⁵ × 6.748×10⁻⁵
Lec 7 · R=300Ω, P=480mW — Find Ig and Vg
Given: R=300Ω, Power P=480mW=480×10⁻³ W. Find Ig and Vg.
P = Vg×Ig = Vg²/R → Vg² = P×R = 480×10⁻³ × 300 = 144
Vg = √144 = 12 V
Ig = Vg/R = 12/300 = 0.04 A
Lec 8 · Series-parallel R_eq — Complex circuit (from lecture)
Given: Circuit with 15Ω, 10Ω, 24Ω, 40Ω, 80Ω, 10Ω, 60Ω, 30Ω, 45Ω, 20Ω, short circuit. 80mV source. Find R_eq.
Step 1: 45Ω // 0Ω (short) = 0Ω (short circuit wins)
Step 2: R_eq1 = 15Ω // 30Ω = 15×30/(15+30) = 10Ω
Step 3: R_eq2 = 10+20 = 30Ω (wait — need to redo from circuit)
Simplified: 45//0=0, then 0+20=20, then (15//30=10) series with 20=30, then 30//60=20, then 20+24=44... continue per exact topology:
R_eq1 = 1/(1/60 + 1/80 + 1/30) = 16Ω
R_eq2 = 10+20=30 → 30//15=10 → 10+24+16=50Ω → 10//50=8.33... (topology-dependent)
Lec 9 · Battery circuit — Find I, power, reversed polarity
Given: ε₁=6V, ε₂=12V, R₁=8Ω, R₂=10Ω in single loop.
(A) Find current:
KVL: −ε₁ + IR₁ + ε₂ + IR₂ = 0
−6 + 8I + 12 + 10I = 0 → 18I = −6
I = −1/3 A (flows opposite to assumed direction)

(B) Powers:
P_R1 = I²R₁ = (1/3)²×8 = 8/9 W ≈ 0.889 W
P_R2 = I²R₂ = (1/3)²×10 = 10/9 W ≈ 1.11 W
P_ε2 = V×I = (−12)×(−1/3) = +4W → ε₂ absorbs power (being charged!)
P_ε1 = V×I = (6)×(−1/3) = −2W → ε₁ supplies power

Check: −2 + 4 = +2 = 8/9 + 10/9 ✓ Power supplied = power absorbed

(C) Reversed ε₂ polarity:
−6 + 8I − 12 + 10I = 0 → 18I = 18 → I = 1A
Now BOTH batteries aid each other (same direction)
Lec 10 · AWG 0000 Aluminum Transmission Line
Given: Aluminum σ=4×10⁷ S/m, A=107mm²=107×10⁻⁶ m², total length=100km (two conductors). Delivers 10MW. Find R and power loss at 3 operating conditions.
R_TL = L/(Aσ) = (100×10³) / (107×10⁻⁶ × 4×10⁷) = 10⁵ / (107×40) = 10⁵/4280 = 23.36 Ω
V (kV)I (A)P_loss = I²RP_loss %
2005050²×23.36 = 58,400 W0.58%
100100100²×23.36 = 233,600 W2.28%
50200200²×23.36 = 934,400 W8.55%
✔ Key lesson

Same power (10MW) but at higher voltage → lower current → dramatically less loss. This is WHY power grids use 220kV or 440kV for long-distance transmission!

Lec 9 · Internal resistance from v-i graph
Voltage source: Every horizontal division=3V, every vertical division=1A. Find r.
From the v-i characteristic of a real voltage source: VS = V + I×r
The slope of the line = −r (voltage drops as current increases)
Slope = ΔV/ΔI = −(3V)/(1A) = −3... but from the figure, horizontal div=3V, vertical=1A
r = |slope| = 3/5 = 0.6 Ω (reading two points from graph: ΔV=3V, ΔI=5A)
Tutorial 5–6 · Problem 1 — Find Req and power delivered
Given: Circuit with multiple resistors. Find R_ab = 8Ω and power from source.
Simplify resistor combinations step by step (series/parallel) until single R_ab remains.
Result from tutorial: R_ab = 8Ω
Power = V²/R_ab (if voltage source) or I²×R_ab (if current source)
← Potential Kirchhoff →

EE-I Exam Prep · GIU Cairo · Created by Omar Nader