You are on page 1of 47

Introduction to Digital Control System

1. Introduction:
A digital control system model can be viewed from different perspectives
including control algorithm, computer program, conversion between analog and
digital domains, system performance etc. One of the most important aspects is
the sampling process level. In continuous time control systems, all the system
variables are continuous signals. Whether the system is linear or nonlinear, all
variables are continuously present and therefore known (available) at all times. A
typical continuous time control system is shown in Figure 1.

Figure 1: A typical closed loop continuous time control system

In a digital control system, the control algorithm is implemented in a digital


computer. The error signal is discretized and fed to the computer by using an A/D
(analog to digital) converter. The controller output is again a discrete signal which
is applied to the plant after using a D/A (digital to analog) converter. General block
diagram of a digital control system is shown in Figure 2.

e(t) is sampled at intervals of T. In the context of control and communication,


sampling is a process by which a continuous time signal is converted into a
sequence of numbers at discrete time intervals. It is a fundamental property of
digital control systems because of the discrete nature of operation of digital
computer.

Figure 3 shows the structure and operation of a finite pulse width sampler, where
(a) represents the basic block diagram and (b) illustrates the function of the same.
T is the sampling period and p is the sample duration

Figure 2: General block diagram of a digital control system


Figure 3: Basic structure and operation of a finite pulse width sampler

In the early development, an analog system, not containing a digital device like
computer, in which some of the signals were sampled, was referred to as a
sampled data system. With the advent of digital computer, the term discrete-time
system denoted a system in which all its signals are in a digital coded form. Most
practical systems today are of hybrid nature, i.e., contains both analog and
digital components.

Before proceeding to any depth of the subject we should first understand the
reason behind going for a digital control system. Using computers to implement
controllers has a number of advantages. Many of the difficulties involved in
analog implementation can be avoided. Few of them are enumerated below.

1. Probability of accuracy or drift can be removed.


2. Easy to implement sophisticated algorithms.
3. Easy to include logic and nonlinear functions.
4. Re-configurability of the controllers.

1.1 A Naive Approach to Digital Control

One may expect that a digital control system behaves like a continuous time
system if the sampling period is sufficiently small. This is true under reasonable
assumptions. A crude way to obtain digital control algorithms is by writing the
continuous time control law as a differential equation and approximating the
derivatives by differences and integrations by summations. This will work when
the sampling period is very small. However various parameters, like over shoot,
settling time will be slightly higher than those of the continuous time control.

Example: PD controller

A continuous time PD controller can be discretized as follows:


where k represents the discrete time instants and T is the discrete time step or the
sampling period. We will see later the control strategies with different behaviors,
for example deadbeat control, can be obtained with computer control which are
not possible with a continuous time control.

1.2 Aliasing

Stable linear systems have property that the steady state response to sinusoidal
excitations is sinusoidal with same frequency as that of the input. But digital
control systems behave in a much more complicated way because sampling will
create signals with new frequencies. Aliasing is an effect of the sampling that
causes different signals to become indistinguishable. Due to aliasing, the signal
reconstructed from samples may become different than the original continuous
signal. This can drastically deteriorate the performance if proper care is not taken.

2. Inherently Sampled Systems

Sampled data systems are natural descriptions for many phenomena. In some
cases sampling occurs naturally due to the nature of measurement system
whereas in some cases it occurs because information is transmitted in pulsed
form. The theory of sampled data systems thus has many applications.

a. Radar: When a radar antenna rotates, information about range and direction is
naturally obtained once per revolution of the antenna.

b. Economic Systems: Accounting procedures in economic systems are generally


tied to the calendar. Information about important variables is accumulated only at
certain times, e.g., daily, weekly, monthly, quarterly or yearly even if the
transactions occur at any point of time.

c. Biological Systems: Since the signal transmission in the nervous system


occurs in pulsed form, biological systems are inherently sampled.

All these discussions indicate the need for a separate theory for sampled data
control systems or digital control systems.

3. How Was Theory Developed?

a. Sampling Theorem: Since all computer controlled systems operate at discrete


times only, it is important to know the condition under which a signal can be
retrieved from its values at discrete points. Nyquist explored the key issue and
Shannon gave the complete solution which is known as Shannon’s sampling
theorem. We will discuss Shannon’s sampling theorem in proceeding lectures.

b. Difference Equations and Numerical Analysis: The theory of sampled-data


system is closely related to numerical analysis. Difference equations replaced the
differential equations in continuous time theory. Derivatives and integrals are
evaluated numerically by approximating them with differences and sums.

c. Transform Methods: Z-transform replaced the role of Laplace transform in


continuous domain.

d. State Space Theory: In late 1950’s, a very important theory in control system
was developed which is known as state space theory. The discrete time
representations of state models are obtained by considering the systems only at
sampling points.

4. Discrete time system representations

As mentioned above, discrete time systems are represented by difference


equations. We will focus on LTI systems unless mentioned otherwise.

4.1 Approximation for numerical differentiation

1. Using backward difference

(a) First order

(b) Second order

2. Using forward difference

(a) First order

(b) Second order


4.2 Approximation for numerical integration

The numerical integration technique depends on the approximation of the


instantaneous continuous time signal. We will describe the process of backward
rectangular integration technique.

Figure 4: Concept behind Numerical Integration

As shown in Figure 4, the integral function can be approximated by a number of


rectangular pulses and the area under the curve can be represented by
summation of the areas of all the small rectangles. Thus,
The above expression is a recursive formulation of backward rectangular
integration where the expression of a signal at a given time explicitly contains the
past values of the signal. Use of this recursive equation to evaluate the present
value of u(NT) requires to retain only the immediate past sampled value e((N −1)T)
and the immediate past value of the integral u((N −1)T), thus saving the storage
space requirement.

In forward rectangular integration, we start approximating the curve from top


right corner. Thus the approximation is

The recursive relation of the forward rectangular integration is:

Polygonal or trapezoidal integration is another numerical integration technique


