The circuit breaker tripping curve—formally known as the Time-Current Characteristic (TCC)—defines exactly how many seconds it takes for a breaker to open at a given multiple of its rated current. If you have ever watched a breaker instantly snap open when a drill shorts out, but patiently tolerate a 15-amp space heater on a 15-amp circuit for hours, you have witnessed the two distinct zones of this curve in action: the inverse-time thermal overload zone and the instantaneous magnetic short-circuit zone.

Understanding this curve is the difference between a safe, reliable installation and a system plagued by nuisance tripping or, worse, a wire fire. Below, we will map the protection topology, walk through a real-world motor sizing scenario, and show you how to bench-test the thermal knee yourself.

The Protection Topology: Nodes, Paths, and Behavior

A standard branch circuit relies on a series protection topology. The breaker acts as the sole series element between the source and the load, monitoring the exact same current that flows through the load. Let us define the nodes in this topology:

  • Node L (Line Source): The panel bus bar supplying nominal voltage (e.g., 120V AC).
  • Node B1 (Breaker Line Terminal): The input side of the breaker's internal bimetallic strip and magnetic solenoid.
  • Node B2 (Breaker Load Terminal): The output side, connected to the branch circuit conductor.
  • Node M (Load/Motor): The impedance of the connected device.
  • Node N (Neutral Return): The return path completing the circuit back to the source.

The breaker does not 'know' what is connected to Node M; it only reacts to the current flowing from B1 to B2. When the impedance at Node M changes, the current changes, and the breaker's response shifts across the tripping curve. The table below maps exactly what happens when load impedance drops from normal operation to a dead short.

Branch Circuit Behavior vs. Tripping Curve Zones (Based on a 20A Breaker at 120V)
Load / Fault Condition Impedance at Node M (Ω) RMS Current (A) Curve Zone Expected Trip Time
Normal Continuous Load 8.0 Ω 15A (0.75x In) None (Safe) Infinite (Will not trip)
Mild Overload 5.4 Ω 22A (1.1x In) Thermal (Bimetallic) 10 to 60 minutes
Severe Overload / Jammed Rotor 3.0 Ω 40A (2.0x In) Thermal (Bimetallic) 5 to 20 seconds
Dead Bolted Short Circuit 0.02 Ω 6,000A (300x In) Magnetic (Solenoid) < 0.01 seconds (1/2 cycle)

Why Thermal-Magnetic Over Solid-State Alternatives?

When designing a protection topology, you generally choose between a passive thermal-magnetic breaker and an active Electronic Trip Unit (ETU) or solid-state breaker. For 99% of residential, commercial, and light-industrial branch circuits, the thermal-magnetic topology wins decisively.

A thermal-magnetic breaker uses a bimetallic strip that bends as it heats up (inverse-time thermal trip) and a magnetic solenoid that pulls an armature when current spikes (instantaneous magnetic trip). This design is entirely passive. It requires no auxiliary power, no firmware, and is inherently fail-safe. If the control circuitry of an ETU fails, the breaker might not trip; if the bimetallic strip in a thermal-magnetic breaker degrades, it generally fails in a way that causes a premature trip (a safe failure mode).

Furthermore, thermal-magnetic breakers are immune to the electromagnetic interference (EMI) and voltage transients that can scramble the microprocessors inside solid-state breakers. While ETUs offer the advantage of adjustable, field-programmable curves (allowing you to dial in exact coordination), they cost 5x to 10x more and are overkill for standard branch protection. For reference on standard breaker classifications and testing, the International Electrotechnical Commission (IEC) maintains the IEC 60898-1 standard which explicitly categorizes these curves into Type B, C, and D based on their magnetic trip thresholds.

Design Walkthrough: Sizing a 1.5 HP Compressor Circuit

Let us apply the tripping curve to a real design problem. You are wiring a 1.5 HP, 120V single-phase air compressor in a workshop. The motor nameplate states a Full Load Amps (FLA) of 15A and a Locked Rotor Amps (LRA) of 90A.

If you simply install a standard 15A breaker, the 90A inrush current when the motor starts (lasting about 0.5 seconds) will hit the magnetic trip zone of the curve (typically 5x to 10x the rated current, or 75A–150A). The breaker will nuisance-trip every time you turn the compressor on.

Step 1: Size the Conductor
According to NEC Article 430.22, motor branch circuit conductors must be sized at 125% of the motor FLA.
15A × 1.25 = 18.75A.
A 14 AWG wire (15A ampacity) is too small. A 12 AWG THHN wire (rated 25A in the 90°C column, but limited to 20A or 25A depending on termination temperature ratings) is the minimum. However, to mitigate voltage drop during the massive LRA startup surge, we will select 10 AWG THHN (35A at 75°C).

