Guides
Chem/Phys4C: Electrochemistry and electrical circuits and their elements

Circuit Elements

Priority labels: Must know = cold; Know the logic = mechanism not names; Passage-level = recognize, don't memorize; Optional = skippable.

Introduction: Thinking About Circuits

A circuit is a closed loop that lets charge flow continuously. A useful (imperfect) analogy: voltage \leftrightarrow pressure, current \leftrightarrow flow rate, resistance \leftrightarrow pipe narrowness. Circuit questions ask how much charge flows, how much voltage drops, or how much energy is stored or dissipated.


Current: I=ΔQ/ΔtI = \Delta Q / \Delta t

Must know

Electric current II is the rate at which charge passes a cross-section of a conductor:

I=ΔQΔtI = \frac{\Delta Q}{\Delta t}

where ΔQ\Delta Q is charge (C) and Δt\Delta t is time (s). The SI unit is the ampere (A), 1 A=1 C/s1 \text{ A} = 1 \text{ C/s}.

Sign Convention

Must know

Conventional current flows from the positive terminal, through the external circuit, to the negative terminal — the direction positive charge would flow. Electrons move opposite. The MCAT uses conventional current exclusively. (Nerve action potentials are conventional currents carried by ions; I=ΔQ/ΔtI = \Delta Q/\Delta t still applies.) You do not need electron drift velocity.

Quick check: A defibrillator delivers 300 C of charge in 2 s. What current does it produce?

Answer: I=300/2=150 AI = 300 / 2 = 150 \text{ A}.


Electromotive Force and Voltage

Must know

Electric potential VV is potential energy per unit charge (volts, V = J/C). What drives current is the potential difference ΔV\Delta V (voltage) between two points. Charge flows from high to low potential; the potential difference tells you how much energy each coulomb releases or gains.

Electromotive force (E\mathcal{E}) is the work per unit charge done by a source (battery, ion pump) to drive charge around the circuit. Despite the name, it is not a force — it is a potential difference in volts.

A real battery has internal resistance rr in series with its ideal EMF source. When current II flows, the terminal voltage (what you measure) is:

Vterminal=EIrV_{\text{terminal}} = \mathcal{E} - Ir

Discharging, Vterminal<EV_{\text{terminal}} < \mathcal{E} because some voltage drops across rr. At open circuit (I=0I = 0), Vterminal=EV_{\text{terminal}} = \mathcal{E}.

Quick check: A battery has E=12\mathcal{E} = 12 V and r=2 Ωr = 2\ \Omega. When it drives I=2I = 2 A, what is the terminal voltage?

Answer: Vterminal=12(2)(2)=8 VV_{\text{terminal}} = 12 - (2)(2) = 8 \text{ V}.


Resistance

Must know

Resistance RR measures how much an element opposes current. Unit: ohm (Ω=1 V/A\Omega = 1 \text{ V/A}). Higher RR means less current for the same voltage.

Resistivity: R=ρL/AR = \rho L/A

Must know

Resistance depends on geometry and the material's intrinsic resistivity ρ\rho (Ωm\Omega \cdot \text{m}):

R=ρLAR = \frac{\rho L}{A}

Longer wire → higher RR (more chances to collide); thicker wire → lower RR (more parallel pathways). Rearranged, ρ=RA/L\rho = RA/L.

FactorEffect on RR
Longer wire (L\uparrow L)RR increases
Thicker wire (A\uparrow A)RR decreases
More resistive material (ρ\uparrow \rho)RR increases
Higher temperature (metals)RR increases

Conductivity σ\sigma is the inverse of resistivity: σ=1/ρ\sigma = 1/\rho (units S/m). A good conductor has low ρ\rho, high σ\sigma.

Quick check: A wire is replaced by one of the same material but twice the length and half the area. By what factor does resistance change?

Answer: R=ρ(2L)/(A/2)=4ρL/A=4RR' = \rho(2L)/(A/2) = 4\rho L/A = 4R. Resistance quadruples.


Ohm's Law

Must know

V=IRI=VRV = IR \quad \Longleftrightarrow \quad I = \frac{V}{R}