where the total area is divided into a number of trapezoids and expressed as the
sum of areas of individual trapezoids.

Example 1: Consider the following continuous time expression of a PID


controller:

Where u (t) is the controller output and e (t) is the input to the controller.
Considering t = NT, find out the recursive discrete time formulation of u (NT) by
approximating the derivative by backward difference and integral by backward
rectangular integration technique.

Solution: u (NT) can be approximated as


which is the required recursive relation.

Similarly, if we use forward difference and forward rectangular integration, we


would get the recursive relation as

4.3 Difference Equation Representation

The general linear difference equation of an nth order causal LTI SISO system is:

where y is the output of the system and u is the input to the system and m≤n.
This inequality is required to avoid anticipatory or non-causal model.

Example 2: If you express the recursive relation for PID control in general
difference equation form, is the system causal?
Solution: The output of the PID controller is u and the input is e. When
approximated with forward difference and forward rectangular integration, u(NT)
is found as:

By putting N = k+1 and comparing with general difference equation, we can say n
= 1 whereas m = 2. Thus the system is non-causal. However, when the
approximation uses backward difference and backward rectangular integration,
the approximated model becomes causal.
5. Mathematical Modeling of Sampling Process
Sampling operation in sampled data and digital control system is used to model
either the sample and hold operation or the fact that the signal is digitally coded.
If the sampler is used to represent S/H (Sample and Hold) and A/D (Analog to
Digital) operations, it may involve delays, finite sampling duration and
quantization errors. On the other hand if the sampler is used to represent
digitally coded data the model will be much simpler. Following are two popular
sampling operations:

1. Single rate or periodic sampling

2. Multi-rate sampling

We would limit our discussions to periodic sampling only.

5.1 Finite pulse width sampler

In general, a sampler is the one which converts a continuous time signal into a
pulse modulated or discrete signal. The most common type of modulation in the
sampling and hold operation is the pulse amplitude modulation.

The symbolic representation, block diagram and operation of a sampler are


shown in Figure 5. The pulse duration is p second and sampling period is T
second. Uniform rate sampler is a linear device which satisfies the principle of
superposition. As in Figure 5, p (t) is a unit pulse train with period T.

where us(t) represents unit step function. Assume that leading edge of the pulse
at t = 0 coincides with t = 0. Thus f*p (t) can be written as
Figure 5: Finite pulse width sampler: (a) Symbolic representation (b) Block diagram
(c) Operation.

Frequency domain characteristics:

Since p(t) is a periodic function, it can be represented by a Fourier series, as


Using complex shifting theorem of Fourier transform

The above equation implies that the frequency contents of the original signal f(t)
are still present in the sampler output except that the amplitude is multiplied by
𝑝
the factor 𝑇 . For n ≠ 0, Cn is a complex quantity, the magnitude of which is,
Sampling operation retains the fundamental frequency but in addition, sampler
output also contains the harmonic components.

According to Shannon’s sampling theorem, “if a signal contains no frequency


higher than wc rad/sec, it is completely characterized by the values of the signal
measured at instants of time separated by T = π/wc sec.”

Sampling frequency rate should be greater than the Nyquist rate which is twice
the highest frequency component of the original signal to avoid aliasing.

If the sampling rate is less than twice the input frequency, the output frequency
will be different from the input which is known as aliasing. The output frequency
in that case is called alias frequency and the period is referred to as alias period.

The overlapping of the high frequency components with the fundamental


component in the frequency spectrum is sometimes referred to as folding and the
𝑊𝑆
frequency is often known as folding frequency. The frequency wc is called
2
Nyquist frequency.

A low sampling rate normally has an adverse effect on the closed loop stability.
Thus, often we might have to select a sampling rate much higher than the
theoretical minimum.

5.2 Flat-top approximation of finite-pulse width sampling

The Laplace transform of f*p (t) can be written as


If the sampling duration p is much smaller than the sampling period T and the
smallest time constant of the signal f(t), the sampler output can be approximated
by a sequence of rectangular pulses since the variation of f(t) in the sampling
duration will be less significant. Thus for k = 0, 1, 2…..... f*p (t) can be expressed
as an infinite series

Taking Laplace transform,

Since p is very small, e−ps can be approximated by taking only the first 2 terms,
as

In time domain,

where, δ(t) represents the unit impulse function. Thus the finite pulse width
sampler can be viewed as an impulse modulator or an ideal sampler connected in
series with an attenuator with attenuation p.

5.3 The ideal sampler

In case of an ideal sampler, the carrier signal is replaced by a train of unit


impulse as shown in Figure 6. The sampling duration p approaches 0, i.e., its
operation is instantaneous.
Figure 6: Ideal sampler operation

The output of an ideal sampler can be expressed as

One should remember that practically the output of a sampler is always followed
by a hold device which is the reason behind the name sample and hold device.
Now, the output of a hold device will be the same regardless the nature of the
sampler and the attenuation factor p can be dropped in that case. Thus the
sampling process can be be always approximated by an ideal sampler or impulse
modulator.

6. Data Reconstruction
Most of the control systems have analog controlled processes which are
inherently driven by analog inputs. Thus the outputs of a digital controller
should first be converted into analog signals before being applied to the systems.
Another way to look at the problem is that the high frequency components of f(t)
should be removed before applying to analog devices. A low pass filter or a data
reconstruction device is necessary to perform this operation.

In control system, hold operation becomes the most popular way of


reconstruction due to its simplicity and low cost. Problem of data reconstruction
can be formulated as:
“ Given a sequence of numbers, f(0),f(T),f(2T),··· ,f(kt),···, a continuous time signal
f(t), t ≥ 0, is to be reconstructed from the information contained in the sequence.”

Data reconstruction process may be regarded as an extrapolation process since


the continuous data signal has to be formed based on the information available
at past sampling instants. Suppose the original signal f(t) between two
consecutive sampling instants kT and (k + 1)T is to be estimated based on the
values of f(t) at previous instants of kT, i.e., (k − 1)T, (k − 2)T, ···0.

