Part 3 · Chapter 12

Long Lines and the Wave Equation

Stop pretending the capacitance sits anywhere in particular, write Kirchhoff's laws for a slice of line of length \(dx\), and the transmission line turns into a differential equation whose solution is two waves travelling in opposite directions — from which the exact ABCD constants, the surge impedance and the Ferranti effect all follow.

Electric Power Systems Prof. Mithun Mondal Reading time ≈ 52 min
i What you'll learn
  • How the two first-order equations \(dV/dx = zI\) and \(dI/dx = yV\) come from one slice of line, and why differentiating either gives a wave equation.
  • Why its solution introduces exactly two new constants — the characteristic impedance \(Z_c=\sqrt{z/y}\) and the propagation constant \(\gamma=\sqrt{zy}\) — and what each one physically is.
  • Why the exact ABCD constants are \(A=D=\cosh\gamma l\), \(B=Z_c\sinh\gamma l\), \(C=\sinh(\gamma l)/Z_c\), and how their series expansions contain Chapter 11's nominal circuits as truncations.
  • Three ways to evaluate a hyperbolic function of a complex argument, and when each is worth using.
  • How the solution splits into an incident and a reflected travelling wave, what \(\alpha\), \(\beta\), \(\lambda\) and the wave velocity mean, and when the reflected wave vanishes.
  • How to convert the exact constants into an equivalent-π circuit that a load-flow program can store, and how big the corrections are.
  • Why the lossless line has a flat voltage profile at surge impedance loading, and what \(\mathrm{SIL}=V_{LL}^{2}/Z_s\) is worth.
Section 12-1

The Limit of Lumping

Chapter 11 ended with a sequence and a suspicion. The sequence was one nominal-\(\pi\), then two half-length ones in cascade, then four, then sixteen — each subdivision cutting the error by four. The suspicion was that the sequence converges, and that whatever it converges on is the line itself.

There is nothing mysterious about why it converges. The error of a nominal circuit comes entirely from putting the capacitance in the wrong place: the real charging current enters gradually along the line, and the lumped model injects it in one or two abrupt gulps. The shorter the section, the less distance there is over which the model can be wrong, and the smaller the discrepancy. Taking the section length to zero removes the error altogether — at the price of an infinite number of sections, which is to say at the price of a differential equation.

That price is worth paying twice over. The first return is accuracy, and past about 250 km at 50 Hz there is no alternative: at 400 km a single nominal-\(\pi\) misstates \(B\) by nearly 8%, which is no longer a rounding. The second return is more interesting. A lumped circuit has terminals and nothing in between; it can say what the voltage is at the two ends and is silent about the middle. The distributed solution produces \(V(x)\) and \(I(x)\) as functions of position, and with them come questions a lumped model cannot even be asked: where along a lightly loaded line is the voltage highest, how fast does a disturbance travel, what happens where two lines of different construction meet.

🔑
What defines a long line
A long line is one whose parameters must be treated as distributed: no lumping of \(Y\), however refined, is accepted. Conventionally above 250 km on a 50 Hz overhead line, i.e. \(\beta l \gt 0.28\) rad, and above roughly 50 km for a cable.

As always the criterion is electrical, not geographical. What matters is \(\beta l\), the phase shift the line imposes, measured against the radian. Everything in Part 3 has been an argument about how large \(\beta l\) is: negligible in Chapter 10, small in Chapter 11, no longer small here.

The reference line of Chapter 11 — 200 km, 220 kV, \(z=0.16+j0.40\ \Omega\)/km, \(y=j3.0\times10^{-6}\) S/km — is carried through this chapter as well, so that the exact answers quoted there can be seen to be earned. Its nominal answers are on record: \(A=0.97605\angle0.563^\circ\), \(B_\pi = 86.16\angle68.20^\circ\ \Omega\), \(V_{s(LL)} = 234.84\) kV under the standard load. By the end of Section 12-5 the same quantities will have been computed without approximation.

Section 12-2

The Equations of a Uniform Line

Consider one phase of a uniform line, with the neutral as the return, and measure distance \(x\) from the receiving end. Measuring from the far end rather than the near end is a choice of convenience: the receiving-end conditions are what a load problem gives, so making them the boundary conditions at \(x=0\) keeps the algebra short.

Over a length \(dx\) the line has a series impedance \(z\,dx\) and a shunt admittance \(y\,dx\), where \(z = r+j\omega L\) and \(y = g+j\omega C\) are the per-unit-length values Chapters 5 to 7 computed. The leakage conductance \(g\) is set to zero for an overhead line, as Chapter 5 argued: insulator leakage is small, variable with weather, and impossible to characterise usefully.

z dx y dx I_x I_x + dI_x V_x V_x + dV_x x = 0 · receiving end x = l · sending end x increases toward the source dx
One element of the line: the whole distributed model is Kirchhoff's laws applied to this slice

Two laws applied to the element give two equations. The voltage rises across the series impedance by the current times that impedance, and the current rises by whatever leaks off through the shunt admittance:

The two first-order equations
\[ dV_x = I_x\,z\,dx \;\Longrightarrow\; \frac{dV_x}{dx} = z\,I_x, \qquad\qquad dI_x = V_x\,y\,dx \;\Longrightarrow\; \frac{dI_x}{dx} = y\,V_x \]

Strictly the shunt current should be \(y\,dx\,(V_x + dV_x)\), but the extra term is \(y\,dx\,dV_x\), a product of two infinitesimals, and vanishes in the limit. This is the only approximation made in the entire chapter, and it is not an approximation at all — it is the definition of the derivative.

The two equations are coupled: each derivative involves the other variable. Uncouple them by differentiating one and substituting the other.

The wave equations
\[ \frac{d^{2}V_x}{dx^{2}} = z\,\frac{dI_x}{dx} = zy\,V_x, \qquad\qquad \frac{d^{2}I_x}{dx^{2}} = y\,\frac{dV_x}{dx} = zy\,I_x \]
🔑
The line equation
\[ \frac{d^{2}V_x}{dx^{2}} = \gamma^{2}V_x, \qquad \gamma^{2}\equiv zy \]

Voltage and current satisfy the same second-order equation, so the same pair of exponentials describes both; only the constants differ. This is the steady-state, single-frequency form of the transmission-line wave equation, and every property of a long line is a property of its two solutions.

Section 12-3

Solving Them: the Characteristic Impedance and the Propagation Constant

A linear second-order equation with constant coefficients has exponential solutions. Trying \(V_x = Ke^{sx}\) gives \(s^{2}=\gamma^{2}\), so \(s=\pm\gamma\) and the general solution is a combination of the two:

General solution for the voltage
\[ V_x = C_1 e^{\gamma x} + C_2 e^{-\gamma x} \]

