3 Engineering Example 1
3.1 Detecting a train on a track
Introduction
One means of detecting trains is the ‘track circuit’ which uses current fed along the rails to detect the presence of a train. A voltage is applied to the rails at one end of a section of track and a relay is attached across the other end, so that the relay is energised if no train is present, whereas the wheels of a train will short circuit the relay, causing it to de-energise. Any failure in the power supply or a breakage in a wire will also cause the relay to de-energise, for the system is Òfail safeÓ. Unfortunately, there is always leakage between the rails, so this arrangement is slightly complicated to analyse.
Problem in words
A 1000 m track circuit is modelled as ten sections each 100 m long. The resistance of 100 m of one rail may be taken to be 0.017 ohms, and the leakage resistance across a 100 m section taken to be 30 ohms. The detecting relay and the wires to it have a resistance of 10 ohms, and the wires from the supply to the rail connection have a resistance of 5 ohms for the pair. The voltage applied at the supply is 4 . See diagram below. What is the current in the relay?
Figure 1
Mathematical statement of problem
There are many ways to apply Kirchhoff’s laws to solve this, but one which gives a simple set of equations in a suitable form to solve is shown below. is the current in the first section of rail (i.e. the one close to the supply), , , the current in the successive sections of rail and the current in the wires to the relay. The leakage current between the first and second sections of rail is so that the voltage across the rails there is volts. The first equation below uses this and the voltage drop in the feed wires, the next nine equations compare the voltage drop across successive sections of track with the drop in the (two) rails, and the last equation compares the voltage drop across the last section with that in the relay wires.
These can be reformulated in matrix form as , where is the column vector with first entry and the other entries zero, is the column vector with entries and is the matrix
Find the current in the relay when the input is 4 , by Gaussian elimination or by performing an L-U decomposition of .
Mathematical analysis
We solve as above, although actually we only want to know . Letting be the matrix with the column added at the right, as in Section 30.2, then performing Gaussian elimination on , working to four decimal places gives
from which we can calculate that the solution is
so the current in the relay is amps, or A to two decimal places.
You can alternatively solve this problem by an L-U decomposition by finding matrices and such that . Here we have
and
Therefore and hence and again the current is found to be amps.
Mathematical comment
You can try to solve the equation by Jacobi or Gauss-Seidel iteration but in both cases it will take very many iterations (over to get four decimal places). Convergence is very slow because the norms of the relevant matrices in the iteration are only just less than 1. Convergence is nevertheless assured because the matrix is diagonally dominant.