4. Key Concepts in Electronics
Learning Objectives
By the end of this page, you should be able to:
- Classify a material as a conductor, insulator, or semiconductor and explain what property distinguishes them
- Identify series, parallel, and series-parallel circuit topologies from a circuit description
- Apply Ohm's Law and the power formula together to design a simple current-limited circuit
- Explain why an LED needs a series resistor and calculate the correct resistor value
- Describe how circuit topology (series vs. parallel) changes voltage and current distribution among components
Quick Answer
Every electronic circuit is built from three material categories — conductors that let charge flow freely (copper wire), insulators that block it (rubber, plastic), and semiconductors whose conductivity can be controlled (silicon) — and two basic ways of connecting components: series (one path, shared current) and parallel (shared voltage, independent branches). Voltage, current, and resistance are tied together by Ohm's Law (V = IR), and power is the product of voltage and current (P = VI). These aren't abstract formulas — they're the exact tools you use to size a resistor, predict how much current a circuit draws, and figure out why a component might fail. A simple LED-and-resistor circuit demonstrates all of these ideas working together.
Conductors, Insulators, and Semiconductors
Every material falls somewhere on a spectrum of how easily it lets electric charge move through it.
Conductors (copper, aluminum, silver, gold) have loosely bound outer electrons that move freely between atoms, offering very low resistance to current. This is why wiring is made of copper — it conducts efficiently and is far cheaper than silver, the best natural conductor.
Insulators (rubber, glass, plastic, ceramic) hold their electrons tightly, so almost no current flows through them under normal voltages. This is why wires are coated in rubber or plastic insulation — to keep current confined to the intended conductive path and protect people from shock.
Semiconductors (silicon, germanium) sit in between, and critically, their conductivity can be deliberately controlled — by adding impurities (doping), applying voltage, or changing temperature or light exposure. This controllability is exactly what makes diodes, transistors, and integrated circuits possible; a plain conductor or insulator can't be "switched" the way a semiconductor junction can.
Circuit Topology: Series, Parallel, and Series-Parallel
How you connect components matters just as much as which components you use.
In a series circuit, components are connected end-to-end so there's only one path for current. Every component carries the same current, but the supply voltage divides across them according to each component's resistance. If one component fails open (like a burnt-out bulb in an old-style string of Christmas lights), the entire circuit stops — there's no alternate path.
In a parallel circuit, components are connected across the same two points, so each one sees the full supply voltage independently, but the current divides among the branches according to each branch's resistance. If one branch fails, the others keep working — this is why household wiring uses parallel connections, so a single burnt-out bulb doesn't shut off your entire house.
A series-parallel circuit combines both: some components share a single path, while other groups branch off — this is how real circuit boards look in practice, not the clean textbook diagrams of pure series or pure parallel networks.
Voltage, Current, Resistance, and Power — Working Together
Three quantities describe the electrical state of any point in a circuit: voltage (V, the potential difference driving current, in volts), current (I, the flow of charge, in amperes), and resistance (R, opposition to that flow, in ohms). Ohm's Law, V = IR, connects all three — know any two, and you can calculate the third.
Power, P = VI (in watts), tells you the rate of energy conversion. Combined with Ohm's Law, this gives you P = I²R and P = V²/R — essential for choosing a resistor's power rating so it doesn't overheat and fail.
Worked Example: Sizing a Resistor for an LED
This is one of the most common practical circuits in electronics, and it uses every concept above at once.
An LED needs a specific forward voltage to light up (about 2 V for a standard red LED) and should be limited to a safe current (typically 20 mA, or 0.02 A) — exceeding that current will overheat and destroy the LED almost instantly, because an LED's resistance drops sharply once it starts conducting.
[9V Battery +] ---[Resistor R]---[LED >|---]--- [Battery -]
To find the resistor value, first find the voltage that must be dropped across the resistor: the battery supplies 9 V, and the LED itself uses 2 V, so the resistor must drop the remaining 7 V (this is simply Kirchhoff's Voltage Law — voltage drops around a series loop must add up to the supply voltage).
Then apply Ohm's Law to that 7 V drop at the desired 20 mA current:
R = V/I = 7 V / 0.02 A = 350 Ω
You'd choose the nearest standard resistor value above 350 Ω (like 360 Ω or 390 Ω) to keep current safely at or slightly below 20 mA — never round down, since that would allow more current than the LED can handle.
Key Terms
| Term | Definition | Related Concept |
|---|---|---|
| Conductor | Material that allows free flow of electric charge | Copper, low resistance |
| Insulator | Material that resists the flow of electric charge | Rubber, high resistance |
| Semiconductor | Material with controllable conductivity between conductor and insulator | Silicon, doping, diodes |
| Series circuit | Components connected end-to-end, sharing one current path | Voltage divides, current constant |
| Parallel circuit | Components connected across the same two points | Voltage constant, current divides |
| Series-parallel circuit | A combination of series and parallel connections | Real-world circuit boards |
| Ohm's Law | V = IR, relating voltage, current, and resistance | Voltage, current, resistance |
| Power | Rate of energy conversion, P = VI | Watts, heat dissipation |
| Forward voltage | The voltage drop across a conducting diode or LED | LED, silicon diode (~0.7V) |
| Current-limiting resistor | A resistor placed in series to keep current within a safe range | LED circuits, Ohm's Law |
Common Mistakes
Misconception: An LED can be connected directly to a battery without a resistor, as long as the battery voltage is "close enough" to the LED's rating. Why it's wrong: LEDs are not resistive components — once forward voltage is reached, their current rises extremely steeply with only a tiny increase in voltage, so even a slightly higher supply voltage causes a dramatic and destructive current surge. Correct understanding: Always include a series resistor sized using Ohm's Law (R = (Vsupply − VLED) / Idesired) to limit current to a safe value, typically around 20 mA for a standard indicator LED.
Misconception: Semiconductors are just "medium-quality conductors" that conduct moderately well all the time. Why it's wrong: The defining feature of a semiconductor isn't sitting at a fixed conductivity between conductor and insulator — it's that its conductivity can be actively controlled by doping, voltage, temperature, or light. Correct understanding: Pure silicon actually conducts poorly at room temperature. Its usefulness comes from doping it with other elements to create controllable p-type and n-type regions, which is the basis of diodes, transistors, and all modern ICs.
Misconception: In a series circuit, current is used up as it passes through each component, so less current flows near the end of the circuit than at the beginning. Why it's wrong: This confuses current with energy. Current (the rate of charge flow) is the same at every point in a series circuit — what changes from component to component is the voltage (energy per charge) as each component consumes energy. Correct understanding: In a series circuit, the same current flows through every component, but the voltage divides across them. Energy is consumed (converted to heat, light, etc.) as charge moves through each component, but the charge itself is not "used up."
Comparison and Connections
| Feature | Series Circuit | Parallel Circuit |
|---|---|---|
| Current | Same through every component | Divides among branches |
| Voltage | Divides across components | Same across every branch |
| Effect of one component failing (open) | Entire circuit stops | Other branches keep working |
| Total resistance | Sum of resistances (increases) | Always less than the smallest branch resistance |
| Typical real-world use | Voltage dividers, fuses, string decorations | Household wiring, battery banks, LED needing individual resistors |
Practice Questions
Recall
-
Name the three material categories discussed and give one example of each. Focus on: conductor (copper), insulator (rubber), semiconductor (silicon).
-
State the two circuit formulas that connect voltage, current, resistance, and power. Focus on: Ohm's Law, V = IR; Power, P = VI.
Understanding
-
Explain what makes a semiconductor fundamentally different from a conductor or an insulator, beyond just "conducting moderately." Focus on: its conductivity can be deliberately controlled through doping, applied voltage, temperature, or light — a property conductors and insulators don't offer.
-
Why must the same current flow through every component in a series circuit, even if the components have different resistances? Focus on: there is only one path for charge to travel, so whatever current enters the loop must be the same current everywhere along it — resistance differences instead cause the voltage to divide unevenly.
Application
-
Using a 12 V supply and an LED with a 2.2 V forward voltage requiring 15 mA, calculate the required series resistor value. Focus on: voltage across resistor = 12 − 2.2 = 9.8 V; R = V/I = 9.8/0.015 ≈ 653 Ω, round up to a standard value like 680 Ω.
-
A series circuit has a 5 Ω resistor and a 15 Ω resistor connected across a 20 V supply. Find the current and the voltage across each resistor. Focus on: total resistance = 20 Ω; I = V/R = 20/20 = 1 A (same through both); V across 5 Ω resistor = I×R = 5 V; V across 15 Ω resistor = 15 V (5 + 15 = 20 V, matching supply).
Analysis
-
Compare what happens to the brightness of an LED if you accidentally choose a resistor value below the calculated minimum versus above it. Analyze both failure modes. Focus on: too low a resistance allows excess current, which overheats and can destroy the LED almost immediately; too high a resistance limits current below the LED's rated level, making it dimmer but not damaging it — the safer error is to round up.
-
A homeowner wonders why one blown bulb in a string of old series-wired holiday lights turns off the whole string, but a blown bulb in a lamp doesn't affect other lamps on the same household circuit. Analyze the topology difference that explains this. Focus on: old string lights are wired in series, so all bulbs share a single current path — an open bulb breaks the only path for the entire string. Household outlets and light fixtures are wired in parallel, so each has an independent path back to the supply; one failing doesn't interrupt current to the others.
FAQ
Why don't we just build all circuits out of the best conductor, like silver, everywhere? Cost and practicality. Silver is only marginally more conductive than copper but far more expensive and prone to tarnishing, so copper is used almost everywhere except specialized high-performance applications (like some connectors or audio equipment) where the small conductivity gain is worth the price.
Can a material switch between behaving like a semiconductor and an insulator? In a sense, yes — this is exactly how a transistor or logic gate works. By controlling the voltage applied to specific regions of a semiconductor (like the gate of a MOSFET), you can turn a conductive channel on or off, effectively switching the material's behavior between conducting and blocking states on demand.
Why is 20 mA a common target current for LEDs specifically? It's a widely used design standard, not a universal physical law — most standard indicator LEDs are rated for a maximum continuous forward current around 20-30 mA, and running them near but below that maximum gives good visible brightness while keeping well within safe thermal limits. High-power LEDs used for illumination are designed for much higher currents and require different drive circuits, often including heat sinking.
If parallel circuits are more failure-tolerant, why do we ever use series circuits? Series circuits are essential for specific jobs, not just an inferior option. Series resistors are literally how you control current in a branch (like the LED resistor above), and series connections are also how you build voltage dividers, where you deliberately want the supply voltage split proportionally across components.
Does adding more branches to a parallel circuit ever cause problems? Yes — each parallel branch draws its own current from the same source, so adding more branches increases total current demand while total resistance decreases. If too many devices are added to one household circuit, the combined current can exceed what the wiring or circuit breaker is rated for, which is exactly the failure mode a circuit breaker is designed to catch by tripping.
Quick Revision
- Conductors (copper) allow free charge flow; insulators (rubber) block it; semiconductors (silicon) have controllable conductivity
- Semiconductors are useful because their conductivity can be actively controlled via doping, voltage, temperature, or light
- Series circuits: one current path, same current everywhere, voltage divides across components
- Parallel circuits: same voltage across every branch, current divides among branches
- Series-parallel circuits combine both patterns, matching how real circuit boards are actually built
- Ohm's Law: V = IR connects voltage, current, and resistance
- Power: P = VI, with equivalent forms P = I²R and P = V²/R
- LED series resistor formula: R = (Vsupply − VLED) / Idesired, always rounding up to the next standard value
- A blown component in series breaks the entire circuit; a blown component in parallel leaves other branches working
- Never connect an LED directly across a battery without a current-limiting series resistor
- Current is the same throughout a series loop; it is voltage, not current, that divides across series components
Related Topics
Prerequisites: Overview of Electronics (page 1), Basic Electrical Principles (page 3) — charge, potential, resistance, and Ohm's Law
Related Topics: History of Electronics (page 2), LED and diode circuits, resistor color coding
Next Topics: Semiconductor Devices, Kirchhoff's Laws, Digital Logic Fundamentals