Step 2: Size the Breaker Using the Curve
NEC Article 430.52 allows you to size the branch circuit short-circuit and ground-fault protective device at up to 250% of the motor FLA to accommodate the inrush current without nuisance tripping.
15A × 2.50 = 37.5A.
The next standard breaker size up is 40A.

Step 3: Verify Against the Tripping Curve
Look at the TCC for a standard 40A thermal-magnetic breaker. The magnetic instantaneous trip threshold is typically set at 5x to 10x In (200A to 400A). The motor's LRA is 90A. Because 90A is well below the 200A magnetic threshold, the breaker will 'ride through' the startup surge, relying on the thermal mass of the bimetallic strip to absorb the brief heat without deflecting enough to unlatch the contacts. The 10 AWG wire is fully protected against continuous overloads by the 40A breaker's thermal curve, while the motor's internal thermal overload protector handles the actual motor winding protection.

What Breaks at the Extremes: Dead Shorts vs. High-Impedance Faults

The series protection topology has two extreme failure modes that expose the limits of the standard tripping curve.

Extreme 1: The Dead Bolted Short (Low Impedance)
If a tool cuts through the hot and neutral wires, creating a 0.01Ω path, current spikes to thousands of amps. The magnetic solenoid generates a massive magnetic field, pulling the armature and parting the contacts in under 10 milliseconds (less than one AC cycle). The breaker successfully limits the let-through current, preventing the wire from vaporizing. The topology holds.

Extreme 2: The High-Impedance Ground Fault (The Blind Spot)
Imagine a frayed hot wire resting against a damp wooden stud or a high-resistance ground path. The fault impedance is 100Ω. At 120V, this draws exactly 1.2A of fault current. Look back at the behavior table: 1.2A is only 0.06x In for a 20A breaker. The thermal curve dictates that the breaker will never trip at this current. Yet, 1.2A dissipated into a small wooden stud generates enough heat to start a fire.

Callout: The AFCI/GFCI Topology Addition
Because the standard thermal-magnetic curve is completely blind to high-impedance faults and low-level ground leakage, modern electrical codes require adding parallel-sensing topologies. Ground Fault Circuit Interrupters (GFCIs) monitor the vector sum of Line and Neutral currents, tripping at a 5mA imbalance. Arc Fault Circuit Interrupters (AFCIs) use high-frequency digital signal processing to detect the chaotic current signatures of high-impedance arcing faults that the thermal curve ignores.

Bench-Testing the Curve: Step-by-Step Primary Injection

You cannot safely test a breaker's magnetic trip by intentionally shorting a live 120V circuit—that is dangerous and degrades the breaker's contacts. However, you can map the thermal 'knee' of the curve on your workbench using a scaled-down primary injection method. This proves the bimetallic strip is calibrated correctly without risking an arc flash.

  1. Isolate and Prep: Remove the breaker from the panel. Mount it securely in a non-conductive vise or a DIN-rail bench fixture. Ensure the breaker is in the ON position.
  2. Build the High-Current, Low-Voltage Source: Connect a high-current step-down transformer (e.g., a 120V to 12V AC transformer rated for at least 50A) to the primary side of a Variac (variable autotransformer). This allows you to smoothly ramp up massive current at a safe, low voltage.
  3. Wire the Injection Loop: Run heavy-gauge jumper wires (4 AWG or larger) from the 12V secondary, through a 100A/50mV DC current shunt, into the breaker's Line terminal (Node B1), out of the Load terminal (Node B2), and back to the transformer.
  4. Instrument the Output: Connect a Digital Storage Oscilloscope (DSO) or a high-speed data logger across the current shunt to measure RMS current. Connect a second channel across the breaker's internal contacts (using a high-impedance pull-up) to detect the exact millisecond the contacts part.
  5. Ramp and Capture: Slowly increase the Variac output until the ammeter reads exactly 2.0x In (e.g., 40A for a 20A breaker). Hold it steady. According to standard UL/IEC thermal curves, a 2x overload should trip the breaker in roughly 10 to 30 seconds.
  6. Analyze the Waveform: Review the DSO capture. You will see a flat 40A current line that abruptly drops to zero at the exact moment the contacts open. If your 20A breaker trips in 15 seconds at 40A, it perfectly matches the expected thermal curve. If it takes 3 minutes, the bimetallic strip is fatigued and the breaker must be replaced.

By understanding the circuit breaker tripping curve as a predictable, two-zone mathematical function rather than a simple 'on/off' switch, you can design circuits that safely tolerate massive motor inrush currents while still protecting the wire insulation from thermal degradation. Always verify your local code requirements, as the National Electrical Code dictates the final legal boundaries for breaker sizing and coordination.