Solved Problems · Set 4

SCR Ratings, di/dt and dv/dt Protection

Part 1 · Power Semiconductor Devices — a thyristor is the only switch in this book that cannot be turned off by its gate. Six problems on rating it, fusing it, and keeping it from turning itself on.

Prof. Mithun Mondal 6 solved problems GATE · ESE · University

Set 4 — SCR Ratings, di/dt and dv/dt Protection

Every other switch in this book stops when you tell it to. A thyristor does not: the gate can only start conduction, and the circuit must finish it. That one asymmetry generates the whole of this set. It is why an SCR needs a surge rating and a fuse rather than a current limit, why it must be protected against turning on by itself when voltage is reapplied too quickly, and why the gate pulse has to last long enough for the load current to latch.

The other theme is that a data sheet is a list of constraints, not a list of properties. Problems 3 and 4 take two lines from that list — a \(di/dt\) limit and a \(dv/dt\) limit — and turn each into a component value. Problem 6 checks every constraint at once on a working converter, which is what device selection actually is.

Part 1 · Chapters 3–4 · 6 solved problems

i Method Recap
  • A thyristor carries two current ratings and you must satisfy both. For a half-wave controlled rectifier with resistive load and firing angle \(\alpha\):

    \[ I_{avg} = \frac{V_m\left(1+\cos\alpha\right)}{2\pi R}, \qquad V_{rms} = \frac{V_m}{2}\sqrt{\frac{1}{\pi}\left(\pi-\alpha+\frac{\sin2\alpha}{2}\right)} \]
  • Surge capability is stated as \(I^2t\), the energy the silicon can absorb before it melts. For a half sine of peak \(I_p\) lasting one half cycle:

    \[ I^2t = \int_0^{T/2} I_p^2\sin^2\omega t\,dt = \frac{I_p^2 T}{4} \]

    Fuse coordination means \(I^2t_{\text{fuse}} < I^2t_{\text{SCR}}\) — the fuse must clear first — Problem 2.

  • A \(di/dt\) limit becomes a series inductor. At turn-on the anode voltage appears across whatever inductance is in the loop:

    \[ \frac{di}{dt} = \frac{V}{L} \le \left(\frac{di}{dt}\right)_{max} \;\Longrightarrow\; L \ge \frac{V}{\left(di/dt\right)_{max}} \]
  • A \(dv/dt\) limit becomes an RC snubber. Using the common design rule based on one time constant:

    \[ RC \ge \frac{0.632\,V_s}{\left(dv/dt\right)_{max}}, \qquad R \ge \frac{V_s}{I_{discharge,max}} \]
  • The snubber, the di/dt inductor and the device form an RLC loop, so check the damping before accepting the values:

    \[ \zeta = \frac{R}{2}\sqrt{\frac{C}{L}}, \qquad V_{pk} = V_s\left(1+e^{-\zeta\pi/\sqrt{1-\zeta^2}}\right) \]
  • The gate pulse must outlast the rise to latching current. For an \(RL\) load:

    \[ i(t) = \frac{V}{R}\left(1-e^{-t/\tau}\right), \qquad \tau = \frac{L}{R} \]

    Solve for \(i = I_L\) — Problem 5.

Problem 1CoreRating From the Waveform

A single SCR supplies a resistive load of \(R = 20\ \Omega\) from a 230 V, 50 Hz supply in half-wave control, fired at \(\alpha = 60^\circ\). The device is rated 6 A average, 10 A RMS, and its on-state model is \(v_T = 1.2 + 0.005\,i\). Find:

  1. the average and RMS load currents;
  2. the form factor;
  3. whether the device ratings are satisfied;
  4. the on-state dissipation.
Solution

The conduction window. With a resistive load the SCR conducts from \(\alpha\) to \(\pi\), so \(V_m = \sqrt2(230) = 325.3\) V and:

\[ I_{avg} = \frac{1}{2\pi R}\int_\alpha^\pi V_m\sin\omega t\ d(\omega t) = \frac{V_m\left(1+\cos\alpha\right)}{2\pi R} \]
\[ = \frac{(325.3)(1+0.5)}{2\pi(20)} = \frac{487.9}{125.66} = 3.88\ \text{A} \]

The RMS needs the square of the sine, which is where the \(\sin2\alpha\) term comes from:

\[ V_{rms} = \frac{V_m}{2}\sqrt{\frac{1}{\pi}\left(\pi-\alpha+\frac{\sin2\alpha}{2}\right)} \]

With \(\alpha = \pi/3\) and \(\sin120^\circ = 0.866\):

\[ \pi-\frac{\pi}{3}+\frac{0.866}{2} = 2.094+0.433 = 2.527, \qquad \sqrt{\frac{2.527}{\pi}} = 0.897 \]
\[ V_{rms} = \frac{325.3}{2}(0.897) = 145.9\ \text{V}, \qquad I_{rms} = \frac{145.9}{20} = 7.29\ \text{A} \]

Form factor — the ratio that says how far this is from DC:

\[ FF = \frac{I_{rms}}{I_{avg}} = \frac{7.29}{3.88} = 1.88 \]

Compare 1.57 for uncontrolled half-wave and 1.00 for pure DC. Retarding the firing angle makes the waveform peakier, so the RMS falls more slowly than the average and the form factor worsens.

Check both ratings. This is the step that is skipped and should not be:

RatingRequiredDeviceMargin
Average3.88 A6 A55%
RMS7.29 A10 A37%

Both pass, but the RMS is the tighter constraint — and it is the one usually forgotten. A device chosen only on the 3.88 A average, say a 5 A part, would very likely have an RMS rating below 7.29 A and would fail from heating while apparently well within its “current” rating.

On-state dissipation, using the average for the offset and the RMS for the slope:

\[ P_T = V_{T0}I_{avg} + r_T I_{rms}^2 = (1.2)(3.88)+(0.005)(53.2) = 4.66+0.27 = 4.93\ \text{W} \]
A thyristor has two current ratings because it has two loss mechanisms. The junction offset heats in proportion to the average current; the bulk resistance heats in proportion to the mean square. Neither rating implies the other, and the ratio between them — the form factor — is set entirely by the firing angle, which the user changes at will.
Answera\(3.88\ \text{A},\ 7.29\ \text{A}\)   b\(FF = 1.88\)   c both satisfied; RMS is the tighter   d\(P_T = 4.93\ \text{W}\)
Problem 2Exam levelI²t and the Fuse

An SCR has a surge current rating \(I_{TSM} = 550\) A for one half cycle at 50 Hz. A short circuit would drive a sinusoidal fault current of 3 kA peak through it. Find:

  1. the device \(I^2t\) implied by its surge rating;
  2. the \(I^2t\) the fault would deliver in one half cycle;
  3. the maximum time in which a fuse must clear the fault;
  4. the coordination rule for selecting that fuse.
Solution

Convert the surge rating into an energy figure. The \(I_{TSM}\) rating is a half sine over \(T/2 = 10\) ms, and the mean square of a half sine is half its peak squared:

\[ I^2t\big|_{SCR} = \frac{I_{TSM}^2}{2}\cdot\frac{T}{2} = \frac{(550)^2}{2}(0.01) = 1512\ \text{A}^2\text{s} \]

Roughly 1500 A²s, which is how such a device would be catalogued. The point of the \(I^2t\) form is that it is duration-independent for short events: the silicon does not care whether the energy arrives as a big current briefly or a smaller one for longer.

The fault energy, same integral with a much larger peak:

\[ I^2t\big|_{fault} = \frac{(3000)^2}{2}(0.01) = 45{,}000\ \text{A}^2\text{s} \]
\[ \frac{45{,}000}{1512} = 30\times \text{the device rating} \]

The SCR would be destroyed thirty times over if the fault ran for a full half cycle. And it would — a thyristor cannot turn itself off, so without a fuse the fault persists until the supply zero crossing.

How quickly must the fuse act? Integrate the fault current only up to the clearing time \(t_c\) and set the result to the device rating:

\[ \int_0^{t_c} I_p^2\sin^2\omega t\ dt = I_p^2\left[\frac{t_c}{2}-\frac{\sin2\omega t_c}{4\omega}\right] = 1512 \]

For \(t_c \ll T/2\) the sine may be expanded, giving the simpler form:

\[ I_p^2\frac{\omega^2 t_c^3}{3} = 1512 \;\Longrightarrow\; t_c = \left[\frac{3(1512)}{\left(9\times10^{6}\right)(314.16)^2}\right]^{1/3} \]
\[ t_c = \left(5.11\times10^{-9}\right)^{1/3} = 1.72\ \text{ms} \]

