<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://openelectrical.org/index.php?action=history&amp;feed=atom&amp;title=Travelling_Wave_Line_Model</id>
	<title>Travelling Wave Line Model - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://openelectrical.org/index.php?action=history&amp;feed=atom&amp;title=Travelling_Wave_Line_Model"/>
	<link rel="alternate" type="text/html" href="http://openelectrical.org/index.php?title=Travelling_Wave_Line_Model&amp;action=history"/>
	<updated>2026-04-28T02:49:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://openelectrical.org/index.php?title=Travelling_Wave_Line_Model&amp;diff=81&amp;oldid=prev</id>
		<title>Jules: Created page with &quot;== Introduction ==  [[Image:Wave equation.gif|left|thumb|500px|Figure 1. Travelling wave along a line (image courtesy of [http://en.wikipedia.org Wikipedia])]]  A travelling w...&quot;</title>
		<link rel="alternate" type="text/html" href="http://openelectrical.org/index.php?title=Travelling_Wave_Line_Model&amp;diff=81&amp;oldid=prev"/>
		<updated>2020-11-22T07:41:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Introduction ==  &lt;a href=&quot;/index.php?title=File:Wave_equation.gif&quot; title=&quot;File:Wave equation.gif&quot;&gt;left|thumb|500px|Figure 1. Travelling wave along a line (image courtesy of [http://en.wikipedia.org Wikipedia])&lt;/a&gt;  A travelling w...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Wave equation.gif|left|thumb|500px|Figure 1. Travelling wave along a line (image courtesy of [http://en.wikipedia.org Wikipedia])]]&lt;br /&gt;
&lt;br /&gt;
A travelling wave on a transmission line is a transient disturbance that that moves along the line at a constant speed yet maintains its shape (see Figure 1). Examples include lightning surges, switching transients, faults, etc. &lt;br /&gt;
&lt;br /&gt;
In this article, we will derive various time-domain models for travelling waves on transmission lines, starting from the simplest case of the lossless single-phase line, then building to a generic lossy single-phase line. The derivation of the model is also looked at starting from the frequency-domain, showing the symmetry of the frequency and time-domain models. Finally, the considerations required to extend the model to a multi-conductor line is discussed. &lt;br /&gt;
&lt;br /&gt;
This article provides the theoretical background for the travelling wave model. Actual implementations of the model suitable for use in computer simulations (i.e. discrete-time) can be found in the following articles:&lt;br /&gt;
&lt;br /&gt;
:::* [[Bergeron Line Model]]&lt;br /&gt;
:::* [[Frequency Dependent Line Model]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Lossless Single-Phase Lines ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Travelling_wave_model.png|right|thumb|500px|Figure 2. Travelling wave line model - Small Segment from a lossless single-phase line]]&lt;br /&gt;
&lt;br /&gt;
Consider the small segment of length &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; metres from a lossless single-phase transmission line shown in Figure 2. &lt;br /&gt;
&lt;br /&gt;
Notice that the model is similar to that of the classical [[Distributed_Parameter_Line_Model|distributed parameter line model]], except that in this model, the voltages and currents are functions of both distance &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; '''and''' time &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; and are real, not phasor quantities. In the classical [[Distributed_Parameter_Line_Model|distributed parameter line model]], the voltages and currents are evaluated at steady-state and are only functions of distance &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Derivation of Voltage and Current Equations ===&lt;br /&gt;
&lt;br /&gt;
Analysing this circuit using [http://en.wikipedia.org/wiki/Kirchhoff%27s_circuit_laws#Kirchhoff.27s_voltage_law_.28KVL.29 Kirchhoff's voltage law] and [http://en.wikipedia.org/wiki/Kirchhoff%27s_circuit_laws#Kirchhoff.27s_current_law_.28KCL.29 Kirchhoff's current law], we can get the following pair of equations:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; V(x + \Delta x, t) = V(x,t) - L \Delta x \frac{\partial I(x + \Delta x,t)}{\partial t} \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; I(x,t) = I(x + \Delta x, t) + C \Delta x  \frac{\partial V(x,t)}{\partial t} \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Notes'':&lt;br /&gt;
&lt;br /&gt;
:1. The voltage across an inductor is &amp;lt;math&amp;gt;v = L \frac{di}{dt} &amp;lt;/math&amp;gt; and the current through a capacitor is &amp;lt;math&amp;gt;i = C \frac{dv}{dt} &amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:2. Partial derivatives are used because the voltages and currents are functions of both time and distance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Re-arranging the above equations, we get:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{V(x + \Delta x, t) - V(x,t)}{\Delta x} = - L \frac{\partial I(x + \Delta x,t)}{\partial t} \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{I(x + \Delta x, t) - I(x,t)}{\Delta x} = - C \frac{\partial V(x,t)}{\partial t} \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Taking the limit as &amp;lt;math&amp;gt;\Delta x \to 0 \, &amp;lt;/math&amp;gt; yields the well known [http://en.wikipedia.org/wiki/Telegrapher's_equations Telegrapher's equations]:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial V(x, t)}{\partial x} = - L \frac{\partial I(x,t)}{\partial t} \, &amp;lt;/math&amp;gt; ... Equ. (1)&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial I(x,t)}{\partial x} = - C \frac{\partial V(x,t)}{\partial t} \, &amp;lt;/math&amp;gt; ... Equ. (2)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Differentiating the voltage equation with respect to x and the current equation with respect to t:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial^{2} V(x, t)}{\partial x^{2}} = - L \frac{\partial^{2} I(x,t)}{\partial x \partial t} \, &amp;lt;/math&amp;gt; ... Equ. (3)&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial^{2} I(x,t)}{\partial x \partial t} = - C \frac{\partial^{2} V(x,t)}{\partial t^{2}} \, &amp;lt;/math&amp;gt; ... Equ. (4)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now substituting Equ. (4) into Equ. (3), we get:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial^{2} V(x, t)}{\partial x^{2}} = LC \frac{\partial^{2} V(x,t)}{\partial t^{2}} \, &amp;lt;/math&amp;gt; ... Equ. (5)&lt;br /&gt;
&lt;br /&gt;
Similarly, we could have differentiated the current equation with respect to x and the voltage equation with respect to t and then solved for the current equation:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial^{2} I(x, t)}{\partial x^{2}} = LC \frac{\partial^{2} I(x,t)}{\partial t^{2}} \, &amp;lt;/math&amp;gt; ... Equ. (6)&lt;br /&gt;
&lt;br /&gt;
The pair of equations (5) and (6) above are referred to as the '''transmission line wave equations'''.&lt;br /&gt;
&lt;br /&gt;
The general solution to either of these equations can be found using [http://en.wikipedia.org/wiki/D%27Alembert%27s_formula d'Alembert's formula]:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; I(x, t) = i^{+}(x - vt) + i^{-}(x + vt) \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; V(x, t) = v^{+}(x - vt) + v^{-}(x + vt) \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; v = \frac{1}{\sqrt{LC}} \, &amp;lt;/math&amp;gt; is the velocity of propagation (m/s).&lt;br /&gt;
:: &amp;lt;math&amp;gt; i^{+}(t) \, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; i^{-}(t) \, &amp;lt;/math&amp;gt; are arbitrary current functions of time.&lt;br /&gt;
:: &amp;lt;math&amp;gt; v^{+}(t) \, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; v^{-}(t) \, &amp;lt;/math&amp;gt; are arbitrary voltage functions of time.&lt;br /&gt;
&lt;br /&gt;
Using the current equation above, we can solve for the voltage equation as follows ([[Talk:Travelling_Wave_Line_Model|see here for the full derivation]]):&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; v(x, t) = Z_{c} \left[ i^{+}(x - vt) - i^{-}(x+vt) \right] \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;Z_{c} = \frac{1}{vC} = \frac{\sqrt{LC}}{C} = \sqrt{\frac{L}{C}} &amp;lt;/math&amp;gt; is the characteristic impedance (Ohms)&lt;br /&gt;
&lt;br /&gt;
=== Significance of + and - Equations ===&lt;br /&gt;
&lt;br /&gt;
So we have the pair of voltage and current equations:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; I(x, t) = i^{+}(x - vt) + i^{-}(x + vt) \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; V(x, t) = Z_{c} \left[ i^{+}(x - vt) - i^{-}(x+vt) \right] \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
What is the significance of &amp;lt;math&amp;gt; i^{+}(x - vt) \, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; i^{-}(x + vt) \, &amp;lt;/math&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
Consider that time t=0s, the function &amp;lt;math&amp;gt; i^{+}(x) \, &amp;lt;/math&amp;gt; represents an arbitrary waveform / shape distributed in space along the transmission line. For example, it could look like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Travelling wave iplus.png|left|thumb|600px|Figure 3. Arbitrary waveform &amp;lt;math&amp;gt; i^{+}(x) &amp;lt;/math&amp;gt; at time t = 0s]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now consider what happens at time t=1s, the function &amp;lt;math&amp;gt; i^{+}(x - v) \, &amp;lt;/math&amp;gt; has the same shape as the function above, but is translated to the right by &amp;lt;math&amp;gt;v \, &amp;lt;/math&amp;gt; metres:&lt;br /&gt;
&lt;br /&gt;
[[Image:Travelling wave iplus2.png|left|thumb|600px|Figure 4. Arbitrary waveform &amp;lt;math&amp;gt; i^{+}(x - v) &amp;lt;/math&amp;gt; at time t = 1s]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
What we can conclude is that the function &amp;lt;math&amp;gt; i^{+}(x - vt) \, &amp;lt;/math&amp;gt; is an arbitrary waveform that maintains its shape but moves in the direction of the receiving end with increasing time at speed &amp;lt;math&amp;gt;v \, &amp;lt;/math&amp;gt; m/s. This is called a '''forward travelling wave'''.&lt;br /&gt;
&lt;br /&gt;
We can use similar logic to conclude that the function &amp;lt;math&amp;gt; i^{-}(x + vt) \, &amp;lt;/math&amp;gt; is an arbitrary waveform that moves in the opposite direction (i.e. in the direction of the sending end). This is referred to as a '''backward travelling wave'''.&lt;br /&gt;
&lt;br /&gt;
== Generic Lossy Single-Phase Lines ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Generic_bergeron.png|right|thumb|500px|Figure 5. A generic single-phase distributed parameter line model]]&lt;br /&gt;
&lt;br /&gt;
Consider the generic single-phase [[Distributed Parameter Line Model|distributed parameter line model]] of length &amp;lt;math&amp;gt;l \,&amp;lt;/math&amp;gt; metres shown in Figure 5. Analysing the circuit using [http://en.wikipedia.org/wiki/Kirchhoff%27s_circuit_laws Kirchhoff's laws] as we did previously in the lossless case, we can get:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial V(x, t)}{\partial x} = - I(x,t) R - L \frac{\partial I(x,t)}{\partial t} \, &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial I(x,t)}{\partial x} = -V(x,t) G - C \frac{\partial V(x,t)}{\partial t} \, &amp;lt;/math&amp;gt; &lt;br /&gt;
Where &amp;lt;math&amp;gt; G = \frac{1}{R_{sh}} \, &amp;lt;/math&amp;gt; is the shunt conductance.&lt;br /&gt;
&lt;br /&gt;
Differentiating the voltage equation with respect to x and the current equation with respect to t: &lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial^{2} V(x, t)}{\partial x^{2}} = - R \frac{\partial I(x,t)}{\partial x} - L \frac{\partial^{2} I(x,t)}{\partial x \partial t} \, &amp;lt;/math&amp;gt; ... Equ. (7)&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial^{2} I(x,t)}{\partial x \partial t} = - G \frac{\partial V(x,t)}{\partial t} - C \frac{\partial^{2} V(x,t)}{\partial t^{2}} \, &amp;lt;/math&amp;gt; ... Equ. (8)&lt;br /&gt;
&lt;br /&gt;
Substituting Equ. (8) into Equ. (7), we get: &lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial^{2} V(x, t)}{\partial x^{2}} = - R \frac{\partial I(x,t)}{\partial x} + LG \frac{\partial V(x,t)}{\partial t} + LC \frac{\partial^{2} V(x,t)}{\partial t^{2}} \, &amp;lt;/math&amp;gt; ... Equ. (9)&lt;br /&gt;
&lt;br /&gt;
If we were to set R = G = 0 in the equation above, then we would get the same transmission line wave equation as Equ. (5) in the lossless case.&lt;br /&gt;
&lt;br /&gt;
However, while there is a general solution to the lossless line using [http://en.wikipedia.org/wiki/D%27Alembert%27s_formula d'Alembert's formula] (as shown earlier), the generic lossy line '''does not''' have a neat, closed-form solution.&lt;br /&gt;
&lt;br /&gt;
== Frequency Domain Derivation ==&lt;br /&gt;
&lt;br /&gt;
In the preceding sections, the travelling wave model was developed purely in the time-domain. Another way of looking at the travelling wave model is to derive it first in the frequency domain and then convert it to the time-domain. Recall from the [[Distributed_Parameter_Line_Model#Hyperbolic_Form_of_Transmission_Line_Equations|steady-state (frequency domain) distributed parameter model]] that the sending end voltage and current can be related to the receiving end quantities as follows:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \left[ \begin{matrix} \boldsymbol{V_{s}} \\ \\ \boldsymbol{I_{s}} \end{matrix} \right] = \left[ \begin{matrix}&lt;br /&gt;
\cosh (\boldsymbol{\gamma} l) &amp;amp; \boldsymbol{Z}_{c} \sinh(\boldsymbol{\gamma} l) \\ \\&lt;br /&gt;
\frac{1}{\boldsymbol{Z}_{c}} sinh (\boldsymbol{\gamma} l) &amp;amp; \cosh(\boldsymbol{\gamma} l) \end{matrix} \right] &lt;br /&gt;
\left[ \begin{matrix}  \boldsymbol{V_{r}} \\ \\ \boldsymbol{I_{r}}  \end{matrix} \right] \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; \boldsymbol{\gamma} = \sqrt{\boldsymbol{zy}} &amp;lt;/math&amp;gt; is the propagation constant (&amp;lt;math&amp;gt;m^{-1}&amp;lt;/math&amp;gt;)&lt;br /&gt;
:: &amp;lt;math&amp;gt; \boldsymbol{Z}_{c} = \sqrt{\boldsymbol{\frac{z}{y}}} &amp;lt;/math&amp;gt; is the characteristic impedance (&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt;)&lt;br /&gt;
:: &amp;lt;math&amp;gt; \boldsymbol{z} = R + j \omega l &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \boldsymbol{y} = G + j \omega C &amp;lt;/math&amp;gt; are the series impedance and shunt admittance respectively &lt;br /&gt;
&lt;br /&gt;
With some straightforward algebraic manipulation, the steady-state equations above can be represented in the following form:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \boldsymbol{V_{r}} + \boldsymbol{Z}_{c} \boldsymbol{I_{r}} = (\boldsymbol{V_{s}} + \boldsymbol{Z}_{c} \boldsymbol{I_{s}}) e^{-\boldsymbol{\gamma} l} &amp;lt;/math&amp;gt; ... Equ. (10) &lt;br /&gt;
&lt;br /&gt;
The time-domain model can be derived by calculating the [http://en.wikipedia.org/wiki/Fourier_inversion_theorem inverse Fourier transform] of Equ. (10). &lt;br /&gt;
&lt;br /&gt;
In the '''lossless case''' (i.e. R = G = 0.), the propagation constant and characteristic impedance are as follows:&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; \boldsymbol{\gamma} = \sqrt{\boldsymbol{zy}} = \sqrt{(j \omega L)(j \omega C)} = j \omega \sqrt{LC} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; \boldsymbol{Z}_{c} = \sqrt{\boldsymbol{\frac{z}{y}}} = \sqrt{\frac{(j \omega L)}{(j \omega C)}} = \sqrt{\frac{L}{C}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Fourier_transform#Functional_relationships A property of Fourier transforms] is that multiplying by a complex exponential in the frequency domain results in a time shift in the time domain. Therefore, taking the inverse Fourier transform of Equ. (10) for the lossless case, we get:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; v_{r}(t) + \sqrt{\frac{L}{C}} i_{r}(t) = v_{s}(t - \sqrt{LC} l) + \sqrt{\frac{L}{C}} i_{s}(t - \sqrt{LC} l) \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The lossless case above shows that the receiving end quantities are essentially time-shifted (past) versions of the sending end quantities, as was derived earlier using d'Alembert's formula.&lt;br /&gt;
&lt;br /&gt;
In the '''general lossy case''', the characteristic impedance is not a scalar constant (but rather a function of frequency &amp;lt;math&amp;gt; \boldsymbol{Z}_{c}(\omega) \, &amp;lt;/math&amp;gt;) and the propagation constant does not lead to a simple time shift in the time-domain. Therefore, the inverse Fourier transform of Equ. (10) leads to a series of messy [http://en.wikipedia.org/wiki/Convolution convolutions]:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; v_{r}(t) + z_{c}(t) * i_{r}(t) = \left[ v_{s}(t) + z_{c}(t) *  i_{s}(t) \right] * a(t) \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; a(t) \, &amp;lt;/math&amp;gt; is the inverse Fourier transform of &amp;lt;math&amp;gt; e^{-\boldsymbol{\gamma}(\omega) l} \, &amp;lt;/math&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt; z_{c}(t) \, &amp;lt;/math&amp;gt; is the inverse Fourier transform of &amp;lt;math&amp;gt; \boldsymbol{Z}_{c}(\omega) \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As can be imagined, the convolution integrals in the equation above are not neatly solvable.&lt;br /&gt;
&lt;br /&gt;
== Multi-conductor Lines ==&lt;br /&gt;
&lt;br /&gt;
The travelling wave line model for the single-phase lossless line can be extended to a [[Multi-conductor_Line_Models|multi-conductor line]] of n conductors by replacing the voltage and current quantities with &amp;lt;math&amp;gt;n \times 1 &amp;lt;/math&amp;gt; vectors, e.g. for a three-phase, three-conductor line:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \boldsymbol{V}(x,t) = \left[ \begin{matrix} \boldsymbol{V_{a}}(x,t) \\ \boldsymbol{V_{b}}(x,t) \\ \boldsymbol{V_{c}}(x,t) \end{matrix} \right]  \, &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt; \boldsymbol{I}(x,t) = \left[ \begin{matrix} \boldsymbol{I_{a}}(x,t) \\ \boldsymbol{I_{b}}(x,t) \\ \boldsymbol{I_{c}}(x,t) \end{matrix} \right]  \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And the inductance and capacitance (per unit length) with &amp;lt;math&amp;gt;n \times n &amp;lt;/math&amp;gt; matrices to capture the mutual coupling between phases, e.g. for a three-phase, three-conductor line:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; [L] = \left[ \begin{matrix}&lt;br /&gt;
L_{aa} &amp;amp; L_{ab} &amp;amp; L_{ac} \\&lt;br /&gt;
L_{ba} &amp;amp; L_{bb} &amp;amp; L_{bc}  \\&lt;br /&gt;
L_{ca} &amp;amp; L_{cb} &amp;amp; L_{cc} \end{matrix} \right]  \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; [C] = \left[ \begin{matrix}&lt;br /&gt;
C_{aa} &amp;amp; C_{ab} &amp;amp; C_{ac} \\&lt;br /&gt;
C_{ba} &amp;amp; C_{bb} &amp;amp; C_{bc} \\&lt;br /&gt;
C_{ca} &amp;amp; C_{cb} &amp;amp; C_{cc} \end{matrix} \right]  \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transmission line wave equations for the single-phase model (see equations (5) and (6) above) can now be re-written for the multi-conductor model as follows:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial^{2} \boldsymbol{V}(x, t)}{\partial x^{2}} = [L][C] \frac{\partial^{2} \boldsymbol{V}(x,t)}{\partial t^{2}} \, &amp;lt;/math&amp;gt; ... Equ. (10)&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \frac{\partial^{2} \boldsymbol{I}(x, t)}{\partial x^{2}} = [C][L] \frac{\partial^{2} \boldsymbol{I}(x,t)}{\partial t^{2}} \, &amp;lt;/math&amp;gt; ... Equ. (11)&lt;br /&gt;
&lt;br /&gt;
Unlike the single-phase case, there is no general solution to the second-order differential equations (10) and (11) since the matrix product [L][C] is typically full (i.e. off-diagonals are non-zero). To solve these differential equations, a '''modal transformation''' is required to decouple the phases (refer to [[Distributed_Parameter_Line_Model#Modal_Transformation|this section of the distributed parameter line article]] for more details on the modal transformation).&lt;br /&gt;
&lt;br /&gt;
The voltage and current vectors are transformed from the phase domain to the modal domain by the &amp;lt;math&amp;gt;n \times n &amp;lt;/math&amp;gt; transformation matrices &amp;lt;math&amp;gt;[T_{v}] \, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;[T_{i}] \, &amp;lt;/math&amp;gt;, such that:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\boldsymbol{V}(x,t) = [T_{v}] \boldsymbol{V'}(x,t)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\boldsymbol{I}(x,t) = [T_{i}] \boldsymbol{I'}(x,t)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; \boldsymbol{V'}(x,t)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \boldsymbol{I'}(x,t)&amp;lt;/math&amp;gt; are the modal voltage and current vectors, i.e.&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \boldsymbol{V'}(x,t) = \left[ \begin{matrix} \boldsymbol{V_{0}}(x) \\ \boldsymbol{V_{1}}(x) \\ \boldsymbol{V_{2}}(x) \end{matrix} \right]  \, &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt; \boldsymbol{I'}(x,t) = \left[ \begin{matrix} \boldsymbol{I_{0}}(x) \\ \boldsymbol{I_{1}}(x) \\ \boldsymbol{I_{2}}(x) \end{matrix} \right]  \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transformation matrices &amp;lt;math&amp;gt;[T_{v}] \, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;[T_{i}] \, &amp;lt;/math&amp;gt; are selected such that they are the [http://en.wikipedia.org/wiki/Eigenvectors eigenvectors] of [L][C] and [C][L] respectively (note that they have the same eigenvalues).&lt;br /&gt;
&lt;br /&gt;
In the modal domain, equations (10) and (11) can be re-written as sets of decoupled equations, i.e.&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \left[ \begin{matrix} \frac{d^{2} \boldsymbol{V_{0}}(x,t)}{dx^{2}} \\ \\ \frac{d^{2} \boldsymbol{V_{1}}(x,t)}{dx^{2}} \\ \\ \frac{d^{2}\boldsymbol{V_{2}}(x,t)}{dx^{2}} \end{matrix} \right] = &lt;br /&gt;
\left[ \begin{matrix}&lt;br /&gt;
\lambda_{0} &amp;amp;  &amp;amp;  \\&lt;br /&gt;
 &amp;amp; \lambda_{1} &amp;amp;  \\&lt;br /&gt;
 &amp;amp; &amp;amp; \lambda_{2} \end{matrix} \right] &lt;br /&gt;
&lt;br /&gt;
\left[ \begin{matrix} \frac{d^{2} \boldsymbol{V_{0}}(x,t)}{dt^{2}} \\ \\ \frac{d^{2} \boldsymbol{V_{1}}(x,t)}{dt^{2}} \\ \\ \frac{d^{2}\boldsymbol{V_{2}}(x,t)}{dt^{2}} \end{matrix} \right] \, &amp;lt;/math&amp;gt; ... Equ. (12)&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; \left[ \begin{matrix} \frac{d^{2} \boldsymbol{I_{0}}(x,t)}{dx^{2}} \\ \\ \frac{d^{2} \boldsymbol{I_{1}}(x,t)}{dx^{2}} \\ \\ \frac{d^{2}\boldsymbol{I_{2}}(x,t)}{dx^{2}} \end{matrix} \right] = &lt;br /&gt;
\left[ \begin{matrix}&lt;br /&gt;
\lambda_{0} &amp;amp;  &amp;amp;  \\&lt;br /&gt;
 &amp;amp; \lambda_{1} &amp;amp;  \\&lt;br /&gt;
 &amp;amp; &amp;amp; \lambda_{2} \end{matrix} \right] &lt;br /&gt;
&lt;br /&gt;
\left[ \begin{matrix} \frac{d^{2} \boldsymbol{I_{0}}(x,t)}{dt^{2}} \\ \\ \frac{d^{2} \boldsymbol{I_{1}}(x,t)}{dt^{2}} \\ \\ \frac{d^{2}\boldsymbol{I_{2}}(x,t)}{dt^{2}} \end{matrix} \right]  \, &amp;lt;/math&amp;gt; ... Equ. (13)&lt;br /&gt;
&lt;br /&gt;
These modal differential equations can then be solved individually using [http://en.wikipedia.org/wiki/D%27Alembert%27s_formula d'Alembert's formula]. For example, the solution for mode 0 is:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; I_{0}(x, t) = i_{0}^{+}(x - v_{0}t) + i_{0}^{-}(x + v_{0}t) \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; V_{0}(x, t) = v_{0}^{+}(x - v_{0}t) + v_{0}^{-}(x + v_{0}t) \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; v_{0} = \frac{1}{\sqrt{\lambda_0}} \, &amp;lt;/math&amp;gt; is the velocity of propagation for mode 0 (m/s)&lt;br /&gt;
:: &amp;lt;math&amp;gt; i^{+}(t) \, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; i^{-}(t) \, &amp;lt;/math&amp;gt; are current functions for mode 0&lt;br /&gt;
:: &amp;lt;math&amp;gt; v^{+}(t) \, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; v^{-}(t) \, &amp;lt;/math&amp;gt; are voltage functions for mode 0&lt;br /&gt;
&lt;br /&gt;
Once modal domain quantities are calculated, then the phase domain quantities can be found by applying the inverse transformation.&lt;br /&gt;
&lt;br /&gt;
Finally, it should be noted that the general solution using the modal transformation only applies to '''lossless''' multi-conductor lines. The generic lossy line suffers from the same issues as described earlier for the [[Travelling_Wave_Line_Model#Generic_Lossy_Single-Phase_Lines|lossy single-phase line]], i.e. multiple cross-coupling terms that render d'Alembert's formula unusable.&lt;br /&gt;
&lt;br /&gt;
== Frequency Dependency of Line Parameters ==&lt;br /&gt;
&lt;br /&gt;
So far, we have described the per unit length inductance (L), capacitance (C), resistance (R) and conductance (G) parameters of the line as fixed and constant for the full range of frequencies. However, this is not a valid assumption, particularly at high frequencies. For example, the [http://en.wikipedia.org/wiki/Skin_effect skin effect] leads to higher resistances at higher frequencies. It is therefore more correct to characterise the line parameters as having frequency dependencies, i.e. &amp;lt;math&amp;gt;L(\omega) \, &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;C(\omega) \, &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;R(\omega) \, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;G(\omega) \, &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Related Topics == &lt;br /&gt;
&lt;br /&gt;
:* [[Overhead Line Models]]&lt;br /&gt;
:* [[Distributed Parameter Line Model]]&lt;br /&gt;
:* [[Bergeron Line Model]]&lt;br /&gt;
:* [[Frequency Dependent Line Model]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Modelling / Analysis]]&lt;/div&gt;</summary>
		<author><name>Jules</name></author>
	</entry>
</feed>