No history yet

Circuit Analysis Mathematics

Putting Ohm's Law to Work

You already know the relationship between voltage, current, and resistance: V=IRV = IR. Now, let's move beyond single resistors and apply this law to solve real-world circuit problems. In complex networks, Ohm's law helps us find unknown values in specific parts of the circuit, like the voltage drop across a single component or the current flowing through one branch.

Consider a simple series circuit with a 12V source and two resistors, R1=2ΩR_1 = 2\Omega and R2=4ΩR_2 = 4\Omega. To find the total current, you first find the total resistance, RTR_T. In a series circuit, it's just the sum: RT=R1+R2=2Ω+4Ω=6ΩR_T = R_1 + R_2 = 2\Omega + 4\Omega = 6\Omega. Now, use Ohm's law to find the total current: IT=VT/RT=12V/6Ω=2AI_T = V_T / R_T = 12V / 6\Omega = 2A.

Because it's a series circuit, this 2A current is the same through both resistors. We can now calculate the voltage drop across each one individually.

V1=IT×R1=2A×2Ω=4VV_1 = I_T \times R_1 = 2A \times 2\Omega = 4V V2=IT×R2=2A×4Ω=8VV_2 = I_T \times R_2 = 2A \times 4\Omega = 8V

Notice that the individual voltage drops (4V+8V4V + 8V) add up to the total source voltage (12V). This isn't a coincidence; it's the foundation of our next topic.

Kirchhoff's Laws

When circuits get more complex than a simple series or parallel arrangement, Ohm's law alone isn't enough. We need a more powerful set of tools. This is where 's laws come in. They provide a systematic way to analyze any circuit, no matter how tangled it looks.

Kirchhoff's laws are based on the conservation of charge and energy. They ensure that what goes into a circuit must come out, and that all the energy supplied is accounted for.

Kirchhoff’s Current Law (KCL)

KCL deals with how current behaves at a junction, or a (a point where two or more wires connect). It states that the sum of currents entering a node must equal the sum of currents leaving it. Think of it like plumbing: the amount of water flowing into a pipe junction must equal the amount flowing out. No charge is lost or created at a node.

Lesson image
Iin=Iout\sum I_{in} = \sum I_{out}

Kirchhoff’s Voltage Law (KVL)

KVL applies to any closed loop in a circuit. It states that the sum of all voltage drops across components in a loop must equal the sum of all voltage sources in that same loop. In simpler terms, the total voltage supplied by the source is used up by the components in the loop. If you trace a path from the positive terminal of a battery, through the circuit, and back to the negative terminal, the net change in voltage is zero.

Lesson image
Vsource=Vdrop\sum V_{source} = \sum V_{drop}

Solving Complex Circuits

Let's combine these laws to tackle a series-parallel network. The strategy is to simplify the circuit step-by-step until it becomes a simple series or parallel circuit. This is called

Imagine a 20V source connected to a 50Ω resistor (R1R_1) in series with a parallel branch. The parallel branch contains two 20Ω resistors (R2R_2 and R3R_3).

  1. Reduce the parallel branch: First, find the equivalent resistance (RPR_P) of the parallel resistors. The formula for two parallel resistors is: RP=(R2×R3)/(R2+R3)=(20×20)/(20+20)=400/40=10ΩR_P = (R_2 \times R_3) / (R_2 + R_3) = (20 \times 20) / (20 + 20) = 400 / 40 = 10\Omega

  2. Simplify to a series circuit: Now, our circuit is effectively the 20V source, the 50Ω resistor (R1R_1), and our new 10Ω equivalent resistor (RPR_P) all in series.

  3. Calculate total resistance and current: The total resistance is RT=R1+RP=50Ω+10Ω=60ΩR_T = R_1 + R_P = 50\Omega + 10\Omega = 60\Omega. The total current from the source is IT=V/RT=20V/60Ω0.333AI_T = V / R_T = 20V / 60\Omega \approx 0.333A.

  4. Work backwards to find voltage drops: This total current (0.333A) flows through R1R_1. The voltage drop across it is V1=IT×R1=0.333A×50Ω=16.67VV_1 = I_T \times R_1 = 0.333A \times 50\Omega = 16.67V. Using KVL, the remaining voltage must drop across the parallel branch: VP=20V16.67V=3.33VV_P = 20V - 16.67V = 3.33V. This is the voltage across both R2R_2 and R3R_3.

  5. Find branch currents: Now use Ohm's law on the original parallel resistors: I2=VP/R2=3.33V/20Ω=0.167AI_2 = V_P / R_2 = 3.33V / 20\Omega = 0.167A I3=VP/R3=3.33V/20Ω=0.167AI_3 = V_P / R_3 = 3.33V / 20\Omega = 0.167A

    As a check, KCL confirms that the currents leaving the node (I2+I3=0.334AI_2 + I_3 = 0.334A) equal the current entering it (IT=0.333AI_T = 0.333A), accounting for rounding.

Lesson image

Power and Practical Issues

Calculating voltage and current is only part of the job. We also need to know how much power each component consumes or dissipates. Power (PP), measured in watts, can be calculated using any of these formulas, derived from Ohm's Law:

P=VIP = VI P=I2RP = I^2R P=V2/RP = V^2/R

Using our previous example, the power dissipated by R1R_1 is P1=IT2×R1=(0.333A)2×50Ω5.54WP_1 = I_T^2 \times R_1 = (0.333A)^2 \times 50\Omega \approx 5.54W.

A crucial real-world application of this is understanding in industrial wiring. When you run a long cable to a heavy motor, the cable itself has resistance. The current drawn by the motor causes a voltage drop across this cable. If the drop is too significant, the motor receives a lower voltage than it's rated for, causing it to run inefficiently, overheat, or even fail to start. By calculating the expected voltage drop using Ohm's law (Vdrop=Iload×RcableV_{drop} = I_{load} \times R_{cable}), electricians can select the correct gauge of wire to ensure equipment operates safely and effectively.

Quiz Questions 1/7

In a series circuit with a 12V source and two resistors, R1=2ΩR_1 = 2\Omega and R2=4ΩR_2 = 4\Omega, what is the voltage drop across R2R_2?

Quiz Questions 2/7

According to Kirchhoff’s Current Law (KCL), what is true about the currents at a junction (node) in a circuit?

Mastering these mathematical tools transforms you from someone who just connects wires to a true technician who can design, analyze, and troubleshoot complex electrical systems.