Power series expansion is a well-known method of generating the desired


approximation which yields

Since the only available information about f(t) is its magnitude at the sampling
instants, the derivatives of f(t) must be estimated from the values of f(kT), as

6.1 Zero Order Hold

Higher the order of the derivatives to be estimated is, larger will be the number of
delayed pulses required. Since time delay degrades the stability of a closed loop
control system, using higher order derivatives of f(t) for more accurate
reconstruction often causes serious stability problem. Moreover a high order
extrapolation requires complex circuitry and results in high cost.

For the above reasons, use of only the first term in the power series to
approximate f(t) during the time interval kT ≤ t < (k+1)T is very popular and the
device for this type of extrapolation is known as zero-order extrapolator or zero
order hold. It holds the value of f(kT) for kT ≤ t < (k + 1)T until the next sample
f((k + 1)T) arrives. Figure 7 illustrates the operation of a ZOH where the green

line represents the original continuous signal and brown line represents the
reconstructed signal from ZOH.
Figure 7: Zero order hold operation

The accuracy of zero order hold (ZOH) depends on the sampling frequency. When
T → 0, the output of ZOH approaches the continuous time signal. Zero order hold
is again a linear device which satisfies the principle of superposition.

Figure 8: Impulse response of ZOH

The impulse response of a ZOH, as shown in Figure 8, can be written as


to − can be regarded as a phase change of −1800. Thus the phase Characteristics
of ZOH is linear with jump discontinuities of −1800 at integral multiple of ws.
The magnitude and phase characteristics of ZOH are shown in Figure 9.

6.2 First Order Hold

When the 1st two terms of the power series are used to extrapolate f(t), over the
time interval kT < t < (k + 1)T, the device is called a first order hold (FOH). Thus

Impulse response of FOH is obtained by applying a unit impulse at t = 0, the


corresponding output is obtained by setting k = 0,1,2,.....
Figure 9: Frequency response of ZOH

f(t) = 0 for t ≥ 2T. Figure 10 shows the impulse response of first order hold.

Figure 10: Impulse response of First Order Hold

If we combine all three regions, we can write the impulse response of a first order
hold as,
One can verify that according to the above expression, when 0 ≤ t < T, only the
first term produces a nonzero value which is nothing but (1+t/T). Similarly, when
T ≤ t < 2T, first two terms produce nonzero values and the resultant is (1 − t/T).
In case of t ≥ 2T, all three terms produce nonzero values and the resultant is 0.

The transfer function of a first order hold is:

The frequency response is shown in Figure 11.

Figure 11: Frequency response of FOH

Figure 12 shows a comparison of the reconstructed outputs of ZOH and FOH.


Figure 12: Operation of ZOH and FOH
g !al-c-- Apde A*-
ra.-*r
t* \.'^\.

€ b"!1- 11'a- 64ate + {+.4-- c['*"n.r'c Agzvur> l'&


