Transmission line

From Exampleproblems

Jump to: navigation, search

A transmission line is the material medium or structure that forms all or part of a path from one place to another for directing the transmission of energy, such as electromagnetic waves or acoustic waves.

Outside electronic engineering and physics, the term transmission line means a power line, a structure used to convey electrical energy ("mains power") over long distances. For more information on this sense of the term, see electric power transmission.

Contents

History

Mathematical analysis of the behaviour of electrical transmission lines grew out of the work of James Maxwell, Lord Kelvin and Oliver Heaviside. In 1855 Lord Kelvin formulated a diffusion model of the current in a submarine cable. This law correctly predicted the poor performance of the 1858 trans-Atlantic submarine telegraph cable. In 1885 Heaviside published the first papers that described his analysis of propagation in cables and the modern form of the Telegrapher's equations. [1]

Electrical transmission lines

Examples of electrical transmission lines include wires, coaxial cables, dielectric slabs, optical fibres, high voltage distribution lines and high frequency waveguides.

The four terminal model

For the purposes of analysis, an electrical transmission line can be modelled as a two-port network (also called a quadrupole network), as follows:

Image:Transmissionline4port.png

In the simplest case, the network is assumed to be linear (i.e. the complex voltage across either port is proportional to the complex current flowing into it when there are no reflections), and the two ports are assumed to be interchangeable. If the transmission line is uniform along its length, then its behaviour is largely described by a single parameter called the characteristic impedance, symbol Z0. This is the ratio of the complex voltage to the complex current at any point on the line. Typical values of Z0 are 50 or 75 ohms for a coaxial cable, about 100 ohms for a twisted pair of wires, and about 300 ohms for a common type of untwisted pair used in radio transmission.

When sending power down a transmission line, it is usually desirable that all the power is absorbed by the load and none of it is reflected back to the source. This can be ensured by making the source and load impedances equal to Z0, in which case the transmission line is said to be matched.

As mentioned above, some of the power that is fed into a transmission line is lost because of its resistance. This effect is called ohmic or resistive loss. At high frequencies, another effect called dielectric loss starts to occur, adding to the losses caused by resistance. Dielectric loss is caused when the insulating material inside the transmission line absorbs energy from the alternating electric field and converts it to heat.

The total loss of power in a transmission line is often specified in decibels per metre, and usually depends on the frequency of the signal. The manufacturer often supplies a chart showing the loss in dB/m at a range of frequencies. A loss of 3 dB corresponds approximately to a halving of the power.

High-frequency transmission lines can be defined as transmission lines that are designed to carry electromagnetic waves whose wavelengths are shorter than or comparable to the length of the line. Under these conditions, the electrical behaviour of the line is more complex than that of a low-frequency transmission line. This often occurs with radio, microwave and optical signals, and with the signals found in high-speed digital circuits.

Telegraphers equations

Oliver Heaviside developed the transmission line model, also known as the telegrapher's equations, that describes how electrical voltage and current vary along a conductor.

The theory applies to high-frequency transmission lines (such as telegraph wires and radio frequency conductors) but is also important for designing high-voltage energy transmission lines. The equations consist of two linear differential equations in time and position: one for V(x,t) and the other one for I(x,t). The model demonstrates that the electrical current can be reflected on the wire, and that wave patterns can appear along the line. [edit]

The equations

The telegrapher's equations can be understood as a simplified case of Maxwell's equations. In a more practical approach, one assumes that the conductor is composed out of an infinite series of elementary components (four-pole model):

  • The resistivity of the conductor (expressed in ohms per unit length) is represented by a series resistor R.
  • The distributed inductance (due to the magnetic field around the wire, self-inductance, etc.) is represented by a series coil (inductance per unit length L).
  • The capacitive behaviour of the insulation between the signal wire and the return wire is represented by a shunt capacitor C (capacitance per unit length).
  • The conductivity of the insulation material is accounted for by a resistor G shunted between the signal wire and the return wire (conductance per unit length).

As such we obtain a pair of first-order partial differential equations, one function describing the voltage V along the line and the other the current I, both function of position x and time t:


\frac{\partial}{\partial x} V(x,t) =
-L \frac{\partial}{\partial t} I(x,t)

\frac{\partial}{\partial x} I(x,t) =
-C \frac{\partial}{\partial t} V(x,t)

If we further consider electrical resistance, we obtain the equations:


\frac{\partial}{\partial x} V(x,t) =
-L \frac{\partial}{\partial t} I(x,t) - R I(x,t)

\frac{\partial}{\partial x} I(x,t) =
-C \frac{\partial}{\partial t} V(x,t) - G V(x,t)

where R represents resistance per unit length in the wire and G represents leakage conductance between the wire and ground. By differentiating the first equation with respect to x and the second with respect to t, and some algebraic manipulation, we obtain a pair of hyperbolic partial differential equations each involving only one unknown:


\frac{\partial^2}{{\partial x}^2} V =
L C \frac{\partial^2}{{\partial t}^2} V +
(R C + G L) \frac{\partial}{\partial t} V + G R V

\frac{\partial^2}{{\partial x}^2} I =
L C \frac{\partial^2}{{\partial t}^2} I +
(R C + G L) \frac{\partial}{\partial t} I + G R I