Ohm's Law applies to ohmic resistors, for which RR is constant. Non-ohmic devices (diodes, transistors) have RR that varies with voltage.

Power Dissipation

Must know

Current through a resistor converts electrical energy to heat:

P=IV=I2R=V2RP = IV = I^2 R = \frac{V^2}{R}

All three forms are equivalent (sub in Ohm's Law). Units: watts (W = J/s). The MCAT frequently asks which form to use given the available knowns.

Kirchhoff's Laws

Know the logic

Apply these through series/parallel reduction, not multi-loop equations:

  • Junction rule (KCL): currents in = currents out (conservation of charge) — why current is the same through series resistors and splits in parallel.
  • Loop rule (KVL): potential differences around a closed loop sum to zero (conservation of energy) — why voltage drops add in series.

Quick check: A 9 V battery is connected to a 3 Ω\Omega resistor. Find current and power dissipated.

Answer: I=9/3=3 AI = 9/3 = 3\ \text{A}. P=I2R=(9)(3)=27 WP = I^2 R = (9)(3) = 27\ \text{W} (or V2/R=81/3=27 WV^2/R = 81/3 = 27\ \text{W}). ✓


Resistors in Series

Must know

Resistors end-to-end in one pathway carry the same current II (one path); voltage drops add:

Vtotal=V1+V2+Rseries=R1+R2+V_{\text{total}} = V_1 + V_2 + \cdots \quad \Rightarrow \quad R_{\text{series}} = R_1 + R_2 + \cdots

Key intuition: adding series resistors always increases total resistance.

Voltage Divider Rule

Know the logic

For two series resistors, voltage divides in proportion to resistance:

V1=VtotalR1R1+R2V_1 = V_{\text{total}} \cdot \frac{R_1}{R_1 + R_2}

Quick check: R1=2 ΩR_1 = 2\ \Omega, R2=3 ΩR_2 = 3\ \Omega, R3=5 ΩR_3 = 5\ \Omega in series across 20 V. Voltage across R2R_2?

Answer: Rtotal=10 ΩR_{\text{total}} = 10\ \Omega, I=20/10=2 AI = 20/10 = 2\ \text{A}, V2=IR2=(2)(3)=6 VV_2 = IR_2 = (2)(3) = 6\ \text{V}. ✓


Resistors in Parallel

Must know

Resistors sharing the same two endpoints have the same voltage; currents add at the junction:

Itotal=I1+I2+1Rparallel=1R1+1R2+I_{\text{total}} = I_1 + I_2 + \cdots \quad \Rightarrow \quad \frac{1}{R_{\text{parallel}}} = \frac{1}{R_1} + \frac{1}{R_2} + \cdots

Key intuition: adding parallel resistors always decreases total resistance (more lanes); ReqR_{\text{eq}} is smaller than the smallest resistor. For two resistors, use product over sum:

Rparallel=R1R2R1+R2R_{\text{parallel}} = \frac{R_1 R_2}{R_1 + R_2}

Current Divider Rule

Know the logic

Current divides inversely with resistance (more current takes the easier path):

I1=ItotalR2R1+R2I_1 = I_{\text{total}} \cdot \frac{R_2}{R_1 + R_2}

Note I1I_1 uses R2R_2 (the other resistor) in the numerator — derive from I1R1=I2R2I_1 R_1 = I_2 R_2.

Worked Example (Series vs. Parallel): R1=4 ΩR_1 = 4\ \Omega, R2=12 ΩR_2 = 12\ \Omega, 12 V source.

Series: Rtotal=16 ΩR_{\text{total}} = 16\ \Omega; I=0.75 AI = 0.75\ \text{A}; P1=I2R1=(0.75)2(4)=2.25 WP_1 = I^2 R_1 = (0.75)^2(4) = 2.25\ \text{W}.

Parallel: Rtotal=(4)(12)/16=3 ΩR_{\text{total}} = (4)(12)/16 = 3\ \Omega; Itotal=4 AI_{\text{total}} = 4\ \text{A}; R1R_1 sees the full 12 V, so P1=V2/R1=144/4=36 WP_1 = V^2/R_1 = 144/4 = 36\ \text{W}.

Sanity check: parallel gives more power because each resistor sees the full source voltage (why household appliances are wired in parallel). ✓


Capacitance

Must know

A capacitor stores energy: two conductors separated by an insulator. Connected to a source, equal and opposite charge builds on the plates. Capacitance CC:

C=QVC = \frac{Q}{V}

Units: farads (F = C/V). A farad is enormous; real capacitors are µF (10610^{-6}) or pF (101210^{-12}).

Parallel Plate Capacitor

Must know

Two plates of area AA separated by distance dd, with permittivity ε\varepsilon between them (vacuum/air: ε0=8.85×1012\varepsilon_0 = 8.85 \times 10^{-12}):

C=ε0Ad(vacuum/air)C = \frac{\varepsilon_0 A}{d} \quad \text{(vacuum/air)}

Larger plates and smaller separation → larger CC. The field between plates is uniform:

E=Vd=σε0E = \frac{V}{d} = \frac{\sigma}{\varepsilon_0}

where σ=Q/A\sigma = Q/A is surface charge density.

Quick check: If dd is doubled and AA is halved, by what factor does CC change?

Answer: CA/dC \propto A/d, so C=A/22d=C/4C' = \frac{A/2}{2d} = C/4. Decreases by a factor of 4.


Energy Stored in a Charged Capacitor

Must know

UC=12CV2=Q22C=QV2U_C = \frac{1}{2}CV^2 = \frac{Q^2}{2C} = \frac{QV}{2}

All three are equivalent (sub Q=CVQ = CV). The factor of 12\frac{1}{2} appears because charge builds up gradually — average work is half the final voltage times total charge.

Worked Example: A 10 μF10\ \mu\text{F} capacitor charged to 6 V6\ \text{V}:

UC=12CV2=12(10×106)(36)=180 μJU_C = \tfrac{1}{2}CV^2 = \tfrac{1}{2}(10 \times 10^{-6})(36) = 180\ \mu\text{J}


Capacitor Behavior in a DC Circuit

Know the logic

You do NOT need the exponential charging/discharging math. Only the two extremes matter:

  • At t=0t = 0 (uncharged): no voltage across it yet, so it acts like a plain wire (short). Current is maximal, limited by the resistors.
  • At steady state (fully charged): no more charge flows, so it acts like an open circuit. That branch carries zero steady-state current and the full source voltage appears across the capacitor.

Quick check: A resistor is in series with a fully charged capacitor in a DC circuit. Current through that branch?

Answer: Zero — a fully charged capacitor blocks DC (open circuit).


Capacitors in Series and Parallel

Must know

The rules are the opposite of resistors — a notorious MCAT trap.

Series: same charge QQ on each (charge can't cross the gap); voltages add:

1Cseries=1C1+1C2+(total C decreases)\frac{1}{C_{\text{series}}} = \frac{1}{C_1} + \frac{1}{C_2} + \cdots \quad \text{(total } C \text{ decreases)}

Parallel: same voltage; charges add:

Cparallel=C1+C2+(total C increases)C_{\text{parallel}} = C_1 + C_2 + \cdots \quad \text{(total } C \text{ increases)}

ConfigurationResistorsCapacitors
SeriesRtot=R1+R2+R_{\text{tot}} = R_1 + R_2 + \cdots (increases)1Ctot=1C1+1C2+\frac{1}{C_{\text{tot}}} = \frac{1}{C_1} + \frac{1}{C_2} + \cdots (decreases)
Parallel1Rtot=1R1+1R2+\frac{1}{R_{\text{tot}}} = \frac{1}{R_1} + \frac{1}{R_2} + \cdots (decreases)Ctot=C1+C2+C_{\text{tot}} = C_1 + C_2 + \cdots (increases)

Quick check: Two 6 μF6\ \mu\text{F} capacitors in series. Total capacitance?

Answer: 1C=16+16=26\frac{1}{C} = \frac{1}{6} + \frac{1}{6} = \frac{2}{6}, so C=3 μFC = 3\ \mu\text{F}.

Worked Example: Q and V on Individual Capacitors

Must know

A 2 μF2\ \mu\text{F} and a 4 μF4\ \mu\text{F} capacitor in series across 12 V. Each holds the same charge QQ.

Ceq=(2)(4)6=1.33 μF,Q=CeqV=16 μC on eachC_{\text{eq}} = \frac{(2)(4)}{6} = 1.33\ \mu\text{F}, \qquad Q = C_{\text{eq}}V = 16\ \mu\text{C on each}

V2μF=162=8 V,V4μF=164=4 VV_{2\mu F} = \frac{16}{2} = 8\ \text{V}, \qquad V_{4\mu F} = \frac{16}{4} = 4\ \text{V}

Sanity check: voltages sum to 12 V ✓; the smaller capacitor takes the larger voltage share (in series, V1/CV \propto 1/C). In parallel instead, both see 12 V and charges differ: 24 μC24\ \mu\text{C} and 48 μC48\ \mu\text{C}.


Dielectrics

Must know

A dielectric is an insulator inserted between the plates. Its polar molecules align with the field, creating an opposing internal field, so the net field (and voltage, at fixed QQ) drops and capacitance rises. The dielectric constant κ\kappa (1\geq 1, dimensionless) gives the factor:

Cdielectric=κC0=κε0AdC_{\text{dielectric}} = \kappa C_0 = \kappa \frac{\varepsilon_0 A}{d}

For air κ1\kappa \approx 1; water κ80\kappa \approx 80 (large dipole; relevant for membranes).

Know the logic
  1. Disconnected (Q fixed): CC\uparrow, so V=Q/CV = Q/C decreases and U=Q2/(2C)U = Q^2/(2C) decreases.
  2. Connected to battery (V fixed): CC\uparrow, so Q=CVQ = CV increases and U=12CV2U = \frac{1}{2}CV^2 increases (battery supplies extra charge).

Quick check: C0=4 μFC_0 = 4\ \mu\text{F} connected to 10 V; insert κ=3\kappa = 3 dielectric. New capacitance and energy?

Answer: C=κC0=12 μFC = \kappa C_0 = 12\ \mu\text{F}. U=12(12×106)(100)=600 μJU = \frac{1}{2}(12 \times 10^{-6})(100) = 600\ \mu\text{J}.


Conductivity: Metallic vs. Electrolytic

Must know

Metallic (copper, aluminum): charge carried by free electrons; very low ρ\rho. As temperature rises, lattice vibrations scatter electrons more, so RR increases. No chemical change.

Electrolytic (aqueous ionic solutions, biological fluids): charge carried by ions (both cations and anions, moving oppositely but both contributing to conventional current). As temperature rises, ion mobility increases, so RR decreases. Conductivity rises with ion concentration; reactions can occur at electrodes. This underlies nerve, cardiac, and muscle signaling.

Quick check: Why does saltwater's resistance fall when heated, while copper's rises?

Answer: In copper, heating increases lattice vibrations that scatter electrons (RR\uparrow). In saltwater, heating raises ion mobility, so ions move faster (RR\downarrow).


Ammeters and Voltmeters in Circuits

Must know

Ammeter — measures current; placed in series; ideal resistance zero (so it doesn't add a voltage drop).

Voltmeter — measures voltage; placed in parallel; ideal resistance infinite (so it doesn't divert current).

InstrumentMeasuresPlacementIdeal Resistance
AmmeterCurrentSeriesR=0 ΩR = 0\ \Omega
VoltmeterVoltageParallelR= ΩR = \infty\ \Omega

The point: an ideal meter minimally disturbs the circuit it measures.

Quick check: A student connects a voltmeter in series with a resistor instead of in parallel. What happens to the measured current?

Answer: The voltmeter's huge resistance, placed in series, drops current to nearly zero — it acts like an open switch.


Common Confusions & Tricks

1. Capacitor vs. resistor combination rules are reversed. Resistors in series add directly; capacitors in series use reciprocals. Resistors in parallel use reciprocals; capacitors in parallel add. Re-derive if unsure: series caps share QQ (V adds); parallel caps share VV (Q adds).

2. More resistors in parallel = lower resistance, but more capacitors in parallel = higher capacitance. Same math form, opposite physical effect.

3. R=ρL/AR = \rho L/A — don't invert the geometry. Thicker and shorter → less RR. Common error: writing RAR \propto A when R1/AR \propto 1/A.

4. EMF vs. terminal voltage. EMF is the "advertised" value; terminal voltage is what's delivered under load. Equal only at I=0I = 0; otherwise Vterminal<EV_{\text{terminal}} < \mathcal{E}.

5. Power formulas — match the knowns. P=IVP = IV (know II and VV); P=I2RP = I^2 R (series, same II); P=V2/RP = V^2/R (parallel, same VV).

6. Ammeter/voltmeter placement. Swap them and you either short the circuit (ammeter in parallel) or kill the current (voltmeter in series).

7. Dielectric effect depends on whether the battery stays connected. Charge fixed: VV\downarrow, UU\downarrow. Voltage fixed: QQ\uparrow, UU\uparrow.

8. Temperature and conductivity. Metals: TRT\uparrow \Rightarrow R\uparrow. Electrolytes/semiconductors: TRT\uparrow \Rightarrow R\downarrow.

9. In any parallel circuit, every branch has the same voltage. Use P=V2/RP = V^2/R per branch; smallest RR dissipates the most power (why a short trips a breaker).

10. Uniform field in a parallel plate capacitor. E=V/dE = V/d, directed from positive to negative plate; doubling dd halves EE (at fixed VV).


Key Equations

EquationVariables & When to Use
I=ΔQ/ΔtI = \Delta Q / \Delta tII = current (A), QQ = charge (C), tt = time (s). Definition of current.
Vterminal=EIrV_{\text{terminal}} = \mathcal{E} - IrE\mathcal{E} = EMF (V), rr = internal resistance (Ω\Omega). Real battery under load.
R=ρLAR = \dfrac{\rho L}{A}ρ\rho = resistivity (Ω\Omega\cdotm), LL = length (m), AA = area (m²). Geometry of resistance.
σ=1/ρ\sigma = 1/\rhoσ\sigma = conductivity (S/m). Inverse of resistivity.
V=IRV = IROhm's Law. VV (V), II (A), RR (Ω\Omega).
P=IV=I2R=V2/RP = IV = I^2R = V^2/RPP = power (W). Use I2RI^2R in series; V2/RV^2/R in parallel.
Rseries=R1+R2+R_{\text{series}} = R_1 + R_2 + \cdotsResistors in series.
1Rparallel=1R1+1R2+\dfrac{1}{R_{\text{parallel}}} = \dfrac{1}{R_1} + \dfrac{1}{R_2} + \cdotsResistors in parallel. Two: R=R1R2/(R1+R2)R = R_1R_2/(R_1+R_2).
C=Q/VC = Q/VCapacitance. CC (F), QQ (C), VV (V).
C0=ε0AdC_0 = \dfrac{\varepsilon_0 A}{d}Parallel plate, air/vacuum. AA (m²), dd (m).
Cdielectric=κC0C_{\text{dielectric}} = \kappa C_0κ\kappa = dielectric constant (1\geq 1).
UC=12CV2=Q22C=QV2U_C = \dfrac{1}{2}CV^2 = \dfrac{Q^2}{2C} = \dfrac{QV}{2}Energy stored (J). Choose the form matching your knowns.
Cparallel=C1+C2+C_{\text{parallel}} = C_1 + C_2 + \cdotsCapacitors in parallel: add.
1Cseries=1C1+1C2+\dfrac{1}{C_{\text{series}}} = \dfrac{1}{C_1} + \dfrac{1}{C_2} + \cdotsCapacitors in series: reciprocals add.
E=V/dE = V/dUniform field between plates. EE in V/m (= N/C).

Practice questions

Discrete practice questions written for this guide. Try them with full answers and explanations — sign in to save your progress.

Question 1 of 100 correct
discreteChem/Phys

A wire carries a steady current as 0.60 C0.60\ \text{C} of charge passes a given cross-section every 3.0 s3.0\ \text{s}. What is the current in the wire?