The current is not free to be chosen; it is fixed by the first of the two original equations. Differentiating and dividing by \(z\):

The current that accompanies it
\[ \frac{dV_x}{dx} = C_1\gamma e^{\gamma x} - C_2\gamma e^{-\gamma x} = z\,I_x \;\Longrightarrow\; I_x = \frac{\gamma}{z}\left(C_1 e^{\gamma x}-C_2 e^{-\gamma x}\right) \]
\[ \frac{\gamma}{z} = \frac{\sqrt{zy}}{z} = \sqrt{\frac{y}{z}} = \frac{1}{Z_c}, \qquad\text{where}\qquad \boxed{\,Z_c = \sqrt{\frac{z}{y}}\,} \]
🔑
The two constants of a line
\[ \gamma = \sqrt{zy} = \alpha+j\beta \quad(\text{per km}), \qquad Z_c = \sqrt{\frac{z}{y}} \quad(\Omega) \]

\(\gamma\) is the propagation constant: it says how a wave changes as it advances one kilometre — its real part \(\alpha\) how much amplitude is lost, its imaginary part \(\beta\) how much phase is gained. \(Z_c\) is the characteristic impedance, the ratio of voltage to current in a wave travelling in one direction only. Note carefully that \(\gamma\) and \(Z_c\) depend on \(z\) and \(y\) but not on the length; they are properties of the line's cross-section and the frequency alone.

The two solution constants can now be written compactly:

Voltage and current in exponential form
\[ V_x = C_1 e^{\gamma x}+C_2 e^{-\gamma x}, \qquad I_x = \frac{C_1}{Z_c}e^{\gamma x} - \frac{C_2}{Z_c}e^{-\gamma x} \]

Look at what \(Z_c\) means before assigning \(C_1\) and \(C_2\) any values. Suppose \(C_2=0\), so that only the first exponential survives. Then \(V_x/I_x = Z_c\) everywhere along the line, at every \(x\). A wave of that kind sees the same impedance no matter how far it has travelled, because the line ahead of it always looks the same. It is in exactly this sense that \(Z_c\) is the impedance "of the line" — not of a length of it, but of the infinite line, which is the only length whose input impedance is independent of where you measure it.

For an overhead line at 50 Hz, \(z\) is dominated by \(j\omega L\) and \(y\) is purely \(j\omega C\), so \(z/y \approx L/C\) is nearly real and \(Z_c\) is nearly a real resistance of a few hundred ohms with a small negative angle contributed by \(r\). Numbers appear in Example 1.

Section 12-4

The Terminal Conditions and the Hyperbolic Solution

The constants \(C_1\) and \(C_2\) are fixed by what happens at one end. Because \(x\) was measured from the receiving end, the conditions there are simply \(V_x=V_R\) and \(I_x=I_R\) at \(x=0\). Setting \(x=0\) in both solutions makes every exponential unity:

Applying the boundary conditions
\[ V_R = C_1+C_2, \qquad I_R Z_c = C_1 - C_2 \]
\[ \Longrightarrow\quad C_1 = \frac{V_R+I_R Z_c}{2}, \qquad C_2 = \frac{V_R - I_R Z_c}{2} \]

Substitute back and collect the terms in \(V_R\) and in \(I_R\):

Regrouping into hyperbolic functions
\[ V_x = V_R\left(\frac{e^{\gamma x}+e^{-\gamma x}}{2}\right) + I_R Z_c\left(\frac{e^{\gamma x}-e^{-\gamma x}}{2}\right) = V_R\cosh\gamma x + I_R Z_c\sinh\gamma x \]
\[ I_x = I_R\left(\frac{e^{\gamma x}+e^{-\gamma x}}{2}\right) + \frac{V_R}{Z_c}\left(\frac{e^{\gamma x}-e^{-\gamma x}}{2}\right) = I_R\cosh\gamma x + \frac{V_R}{Z_c}\sinh\gamma x \]

These two equations are the complete solution: they give the voltage and current at every point of the line, not merely at its ends. Setting \(x=l\) picks out the sending end and produces the ABCD matrix.

🔑
The exact constants of a transmission line
\[ \begin{bmatrix}\mathbf{V}_S\\ \mathbf{I}_S\end{bmatrix} = \begin{bmatrix}\cosh\gamma l & Z_c\sinh\gamma l\\ \dfrac{\sinh\gamma l}{Z_c} & \cosh\gamma l\end{bmatrix} \begin{bmatrix}\mathbf{V}_R\\ \mathbf{I}_R\end{bmatrix} \]

\(A=D\), because a uniform line is symmetrical. And \(AD-BC = \cosh^{2}\gamma l - Z_c\sinh\gamma l\cdot\dfrac{\sinh\gamma l}{Z_c} = \cosh^{2}\gamma l-\sinh^{2}\gamma l = 1\) — reciprocity, delivered by a hyperbolic identity rather than by algebra on \(YZ\). Chapter 10's two checks survive intact into the exact theory.

Two dimensional remarks are worth making because they catch errors. The argument \(\gamma l\) is dimensionless — \(\gamma\) is per kilometre and \(l\) is kilometres — as it must be, since one cannot take the cosh of an impedance. And \(B=Z_c\sinh\gamma l\) has the dimension of \(Z_c\), an impedance, while \(C=\sinh(\gamma l)/Z_c\) has the dimension of an admittance: the same pattern as every ABCD matrix since Chapter 10.

Nothing in this derivation used the length. The equations hold for a line of any length whatever, and the short and medium models must therefore be recoverable from them. Section 12-5 shows how.

Section 12-5

Evaluating cosh and sinh of a Complex Angle

The formulae of Section 12-4 are exact but not yet usable: \(\gamma l = \alpha l + j\beta l\) is complex, and \(\cosh\) of a complex number is not something a calculator's hyperbolic key will produce. Three methods are in use, and each is the right one in different circumstances.

Method 1 — the addition formulae. Expand \(\cosh(\alpha l+j\beta l)\) using the standard identity, then convert the hyperbolic functions of the imaginary part into circular ones with \(\cosh jθ = \cos θ\) and \(\sinh jθ = j\sin θ\):

Method 1: split into real and imaginary parts
\[ \cosh(\alpha l+j\beta l) = \cosh\alpha l\,\cos\beta l + j\sinh\alpha l\,\sin\beta l \]
\[ \sinh(\alpha l+j\beta l) = \sinh\alpha l\,\cos\beta l + j\cosh\alpha l\,\sin\beta l \]

Everything on the right is a real function of a real argument. The one trap is the angle: \(\beta l\) is in radians, and feeding it to a calculator set to degrees is the commonest single error in long-line problems. This method is exact, needs no assumption about length, and is the one to use for a genuinely long line.