*-'2--
krtzo.tts,>Y Gnbb ter- Cr,tt."f ++-'2--- ftLa*e- \G<-o"'*
".e+ + lGnor,^:t"d3
&*I. tr'r+ t*a-- e- + $..*z 11^s-6r'ablQ- o"L-
t =b, *o6e*e< tli+h ; l9'nwt"A3e + U-''e--
'Y
+- frl . UT*f J"*er.cP.-"g A-,e- Ed',^"fou-r +
TFe- ,u-'.l- ttu-- 'zgsLe"'>
++* *fG +-. tzto' 1r-
tp.''-f*t [^"1 bJ'r'tn"t' V
Y"yT,< +a F42-ft^1 {,^U*.re.
+r.-- Af^
u
+-r^-- #'r.ti- \fo.n'c.bl*-* + *Jd
t
.9u,^f- forrLbt"g'-
l- -^
'-"0.r
\-',^.- !^.,-\-

Le-t \tvrbblo* /te/*)eDl


EyYcr> a.rL +
V+p-- rr^lt'it-o-L
b'e*e' fat"rbbter- o"F
3,^"x +r"a-t #1L LQao,at*$e- +
b? !8".,- t-- to-, t-rrlolnt.:. sor*le tJ>e-- lq-'* t"-\ e- #

; ?.y* -t-." t.# G.-rql3 aeF.''.-1.,"s a'"--Jd'-*'


IJ
tor--.rio,^* .:.1a-- Lzb ) l"e, A2- '*L€.fe-
rL6zvr^, +"<
+ a.vc-- w1e-- !.'','''l'tcz-F
Llptun
Var,,o^br"4,
+ L {.-r-t
leg # J.*"-t.o?"'e- +h4-- -g!-ale-+-
+
&eh !6-c,'ob
1'f-e- 44r""*rt'. *f*'
.T}.- n-- A..not ,q;:icr-tal Lyu't-e- VOh-ore' Co O:aLiole
-^-z- .Qr6,ze.'--
-9lt*fe-
f
CLal & C-on ,Lt'aVf y t|le- :/--raat\, >Cto>u',t' )Ct" a>QeA '

L,Oh c--.c- * t, *Z , - :Ln c-{r-€-- 7$1r.:he \6a-r-lbble* t'k CatrcJ

& .Ltnte -*..YLr-. *ta &tale' G" be- '<Tauz-e-nt ed.


"?n t1"e- *b^Ie
bfu T'I
ft"*
.9tq-tc- Vc-cle'r '. A 6!alc- \.ealcr'r fE Oz nxl Ve-utrf tt^o+
O.-1-"{y W--- 2;urre xc+) -F- o.l *frrro--
clete-c roPoe.g
ftfu t'(5-8
t Z to., 0,.r"* fr-tc-- pLa+]e- at t = t-D {ve(L o,a-l ff1a- t1p.rr

tti-+) +-. t Z tD l"'

J'a e,r{ Vecl--u l- +*-- F,"put V e-L fur l^dr o- lT'x I C"Lrrtto-t y e.r-tar ;".2_
vt-,& j

r"ll-.rLt" tt-,-- ?)nn>en$ o'c e- the- r., t.f*U* tI,, [z- tlrrr )

sJsg y3:r- A" uur* y g!+t'r lnA oa P xI C-o\u.nn vet-+o6

frc w hr'ch +tz-- ele-"'nL1 cr.o e.- ++-e- r *T-,* 9,L


sr"
3 r* +Vrryz frDo4.rix''R' -! TF--- E*,;tr"-t= r.:o.{-,'=- 'd f A rn x n
\.'^..-\45 0

C-so.atc'oL roc.-t-"i=c- \e'lo'tfl11-


tlz-- r'++e-- \lo'"n'c.bte* of
f t+-a-
&6.;ve-rt to tFv-- $'-,ar cl.-rlrr-q-He* + tt"c-- /Ltrlte^ Vu"nLutas-

tBt lr'-c.n r>xrn


f,no,,t- rnctlr="lzc- 8i 'Iaz- foSt t-nct-l-{=c-

ffimr- rcrs,*-? +tu*,ap*b vo"rio-urn* + *''e--


Et*r* t! the- .$'-.eF J-e-n-,\oHas. + * ^.-.-,'e \Coc'ULe{ '
PXn
0a.mrr
.-r^,L--..

"cda+f'X ttz-- .Ct*tq fo.rr'c.bl-eg b- tt^€-


C-on,gta.nl rncttriz
*tfoO.
Tv".n..-'h\.o- rnolnz'.3 :- TI'-'t-- 'L'r-*n*tl lt*- *L'.'=. tci
!.----
u-

rl,-o-FX..C.sn.gtaot_.-"'0.|.ri>c.rr.le.H3 H-,L TopuFTr tS[5--


I

'F+'t- blr-tero-'
Slor. $r*-r'i*r'- TF-'€-- E, Lq-Fe- ft^H<ctD5 o.weo^ A,e-F slr- -|.:'.+ -
Q-.[.- Jrl4 ar€,"h'|al fr,^'X'.rrr.b )- r,.tloe*<.- in. tfz- f;.^sr Jt't'"tlitel
4 ++2 nglafe. Von..rbbl ea G-rre. €E pl.rl{t6ed io t-.t}A + +'4^'--
r r r, e p.;:VF.-- J * J-r-- o..z lo*
+'b"- g,ralexn
k+a+<- ffO-rr'cOte*, Arnd ++^t---f,^o,,tts '+ .

1A
*
+drr)=ntE€:g! f /ll_ t4norrir) q'a_bh2- ,Etak \t'o'h"crn +
vd

*tr*'
'iT-,.- ,*I-"lz \"ol;"-'* 0; tvz
*y
W ,rafr'rne
-L
: ln.. Jd-"^'-..l..
t*b
&t^H w)4 + ++*--' Uff'*'
*&** Orae- Co"ut""l

ar,..-- fuvya rd-"- aarrput-


e''1.,at''ov- Q'-d
-tt- *'- H,.a-
gou*Ho.o+, to5etr"r-c cr-ua c-r-*..c' **-,^e* ,.*-,--- -na-b ry
/+',,zsFq..1' f,'F i'<' c- eLo"l;c' Vo.f,t'c'tra
-5T*Lo!{v-o)- sb-++'a
AXaU.-Q- . !ts i'<-5tverr t9
ic*f > A xL+) + e,-.+)
)cr)= cx ct) + Dut+)
E1g e.,c rrc.Lu.g l- TD*-- vootr bt-,a- C-her>a!.-be-a'.',Bkr'C- gn\3.N$sr2__
\./\.-- *^ +
of-cr. bte-le t--oo[e.l , I lI - Rl=o Q.'r'e-
+tert &-ttecl H-,e_ et"-z-
\fcttrt!-g tilr tine- rn-et-rft:e. F.

E q a.- V e.r.tcru )- - A^ff


Q e-r.' Ve-r-trvr P; thaf l-"'tr
n."n x<h"g
-9------t---^

+T^z-rnot-rri=c- 8t*Ha'z- I f f - R i = o- u..l!re-r tr; i -- \\,---


t-n
I
F
J.eneFc+ +he- rr*tu9 + 'At r'ffr Crr-tt e-4 H'?- ?2"nvfu
%*
rr*\rro- )t-;
+ ?}t cL r+o t-"cr-t<'cl t',,9 t Lh- t+=- eq-"-'
o
TF,.- r->a*tt'*- {-".r'"-f w2 i t+.{- &V'---
f-tod"el o1,;Art2;.- v
'+#
t*8r.cr-tt<acl {+?-- rtsdol Cncr*"6a- '
Ve-r-ta,+ -h3ettre- (- Cotrrrnn -t-of.+e)

Drr*, sr-r'r'b'zf.zq rncrhr;{- !- Tf-- r-<r- o d.-c.-\ nnc*-t-i- t--+ e-cl {-D
M !-\-\.r'\.

&y*.L'4u ++1L- ,Z6ater-rz- rro{-.rf=E Ln'l t'R. Co.-LLc-J

fu- &tA.,-'*{ t? rnq-L'ro'2 .

\foncla.v f'nond.e- .noSZ, fk-


C-an be.- ntferZ- r"f
o- *f e-r-,b,l +..t,-) s$- rnsAol rrrncbof:e' U9 hr1-1D
J;*"ort5, f r' ?r' O*fnl'crrl t*...r
AnA a\t i Fp Lt"., valur-q or=e.- J---sb'n F .

M""[, k"-l !6'-Ju- [.4onrle- fnctbriz- i Th"- t-2tJrh*l \fa.ndsv rnorrla-


\--\^*, \-^\.--\.^ -/^.-*-
-'^-Y.---
6'6o.t-ci-- t'g--q- ,&'feubtl erf rnodo.-l rro{xi=c- uoh:'tf- tottz-
ierrtcn
bu ral-i*.o ol-r'.-er-tL!- r i'l- tt-z--- &Vf ern' rTr'a{Ti=e. "d f * \'z-
(-ornfo.rua!-2-- f-.'tcn o.-,-A Rcs*rle 1?+b &3". vqhr-rr- Q.Yc--
V e-ya-at ed "
* J+ Cua- be Of
f
t'- {D l) crr>-- -lfou,- *yV"t-, .

?.arm.n'.-r- v -Lyurtt, *
* Lv c-oq- Le-
Tft- +.' h'[e, .

* Jr c-." be 0fftt {iD nn,r}te- ?.yub rndhfh- S-T"n


^f4,
J) f,** r.d.r-" $U",rt Ed ?,afu-.,ol 'e-tarc- { bh'- &.d.Le-z-

.gt-q l-€- {r'-o."o.; h.t r--

b-raf e-ol-io'fr"+ t+?a-

F.*- ho..ro *lrc;!e-- &,^o.b,.tn-


L
itt: = F xt*)
Ae-l,,vLF
3s f+ =*tr -f u>|- tha- -ft.. + w12-
re teJrL .

1l-re_ -sT-t'l \'F. +f-'c-- ?."tto.-,7-


.eotrcD t rnn-{sr'>c .
'Tfu- rn-a{cr'z Pt-f'-t"tf^'r'f uh' Cu-;ru+ Our -L't'*"*t' F''t"o -lr
g1fu.I-e -f -""'-., J-- ?*iU,ut a'ta't-e :tto) o't- t= o, tp a etr.lL

Xc+la'bLf.oel,*t.r,.e-l[_r.8r[9.-o.,o..c^-4"{-he.zYa*._
rraot-ioc
-flz.-15ar'h'ot2-

?*u.jh* + Er,-r.-@S*b
\-/\"ry
--+ (-r2-bo)
; +FLtr-t1)ttrr-r-)
5* =
^> S c"l = ",
aA
Lo)

by ,t^o,
c>
$-'r+l -- + L- r)
A> $ ctr) t u') --* Lt' + t')
l4,ilJ.-"
v\-,"1.-+

,Sjnf. ,r#A4{:
/^+l)
\-DI^.L"vfL

;1^''r1 ,."*;l C;Ll


"-t
Mo"Lu^,
fo''l ^i;
I
"tr^ )7't+ *f^o
^

/4 lt- ot
f^
(\o,^&, r"-)
-
i/1 -.-, o,

T.F , z ["ly)
zreI)rtrt G;il
\r{;0"
--JA- ^*1L"*
v'^'JL
MJ""
'-.-v"\-
oop,-^orL.
A]JA,-- tl I'o:
J-tt "tr c.^Ai''^ '*;t s d" - a, dlt noln
.f it lt ll
,l
^l^ u", t""r"tt
Llr t!.J?.c..aJ

3i

6f o- c".^, Lo tu7"^;t)
J t-a -J
--n to.
)^"^ 7*
i
\,) lt^o,7*T h
6;r O;If^r"7*
rr -I
-t LI ^ll f s gtu,^ tv) '(---^rJ
!(+l = Ar(1; + su(t)
-,\t^1- L\a-I.4-o^w
I *,"0L
-r OJr*+
tt
u,1^ fi tJ ycl) = cK&)eg*ct)
t't t) V. n-'
T"^ JId
, \t.lrt Lg r,t".vwrz
:t-,,.-
to''
!,. ,^,{;t"'*'^q{-
{ll x{+)l r I /K,(+) lll -
it,cr'\ - 1 A I lr-,c+rl
I

+;{ n ] f"ct>J f,, I


[x.co-j t 2.rL*,,*rJ A\
..
14, --t_
f,r
n'rf- i I
(t J,,,1 p *l! a .1 LL.! w* r -
- 4r*[I -)------+
C
' [q Cl) X,(t\ I
I Jr
x, tt) i -t-
J3,,*', ,l t I [ ",*r7
l
ll
lu/+)
= [.]
il
qr'DJ
D

'\
t\
:\
iJiv.. nt*t- u'At l.r -lL uL..L"J ';""b
D
q l'v. ^ [ 5r,:
,) L
+
I
{,
c

$*r-

X, -V"
Cr",rai L
h*'-1,"' :
!o= V. - Xr -'----': Q

J. c [tcf
U- )] t Df Dl+)]
q:
J
r "rlli1ll * [,)[")
lx,c+)l -
\-J
rl4
STa-{! -o
4'
lq\laua--
xt+>= AxCt) * B UCL)= | - r 7fX,l'JJ-r:'-
.i,r{ _
i,c+rJ

KrCl) K,C+;

"{ v"" dtt


ll+ Jl
or c-L^'e1\\ -y"it""
tL-- c Jv"
Tt
Jv"-
--r--J - tL

X,
I

e
4.2-O
,L-_d A.;,
AL
drt *z
Tv-
IJ 161
- \/ @
I J ---
I
= VpfV.iV.
V; =rrl?+vr1'xl
u. Kz,2tvL+x'
-XzR-X, --'O
\r
v, =u
8. -(J^t @ l',r @
-14.i,
I

U-XzR- K,
)t
*f,T U lr
- XrP _ _T
/

_+o - L8-Yr- T xr I
-__-,@

Ii, I -" lo
[ ', ] L-'t,
'1.
-Rl,
I
) f;:l 'f, .l*
i)
L

t'
I

t
I
a _r. 1

,_\7a\-, m
=Vc
3 =V.
z)
K' {t
Vc tL
,1
,^l - .l V"
:l
tr
l r-l-r
'-'L' Ic
i
It | -- rL *. o[v",
I Jb
.4u = I- tS
L
Jv. l1
f+ C c

X, -.uC _x,c
'-r
rt u *-l-c, x, --------+A
c

f = Vr-

Ai,
Tt
J.lt Xr

n L
n- --'
r x, ,lt)

J' v" - vc - /'l

.rr "l tt
[;;j l; :i ii:'i,]
f x'ro1n-
tyl= f' "l I x,c+tJ f"l ,
z) t, l.
.lZ; 4-i-
t(a
lc R^
Rr

rLr 0-
al -ur
.Y" = V"
?z= U,

X, X, Xa
\tr(l l/rLl

lLt
1x
Ji'
- 1' l-+ Ir,
t
R, il, + 1, s1 ;,
7I
l,)i, = Lt - R,il, .-V.
)v
Jir _--7Ll - Ft
t,/-l Vc I
It r- t
1t

X, r \,i, - R, y, _Ls
lt 1, 1, .i' e
.,o 1-- d
Kr P,
4
xr - LL| x, rB
d.t

vY!):f-'1' rt'i
'a
re_r* tQzill - 1,Jil, - v^ =o
Jt
/
J:1.'
<L .''lfL =
Lr- Rril, -v.
dL
Jrt
-- \z
LL - It
^ a/
-,<,
JI z LL 1L

Az-
v' - F-r N- I!t,
Lu 1,
i_l
rJ ' 1z
aL_ 9r' I
1L
r..
? Q.
1,. = tl, +tL.
c4v = yr +tr'-
JT
dV.= X' lXr
Ttcc
n -=J,x,
AE +IYr-'O
c
-j
[i,-l f-fL " -jl [ * li o o1 f u,1
\r.
r.'rl=ll'n,
E 1'll', 1*i- ii
-^tl ., I lololl"'t ,l
[{r] lr ; :'lL^iJ L <" J
I .
a,
()J

Utz y:v"=vc-X5 _5 (!,

IYJ =[" u '] I lll * [ l",l


xl] "] [ u,) L
4) o -"il
+0*
C6i.-,n
"{r#.".-{.^n
^t;t
P3^
F.* ^tr*'
i;*ra-, tr
tr-tb Jt' Jt
i,; r
= 9u,+ tot-l ,

JJ^^r- 3 ----- *, *-----, O

j *i,-x, l")
- ,f\
----,- It
,r {
f-n-t ^ -V3
-az
Y -------tat
--'> d'
-'a3
Qh* d!- * 6Ji * + e., = su,+ rou,
Jl' dt" At 'r& r

'1' *6J' lrJ


+ + 6y = Sr-,r + roLrr
p" *C13 + ll X) t 6r(r : sqr+to{r-
?t3 sLt l+lo v, - 6\.--LI)t >- 6-/, a*
It,l
1^t ['
t
"l l*-l
r | | x, ltl lo of
I
t

l["l la
l;l
O

L
r.j l-c _il *. ILr,,l l'
,)"
o to

q
t3 1= [, a .-l Ix,-l f oJ
'1r,, | '/"J
[
f,l
L U']
^\-J

-e.
a3 "r r
.X t, aYLr,
Ytt + 4i il! r:r
sl
' A7' )+q
I
1Cl) ' s,-'(t) ).

_) 7.t __)
1

1 --: 'xt -s az,

A,r --) )(z n*3 ------- @


1
-)
'--: '\, )
1
-2t '(\
* . *,r, r* xJ'('-
o l

*i*',-
..lt' *.,*,
)l' R
rrrr), su(i)

I +oJ r tJ,rJ = cq({)


l

X1 + 4:t3 1 +dr * "2ztr = S{r[t)


1] = su tt) "- 4a, * ?xr- ":d r _-)O
:i

l
i^".* t, ^ @,G)"-.J@
t)$&_qd.-
"Io t
I
IT'l * [u o s] [uc+f
lx, I'lo
:llll
I
o
L |i,J l, -+
A,#"J &e"
---1--- -1'
r,1
!- tJ =( ,"")
rl"l u
J

iil v.t+)
+

I
i,LL) >v0

J
/t ,
OL\;" _lL ,Q"J, p^ *L ^
a!.",L;*-[ u";r --t

"^.,!)
..lLL'
a^",'..' iv' I'q,'- ,[^^, S+ ;L vo''t"!'tt ^'Y
oir*t,
r,&{ v.ct>

f [r ",-..1
.r-;i--1-- J'u"
X' X1 X3
i, i, \t
Ol
1 Tft^1 Kvt "jl bf ,,

- IrRr- lt"lit- V"+ Vi -- o


AI
1,4i,= -i,p,*\r"*vi
Jt
l\,
dit - -;,R, ^

,V."
rk
(,
-Vc
\,/ ' ---;'
", I <l
tlry *3 --'
,/\l- -P.
..--,
'-l W - .l-Lt -,----oC
^l
<t <l/ (l
8l yr): 5"' J l^. I
lL

- l. ) ti * P"i.
'-"1 :-r- .
c2
+ \'. :o t ).-

)t ,4 tL
/ )i, - ot -r,\/
^"t :- = -F212 t \c
4r
il ,
dtz - N'ztz r:c\/-
At "1a 1
*'=
2{. 11 ___> @

*fc 'i-
t I.- ), r L-

"Jv. --'l 4 -C.


frJv.
-l
_ tq,
c
Jt,
C
ctL-t
lo
_>o

{ = qt" R,,
-)-4

lil [ IilI,I .* t{
[:j' ["
P2
'l [
"-l ",1
x, I +
'
["] ["]
[*,J
FvLk
._ .--_FWf,_
- Rf,, -v, -l- L/.Lt) - o
t
€O' =-!, 1 u. Ct )
.Dr .-v, l uCt) ,r- _e
i^W-at
e
e.
,l
KvL t" {r"'f -LL
L-+
!
- R[, - % +V1 = o
R$, = V'-V'
L, = Y, -v- f, = a, x:-
ee
.'7-7
ic, -_\.1 - lv,

e-lla\\ t
-'fi-r.
aIt '
v-
&
*,
?
-f?
/ -Nr
- {r_
p./
\ ''

--- q c'1 7'1 , 1,-


L e -
q _ JAt , .lt- -__--.-@
{

Rc -Ac * -d;

lr -- cA-y-
{
),t
cJV, -
fr" -ev
-.t, x-r

N-- ' *' - i


:_ -.
x->

)r ?c eo

-Jq.,
eL

Y =V, - \/" = /,y


n -D-- rj
(.,{t^V. \
[.; r r-J |._).
P' ll '' l; L
'- ll r
l lu.
I

/o' "l
/*,\ l+ i.)l^')
J LFL
Lr' l*
rr

t
o"h,^f &^
I
"ffi
it
ljl'f" rlI r'] , *
I
I
1
I:
[*,J' ["]
h

L
-t-l- {,*.t
T""^l^
ff- " fu, .glJ.
v- '-"-\-
M"J,!
+'pwt 6to./.r e<^ t,

x({) -q*ttl+BuCt)
I (
I XCs) = A{(s) r e uCs) ---+@
--nAp-7^
'o\^
JC+) =
cz tt) + DqCl )
YCt)=crCs)+DuCs) ,@
t^
j-\,o-rn U
(Y/c\ - A xCs) - B.-tCs)
&t x cs) - A xCs) -- I ,.Cs)
i c.r* A l ,
xcs) L-) gl uts)
xct /3 uLs )
SI.A
Xls\ --
' --/
| g rCs)
sI- ft

8,{ -(,,1^f O 9^ 6
'y,t,
)
= cfsf -A;-'a r,Cs) Duds)

J(r)= u(s)[cIer ofn u


t
*0.,,^' f er - nl-' - AJrl.r- n I
-F--l
lq
{ct
-1,' I s: -+ ,l
- J- --- .-
Lsl-A
t- I

f^_ 1
)lst LSI-AJ e + Dlsr-n I
---r .\
ttt\/ {sr-n t

D t ^i !L {^*;* 4....^,{^^ # #, ,*f'^ l" ul


r.t^l *JJ *,J d k" 0

*=[: 1,1
. -l :]"
j = f , o] ^
&t,- yi.)
uCs)
=cfsJ-ol'**o
-vtl .
-----:
cf'1-oJ' o

'.aCs)
o,f._l,J'.1:) "=f' .l
I

sr-n =
'f: ?l f:", !l t,

'f . ol -[-, f o 'l


'Jl, ') d
I
[,:-nl , I s -'l
i
1
Iz "'J
Isr-rl-' = ^JIfsr-nl
:
I

L I,tr- * l
l<r-n I = sCs p) +a
46 fst-t1r [s*. /l
l" =
L -, E)
fe+c
lsr-fr
L) I
(-" 11
s)
9/4-ss1 2
v/cf
iLp
n
/ I
"]F+' sJrl
r.ras )
L, gr*2 ljl
I sz
-l
oJ IPcra-'l
-' -
\i
t-1!-)
q Cg )
= C, |-"2 )
I

st1 es +2
v/r) s+3
-1- L
L\L\) s +ssl-J

4*k"l
ll* ^"G'*

-l
;.t['- srr"t = {[t ) = utt = z' lr>*l
dl-A =s/
t-
t o lr
-1, ol
[o r J
I

I)
- I"s o r lr ol
- L, t)
L, '-J
ls -t o'-1
JI-A = I
t- , ,-, j
[.]-n l -' --

ler-nl
'1
^4'fsr-
J'- A) = Js-rr
-
o-l
a
( t
I

r-r
J-l
I
)

I e t- r I = f-r-r)fs-r;
-s-r)
't+)
= 3 _ S_t+)
z
= S-Js+l +l
f sr- nl-' = ls-' o -1
o-l

--
| , (-r
(-r
-----: ,
I
I

cs-r)
Cs-,)Cs-r)
-

= | (-r o
s-t) /(s-)6r
Il-'/trq-,)/r-r\
-.'.
)
Ir
t-- (- l
L s-r)
c.-r)rs-r) cs -r) [-r -l
o
ISJ-AJ
--
I
_l-
- I Gq-') t-\ I
-t
lrr - rJ I

L (s-')" cs-
Cs-r) J
I

at -r . (7 -l
str)= L =
I
1,' [(]-AJ
_J -A I

.rI I lo
-)l- L

l
cs-,;
Ll-/)
/ 1l
(,1 -/
I J--.
I

.S+-
(\o-r,
len-'>' t
cJ-r)
e:
Q [t) -- u*f = f ,,t .l
Itur ", )
t-'[+> -, a4'l c-t4l)l-
slr))
^AiC+u)J=
[;1,
zt
:rl
lt roJ
t- r+)
s' =

e
1 -L o1
a;'(+t =
'- l-r- zll
Lt
I

i-t.* utl
L7 '---rF
.l.
(_)
4.
I

o-^^J in''^"
f\
-l --a a-/".t/;Uort
s) F" "l H'-ir ,tX"Jl^ l-no-z Y\./-a,y,,-L

;bo"' ,'^;fu'"'t 1!^1-r^ 6"U,a


^A
t a-
,,_l o -t 1 )
4r" 3
U z -' (_
)
.A -l r- I

!"t-r- (rnn = $(tt - I IEi- AJ--


S,I- .f "l t-i f o -t
,J
A I

o lu -3j

[s ol - lo -rl
L. '.i L, -'J
3I-A . [s
II
rl
l-, c-rz. I
tJ
^-l
[sr-+J =
*q fisr nl
-_ f sr-+ |

-J3 lsi -*J . fs+.


LJ 1J
ls:-el = j. Jlr
t
\ sCs+s) t"r
l-J I _ q+3s+J 2
i- -t
I
I
1-
l-.Jr-*
L- I = /'str
Ia
1
tl oL\
s+ t\ T.< I

l-s+r -rl
I

LJ
"t
\J
fs+D c:+t
D\^
-t- ,J+j -t I

cs+ r) Cs+r-) (S+ r;( s+z)


I
lr
I

l-_=_-
s
(s+ r)(-s+:)
f 8+r ) C s+>)
T"k-J E.l 'A ,-f
1,r,.. Lo^'
f"{.J
b

= /fn
,g
.l- .tz
s+r Sg> S r-1 S+ )

ln
I

J -:- +.8 A .ts

L ls+r) st) s+r 3+,


S+3 = A (s+D t BC s+'r)

y*-t 3= -L
F*f
(.-l
[= *lo) + c- B) 6t: rA + &(o)
ft --2

-r= ACs+z)+ nts+r)


I o,l a - .-r .-i-
owl ( = -r ( J:O-n
\-
*[ - +C")+ C_ G)
_t - +(r)
/El
l- l
/t =-l
+
a6s+D e rB[s+r) --
n."[ )-
c ^ -t
+ S t- "L f |

+- ACr)
o2= 4Cr)+aCr)
- R,[")
P.=l

+r)
S = p(s+D+ a [s
7-* s=-t
oJ s=-.2 -l -- A(r)+aD
_:_ +to) + GC.
=
t:> - ". ' 14
-l J
I

s+> g+r s +-L

ott
{ 2
+, -< -l -
s+ I s+z S+l s+>

-l
L fr/*t l=L
.L
,-'f l l
1- =4
-;f
I s---J Ls+ )
fs *l
-_j_ + )--1
4L -t S+t s+:-
S+L
ls+'
l6)
I'
{t- r -r- I r
-{
.l+L
-l
s+i
+
.?l
.*' j
l
I

t"
1=>
^.L
l"r"' _L -Jr
I
J -:f
e- +a, I
zleoj I
'l
-t +JL *) f tt)
JQ,-'rt
-L Q,
ly" -

q
r-l (+; =
Lq rc)l
| -t . -,f -1 -rt1
44tt.. --

f,',n'*i'ru ,,,.', ",


, *t
l
It&)l LL'e -zt -t
-€' +e
_t
-t -r -t*
{c -)e'' "t -( }Jt"

' k;t - t'') (-;r* r;,t) - (-;t, ;,rXr;+_";9


Lt .-,1
'
= - Ji^ +-4['' + [
" -rn-r*-' (-, ir, s;.1*tii- e{
-gP *4 J't+ r,r -
=
{u, pza _ 2;rt _ a_..ty *,rt
"--tf_ (-st - -st
-- cx( e

= rt,1,2;'t
f,'(tt | t+:; o-t- oo1
[- r; 't Ja
t-
o*)
a,

-t -;r+>r-'L e-r-e ->+


*a>' (? (- -3t

- >e-t+ )e->f 2e-t - e-'L


- r.t- ^-3+
U
1) L,t
MJ'[.- t
l\4*'t
),if"-Dt^*c'o'nL-a #:#- Lcr*o'
^"' ^.,"#4"" t)
c)M
Y1

tr
r) *Lr* \^ "f--
lA -J J^A lry -#A '.) to
[,1" r1^
lat,l-, ,n

:) /D,6,.- -tl- {"tt*i"j )D


[:,,, Hr"o f'r 4.
6ri ) {e*^o H'""
*lL CL
4) M;[.-. tyJ* d i-"d" f,,L
ll J".(^^-,P^ -
.\ M,,,..!.^". (.r"u;6""*]^
l]..^l^s^ Mor.r!-''s
) F"p[;^ 6."'^
() .6.L , h.J{.
q(s) [*,) G(h +- f'-"'
fu
(u)
rci i

cCs) ,
\ r) \) "
nfn Gf 9( s) l.

Rcs) r+€rl - j- gH "\


\/
t"

W"I^). z [-t I
(ttt-t
) LoifL.
^ ^"J .l','*7^,^
^yL"s^
d'49l)r"4
-Ll ,"9*,J
"r) D*J a-L\ wyt,^+-irn k h*l orlu *,nt,n
s) )*n, )"L ..!p'1 r,"i'-*D" {"'
tr' r I
J"JJt"!'t r"7'*'
ld, ,,,^'l*J^--., e,.l'.).'1"*'
{l o,t ^ l.J AT^,- u-71;^ i;',^- Jo,,^ rn
/ic ,. t-"o.,.

.\ it;'". -!J'-
q( P c cf

fu^"-^, [,] ?^'^r\:


(;ri) -(,{/C^. l,-
(l') M'*EJ'* o'^l'#'
e; sL* /[J ::9
-Rfs)- T-4r9ur9
7'^k

) E"pl.s^ lL *g"r "-",n1*;to


f'u..,.-r'",- \ =

) t.",l^- O'1",, ,.{^1-i[! G:t*.^ -=

u) y.1,.; JL Coi '{J *;


?*'!' l'"u,
p, H;r*: tri':6t "i
=
o *,t*u,
,rrt ;;"ffi*o =
E=
E
F
E

:
.:=

Lcr H, tL .-J JJo11,^ nrL;^ X; f lo",r;q


r,\ P,,"--.^-l ,"'t B,*J,.^)u^'\,,t cJ
rvt#'t^ f ?'-., 1 Ny^t,
+) 1 3'.; t' ^ f ,
"L-at
(lt (\ (rrt 4^-0 u" -7,^,il-,
^f,-^1oc'".;,,-^-L'
t;;: J"r-
J
",
i""J
rr
,(* *. loy*A,
,\\ .LI J\
J_^4\ Lt\-! Lr\...\
I

M,,i.J,- - t
v

!--.--.\--.-,-,-

.s)
+n'r
D#* )l- V.L^^'1
s+h-. ,^^il"6';r sfJ s7'c-,(i ;'> 'sl--!' 'nL" l'4J
r ,"-l;
s{^d 7;+ Q> df d
[" l-^ii ei'{' d'-l'^ *i*"
C"' ,*;. Cvii)

*d hI lt^ y' 7^{- t ^L h^''-L;*i^"-


1{
ll\

f ) D"^, ^
vu --4,
/ l.
.0.
t-'-'s
^1.-,
0 0
d-,,-^,1.-"^ 4
U
"IJ- ^"-JJ

^.{
J

You might also like