You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Before you can analyse or build any electrical circuit, you need to understand the standard symbols and how to draw circuit diagrams. These diagrams are a universal language — they allow anyone to build or understand a circuit without needing a photograph or physical description. At GCSE, you must recognise all the standard symbols and draw circuits correctly.
You must be able to recognise and draw all of the following symbols:
| Component | Symbol Description | Function |
|---|---|---|
| Cell | Two lines (long thin = positive, short thick = negative) | Provides a potential difference (voltage); pushes current around the circuit |
| Battery | Multiple cells joined end to end | Multiple cells in series; provides a larger voltage |
| Switch (open) | Gap in the wire | Breaks the circuit — no current flows |
| Switch (closed) | Line connecting both sides | Completes the circuit — current flows |
| Lamp/Bulb | Circle with a cross inside | Converts electrical energy to light (and thermal) |
| Fixed resistor | Rectangle | Resists current; has a constant resistance |
| Variable resistor | Rectangle with an arrow through it | Resistance can be changed (e.g., to dim a light) |
| Ammeter | Circle with A inside | Measures current; connected in series |
| Voltmeter | Circle with V inside | Measures potential difference; connected in parallel |
| Thermistor | Rectangle with a line through it at an angle | Resistance changes with temperature |
| LDR (light-dependent resistor) | Rectangle with arrows pointing at it | Resistance changes with light intensity |
| LED (light-emitting diode) | Triangle with a line, plus arrows outward | Emits light when current flows; only works one way |
| Diode | Triangle pointing to a line | Allows current in one direction only |
| Fuse | Rectangle with a line through it | Breaks the circuit if current is too high (safety device) |
| Motor | Circle with M inside | Converts electrical energy to kinetic energy |
flowchart LR
subgraph "Rules for Drawing Circuits"
R1["Use straight lines\n(no curves)"]
R2["Use correct symbols\n(no pictures)"]
R3["Lines must connect\n(no gaps unless switch is open)"]
R4["Ammeter in SERIES\n(current flows through it)"]
R5["Voltmeter in PARALLEL\n(across the component)"]
end
Rules for drawing circuit diagrams:
| Series | Parallel |
|---|---|
| Components connected one after another in a single loop | Components connected on separate branches |
| One path for current | Multiple paths for current |
| If one component breaks, the whole circuit stops | If one component breaks, the others still work |
Question: A circuit contains a battery, a closed switch, and two lamps in series. An ammeter measures the current through the circuit and a voltmeter measures the potential difference across one lamp. Describe how to draw this.
Solution:
Question: A student's circuit diagram shows a voltmeter connected in the main loop (in series). What is wrong?
Solution:
A voltmeter must be connected in parallel (across the component), not in series. If connected in series, the voltmeter's very high resistance would prevent almost any current from flowing, and it would not measure the potential difference correctly.
| Component | What It Does | Key Detail |
|---|---|---|
| Cell/Battery | Provides the "push" (potential difference) that drives current | Chemical energy → electrical energy |
| Ammeter | Measures current in amps (A) | Must have very LOW resistance so it doesn't affect the circuit |
| Voltmeter | Measures potential difference in volts (V) | Must have very HIGH resistance so almost no current flows through it |
| Resistor | Limits/controls the current | Higher resistance → lower current |
| Variable resistor | Allows resistance to be adjusted | Used to control brightness of lamps or speed of motors |
| Thermistor | Resistance decreases as temperature increases | Used in temperature-sensing circuits |
| LDR | Resistance decreases as light intensity increases | Used in light-sensing circuits (e.g., streetlights) |
| Diode | Only allows current to flow in one direction | Used to protect circuits from reverse current |
| Fuse | Thin wire that melts if current exceeds its rating | Safety device — breaks the circuit to prevent overheating |
| Sensor | Condition | Resistance | Current |
|---|---|---|---|
| Thermistor | Hot | Low | High |
| Thermistor | Cold | High | Low |
| LDR | Bright light | Low | High |
| LDR | Dark | High | Low |
flowchart TD
TH["Thermistor"]
TH -->|"Temperature increases"| THL["Resistance decreases"]
THL --> THC["Current increases"]
LDR["LDR"]
LDR -->|"Light increases"| LDRL["Resistance decreases"]
LDRL --> LDRC["Current increases"]
| Mistake | Correction |
|---|---|
| Drawing an ammeter in parallel | Ammeters go in SERIES — current must flow through them |
| Drawing a voltmeter in series | Voltmeters go in PARALLEL — across the component |
| Using curved or diagonal lines | Use straight horizontal and vertical lines only |
| Confusing the cell and battery symbols | A cell = one unit (two lines). A battery = multiple cells. |
| Not knowing thermistor/LDR behaviour | Thermistor: hot → low R. LDR: bright → low R. |
| Drawing an incomplete loop | Current needs a complete path — check that you can trace a loop from + to − |
| Confusing a fuse and a resistor | Fuse has a specific current rating and melts; resistor has a fixed resistance |