Method 2 — the series. Both functions have everywhere-convergent power series, and because \((\gamma l)^{2} = zy\,l^{2} = \mathbf{Y}\mathbf{Z}\), only even powers of \(\gamma l\) ever appear once the \(Z_c\) or \(1/Z_c\) is folded in. The result is a series in the same product \(\mathbf{Y}\mathbf{Z}\) that Chapter 11 used:

Method 2: series in \(\mathbf{Y}\mathbf{Z}\)
\[ A = \cosh\gamma l = 1+\frac{(\gamma l)^{2}}{2!}+\frac{(\gamma l)^{4}}{4!}+\cdots = 1+\frac{YZ}{2}+\frac{(YZ)^{2}}{24}+\frac{(YZ)^{3}}{720}+\cdots \]
\[ B = Z_c\sinh\gamma l = \frac{z}{\gamma}\left(\gamma l+\frac{(\gamma l)^{3}}{6}+\cdots\right) = Z\left(1+\frac{YZ}{6}+\frac{(YZ)^{2}}{120}+\cdots\right) \]
\[ C = \frac{\sinh\gamma l}{Z_c} = \frac{\gamma}{z}\,\gamma l\left(1+\frac{(\gamma l)^{2}}{6}+\cdots\right) = Y\left(1+\frac{YZ}{6}+\frac{(YZ)^{2}}{120}+\cdots\right) \]
🔑
Where the earlier chapters went
Truncate after the constant term and \(A=D=1\), \(B=Z\), \(C=0\): the short line of Chapter 10. Truncate after the \(YZ\) term and shuffle the \(1/6\) into a \(1/4\) at one place or the other: the nominal T and nominal \(\pi\) of Chapter 11.

The whole of Part 3 is therefore one formula read to successively higher order. It also explains why the nominal circuits carry \(1/4\) where the exact series carries \(1/6\): a lumped element cannot reproduce a \(1/6\), and the T and \(\pi\) circuits bracket it from either side, which is precisely the mirror-error result of Section 11-5.

The series converges very fast — for the reference line \(|YZ| = 0.0517\), so the third term is \(10^{-4}\) and the fourth is \(4\times10^{-6}\). Two terms beyond the leading one give six-figure accuracy up to about 400 km, which makes Method 2 the practical choice for hand calculation and the natural one for a computer, since it needs no trigonometry at all.

Method 3 — polar form. Write each exponential in magnitude-and-angle form directly:

Method 3: exponentials in polar form
\[ \cosh\gamma l = \tfrac12\left(e^{\alpha l}\angle\beta l + e^{-\alpha l}\angle-\beta l\right), \qquad \sinh\gamma l = \tfrac12\left(e^{\alpha l}\angle\beta l - e^{-\alpha l}\angle-\beta l\right) \]

This is Method 1 rearranged, and it is the form to reach for when the travelling-wave interpretation of Section 12-6 is wanted, because the two exponentials are the two waves. It is also the form in which the calculation is least error-prone on a calculator with a polar-to-rectangular key.

Section 12-6

Incident and Reflected Waves

Return to the exponential form of the solution before it was folded into hyperbolic functions, and put the constants back in:

The solution as two terms
\[ V_x = \underbrace{\frac{V_R+I_RZ_c}{2}\,e^{\alpha x}e^{j\beta x}}_{\text{incident}} \;+\; \underbrace{\frac{V_R-I_RZ_c}{2}\,e^{-\alpha x}e^{-j\beta x}}_{\text{reflected}} \]

So far this is algebra. It becomes physics on restoring the time dependence. A phasor \(\mathbf{V}\) stands for the instantaneous quantity \(\sqrt2\,|\mathbf{V}|\cos(\omega t + \angle\mathbf{V})\), so writing \(\phi_1 = \angle(V_R+I_RZ_c)\) and \(\phi_2 = \angle(V_R-I_RZ_c)\), the instantaneous voltage at position \(x\) is

The instantaneous voltage
\[ v_x(t) = \sqrt2\left|\frac{V_R+I_RZ_c}{2}\right|e^{\alpha x}\cos(\omega t+\beta x+\phi_1) \;+\; \sqrt2\left|\frac{V_R-I_RZ_c}{2}\right|e^{-\alpha x}\cos(\omega t-\beta x+\phi_2) \]

Each term is a function of two variables, time and distance, and each describes a wave. Follow a point of constant phase on the first term: \(\omega t+\beta x = \text{constant}\) requires \(dx/dt = -\omega/\beta\). The point moves in the direction of decreasing \(x\) — and since \(x\) was measured from the receiving end, decreasing \(x\) means moving toward the receiving end. This is the incident wave, launched at the source and travelling to the load. Its amplitude carries \(e^{\alpha x}\), which is largest at large \(x\) (the sending end) and smallest at \(x=0\): the wave loses amplitude as it travels, exactly as it should.

The second term has \(\omega t-\beta x=\) constant, so \(dx/dt = +\omega/\beta\): it travels back toward the source. This is the reflected wave, and its amplitude \(e^{-\alpha x}\) is largest at \(x=0\), where it is born, and decays as it retreats. The voltage measured anywhere on the line is the sum of the two.

incident: travels toward the load reflected: travels back toward the source x = l x = 0 sending receiving envelope ∝ e^(αx) envelope ∝ e^(−αx)
The two waves of the general solution — attenuation exaggerated for visibility

The reflected wave exists only because the load does not match the line. Its amplitude is proportional to \(V_R-I_RZ_c\), which vanishes when \(V_R/I_R = Z_c\) — that is, when the load impedance equals the characteristic impedance. The ratio of the two amplitudes at the receiving end has a name:

🔑
Reflection coefficient at the load
\[ \Gamma_R = \frac{V_R-I_RZ_c}{V_R+I_RZ_c} = \frac{Z_R-Z_c}{Z_R+Z_c}, \qquad Z_R = \frac{V_R}{I_R} \]

\(\Gamma_R=0\) for a matched load \(Z_R=Z_c\) — the line delivers its surge impedance loading and nothing comes back. \(\Gamma_R=+1\) on open circuit (\(Z_R\to\infty\)): the wave returns with its voltage unchanged in sign, and incident and reflected add, which is the Ferranti effect seen as an interference. \(\Gamma_R=-1\) on short circuit: the returning voltage wave is inverted so that the two cancel at the fault, as they must.

The same mathematics, at two very different frequencies. Everything above was derived for the steady 50 Hz phasor, but the equations \(dV/dx=zI\), \(dI/dx=yV\) are frequency-independent, and at the megahertz frequencies of a lightning surge the same \(Z_c\) and the same reflection coefficient govern what happens when the surge reaches a busbar, a cable joint or an open circuit-breaker. Chapter 37's insulation coordination and Chapter 38's HVDC converter behaviour both rest on the reflection coefficient derived here for a load-flow purpose.
Section 12-7