Solving the exact integral numerically gives 1.75 ms, so the cubic approximation is good to 2% here. Either way the fuse has less than a fifth of a half cycle.

Why the cube root? Early in the half cycle the fault current is still rising almost linearly, so \(i \propto t\) and \(\int i^2dt \propto t^3\). A consequence worth noticing: to halve the delivered energy you need only cut the clearing time by 21%, so fuse speed pays off very quickly.

The coordination rule. A semiconductor fuse is specified by its own total \(I^2t\) — the melting energy plus the arcing energy — and selection is a single inequality:

\[ I^2t\big|_{fuse,total} < I^2t\big|_{SCR} \]

So a fuse rated well under 1500 A²s at the prospective fault current. Note what this is not: an ordinary distribution fuse chosen on its RMS current rating will melt in tens of milliseconds and will protect the wiring while the thyristor fails first. Semiconductor fuses are a separate class of device, and their catalogue entry is an \(I^2t\) figure rather than an ampere figure for exactly this reason.

The fuse does not protect the thyristor from overload; it protects it from a short circuit. Overload is a thermal problem answered by ratings and heatsinking; a fault is an energy problem answered by clearing before the silicon absorbs more than it can. Since the device cannot commutate itself off, that clearing is the only mechanism available.
Answera\(1512\ \text{A}^2\text{s}\)   b\(45{,}000\ \text{A}^2\text{s}\), 30×   c\(t_c \approx 1.7\ \text{ms}\)   d fuse total \(I^2t\) below the device figure
Problem 3Exam levelThe di/dt Inductor

An SCR with a rated \(di/dt\) of 100 A/µs is switched onto a 400 V DC link. The circuit loop has a stray inductance of 0.5 µH, and the peak conducted current is 50 A at a repetition rate of 5 kHz. Find the natural \(di/dt\), the inductance required, the energy stored in it, and the consequence for the rest of the circuit.

Solution

Why the limit exists. A thyristor turns on from a small region near the gate and the conducting area spreads outward at a finite velocity. If the external current rises faster than the plasma spreads, the whole current crowds into a fraction of the die, and the local power density destroys it — a failure that leaves no trace of an over-current in the measured waveform.

The natural rate, set only by the stray inductance:

\[ \frac{di}{dt} = \frac{V}{L_\sigma} = \frac{400}{0.5\times10^{-6}} = 800\ \text{A}/\mu\text{s} \]

Eight times the rating. Stray inductance alone will not save the device — and note that a better layout, with less stray inductance, would make this worse.

The required inductance follows directly from the same relation:

\[ L \ge \frac{V}{\left(di/dt\right)_{max}} = \frac{400}{100\times10^{6}} = 4\ \mu\text{H} \]

So add roughly 3.5 µH in series, giving 4 µH total. In practice this is a small air-cored coil or a saturable reactor — the latter presenting high inductance at low current, when the limit matters, and saturating out of the way once the device has fully turned on.

The energy that inductor now stores at full current:

\[ W = \tfrac12 L I^2 = \tfrac12\left(4\times10^{-6}\right)(50)^2 = 5.0\ \text{mJ} \]
\[ P = W f_s = \left(5\times10^{-3}\right)\left(5\times10^{3}\right) = 25\ \text{W} \]

And that is the sting. Every time the current is interrupted, 5 mJ has to go somewhere. Without a path it appears as \(L\,di/dt\) across whatever opened the circuit — a voltage spike on the device you were trying to protect.

So the \(di/dt\) inductor is never fitted alone. It needs a freewheeling path, or the snubber of Problem 4 to catch its energy, or a saturable core that stores far less at full current. Adding protection to a converter always creates the next problem; the skill is knowing which one.

di/dt protection is the one requirement that fights good layout. Everywhere else in power electronics, less loop inductance is better — it reduces overshoot, ringing and EMI. Here the device needs some, deliberately, because its own turn-on physics is slower than the circuit. That is a property of the thyristor's spreading plasma, and it is why MOSFETs and IGBTs carry no comparable rating.
Answera\(800\ \text{A}/\mu\text{s}\), 8× over   b\(L \ge 4\ \mu\text{H}\)   c\(5\ \text{mJ},\ 25\ \text{W}\)   d needs a freewheel or snubber path
Problem 4ChallengeThe dv/dt Snubber

