Loading header...

Fundamentals of an Electrical System

An electrical system transfers energy from a source to one or more loads through a connected path. The source establishes a potential difference, the conductors provide a path, and the load converts electrical energy into light, heat, motion, sound, or information.

Learning objectives

After this lesson, you will be able to:

  • distinguish charge, electron motion, and conventional current;
  • explain why current requires a closed path;
  • identify sources, conductors, controls, loads, and returns;
  • classify conductors, insulators, and semiconductors without relying on an inaccurate planetary atom model;
  • distinguish an open circuit, a working closed circuit, and a short circuit.

Charge is the starting point

Matter contains positive and negative electric charge. Protons carry positive charge; electrons carry negative charge. In a neutral object, the total positive and negative charges balance.

Atoms are quantum systems, so electrons do not orbit the nucleus like miniature planets. What matters for introductory electronics is that the allowed electron states and bonding differ between materials. Those differences determine how easily charge carriers can respond to an electric field.

In metal wires, mobile electrons are the principal charge carriers. In semiconductors, both electrons and holes are useful charge carriers. In electrolytes, current can be carried by positive and negative ions. For that reason, the most general definition is:

Electric current is the rate at which net charge crosses a boundary.

$$
I = \frac{\Delta Q}{\Delta t}
$$

One ampere means one coulomb of charge passes a point each second.

Three broad material behaviors

  • Conductor: charge carriers respond readily to an applied electric field. Examples include copper, aluminium, and silver.
  • Insulator: charge movement is strongly restricted under normal operating conditions. Examples include glass, dry air, ceramics, and many plastics.
  • Semiconductor: conductivity can be deliberately controlled by doping, fields, light, and temperature. Examples include silicon, silicon carbide, and gallium nitride.

These labels are conditional, not absolute. A high enough electric field can break down an insulator, and temperature changes the resistance of every real material.

The five parts of a simple system

  1. Source — supplies electrical energy and establishes terminal voltage.
  2. Conductors — connect circuit nodes.
  3. Control — opens, closes, or regulates a path.
  4. Load — converts electrical energy into another form.
  5. Return path — completes the loop back to the source.

The following circuit uses a battery, switch, current-limiting resistor, and LED. The resistor is essential: an LED is not intended to be connected directly across an ideal voltage source.

Read the external path clockwise: from the battery's + terminal through the switch, resistor, and LED, then along the lower return wire to the terminal.

BT1: Device:Battery value="9 V source" rotate=0
SW1: Switch:SW_SPST value="On / off"
R1: Device:R value="1 kΩ limiter" rotate=270
LED1: Device:LED value="Indicator" rotate=180

layout direction=LR gap=70
group LOOP label="Series indicator circuit" direction=LR gap=65 {
  BT1 SW1 R1 LED1
}

BT1.1 --> SW1.1 color=#b91c1c
SW1.2 --> R1.1 color=#b91c1c
R1.2 --> LED1.A color=#b91c1c
LED1.K --> BT1.2 color=#334155

Switch open

The conducting path is interrupted. A voltage may still exist across the source and open switch, but the steady current in the loop is essentially zero.

Switch closed

A continuous path exists. The source transfers energy to the resistor and LED. Charge is not consumed by the LED; energy is transferred while charge continues around the loop.

Short circuit

A short circuit is an unintended very-low-resistance path across nodes at different potentials. Current is then limited mainly by source, wire, and contact resistance. Batteries and power supplies can overheat, trip protection, or fail. A short is not merely a “faster closed circuit”; it is a fault condition.

Conventional current and electron drift

Circuit analysis uses conventional current, defined as the direction positive charge would move: from higher potential toward lower potential through a passive load. In a metal, electrons drift in the opposite direction.

This convention is not an error that invalidates the equations. Current direction is a reference choice. If the calculated current is negative, the physical direction is opposite to the arrow you chose.

The electric field that establishes current propagates through the circuit much faster than the slow average drift of individual electrons. That is why a lamp responds quickly even though no particular electron travels from the switch to the lamp at near-light speed.

Worked example: identifying the energy path

Consider a USB-powered indicator:

  • source: regulated 5 V USB supply;
  • control: a pushbutton;
  • load: LED plus series resistor;
  • conductors: PCB traces and wires;
  • return: the 0 V conductor back to the supply.

With the button open, the path is broken. With it closed, current passes through the resistor and LED and returns to the supply. If a wire bypasses the LED but not the resistor, the LED turns off. If a wire directly joins 5 V to 0 V, the supply sees a short circuit.

Common mistakes

  • Saying that voltage flows. Current flows; voltage is a difference between two points.
  • Saying a load consumes current. A load converts energy; charge is conserved.
  • Assuming “ground” always means Earth. In many low-voltage circuits it is simply the chosen 0 V reference node.
  • Treating every closed path as safe. A path also needs appropriate resistance, ratings, and protection.
  • Building from a schematic without checking the real component pinout.

Summary

  • Current is the rate of charge transfer.
  • Different materials support different charge-carrier behavior.
  • A working circuit needs a source, load, and closed return path.
  • Conventional current and electron drift point in opposite directions in metals.
  • An open circuit interrupts a path; a short circuit creates a dangerous low-resistance path.

Next: Ohm's Law.

Further reading