Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the following state-space model, where the state-variables are linear position, x(t), and rotational position, theta(t). MATLAB returns the results listed and the initial conditions
Consider the following state-space model, where the state-variables are linear position, x(t), and rotational position, theta(t). MATLAB returns the results listed and the initial conditions are x(0)=l and theta (0) = 0. [x (t)) theta (t)] = [- 2 1 1 - 2] [x (e) theta (t)] + [1 0] u (t) = A [x (t) theta (t)] + Bu (t). MATALAB command: [S, Lam] = eig (A), returned S = [1 1 - 1 1] Lam = [- 3 0 0 - 1] Is this system stable and why? What is the transient response of both state variables (i.e. u(t) = 0 and find x(t) and theta (t))
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started