The same SCR has a rated \(dv/dt\) of 200 V/µs and blocks a 400 V supply. Its non-repetitive discharge current must not exceed 100 A, and the \(di/dt\) inductor of Problem 3 (4 µH) is in the loop. The circuit operates at 100 Hz. Design the RC snubber and find:

  1. the required \(RC\) product and the minimum resistance;
  2. the capacitance;
  3. the damping factor and the peak voltage the device will actually see;
  4. the snubber dissipation.
Solution

Why the limit exists. The blocking junction has capacitance. A rapidly rising anode voltage drives a displacement current \(i = C_j\,dv/dt\) into the gate region, and if it is large enough the device latches on with no gate signal at all — a spurious turn-on that in a bridge means a shoot-through.

Size the time constant. With the capacitor initially uncharged, the device voltage recovers exponentially; using the standard design rule based on the rise over one time constant:

\[ \left(\frac{dv}{dt}\right)_{avg} = \frac{0.632\,V_s}{RC} \le 200\ \text{V}/\mu\text{s} \]
\[ RC \ge \frac{(0.632)(400)}{200\times10^{6}} = 1.264\ \mu\text{s} \]

The resistor is set by the other constraint. When the SCR fires, the snubber capacitor dumps its charge through \(R\) and the device:

\[ R \ge \frac{V_s}{I_{discharge,max}} = \frac{400}{100} = 4\ \Omega \qquad\to\qquad \text{choose } R = 5\ \Omega \]

The snubber resistor has two jobs that pull in opposite directions: large enough to limit the discharge current, small enough to let the capacitor charge quickly. Five ohms with a little margin is the compromise.

The capacitance follows:

\[ C = \frac{1.264\times10^{-6}}{5} = 253\ \text{nF} \qquad\to\qquad \text{use } 0.25\ \mu\text{F} \]

Now check the loop you have just built. The \(di/dt\) inductor, the snubber capacitor and the snubber resistor form a series RLC circuit, and nothing so far has guaranteed it is well behaved:

\[ \zeta = \frac{R}{2}\sqrt{\frac{C}{L}} = \frac{5}{2}\sqrt{\frac{0.25\times10^{-6}}{4\times10^{-6}}} = (2.5)(0.25) = 0.625 \]

Underdamped but comfortably so — the usual target band is 0.5 to 1.0. Below about 0.3 the circuit rings for many cycles; above 1.0 the capacitor charges too slowly and the \(dv/dt\) protection is lost.

The peak voltage, from the standard second-order overshoot:

\[ V_{pk} = V_s\left(1+e^{-\zeta\pi/\sqrt{1-\zeta^2}}\right) = 400\left(1+e^{-2.515}\right) = 400(1.081) = 432\ \text{V} \]

An 8% overshoot, which the device's voltage rating must cover on top of the 400 V supply. Had \(\zeta\) come out at 0.2 the overshoot would have been 53% — which is how a snubber intended to protect a thyristor ends up over-volting it.

The running cost. The capacitor is charged and discharged once per operation:

\[ P_{snub} = \tfrac12 CV_s^2 f = \tfrac12\left(0.25\times10^{-6}\right)(400)^2(100) = 2.0\ \text{W} \]

Modest, because a line-commutated thyristor switches only 100 times a second. The same snubber at 20 kHz would burn 400 W — which is the reason RC snubbers are standard practice on thyristors and rare on hard-switched MOSFETs.

The two protections are one circuit. The inductor that limits \(di/dt\) and the capacitor that limits \(dv/dt\) sit in the same loop, so choosing them independently and checking \(\zeta\) afterwards is not optional bookkeeping — it is the step that decides whether the protected device sees 432 V or 612 V. The snubber also gives Problem 3's trapped inductive energy somewhere to go.
Answera\(RC \ge 1.26\ \mu\text{s},\ R \ge 4\ \Omega\)   b\(C = 0.25\ \mu\text{F}\)   c\(\zeta = 0.625,\ V_{pk} = 432\ \text{V}\)   d\(2.0\ \text{W}\)
Problem 5Exam levelHow Long a Gate Pulse?

