- #1
azizz
- 38
- 0
Im trying to figure out how a certain example is working.
in this example the function
[tex]x = g - \frac{k}{m} \frac{(z-z0)^2}{(i-i0)^2}[/tex]
where g, k, m, z0, i0 are fixed values and z, i are variables
The function above is written as
[tex]x = f(i,z) ( \sqrt{g} (z-z0) - y (i-i0) )[/tex]
where f(i,z) is a new function as function of i, z and y is a new variable independent of i, z.
The idea is to use linearize the system around its equilibrium point (z0 = 0.072 and i0=1). But in the example they don't show how they have found f(i,z) (and f(i0,z0)) and y.
In order to reconstruct the example i need this so i tried to find f(i,z) by writing f(i,z) as (a+b) and solve the system as
[tex] f(i,z) = (a+b) ( \sqrt{g} (z-z0) - y (i-i0) ) = a \sqrt{g} (z-z0) - a y (i-i0) + b \sqrt{g} (z-z0) - b y (i-i0) [/tex]
thus if we compute a, b, y we get
[tex] a = \frac{\sqrt{g}}{z-z0} , \quad b =\sqrt{\frac{k}{m}}\frac{i-i0}{(z-z0)^2} , \quad y = \sqrt{\frac{k}{m}} [/tex]
thus
[tex] f(i,z) = a+b = \frac{ \sqrt{gm} (z-z0) + \sqrt{k}(i-i0) }{ \sqrt{m}(z-z0)^2 } [/tex]
if i now fill in i=i0 and z=z0 (equilibrium point) then the answer is infinity, which can't be correct.
Anyone knows where i make a mistake?
Thanks in advance
Azizz
in this example the function
[tex]x = g - \frac{k}{m} \frac{(z-z0)^2}{(i-i0)^2}[/tex]
where g, k, m, z0, i0 are fixed values and z, i are variables
The function above is written as
[tex]x = f(i,z) ( \sqrt{g} (z-z0) - y (i-i0) )[/tex]
where f(i,z) is a new function as function of i, z and y is a new variable independent of i, z.
The idea is to use linearize the system around its equilibrium point (z0 = 0.072 and i0=1). But in the example they don't show how they have found f(i,z) (and f(i0,z0)) and y.
In order to reconstruct the example i need this so i tried to find f(i,z) by writing f(i,z) as (a+b) and solve the system as
[tex] f(i,z) = (a+b) ( \sqrt{g} (z-z0) - y (i-i0) ) = a \sqrt{g} (z-z0) - a y (i-i0) + b \sqrt{g} (z-z0) - b y (i-i0) [/tex]
thus if we compute a, b, y we get
[tex] a = \frac{\sqrt{g}}{z-z0} , \quad b =\sqrt{\frac{k}{m}}\frac{i-i0}{(z-z0)^2} , \quad y = \sqrt{\frac{k}{m}} [/tex]
thus
[tex] f(i,z) = a+b = \frac{ \sqrt{gm} (z-z0) + \sqrt{k}(i-i0) }{ \sqrt{m}(z-z0)^2 } [/tex]
if i now fill in i=i0 and z=z0 (equilibrium point) then the answer is infinity, which can't be correct.
Anyone knows where i make a mistake?
Thanks in advance
Azizz
Last edited: