3.2 Electrical Circuits and Laws

Key Takeaways

  • Current is the rate of flow of charge (I = dq / dt), and voltage is the energy per unit charge (V = dw / dq).
  • Ohm's Law relates voltage, current, and resistance (V = IR), and resistivity defines physical resistance (R = rho * L / A).
  • Kirchhoff's Current Law (KCL) is based on conservation of charge, and Kirchhoff's Voltage Law (KVL) is based on conservation of energy.
  • Resistors in series add directly (R_eq = sum(R_i)), while resistors in parallel add in reciprocal (1/R_eq = sum(1/R_i)).
  • Electrical power in a resistor is given by P = VI = I^2 * R = V^2 / R, and energy is power integrated over time.
Last updated: July 2026

Electrical Circuits and Laws in Chemical Engineering

Introduction

Electrical engineering principles are integral to the operation of modern chemical plants. Automated control systems, pressure transducers, thermocouples, pH meters, and flowmeters all rely on electrical signals to monitor and regulate chemical processes. Furthermore, high-power equipment such as electric reboilers, induction furnaces, and electrochemical cells (used in chlor-alkali and aluminum production) require a firm grasp of electrical power consumption and circuit dynamics. The NCEES FE Chemical exam tests basic electrical engineering through fundamental circuit quantities, Ohm's Law, Kirchhoff's laws, equivalent resistance networks, and electrical power and energy calculations. Mastering these concepts ensures chemical engineers can safely design and troubleshoot electrically driven unit operations and control systems.

Fundamental Electrical Quantities

To analyze electrical systems, we must define the core physical quantities that describe the behavior of electrical charge in a circuit:

  • Electric Charge (Q or q): The fundamental property of matter that experiences a force in an electromagnetic field, measured in Coulombs (C). The charge of a single electron is approximately -1.602 x 10^-19 C.
  • Electric Current (I): The rate of flow of electric charge through a cross-sectional area of a conductor:

I = dq / dt

Current is measured in Amperes (A), where 1 A = 1 C/s. By convention, current is defined as the flow of positive charge carriers.

  • Voltage (V or v): Also known as electric potential difference, voltage is the work or energy required to move a unit charge between two points:

V = dw / dq

Voltage is measured in Volts (V), where 1 V = 1 J/C. It acts as the driving force (electromotive force) that drives current through a circuit.

  • Power (P): The rate at which electrical energy is delivered to or absorbed by a circuit element:

P = dw / dt = (dw / dq) * (dq / dt) = V * I

Power is measured in Watts (W), where 1 W = 1 J/s.

  • Energy (W or w): The total work performed over a time interval:

W = integral ( P * dt )

Energy is measured in Joules (J) or Watt-hours (Wh), where 1 Wh = 3600 J.

Ohm's Law and Physical Resistance

Ohm's Law states that the voltage drop across a linear conducting material is directly proportional to the current flowing through it:

V = I * R

where R is the electrical resistance of the material, measured in Ohms (ohms). The inverse of resistance is conductance (G), measured in Siemens (S):

G = 1 / R

For a physical cylindrical conductor, the resistance depends on its geometric dimensions and the material's intrinsic resistivity (rho):

R = rho * (L / A)

where L is the length of the conductor, A is the cross-sectional area, and rho is the resistivity (measured in ohm-meters). Resistivity is temperature-dependent, typically increasing with temperature for metals.

Kirchhoff's Laws

Circuit analysis is governed by two fundamental conservation laws known as Kirchhoff's laws:

  1. Kirchhoff's Current Law (KCL): Derived from the conservation of electric charge, KCL states that the algebraic sum of currents entering any node (junction) in a circuit must equal zero:

sum I_in = sum I_out

Alternatively, the sum of all currents entering a node is equal to the sum of all currents leaving it. This ensures that charge does not accumulate at a node.

  1. Kirchhoff's Voltage Law (KVL): Derived from the conservation of energy, KVL states that the algebraic sum of voltage drops around any closed loop in a circuit must equal zero:

sum V_drops = sum V_rises

In other words, the sum of all potential increases (sources) must balance the sum of all potential decreases (resistive drops) along a closed path.

Series and Parallel Resistors

