Lecture 4
Lecture 4
Lecture 4 Linearization
Output f (x)
2 2
1 1
1 2 3 4 1 2 3 4
Input x Input x
Output f (x)
Output f (x)
Input x Input x Input x
The systems that we consider so far assumed to be linear. However, if there are some
nonlinear components are presented, we have to linearize the systems before finding the
transfer functions. The linearization steps are:
• Check where is the nonlinear component and write the nonlinear differential equation
of the system.
• Linearize the nonlinear part using a first order Taylor series approximation at the
equilibrium point.
df
f (x) = f (x0 ) + (x − x0 ) + high order term .
dx x0
Output f (x)
f (x)
f (x0 )
f (x) − f (x0 ) ≈ ma (x − x0 ) ⇒ δf (x) ≈ ma δx
and
Input x
where ma is a slope at the tangent point.
df
m= = −5 sin x = −5
dx x= π
2
π
Since f (x0 ) = 5 cos 2
= 0, then
f (x) = −5δx,
Problem: Linearize the system below for small excursions about x = π/4.
d2 x dx
+2 + cos x = 0.
dt2 dt
τ
The motion equation:
d2 θ M gl
l J + sin θ = τ (t),
θ dt2 2
Mg
Since θ0 = 0, the nonlinear term sin θ can be linearized as follow:
d sin θ
sin θ = sin θ0 + (θ − θ0 ) = cos θ0 δθ = δθ
dθ θ=0
Then,
( )
d2 (θ + δθ) M gl M gl
J + δθ = τ (t) ⇒ Js 2
+ δΘ(s) = τ̂ (s)
dt2 2 2
δΘ(s) 1/J
=
τ̂ (s) s2 + M gl
2J
+ vL (t) −
Find the transfer function, VL (s)/V (s),
1H for the electrical network shown in Fig.,
RNL which contains a nonlinear resistor whose
+
voltage-current relationship is defined by
v(t)
−
i(t) ir = 2e0.1vr , where ir and vr are the
resistor current and voltage, respectively.
20 V Also, v(t) in Fig is a small-signal source.
Applying Kirchhoff’s voltage law around the loop, where ir = i(t) yields
di 1
L + 10 ln i(t) − 20 = v(t)
dt 2
Set the small-signal source, v(t), equal to zero. We have di/dt = 0 and 10 ln 12 i = 20. Then
we have i0 = ir = 14.78 A.
1 1 d(ln 12 i) 1 1 1 1
ln i(t) = ln i0 + (i − i0 ) = ln i0 + δi = ln i0 + δi
2 2 di 2 i i=i0 2 i0
i=i0
INC 341 Feedback Control Systems:, Lecture 4 Linearization J 8/10 I }
Transfer Function – Nonlinear Electrical Network
Substituting the result into the system equation, the linearized equation becomes
( )
dδi 1 1
L + 10 ln i0 + δi − 20 = v(t)
dt 2 i0
dδi
+ 10 (2 + 0.0677δi) − 20 = v(t)
dt
dδi
+ 0.677δi = v(t).
dt
V (s)
δI(s) =
s + 0.677
Since vL (t) = Ldi/dt, we have vL (t) = dδi/dt and VL (s) = sδI(s). Finally, we obtain
VL (s) s
= ,
V (s) s + 0.667