In engineering, circuit diagrams (also called schematic diagrams) use standardised graphical symbols to represent electrotechnological components. Every engineer must be able to both read existing schematics and draw accurate diagrams for their own designs. VCAA Systems Engineering requires knowledge of the standard symbols for all components encountered in the study design.
KEY TAKEAWAY: Circuit symbols are a universal language — they communicate circuit design precisely and unambiguously across languages and borders. Knowing the correct symbol for each component is a core practical skill.
| Component | Symbol description |
|---|---|
| Battery (single cell) | Long thin line (positive) and short thick line (negative) |
| Battery (multi-cell) | Alternating long/short pairs of lines |
| DC voltage supply | Circle with + and – terminals, labelled voltage |
| AC voltage supply | Circle with sinusoidal wave inside |
| Ground / earth | Horizontal lines decreasing in length (3 lines) |
| Component | Symbol description |
|---|---|
| Resistor (IEC standard) | Rectangle |
| Resistor (ANSI/older) | Zigzag line |
| Variable resistor (rheostat) | Rectangle with arrow through it |
| Potentiometer | Rectangle with arrow to a third terminal |
| Thermistor | Rectangle with diagonal arrow and “T” or theta symbol |
| LDR (light-dependent resistor) | Rectangle with two inward arrows (representing light) |
| Capacitor (non-polarised) | Two parallel vertical lines of equal size |
| Capacitor (electrolytic/polarised) | One flat line, one curved line; + marked on flat-line side |
EXAM TIP: Thermistors and LDRs are special resistors — their symbols are derived from the basic resistor symbol with an added indicator of the controlling quantity (temperature arrow, light arrows).
| Component | Symbol description |
|---|---|
| Diode | Triangle pointing in current direction, with a bar at the tip |
| LED | Diode symbol with two short arrows pointing away (emitting light) |
| Zener diode | Diode with bent ends on the bar (like a Z) |
| Photodiode | Diode symbol with two inward arrows (receiving light) |
| NPN transistor | Circle with three lines: base (horizontal, into circle), collector (diagonal up-right, arrow absent), emitter (diagonal down-right, arrow pointing outward) |
| PNP transistor | Same as NPN but emitter arrow points inward |
| MOSFET (N-channel enhancement) | Gate terminal separate from channel; arrow on source pointing inward |
VCAA FOCUS: For transistors, know the symbol, the three terminal names (Base, Collector, Emitter for BJT; Gate, Drain, Source for MOSFET), and the direction of current flow. NPN transistors are far more common in VCE exam questions.
| Component | Symbol description |
|---|---|
| SPST switch (open) | A line with a gap, pivoting contact at one end |
| SPST switch (closed) | Line with contact bridging the gap |
| SPDT switch | Single pole with two possible throw positions |
| Push-button (normally open) | Gap with a bar above it (bridged when pressed) |
| Push-button (normally closed) | Bar through line (opens when pressed) |
| Relay coil | Rectangle or oval with coil windings shown |
| Relay contacts | Switch symbol linked to relay coil by dashed line |
| Component | Symbol description |
|---|---|
| Motor (DC) | Circle with M inside, two terminals |
| Lamp / bulb | Circle with X inside |
| Buzzer | Circle with + symbol and sound wave lines |
| Heater / heating element | Resistor symbol (rectangle) with H label |
| Solenoid | Coil symbol (series of loops) with an arrow for the plunger |
| Component | Symbol description |
|---|---|
| Microphone | Triangle/rectangle symbol |
| Loudspeaker | Triangle with rectangle |
| Thermocouple | Two dissimilar metal lines meeting at a junction |
| Photodiode (as sensor) | Diode with inward arrows |
A microcontroller is drawn as a rectangle labelled “MCU” or with the specific chip name (e.g. “Arduino Uno”). Each pin is labelled with its function:
- VCC, GND (power)
- A0–A5 (analogue inputs)
- D0–D13 or D2–D13 (digital I/O pins)
- PWM pins marked with “~”
APPLICATION: When drawing a complete control circuit, show: power supply → microcontroller → driver circuit (transistor) → actuator, with sensor → microcontroller connection clearly labelled. Include all component values (resistor Ω, capacitor μF, supply voltage).
To read a schematic systematically:
A well-drawn circuit diagram must:
- Use standard IEC or consistent symbol conventions throughout
- Have straight, horizontal/vertical connecting lines (no diagonal wiring)
- Clearly label every component with its reference designator (R1, C1, D1, Q1) and value
- Mark polarity on polarised components (electrolytic capacitors, diodes)
- Show power supply and ground connections
- Use dots at junctions where wires connect, and bridges (arc) where wires cross without connecting
STUDY HINT: Practise drawing circuits from memory for at least four common configurations: (1) LED + current-limiting resistor, (2) voltage divider with thermistor, (3) transistor switch driving a relay, and (4) microcontroller connected to a sensor and an actuator via a driver. These cover most VCE exam circuit drawing tasks.
| Error | Consequence |
|---|---|
| Missing polarity on electrolytic capacitor | Capacitor could be connected backwards and explode in a real circuit |
| Transistor terminals mislabelled | Circuit will not function |
| Resistor value missing | Incomplete specification; circuit cannot be built |
| Wire crossing drawn as junction | Misrepresents the circuit — suggests incorrect connection |
| LED drawn without series resistor | Circuit would destroy the LED in operation |
COMMON MISTAKE: Drawing wires that cross without indicating whether they connect (dot) or pass over (arc). VCAA markers require explicit junction dots to award marks for correct connection representation.