Resistors can be combined in networks, which can be simplified into a single equivalent resistance (R_eq):

  • Series Combination: Resistors connected end-to-end share the same current. The equivalent resistance is the sum of individual resistances:

R_eq = R_1 + R_2 + ... + R_n

The total voltage is distributed across the resistors. The Voltage Divider Rule allows calculation of the voltage drop across any individual resistor R_k:

V_k = V_s * ( R_k / R_eq )

where V_s is the source voltage.

  • Parallel Combination: Resistors connected across the same pair of nodes share the same voltage. The reciprocal of the equivalent resistance is the sum of the reciprocals of individual resistances:

1 / R_eq = 1 / R_1 + 1 / R_2 + ... + 1 / R_n

For two parallel resistors, this simplifies to the product-over-sum formula:

R_eq = (R_1 * R_2) / (R_1 + R_2)

The total current divides among the branches. The Current Divider Rule determines the current I_k in a specific parallel branch:

I_k = I_total * ( R_eq / R_k )

For two parallel resistors, the current through R_1 is:

I_1 = I_total * [ R_2 / (R_1 + R_2) ]

Connection TypeVoltageCurrentEquivalent Resistance
SeriesDividesSameR_eq = sum(R_i)
ParallelSameDivides1/R_eq = sum(1/R_i)

Electrical Power and Energy Consumed

For a resistive element, combining Ohm's Law and the power equation yields:

P = V * I = I^2 * R = V^2 / R

This power is dissipated as thermal energy (Joule heating). If a chemical process heater operates at a constant power P for a time duration t, the electrical energy consumed is:

W = P * t

In industrial contexts, energy consumption is often measured in kilowatt-hours (kWh), where:

1 kWh = 1000 W * 3600 s = 3.6 x 10^6 J = 3.6 MJ

Worked Example: Nodal Analysis

Consider a DC circuit powered by a 24 V DC source. The source is connected to a resistor R_1 = 4 ohms, which is connected in series to a parallel network of R_2 = 12 ohms and R_3 = 6 ohms. We want to find the node voltage at the junction, the current through R_3, and the power dissipated by R_3.

  1. Calculate the Equivalent Resistance of the Parallel Network:

R_parallel = (R_2 * R_3) / (R_2 + R_3) = (12 * 6) / (12 + 6) = 72 / 18 = 4 ohms

  1. Calculate the Total Equivalent Resistance:

R_total = R_1 + R_parallel = 4 + 4 = 8 ohms

  1. Calculate the Total Current out of the Source:

I_total = V_source / R_total = 24 V / 8 ohms = 3 A

  1. Calculate the Voltage at the Junction Node (V_node): Using the voltage divider rule across R_parallel:

V_node = V_source * (R_parallel / R_total) = 24 * (4 / 8) = 12 V

  1. Calculate the Current through R_3 (I_3):

I_3 = V_node / R_3 = 12 V / 6 ohms = 2 A

Alternatively, using the current divider rule:

I_3 = I_total * [ R_2 / (R_2 + R_3) ] = 3 * [ 12 / (12 + 6) ] = 3 * (12 / 18) = 2 A

  1. Calculate the Power Dissipated by R_3 (P_3):

P_3 = I_3^2 * R_3 = (2 A)^2 * 6 ohms = 4 * 6 = 24 W

Alternatively:

P_3 = V_node^2 / R_3 = 12^2 / 6 = 144 / 6 = 24 W

Through systematic application of KCL/KVL or equivalent simplification, we can quickly analyze complex resistive networks.

Test Your Knowledge

A circuit consists of a 12 V DC source connected to a resistor R_1 = 4 ohms in series with a parallel combination of R_2 = 6 ohms and R_3 = 3 ohms. What is the current flowing out of the 12 V source?

A
B
C
D
Test Your Knowledge

An electrical process heater with a resistance of 10 ohms is connected to a 240 V AC supply. If it operates continuously for 8.0 hours, how much electrical energy in megajoules (MJ) does it consume?

A
B
C
D
Test Your Knowledge

A node in an electrical circuit has four branches connected to it. Branch 1 has a current of 5 A entering the node. Branch 2 has a current of 2 A leaving the node. Branch 3 has a current of 4 A entering the node. What is the current in Branch 4?

A
B
C
D