Attenuation, Phase, Wavelength and Velocity

The two parts of \(\gamma=\alpha+j\beta\) are worth separating and naming, because between them they contain all the physical content of the propagation constant.

SymbolNameUnitMeaning
\(\alpha\)Attenuation constantneper/kmFractional loss of amplitude per kilometre: amplitude falls by \(e^{-\alpha}\) each km. Zero if \(r=g=0\).
\(\beta\)Phase constantrad/kmPhase lag gained per kilometre. \(\beta l\) is the electrical length of the line.
\(\lambda = 2\pi/\beta\)WavelengthkmDistance over which the phase advances by one full cycle.
\(v = \omega/\beta = f\lambda\)Wave velocitykm/sSpeed of a point of constant phase — approaching \(3\times10^{5}\) km/s for an overhead line.

One neper is a loss factor of \(e\); the conversion to decibels is \(1\ \text{Np} = 20\log_{10}e = 8.686\) dB. For the reference line \(\alpha = 2.15\times10^{-4}\) Np/km, so over its 200 km the incident wave loses \(\alpha l = 0.043\) Np, which is \(0.37\) dB or 4.2% of its amplitude. Transmission lines are, by the standards of any other kind of cable, extraordinarily low-loss waveguides.

The phase constant is the more consequential of the two, because it sets both the wavelength and the electrical length that has governed every classification in Part 3. For the reference line \(\beta = 1.116\times10^{-3}\) rad/km, and therefore

Wavelength and velocity of the reference line
\[ \lambda = \frac{2\pi}{\beta} = \frac{6.2832}{1.116\times10^{-3}} = 5628\ \text{km}, \qquad v = \frac{\omega}{\beta} = \frac{314.16}{1.116\times10^{-3}} = 2.814\times10^{5}\ \text{km/s} \]
🔑
Why a power line is electrically short
At 50 Hz a wavelength is about 6000 km. A 200 km line is \(\lambda/28\), a 400 km line \(\lambda/14\), and even the longest a.c. lines built are under a tenth of a wavelength.

This is the deep reason the lumped models of Chapters 10 and 11 work as well as they do, and it is the reason no ordinary line ever runs at \(\beta l = \pi/2\), where \(\cos\beta l\) would vanish. A quarter-wave line at 50 Hz would be 1400 km long; the tuned lines of Chapter 14, for which \(\beta l = \pi\), belong to the same arithmetic and explain why they are a theoretical curiosity rather than an engineering practice at power frequency.

The velocity deserves one further remark. For a lossless line, \(\gamma = j\omega\sqrt{LC}\) exactly, so \(\beta=\omega\sqrt{LC}\) and \(v = 1/\sqrt{LC}\), independent of frequency. Chapters 6 and 7 gave \(L = 2\times10^{-7}\ln(D_{eq}/D_s)\) and \(C = 2\pi\varepsilon_0/\ln(D_{eq}/r)\) per metre; if \(D_s\) were equal to \(r\), the two logarithms would cancel in the product and \(\sqrt{LC}=\sqrt{\mu_0\varepsilon_0}\), giving exactly the speed of light. They do not quite cancel, because \(D_s = 0.7788r\) accounts for internal flux linkage, so a real overhead line propagates at 94% to 98% of \(c\). The internal inductance of the conductor is the entire discrepancy — a satisfying closure of an argument begun in Chapter 6.

Section 12-8

The Equivalent-π Circuit

The exact constants are a matrix, and a matrix is not a circuit. For load flow (Chapter 16 onwards), for fault studies, and for anything that must be drawn on an impedance diagram, a two-port has to be represented by elements. Chapter 11's nominal-\(\pi\) was a guess at those elements; here they can be computed, and the result is the equivalent-\(\pi\), which reproduces the exact line at the design frequency with no error at all.

Let the equivalent circuit have a series impedance \(Z'\) and a shunt admittance \(Y'/2\) at each end. Section 11-4 derived its constants, so the requirement is three equations:

Matching the π circuit to the exact line
\[ B: \quad Z' = Z_c\sinh\gamma l \qquad\qquad A: \quad 1+\frac{Y'Z'}{2} = \cosh\gamma l \]

The first is immediate. The second gives the shunt element once \(Z'\) is known:

Solving for the shunt branch
\[ \frac{Y'}{2} = \frac{\cosh\gamma l-1}{Z_c\sinh\gamma l} = \frac{1}{Z_c}\cdot\frac{\cosh\gamma l-1}{\sinh\gamma l} = \frac{1}{Z_c}\tanh\frac{\gamma l}{2} \]

using the half-angle identity \((\cosh\theta-1)/\sinh\theta = \tanh(\theta/2)\). Only two of the three constants were used, so the third is a genuine test: substituting into \(C=Y'(1+Y'Z'/4)\) and simplifying with \(\sinh\gamma l = 2\sinh(\gamma l/2)\cosh(\gamma l/2)\) gives \(1+Y'Z'/4 = \cosh^{2}(\gamma l/2)\) and hence \(C = (2/Z_c)\sinh(\gamma l/2)\cosh(\gamma l/2) = \sinh(\gamma l)/Z_c\), which is exactly what it must be. The equivalent-\(\pi\) is not an approximation.

🔑
The equivalent-π elements and their correction factors
\[ Z' = Z_c\sinh\gamma l = \mathbf{Z}\,\frac{\sinh\gamma l}{\gamma l}, \qquad \frac{Y'}{2} = \frac{\tanh(\gamma l/2)}{Z_c} = \frac{\mathbf{Y}}{2}\,\frac{\tanh(\gamma l/2)}{\gamma l/2} \]

The second form of each is the useful one: it says the equivalent circuit is the nominal circuit multiplied by a correction factor that tends to unity as \(\gamma l\to0\). For small \(\gamma l\), \(\sinh\theta/\theta \approx 1+\theta^{2}/6\) and \(\tanh(\theta)/\theta\approx1-\theta^{2}/3\), so the series impedance shrinks by about \(|YZ|/6\) and the shunt admittance grows by about \(|YZ|/12\).

Z_c sinh γl tanh(γl/2) tanh(γl/2) Z_c Z_c V_S V_R = Z · sinh(γl)/(γl) and (Y/2) · tanh(γl/2)/(γl/2) for the 200 km reference line: Z shrinks 0.80%, Y/2 grows 0.40%
The equivalent-π: the nominal circuit with the two hyperbolic correction factors applied

Two cautions attach to the equivalent circuit. It is exact only at the frequency for which \(\gamma\) was evaluated: a network built to be an equivalent-\(\pi\) at 50 Hz is not one at 250 Hz, so harmonic studies must return to the distributed equations. And its shunt branch is not a pure capacitance — the correction factor is complex, so \(Y'/2\) carries a small real part. That real part is not a physical conductance; it is the bookkeeping by which a two-element circuit accounts for a loss that is actually spread along the conductor.

The corresponding equivalent-T follows by the same argument applied to Chapter 11's T constants, and is quoted for completeness: \(Y'' = \sinh(\gamma l)/Z_c\) and \(Z''/2 = Z_c\tanh(\gamma l/2)\), so the series halves are multiplied by \(\tanh(\gamma l/2)/(\gamma l/2)\) and the shunt by \(\sinh(\gamma l)/(\gamma l)\) — the two correction factors exchanged, which is the same mirror symmetry that governed the nominal circuits.

Section 12-9

The Lossless Line and the Surge Impedance

On an EHV line the resistance is deliberately made small — that is what bundling in Chapter 8 achieves — and a great deal of insight is bought cheaply by setting \(r=0\) and \(g=0\) altogether. Then \(z=j\omega L\), \(y=j\omega C\), and both new constants simplify dramatically:

The lossless line
\[ \gamma = \sqrt{(j\omega L)(j\omega C)} = j\omega\sqrt{LC} = j\beta \quad(\alpha=0), \qquad Z_c = \sqrt{\frac{j\omega L}{j\omega C}} = \sqrt{\frac{L}{C}} \equiv Z_s \]

\(Z_s\) is real: a pure resistance, called the surge impedance or natural impedance. It is 350–400 \(\Omega\) for a single-conductor overhead line, about 250–300 \(\Omega\) for a bundled EHV line, and 30–50 \(\Omega\) for a cable, whose capacitance is enormous and inductance small (Chapter 9). With \(\alpha=0\) the hyperbolic functions become circular:

ABCD constants of a lossless line
\[ A = D = \cosh(j\beta l) = \cos\beta l, \qquad B = jZ_s\sin\beta l, \qquad C = j\frac{\sin\beta l}{Z_s} \]

Every earlier result can now be read off in one line. The no-load rise is \(1/\cos\beta l\), which for small \(\beta l\) is \(1+(\beta l)^{2}/2\) — Chapter 11's Ferranti formula, now derived rather than estimated. Maximum power transfer occurs at \(\delta=\angle B = 90^\circ\) and equals \(V_sV_r/(Z_s\sin\beta l)\), so a line one wavelength-fraction long can transfer less power the longer it is, exactly as Section 11-8 found.

The most illuminating special case is a load exactly equal to \(Z_s\). Put \(I_R = V_R/Z_s\) into the general solution:

A lossless line loaded with its own surge impedance
\[ V_x = V_R\cos\beta x + \frac{V_R}{Z_s}\,jZ_s\sin\beta x = V_R\big(\cos\beta x+j\sin\beta x\big) = V_R\,e^{j\beta x} \]
\[ I_x = \frac{V_R}{Z_s}\big(\cos\beta x+j\sin\beta x\big) = I_R\,e^{j\beta x} \]
🔑
Surge impedance loading
\[ \mathrm{SIL} = \frac{V_{LL}^{2}}{Z_s}\ \text{(three-phase watts)} \]

At SIL the magnitudes \(|V_x|\) and \(|I_x|\) are constant along the whole line: only the phase changes with distance. The voltage profile is flat, the power factor is unity everywhere, the regulation is zero, and no reflected wave exists. The line neither generates nor absorbs reactive power, because the reactive power produced by the shunt capacitance, \(V^{2}\omega C\) per unit length, exactly equals that consumed by the series inductance, \(I^{2}\omega L = V^{2}\omega L/Z_s^{2} = V^{2}\omega C\).

SIL is therefore the natural unit in which to quote a line's loading, and it is used that way throughout the industry: a line at 0.5 SIL is lightly loaded and will exhibit a voltage rise; at 1.5 SIL it is heavily loaded and will need reactive support at the receiving end. For the reference line, \(L = x/\omega = 1.273\) mH/km and \(C = b/\omega = 9.55\) nF/km, so \(Z_s = \sqrt{L/C} = 365\ \Omega\) and \(\mathrm{SIL} = 220^{2}/365 = 132.6\) MW — against the 60 MW it was asked to carry in Chapter 11, or 0.45 SIL. A lightly loaded line, exactly as its \(9.4\%\) regulation and \(2.5\%\) Ferranti rise imply.

Where Part 3 has been going. Chapter 10 dropped \(Y\) and got a series impedance. Chapter 11 kept \(Y\) and lumped it, and paid for it with a length limit. This chapter distributed \(Y\) and got waves, a characteristic impedance and a natural loading. Chapter 13 now takes the general ABCD line and computes regulation and efficiency properly for it; Chapter 14 develops the three consequences that only the distributed model can express — the Ferranti effect, surge impedance loading and the tuned line; and Chapter 15 turns to what happens when the electric field at the conductor surface becomes strong enough to break down the air.
Section 12-10

Worked Examples

1 The exact constants of the reference line

Problem. The 200 km, 220 kV, 50 Hz line has \(z = 0.16+j0.40\ \Omega\)/km and \(y = j3.0\times10^{-6}\) S/km. Find \(\gamma\), \(Z_c\) and the exact ABCD constants, and verify \(AD-BC=1\).

Solution. Both new constants come from products and quotients of \(z\) and \(y\), so put both in polar form first: \(z = 0.43081\angle68.199^\circ\ \Omega\)/km and \(y = 3.0\times10^{-6}\angle90^\circ\) S/km.

Propagation constant
\[ zy = 0.43081\times3.0\times10^{-6}\angle158.199^\circ = 1.2924\times10^{-6}\angle158.199^\circ \]
\[ \gamma = \sqrt{zy} = 1.13686\times10^{-3}\angle79.099^\circ = 2.150\times10^{-4}+j1.1163\times10^{-3}\ \text{per km} \]
Characteristic impedance
\[ \frac{z}{y} = \frac{0.43081}{3.0\times10^{-6}}\angle(68.199^\circ-90^\circ) = 143\,604\angle-21.801^\circ \]
\[ Z_c = \sqrt{z/y} = 378.95\angle-10.900^\circ = 372.12-j71.66\ \Omega \]

Now the electrical length. Multiplying \(\gamma\) by 200 km:

\(\gamma l\), and the hyperbolic functions (Method 1)
\[ \gamma l = 0.042998 + j0.223268, \qquad \alpha l = 0.04300\ \text{Np}, \quad \beta l = 0.22327\ \text{rad} = 12.792^\circ \]
\[ \cosh\alpha l = 1.000925,\; \sinh\alpha l = 0.043011,\; \cos\beta l = 0.975179,\; \sin\beta l = 0.221418 \]
\[ \cosh\gamma l = (1.000925)(0.975179)+j(0.043011)(0.221418) = 0.976081+j0.009523 \]
\[ \sinh\gamma l = (0.043011)(0.975179)+j(1.000925)(0.221418) = 0.041943+j0.221623 \]
The constants
\[ A = D = 0.976081+j0.009523 = 0.97613\angle0.559^\circ \]
\[ B = Z_c\sinh\gamma l = (378.95\angle-10.900^\circ)(0.22556\angle79.283^\circ) = 85.48\angle68.383^\circ = 31.49+j79.46\ \Omega \]
\[ C = \frac{\sinh\gamma l}{Z_c} = \frac{0.22556\angle79.283^\circ}{378.95\angle-10.900^\circ} = 5.9521\times10^{-4}\angle90.184^\circ\ \text{S} \]

Check: \(A^{2} = 0.952643+j0.018591\) and \(BC = (85.48\angle68.383^\circ)(5.9521\times10^{-4}\angle90.184^\circ) = 0.050876\angle158.566^\circ = -0.047357+j0.018591\), so \(A^{2}-BC = 1.000000\;\checkmark\)

Chapter 11 predicted these to within \(0.008\%\) in \(A\) and \(0.4\%\) to \(0.8\%\) in \(B\) and \(C\), which the table in Section 11-5 now stands confirmed against.

2 The reference load, solved exactly

Problem. The line of Example 1 delivers 60 MW at 220 kV, 0.9 power factor lagging. Find the sending-end voltage and current, the regulation and the efficiency, and compare with the nominal-circuit results of Chapter 11.

Solution. The receiving-end quantities are unchanged from Chapter 11: \(V_r = 127\,017\) V per phase and \(\mathbf{I}_r = 174.96\angle-25.84^\circ = 157.46-j76.26\) A.

Sending-end voltage
\[ A\mathbf{V}_r = (0.976081+j0.009523)(127\,017) = 123\,978.9+j1209.6 \]
\[ B\mathbf{I}_r = (31.49+j79.46)(157.46-j76.26) = 11\,018.3+j10\,110.8 \]
\[ \mathbf{V}_s = 134\,997.2+j11\,320.4 = 135\,471\angle4.793^\circ\ \text{V} \;\Longrightarrow\; V_{s(LL)} = 234.64\ \text{kV} \]
Sending-end current
\[ C\mathbf{V}_r = (-1.911\times10^{-6}+j5.9521\times10^{-4})(127\,017) = -0.243+j75.60 \]
\[ D\mathbf{I}_r = (0.976081+j0.009523)(157.46-j76.26) = 154.42-j72.94 \]
\[ \mathbf{I}_s = 154.18+j2.66 = 154.20\angle0.990^\circ\ \text{A} \]
Regulation and efficiency
\[ \%\text{Reg} = \frac{135\,471/0.97613-127\,017}{127\,017}\times100 = \frac{138\,784-127\,017}{127\,017}\times100 = 9.26\% \]
\[ \phi_s = 4.793^\circ-0.990^\circ = 3.803^\circ, \quad \cos\phi_s = 0.99780 \]
\[ P_s = 3\times135\,471\times154.20\times0.99780 = 62.53\ \text{MW}, \qquad \eta = \frac{60}{62.53} = 95.95\% \]

Against Chapter 11: the nominal-T gave 234.52 kV and the nominal-\(\pi\) 234.84 kV, bracketing this 234.64 kV as promised; regulation 9.22% and 9.37% against 9.26%; efficiency 95.83% and 95.97% against 95.95%. The whole exercise of distributing the parameters has moved the sending-end voltage by 0.14% and the regulation by a tenth of a percentage point. At 200 km that is the honest size of the prize, and it is worth knowing so that the exact method is applied where it pays — at 400 km, in Example 4, it changes the answer by ten times as much.

3 Series expansion, and the equivalent-π elements

Problem. For the same line, recompute \(A\), \(B\) and \(C\) by the series of Method 2, and then find the elements of the exact equivalent-\(\pi\) circuit.

Solution. With \(\mathbf{Z}=32+j80\), \(\mathbf{Y}=j6\times10^{-4}\) and \(\mathbf{Y}\mathbf{Z} = -0.048+j0.0192\), the square is \((YZ)^{2} = 0.0019354-j0.0018432\).

Three terms of each series
\[ A = 1+\frac{YZ}{2}+\frac{(YZ)^{2}}{24} = 1+(-0.0240+j0.0096)+(0.0000806-j0.0000768) = 0.976081+j0.009523 \]
\[ 1+\frac{YZ}{6}+\frac{(YZ)^{2}}{120} = 1+(-0.008+j0.0032)+(0.0000161-j0.0000154) = 0.992016+j0.003185 \]
\[ B = \mathbf{Z}(0.992016+j0.003185) = 31.49+j79.46\ \Omega, \qquad C = \mathbf{Y}(0.992016+j0.003185) = -1.911\times10^{-6}+j5.9521\times10^{-4}\ \text{S} \]

Three terms reproduce Example 1 to five figures, and the fourth term of the \(A\) series is \((YZ)^{3}/720 \approx 1.4\times10^{-7}\) — beyond any conceivable need.

For the equivalent-\(\pi\), form the two correction factors. With \(\gamma l = 0.22737\angle79.099^\circ\), \(\sinh\gamma l = 0.22556\angle79.283^\circ\), \(\gamma l/2 = 0.11369\angle79.099^\circ\) and \(\tanh(\gamma l/2) = 0.11414\angle79.007^\circ\):

Correction factors and elements
\[ \frac{\sinh\gamma l}{\gamma l} = \frac{0.22556\angle79.283^\circ}{0.22737\angle79.099^\circ} = 0.99202\angle0.184^\circ \]
\[ \frac{\tanh(\gamma l/2)}{\gamma l/2} = \frac{0.11414\angle79.007^\circ}{0.11369\angle79.099^\circ} = 1.00402\angle-0.092^\circ \]
\[ Z' = (86.16\angle68.199^\circ)(0.99202\angle0.184^\circ) = 85.48\angle68.383^\circ\ \Omega \]
\[ \frac{Y'}{2} = (3.0\times10^{-4}\angle90^\circ)(1.00402\angle-0.092^\circ) = 3.0121\times10^{-4}\angle89.908^\circ\ \text{S} \]

So the exact circuit differs from the nominal one by a series impedance \(0.80\%\) smaller and a shunt admittance \(0.40\%\) larger — the ratio of two to one that Section 11-5 predicted from the \(1/6\) and \(1/12\) coefficients, appearing here as a statement about circuit elements rather than about constants. The \(Z'\) obtained is identical to the \(B\) of Example 1, as it must be, since \(B=Z'\) for any \(\pi\) network.

4 A 400 km, 400 kV line

Problem. A 400 km, 400 kV, 50 Hz line has \(z = 0.03+j0.32\ \Omega\)/km and \(y = j3.6\times10^{-6}\) S/km. Find \(\gamma\), \(Z_c\), the ABCD constants, the open-circuit receiving voltage and charging current at 400 kV, the SIL, and the maximum power transfer with both ends at 400 kV.

Solution. \(z = 0.32140\angle84.644^\circ\), \(y = 3.6\times10^{-6}\angle90^\circ\).

The line constants
\[ \gamma = \sqrt{zy} = 1.07566\times10^{-3}\angle87.322^\circ = 5.026\times10^{-5}+j1.07449\times10^{-3} \]
\[ Z_c = \sqrt{z/y} = 298.80\angle-2.678^\circ\ \Omega, \qquad \gamma l = 0.020103+j0.429795\ \;(\beta l = 24.63^\circ) \]
ABCD
\[ \cosh\gamma l = (1.000202)(0.909051)+j(0.020104)(0.416685) = 0.909235+j0.008377 = 0.90927\angle0.528^\circ \]
\[ \sinh\gamma l = (0.020104)(0.909051)+j(1.000202)(0.416685) = 0.018276+j0.416769 = 0.41717\angle87.489^\circ \]
\[ B = 124.65\angle84.811^\circ = 11.27+j124.14\ \Omega, \qquad C = 1.39617\times10^{-3}\angle90.167^\circ\ \text{S} \]

Open-circuit the far end and hold 400 kV at the sending end. With \(V_s = 400\,000/\sqrt3 = 230\,940\) V per phase:

Ferranti rise and charging current
\[ |\mathbf{V}_{r,\text{NL}}| = \frac{230\,940}{0.90927} = 253\,983\ \text{V} \;\Longrightarrow\; V_{r(LL)} = 439.9\ \text{kV}, \quad \text{a rise of } 9.98\% \]
\[ |\mathbf{I}_s| = |C||\mathbf{V}_{r,\text{NL}}| = 1.39617\times10^{-3}\times253\,983 = 354.6\ \text{A} \]

Chapter 11's estimate \((\beta l)^{2}/2 = 0.429795^{2}/2 = 9.24\%\) is within three-quarters of a point of the exact \(9.98\%\); the difference is the fourth-order term the estimate discarded, which at this length is no longer entirely negligible. A 40 kV overvoltage on an unloaded 400 kV line is far outside any insulation margin, which is why lines of this class are never energised without shunt reactors connected.

SIL and maximum transfer
\[ L = \frac{0.32}{314.16} = 1.0186\ \text{mH/km}, \quad C = \frac{3.6\times10^{-6}}{314.16} = 11.459\ \text{nF/km}, \quad Z_s = \sqrt{L/C} = 298.1\ \Omega \]
\[ \mathrm{SIL} = \frac{400^{2}}{298.1} = 537\ \text{MW} \]
\[ P_{r,\max} = 3\left[\frac{230\,940^{2}}{124.65}-\frac{0.90927\times230\,940^{2}}{124.65}\cos(84.811^\circ-0.528^\circ)\right] = 3\big(4.279-0.388\big)\times10^{8} = 1167\ \text{MW} \]

The maximum is at \(\delta = 84.8^\circ\), which no operator would go near; at a practical \(\delta=30^\circ\) the same formula gives 623 MW, or \(1.16\) SIL. That is the real loadability of a 400 km line, and it is set by angle, not by conductor temperature — the crossover Chapter 10 anticipated has now happened.

5 The two waves, counted

Problem. For the reference line at the load of Example 2, find the amplitudes and phases of the incident and reflected voltage waves at the receiving end, the reflection coefficient, and the wavelength and wave velocity. What load would remove the reflected wave?

Solution. Everything follows from \(I_RZ_c\):

The two coefficients
\[ \mathbf{I}_RZ_c = (174.96\angle-25.84^\circ)(378.95\angle-10.90^\circ) = 66\,299\angle-36.74^\circ = 53\,128-j39\,662 \]
\[ \frac{V_R+I_RZ_c}{2} = \frac{180\,145-j39\,662}{2} = 90\,072-j19\,831 = 92\,230\angle-12.42^\circ\ \text{V} \]
\[ \frac{V_R-I_RZ_c}{2} = \frac{73\,889+j39\,662}{2} = 36\,945+j19\,831 = 41\,931\angle28.23^\circ\ \text{V} \]

The two add back to \(127\,017\angle0^\circ\), which is the check that they have been split correctly. The reflected wave is a substantial fraction of the incident one:

Reflection coefficient, wavelength, velocity
\[ \Gamma_R = \frac{41\,931\angle28.23^\circ}{92\,230\angle-12.42^\circ} = 0.455\angle40.64^\circ \]
\[ \lambda = \frac{2\pi}{\beta} = 5628\ \text{km}, \qquad v = \frac{\omega}{\beta} = 2.814\times10^{5}\ \text{km/s} = 0.939c \]

To make \(\Gamma_R\) vanish the load impedance must equal \(Z_c = 378.95\angle-10.90^\circ\ \Omega\), which per phase at 127 kV means \(V_r^{2}/|Z_c| = 42.6\) MW per phase, or \(127.7\) MW three-phase, drawn at \(\cos(10.90^\circ) = 0.982\) leading. Using the lossless surge impedance \(Z_s = 365\ \Omega\) instead gives the conventional \(\mathrm{SIL} = 220^{2}/365 = 132.6\) MW at unity power factor. The line is being asked to carry 60 MW at 0.9 lagging — less than half its natural loading, and of the wrong character — so a large reflected wave is exactly what should be expected. Add capacitors to bring the load toward \(Z_c\) and the reflection, the regulation and the voltage rise all fall together.

6 Finding a line's constants by measurement

Problem. A 200 km line is tested at 50 Hz from its sending end. With the far end open the input impedance is \(1640\angle-89.62^\circ\ \Omega\); with the far end short-circuited it is \(87.57\angle67.82^\circ\ \Omega\). Determine \(Z_c\) and \(\gamma l\), and hence \(\gamma\) per kilometre.

Solution. Express each measurement in terms of the ABCD constants. On open circuit \(\mathbf{I}_R=0\), so \(\mathbf{V}_S=A\mathbf{V}_R\) and \(\mathbf{I}_S=C\mathbf{V}_R\); on short circuit \(\mathbf{V}_R=0\), so \(\mathbf{V}_S=B\mathbf{I}_R\) and \(\mathbf{I}_S=D\mathbf{I}_R\):

The two input impedances
\[ Z_{oc} = \frac{\mathbf{V}_S}{\mathbf{I}_S} = \frac{A}{C} = \frac{\cosh\gamma l}{\sinh\gamma l/Z_c} = Z_c\coth\gamma l \]
\[ Z_{sc} = \frac{\mathbf{V}_S}{\mathbf{I}_S} = \frac{B}{D} = \frac{Z_c\sinh\gamma l}{\cosh\gamma l} = Z_c\tanh\gamma l \]

The product eliminates the hyperbolic function and the quotient eliminates \(Z_c\):

Extracting the constants
\[ Z_c = \sqrt{Z_{oc}Z_{sc}} = \sqrt{1640\times87.57}\;\angle\frac{-89.62^\circ+67.82^\circ}{2} = 378.97\angle-10.90^\circ\ \Omega \]
\[ \tanh\gamma l = \sqrt{\frac{Z_{sc}}{Z_{oc}}} = \sqrt{\frac{87.57}{1640}}\;\angle\frac{67.82^\circ+89.62^\circ}{2} = 0.23108\angle78.72^\circ = 0.04522+j0.22662 \]

Invert the hyperbolic tangent with \(\tanh^{-1}w = \tfrac12\ln\dfrac{1+w}{1-w}\):

The propagation constant
\[ \frac{1+w}{1-w} = \frac{1.04522+j0.22662}{0.95478-j0.22662} = \frac{1.06948\angle12.240^\circ}{0.98133\angle-13.349^\circ} = 1.08984\angle25.585^\circ \]
\[ \gamma l = \tfrac12\big(\ln 1.08984 + j\,0.44654\big) = \tfrac12\big(0.08603+j0.44654\big) = 0.04301+j0.22327 \]
\[ \gamma = \frac{\gamma l}{200} = 2.151\times10^{-4}+j1.1163\times10^{-3}\ \text{per km} \]

These are the constants of the reference line, recovered to four figures from two impedance measurements without any knowledge of \(r\), \(x\) or \(b\). Note that the angle inside the logarithm was taken in radians, and note the ambiguity the method carries: \(\tanh\) repeats every \(j\pi\) in its argument, so \(\gamma l\) is determined only to within \(j\pi\), and the correct branch is chosen by knowing the line's length to be well under half a wavelength. For a power line that is never in doubt. Finally, from \(\gamma\) and \(Z_c\) the per-kilometre parameters follow as \(z = \gamma Z_c\) and \(y = \gamma/Z_c\), so the test determines everything about the line.

Review

Chapter Summary

The equations

\(dV/dx = zI\) and \(dI/dx=yV\) from one slice; differentiating gives \(d^{2}V/dx^{2}=\gamma^{2}V\).

Two constants

\(\gamma=\sqrt{zy}=\alpha+j\beta\) per km and \(Z_c=\sqrt{z/y}\) — both independent of length.

Exact ABCD

\(A=D=\cosh\gamma l\), \(B=Z_c\sinh\gamma l\), \(C=\sinh(\gamma l)/Z_c\); \(AD-BC=1\) by identity.

Series

\(A=1+\tfrac12 YZ+\tfrac{1}{24}(YZ)^{2}\), \(B=Z(1+\tfrac16 YZ)\) — Chapters 10 and 11 are truncations.

Two waves

Incident \(\propto e^{\alpha x}e^{j\beta x}\) toward the load, reflected \(\propto e^{-\alpha x}e^{-j\beta x}\) back; \(\Gamma_R = (Z_R-Z_c)/(Z_R+Z_c)\).

Wave data

\(\lambda=2\pi/\beta\approx6000\) km at 50 Hz; \(v=\omega/\beta\) is 94–98% of \(c\), the shortfall being internal flux.

Equivalent-π

\(Z'=Z\dfrac{\sinh\gamma l}{\gamma l}\), \(\dfrac{Y'}{2}=\dfrac{Y}{2}\dfrac{\tanh(\gamma l/2)}{\gamma l/2}\) — exact, but only at one frequency.

SIL

Loaded with \(Z_s=\sqrt{L/C}\), a lossless line has a flat voltage profile, unity power factor and no reflection.

Practice

Practice Problems

Keep \(\beta l\) in radians and check \(AD-BC=1\) before using any set of constants. Difficulty rises down the list.

  1. A 300 km, 50 Hz line has \(z=0.20+j0.45\ \Omega\)/km and \(y=j3.2\times10^{-6}\) S/km. Compute \(\gamma\), \(Z_c\), \(\alpha l\) and \(\beta l\), and hence the exact ABCD constants. Verify \(AD-BC=1\).
  2. For the line of Problem 1, delivering 80 MW at 220 kV and 0.9 power factor lagging, find the sending-end voltage and current, the regulation and the efficiency.
  3. Repeat Problem 1 using the three-term series of Method 2, and state the percentage difference from your exact answers for \(A\) and for \(B\).
  4. Compute the wavelength and the wave velocity of the line of Problem 1, express its length as a fraction of a wavelength, and state the length that would make it a quarter-wave line at 50 Hz.
  5. The line of Problem 1 is energised at 220 kV with the far end open. Find the receiving-end voltage, the charging current, and the reactive power drawn in MVAr. Compare the rise with the estimate \((\beta l)^{2}/2\).
  6. Find the elements \(Z'\) and \(Y'/2\) of the exact equivalent-\(\pi\) of the line of Problem 1, and state each as a percentage of the corresponding nominal value.
  7. A 500 km, 400 kV line has \(L = 0.97\) mH/km and \(C=11.8\) nF/km, with the resistance neglected. Find \(Z_s\), \(\beta\), the SIL, the no-load voltage rise at 400 kV, and the power transferred at a load angle of \(30^\circ\) with both ends at 400 kV.
  8. Open- and short-circuit tests on a 250 km line at 50 Hz give \(Z_{oc}=1120\angle-88.1^\circ\ \Omega\) and \(Z_{sc}=112\angle70.4^\circ\ \Omega\). Determine \(Z_c\), \(\gamma l\), \(\gamma\), and hence the series impedance \(z\) and shunt admittance \(y\) per kilometre.
Tip: the single most common error in this chapter is a calculator left in degree mode when \(\beta l\) is in radians — and it is invisible, because the wrong answer still looks like a voltage. Guard against it with an order-of-magnitude check before doing anything else: \(\beta\) is close to \(\omega/(3\times10^{5})\), which at 50 Hz is about \(1.05\times10^{-3}\) rad/km for any overhead line whatever, so \(\beta l\) in radians is roughly the length in kilometres divided by a thousand. If your \(\beta l\) is not near that, nothing computed from it will be right.