Note that these equations resemble the homogeneous wave equation with extra terms in V and I and their first derivatives. These extra terms cause the signal to decay and spread out with time and distance. If G = R = 0 (that is, no loss to resistance or leakage), both equations degenerate to the exact wave equation:


\frac{\partial^2}{{\partial t}^2} V =
\frac{1}{LC} \frac{\partial^2}{{\partial x}^2} V

\frac{\partial^2}{{\partial t}^2} I =
\frac{1}{LC} \frac{\partial^2}{{\partial x}^2} I

If the line has infinite length or when it is terminated with its characteristic impedance, these equations indicate the presence of a wave, travelling with a speed c = \frac{1}{\sqrt{LC}}.

(Note that this propagation speed applies to the wave phenomenon on the line and has nothing to do with the electron drift velocity.) For a coaxial transmission line, made of perfect conductors with vacuum between them, it can be shown that this speed is equal to the speed of light.

Direction of signal propagation

The wave equations above indicate that there are two solutions for the travelling wave: one forward and one reverse.

V(x,t) \ = \ f_1(\omega t-kx) + f_2(\omega t+kx)

where:

 k = \omega \sqrt{LC} = {\omega \over v}
is called the wave number and has units of radians per meter,
ω is the angular frequency (in radians per second),
f1 and f2 can be any functions whatsoever, and
v = { 1 \over \sqrt{LC} }
is the waveform's speed of propagation.

f1 represents a wave travelling from left to right in a positive x direction whilst f2 represents a wave travelling from right to left. It can be seen that the instantaneous voltage at any point x on the line is the sum of the voltages due to both waves.

Since the current I is related to the voltage V by the telegrapher's equations, we can write

I(x,t) \ = \   { f_1(\omega t-kx) \over Z }  -  { f_2(\omega t+kx) \over Z }

where

 Z =  \sqrt { {L \over C}  }

is the characteristic impedance (in ohms) of the transmission line.

See also

Further reading

  • Steinmetz, Charles Proteus, "The Natural Period of a Transmission Line and the Frequency of lightning Discharge Therefrom". The Electrical world. August 27, 1898. Pg. 203 - 205.

Applications of electrical transmission lines

Electrical transmission lines are very widely used to transmit high frequency signals over long or short distances with minimum power loss. One familiar example is the down lead from a TV or radio aerial to the receiver.

Transmission lines are also used as sources of pulses. By charging the transmission line and then discharging into a resistive load, a rectangular pulse equal in length to twice the electrical length of the line can be obtained, These are sometimes used as the pulsed energy sources for radar transmitters and other high energy pulse sources.

Acoustic transmission lines

A duct for sound propagation also behaves like a transmission line (e.g. air conditioning duct, car muffler, ...). The duct contains some medium, such as air, that supports sound propagation. Its length is normally of a similar order than the wavelengths of the sound it will be used with, but the dimensions of its cross-section are normally smaller than one quarter of a wavelength. Sound is introduced at one end of the tube by forcing the pressure across the whole cross-section to vary with time. A plane wave will travel down the line at the speed of sound. When the wave reaches the end of the transmission line, behaviour depends on what is present at the end of the line. There are three possible scenarios:

  • A low impedance load (e.g. leaving the end open in free air) will cause a reflected wave in which the sign of the pressure variation reverses, but the direction of air movement remains the same.
  • A load that matches the characteristic impedance (defined below) will completely absorb the wave and the energy associated with it. No reflection will occur.
  • A high impedance load (e.g. by plugging the end of the line) will cause a reflected wave in which the direction of air movement is reversed but the sign of the pressure remains the same.

Since a transmission line behaves like a four terminal model, one cannot really define or measure the impedance of a transmission line component. One can however measure its input or output impedance. It depends on the cross-sectional area and length of the line, the sound frequency, as well as the characteristic impedance of the sound propagating medium within the duct. Only in the exceptional case of a closed end tube (to be compared with electrical short circuit), the input impedance could be regarded as a component impedance.

Where a transmission line of finite length is mismatched at both ends, there is the potential for a wave to bounce back and forth many times until it is absorbed. This phenomenon is a kind of resonance and will tend to attenuate any signal fed into the line.

When this resonance effect is combined with some sort of active feedback mechanism and power input, it is possible to set up an oscillation which can be used to generate periodic acoustic signals such as musical notes (e.g. in an organ pipe).

The application of transmission line theory is however avoided in acoustics. One prefers an equivalent four terminal model which splits the downstream and upstream waves. This eases the introduction of physically measurable acoustic characteristics, reflection coefficients, material constants of insulation material, the influence of air velocity on wavelength (Mach number), etc. This approach also circumvents unpractical theoretical concepts, like for instance acoustic impedance of a tube, which is not measurable because of its inherent interaction with the sound source and the load of the acoustic component.



Part of this article was derived from Federal Standard 1037C.

Patents


Reference

Ernst Weber and Frederik Nebeker, The Evolution of Electrical Engineering, IEEE Press, Piscataway, New Jersey USA, 1994 ISBN 0780310557

External links and references

nl:Telegraafvergelijkingen nl:Transmissielijn

Argan Oil
Natural Skin Care
Organic Skin Care
visitor stats