An SCR with a latching current of \(I_L = 100\) mA and a holding current of \(I_H = 60\) mA is switched onto a 100 V DC supply feeding a load of \(R = 20\ \Omega\) in series with \(L = 0.2\) H. Find:

  1. the minimum gate pulse width;
  2. the width required if the load inductance were 0.5 H;
  3. the width for a purely resistive load;
  4. why a pulse train is normally used instead.
Solution

What latching means. The gate starts the regenerative action, but until the anode current is high enough for the internal feedback to be self-sustaining, removing the gate signal turns the device back off. That threshold is the latching current, and it is typically two to three times the holding current.

The load decides how quickly it is reached. The inductance prevents the current from appearing instantly:

\[ i(t) = \frac{V}{R}\left(1-e^{-t/\tau}\right), \qquad \tau = \frac{L}{R} = \frac{0.2}{20} = 10\ \text{ms} \]
\[ 0.1 = 5\left(1-e^{-t/\tau}\right) \;\Longrightarrow\; e^{-t/\tau} = 0.98 \;\Longrightarrow\; t = -\tau\ln(0.98) \]
\[ t = \left(10\times10^{-3}\right)(0.0202) = 202\ \mu\text{s} \]

With \(L = 0.5\) H, \(\tau = 25\) ms and the same fractional rise takes proportionally longer:

\[ t = \left(25\times10^{-3}\right)(0.0202) = 505\ \mu\text{s} \]

Because the latching current is a small fraction of the final current, the exponential is still in its linear region, so the required time is simply proportional to \(\tau\) — and therefore to \(L\).

The resistive case, for contrast. With no inductance the current reaches 5 A essentially instantly, so latching is achieved within the device's own turn-on time — a few microseconds. A short gate pulse suffices.

This is why the same SCR that fires reliably on a lamp dimmer fails to fire on a motor or a transformer: the load, not the device, sets the pulse requirement.

Why a pulse train. A single 500 µs DC gate pulse is possible but undesirable, for three reasons:

Problem with a long DC pulseWhat the train fixes
Gate dissipation rises with pulse durationDuty ratio keeps average gate power low
Isolating a DC level needs an optocoupler or supplyA carrier passes through a small pulse transformer
A single pulse that arrives early may be wastedRepeated pulses re-fire until conduction sticks

A typical arrangement is a 10 kHz carrier gated on for the required window — here at least 202 µs, so three or more pulses. Each pulse re-triggers the device, and once the anode current passes \(I_L\) the train can stop.

The holding current is the other end of the same story. Conduction ceases when the anode current falls below \(I_H = 60\) mA:

\[ I_H < I_L \qquad\text{always, typically } I_L \approx 2\text{--}3\,I_H \]

Getting the device latched is harder than keeping it latched — which is exactly what you would expect of a regenerative process that has to start itself.

The gate pulse is specified by the load, not the thyristor. The device contributes one number, \(I_L\); the circuit's time constant contributes everything else. This is the first place in the book where a component's data sheet is not enough to design its drive, and it will not be the last — the gate charge of a MOSFET behaves the same way in Set 7.
Answera\(202\ \mu\text{s}\)   b\(505\ \mu\text{s}\)   c a few \(\mu\text{s}\)   d lower gate dissipation, transformer isolation, repeated re-firing
Problem 6ChallengeA Converter, Fully Rated

A single-phase full converter runs from 230 V, 50 Hz into a highly inductive load drawing a constant 40 A, at \(\alpha = 30^\circ\). Each thyristor is modelled as \(v_T = 1.1+0.004\,i\) and rated \(di/dt = 100\) A/µs, \(I_{TSM} = 700\) A. The loop stray inductance is 1 µH. Find:

  1. the DC output voltage and the current ratings of each thyristor;
  2. the conduction loss and rectifier efficiency;
  3. the voltage rating required;
  4. whether the \(di/dt\) rating is met, and the survivability of a fault at 15 times rated current.
Solution

Output voltage. For a full converter with continuous inductive load current, the average output is the uncontrolled value scaled by the cosine of the firing angle:

\[ V_{dc} = \frac{2V_m}{\pi}\cos\alpha = \frac{2(325.3)}{\pi}\cos30^\circ = (207.1)(0.866) = 179.3\ \text{V} \]

Thyristor currents. Each device conducts the constant 40 A for half of every cycle, exactly as the bridge diodes did in Set 3:

\[ I_{T,avg} = \frac{I_{dc}}{2} = 20\ \text{A}, \qquad I_{T,rms} = \frac{I_{dc}}{\sqrt2} = 28.3\ \text{A} \]

Note that neither depends on \(\alpha\) — the firing angle shifts when each device conducts, not how long. That is a feature of the inductive load; with a resistive load, as in Problem 1, both currents fall as \(\alpha\) increases.

Conduction loss and efficiency:

\[ P_T = (1.1)(20)+(0.004)(800) = 22.0+3.2 = 25.2\ \text{W}, \qquad P_{total} = 4(25.2) = 100.8\ \text{W} \]
\[ P_o = (179.3)(40) = 7173\ \text{W}, \qquad \eta = \frac{7173}{7173+101} = 98.6\% \]

Voltage rating. Each device blocks the full supply peak, and line transients demand the usual doubling:

\[ \text{PIV} = V_m = 325\ \text{V} \;\Longrightarrow\; V_{DRM} \ge 650\ \text{V} \;\to\; \text{800 V class} \]

The \(di/dt\) check — and this is where the firing angle matters. At the instant of firing, the instantaneous supply voltage is applied across the loop inductance:

\[ v(\alpha) = V_m\sin\alpha = (325.3)(0.5) = 162.6\ \text{V} \]
\[ \frac{di}{dt} = \frac{162.6}{1\times10^{-6}} = 162.6\ \text{A}/\mu\text{s} \;>\; 100\ \text{A}/\mu\text{s}\quad\text{— rating exceeded} \]
\[ L_{min} = \frac{162.6}{100\times10^{6}} = 1.63\ \mu\text{H} \;\Longrightarrow\; \text{add } 0.63\ \mu\text{H} \]

Worth noting how this scales: at \(\alpha = 90^\circ\) the applied voltage would be the full 325 V and the requirement would double to 3.25 µH. The inductor must be sized for the largest firing angle the converter will ever use, not the operating point in the specification.

Fault survivability. A fault at fifteen times rated current gives a peak of 600 A:

\[ I_p = 15(40) = 600\ \text{A} \;<\; I_{TSM} = 700\ \text{A} \]
\[ I^2t\big|_{fault} = \frac{(600)^2}{2}(0.01) = 1800\ \text{A}^2\text{s}, \qquad I^2t\big|_{SCR} = \frac{(700)^2}{2}(0.01) = 2450\ \text{A}^2\text{s} \]

The device survives one half cycle of this fault with 27% margin — but only one, and only if the fault is cleared before the next. A semiconductor fuse rated below 2450 A²s is still mandatory, exactly as Problem 2 argued.

The selection, assembled:

ConstraintRequiredVerdict
Average current20 Achoose \(\ge\) 30 A device
RMS current28.3 Athe binding current constraint
Blocking voltage325 V peak800 V class
\(di/dt\)162.6 A/µs at \(\alpha=30^\circ\)fails — add 0.63 µH
Surge600 A peak, 1800 A²spasses with 27% margin

Four of five constraints were satisfied by the obvious device choice; the fifth needed a component added to the circuit. That is the normal outcome, and it is why the check is done as a table rather than as a single “40 A, 800 V” conclusion.

Device selection is a conjunction, not a maximum. Every constraint must hold simultaneously, and they are set by different things — the load current, the firing angle, the supply peak, the loop inductance, the prospective fault. Here the one that failed was the only constraint that depends on the control setting, which is exactly the one a data-sheet-driven selection tends to miss.
Answera\(179.3\ \text{V};\ 20\ \text{A},\ 28.3\ \text{A}\)   b\(100.8\ \text{W},\ \eta = 98.6\%\)   c 800 V class   d\(di/dt\) fails; add \(0.63\ \mu\text{H}\); surge survives
Formulas

Key Formulas

QuantityRelationNotes
Half-wave average\(I_{avg} = \dfrac{V_m\left(1+\cos\alpha\right)}{2\pi R}\)Resistive load — Problem 1
Half-wave RMS\(V_{rms} = \dfrac{V_m}{2}\sqrt{\dfrac{1}{\pi}\left(\pi-\alpha+\dfrac{\sin2\alpha}{2}\right)}\)Problem 1
Form factor\(FF = I_{rms}/I_{avg}\)Worsens with \(\alpha\)
On-state loss\(P_T = V_{T0}I_{avg}+r_T I_{rms}^2\)Two currents again
Surge \(I^2t\)\(I^2t = \dfrac{I_{TSM}^2}{2}\cdot\dfrac{T}{2}\)Half sine — Problem 2
Fault clearing time\(I_p^2\dfrac{\omega^2t_c^3}{3} = I^2t\)Early-cycle approximation
Fuse coordination\(I^2t_{fuse} < I^2t_{SCR}\)Total, melting + arcing
di/dt inductor\(L \ge \dfrac{V}{\left(di/dt\right)_{max}}\)Use the largest \(V\) — Problems 3, 6
Snubber time constant\(RC \ge \dfrac{0.632V_s}{\left(dv/dt\right)_{max}}\)Problem 4
Snubber resistance\(R \ge V_s/I_{discharge,max}\)Limits turn-on current
Damping factor\(\zeta = \dfrac{R}{2}\sqrt{\dfrac{C}{L}}\)Target 0.5–1.0
Overshoot\(V_{pk} = V_s\left(1+e^{-\zeta\pi/\sqrt{1-\zeta^2}}\right)\)Problem 4
Snubber loss\(P = \tfrac12 CV_s^2 f\)Cheap at 100 Hz, ruinous at 20 kHz
Gate pulse width\(t = -\tau\ln\!\left(1-\dfrac{I_L R}{V}\right)\)Set by the load — Problem 5
Full-converter output\(V_{dc} = \dfrac{2V_m}{\pi}\cos\alpha\)Continuous conduction — Problem 6
Pitfalls

Common Mistakes

  1. Checking only the average current rating. The RMS was the binding constraint in both Problem 1 and Problem 6. A device sized on the average alone overheats while apparently within rating.

  2. Assuming the thyristor currents fall with \(\alpha\). With an inductive load they do not — the firing angle moves the conduction window without shortening it — Problem 6.

  3. Treating \(I_{TSM}\) as a repetitive rating. It is a once-in-a-lifetime figure. Surviving one fault half cycle is not permission to survive the next — Problem 6.

  4. Protecting a thyristor with an ordinary fuse. A distribution fuse clears in tens of milliseconds; the device here needed 1.7 ms. Semiconductor fuses are catalogued by \(I^2t\) for this reason — Problem 2.

  5. Relying on stray inductance for \(di/dt\) protection. It gave 800 A/µs against a 100 A/µs rating, and a tidier layout would make it worse — Problem 3.

  6. Fitting the \(di/dt\) inductor with nowhere for its energy to go. 5 mJ per cycle must be freewheeled or snubbed, or it appears as a spike across the device it protects — Problem 3.

  7. Choosing \(R\) and \(C\) independently and never checking \(\zeta\). The snubber shares a loop with the \(di/dt\) inductor; a poorly damped combination over-volts the device it was meant to protect — Problem 4.

  8. Carrying a thyristor snubber design over to a high-frequency switch. \(\tfrac12CV^2f\) was 2 W at 100 Hz and would be 400 W at 20 kHz — Problem 4.

  9. Using a short gate pulse on an inductive load. The load time constant, not the device, sets the requirement: 202 µs here, 505 µs with a larger inductance — Problem 5.

  10. Confusing latching with holding current. \(I_L\) gets the device conducting and is two to three times \(I_H\), which keeps it conducting — Problem 5.

Looking Ahead

Six problems, and every one of them followed from a single structural fact: the gate can start conduction but not stop it. That is why the surge rating is an \(I^2t\) and the protection is a fuse; why a spreading plasma imposes a \(di/dt\) limit that demands an inductor; why a displacement current imposes a \(dv/dt\) limit that demands a snubber; and why the gate pulse must last until the load current latches.

Problem 6 also showed what a rating check really is — a table of simultaneous constraints, of which the one that failed was the only one depending on the control setting. Two questions were deferred. What does the gate circuit itself have to deliver, in volts, amps and pulse energy, to fire reliably across temperature? And what happens when one thyristor cannot block the voltage or carry the current, so several must be strung together?

Next: Set 5 — Gate Triggering, Series and Parallel Operation, where the gate characteristic and its load line are used to design a trigger circuit, and voltage and current sharing in thyristor strings are worked out along with the string efficiency that measures the cost.