Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Electrical & Electronics Expert

Jacobian Linearization and State-Space Equations

Problem 1

Consider the active Magnetic Suspension System in Fig. 1. To derive a mathematical model for this system the following assumptions were made:

(i) The suspended object moves only vertically.

(ii) The permeability of the magnetic core is infinity.

(iii) Magnetic hysteresis and eddy-currents are negligible.

1174_Figure.jpg

Under these assumptions, the dynamic equations for the system are

mx¨ = mg - 1/2 i2d ∂L(x)/∂x + w          (1)

e = Ri + d/dt (i L(x))                              (2)

y = Kgx                                                 (3)

where x(t ) [m] is the gap between the magnet and suspended object, i (t ) [A] and e(t ) [V] are the magnet current and voltage, respectively, L(x) is the inductance of the magnetic circuit, and w (t ) [N] accounts for external disturbances. The measurement signal y (t ) [V] is the (voltage) output of the gap sensor. The inductance L(x) varies with the position of the suspended object and is given by the following equation

L(x) = Q/(x + X)+ L                            (4)

where the parameters Q, X and L are determined by the physical characteristics of the coil, the core and the suspended object (in practice these are determined experimentally).

The parameters of the systems are described in Table 1 (for this problem consider a gravitational constant g = 9.81m/s2).

Symbol

Parameter

Nominal Value

m

Mass of Suspended Obj.

0.76 [Kg]

Q

Magnet Constant

64 × 10-3 [Hm]

L

Leak Inductance

0.5 [H]

R

Coil Resistance

32.48 ?

X

Displacement Constant

3.0 [mm]

Kg

Gap Sensor Gain

mV/mm]

Table 1: Physical Parameters of the Magnetic Suspension System

a) To simplify notation define xc = x + X and using as state vector (xc, x?c , i ) - in this order - rewrite explicitly the non-linear state-space equations (you need to evaluate explicitly the partial derivative with respect to x). In the rest of this assignment you will use these equations.

b) Find all the equilibrium points of the system. Use capital letters to denote equilibrium conditions, for instance E , I and Xc will be a constant voltage at equilibrium, etc. Note that this system does not have a unique equilibrium.

c) The linearized system of equations is given by

δx?c = Aδxc + Bδu
δy = Cδxc + Dδu

Linearize the system around an equilibrium where the object is suspended at a distance of Xo (e.g. Xc = X + Xo ) and with zero disturbances. Give explicit symbolic expressions for the state matrices (in terms of the parameters of the system). Also give explicit expressions for the deviation variables xc , u and y (note that the disturbance is also an input). (Hint: You can use mupad to verify or help you in the computation of the jacobians)

d) Write a matlab function, Magnet.m that takes a structure pars as input and returns the a state-space object corresponding to the linearized state-equations. The structure pars should have a fields the parameters of the system (similar to what you did in the DC motor problem).

e) Using the numerical state-space object obtained with your function find the poles ( pole). Then compare them with the eigenvalues of the state-matrix ? Are they the same ? Explain.

f) Using the numerical state-space object obtained with your function find the zeros ( zero) of the system. What do the zeros tell us ? Explain.

g) Convert the state-space object to transfer function in zero-pole-gain form (if G is your state-space object just do Gtf=zpk(G)) and then back to state-space form Gss=ss(Gtf). Now compare the state-space matrices of Gss with the state-space matrices of G (the original system). Are they the same ? Explain.

Problem 2

In this problem you will derive state-space formulas for linear interconnection of systems. Let Σ1 = [ A1, B1,C1, D1] and Σ2 = [ A2, B2,C2, D2] denote two system with corresponding state-space realizations. For ex- ample, the formulas to find the state-space matrices for the parallel interconnection of Σ1 and Σ2 can be found by direct algebraic manipulation to be

Σ = Σ1 + Σ2

1314_Matrix.jpg

So we conclude that a block diagonal structure of the state matrix is induced by the parallel interconnection of smaller subsystems (one extreme is when A is diagonal)

a) Derive explicit formulas for the state-space matrices of the Σ - [ A, B,C , D] that results when

   (a)Cascade or series interconnection of Σ1 followed by Σ2.

   (b) Parallel interconnection of Σ1 and Σ2.

   (c) Feedback interconnection with Σ1 in the forward path and Σ2 in the feedback path (consider negative feedback)

   (d) The inverse system Σ = (Σ1)-1 when it exists.

b) Test your formulas in Matlab with the following numerical matrices. To this first write matlab functions myseries, myparallel, myfeedback and myinverse that take as input a state-space objects and return a state-space object.

262_Matrix1.jpg

Electrical & Electronics, Engineering

  • Category:- Electrical & Electronics
  • Reference No.:- M91959243
  • Price:- $110

Guranteed 48 Hours Delivery, In Price:- $110

Have any Question?


Related Questions in Electrical & Electronics

Research report1 read 3 to 4 journal articles about

Research report 1. Read 3 to 4 journal articles about digital control or industrial control, eg. one particular application, implementation aspect such as selection of sampling time, hardware etc. No text book example is ...

Assignment -consider a common emitter amplifiernow lets say

Assignment - Consider a common emitter amplifier: Now let's say that R B and R C do a fine job at DC biasing the BJT but they are large so they can be neglected for small signal (AC) analysis. In that case, the equivalen ...

Question 1 - for the transistor in the circuit shown in

Question 1 - For the transistor in the circuit shown in Figure, assume β = 120. Design the circuit such that I CQ = 0.15 mA and R TH = 200kΩ. What is the value of V CEQ ? Question 2 - (a) For the circuit shown in figure, ...

A four-pole star-connected squirrel-cage induction motor

A four-pole, star-connected, squirrel-cage induction motor operates from a variable voltage 50 Hz three-phase supply. The following results were obtained as the supply voltage was gradually reduced with the motor running ...

Question 1 a pnp transistor withnbspbeta 60 is connected

Question 1. A pnp transistor with β = 60 is connected in a common-base configuration as shown in figure P5.8 (a) The emitter is driven by a constant-current source with I E = 0.75 mA. Determine I B , I C , α, and V C . ( ...

Questions -problem 1 - determine the laplace transform ofa

Questions - Problem 1 - Determine the Laplace transform of: (a) cos(ωt + θ) (b) sin(ωt + θ) Problem 2 - Obtain the Laplace transform of each of the following functions: (a) e -2t cos(3t)u(t) (b) e -2t sin(4t)u(t) (c) e - ...

1 goalin this project you will solve a non-trivial design

1 Goal In this project you will solve a non-trivial design problem explicitly using the divide-and-conquer (D&C) approach. The main reason for using the D&C approach is the ease of the design process and the streamlined ...

1 a name the three major groups of contamination and

1. (a) Name the three major groups of contamination and briefly describe their physical characteristics. (b) Where do the above contamination types come from? Give one example of each. 2. Name two processes metrics which ...

Nanotechnology engineering - resonance circuits questions

Nanotechnology Engineering - Resonance Circuits Questions - Q1) A series RLC network has R = 2KΩ, L = 40mH and C = 1μF. Calculate the impedance at resonance and at one-fourth, one-half, twice, and four times the resonant ...

Advanced computational techniques in engineering assignment

Advanced Computational Techniques in Engineering Assignment - Optimisation For this assignment, you are required to carry out the process of attempting to solve different optimisation problems. For each question, you are ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As