Question

5. Consider the following first order system: (a) Find the equilibrium point (s). (b) Obtain linear functions that approximate the system for each equilibrium point. (c) Use Matlab to plot the original function(+22 -2) and the linear approx- imations all on the same plot. For the x axis limits on the plot use -2.5 to 2.5

0 0
Add a comment Improve this question Transcribed image text
Answer #1
Toget 血EVLibrium prints male de votive termy t Expr. ssim Hanu there ,is 3 Equlibrim pm To ineor zie function abnt nt Ne, uulinearizing functim at( ) r-よ Cx)- 2 rder term x-Xi 예 XO dx X-XLngnge function ofた Simalerhr (x-Xi) 2- patvalan 11 ε71@ Now-(x) 3x-3 = 2. CX (X 2. 3(4): 2(-2)-2 =多--2 От1ainal function. ka):-25) at gu,Luknum PrintEF%) P/ Answer(c) Type the following code in matlab to plot all functions
clc
clear all

x=-2.5:0.1:2.5;
fx=x.^3+x.^2-(2.*x);
 plot(x,fx)
ylabel('function outputs');
xlabel('x axix or input');
xlim([-2.5 2.5])
hold on
fx1=-2.*x;
 plot(x,fx1)
hold on
 fx2=(3.*x)-3;
 plot(x,fx2)
hold on
 fx3=(6.*x)+12;
 plot(x,fx3)
grid on
title('effect of linearzing function at different equilibrium point')
legend('original f(x)=x^3+x^2-2x','f(x1)=-2x','f(x2)=3x-3','f(x3)=6x+12')

REsult

original f(x)FX +x -2x f(x1)-2x f(x2)F3x--3 f(x3) 6x+12

Add a comment
Know the answer?
Add Answer to:
5. Consider the following first order system: (a) Find the equilibrium point (s). (b) Obtain linear...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Consider the following second-order ODE representing a spring-mass-damper system for zero initial...

    Consider the following second-order ODE representing a spring-mass-damper system for zero initial conditions (forced response): where u is the Unit Step Function (of magnitude 1 a. Use MATLAB to obtain an analytical solution x() for the differential equation, using the Laplace Transforms approach (do not use DSOLVE). Obtain the analytical expression for ao. Also obtain a plot of x() (for a simulation of 14 seconds) b. Obtain the Transfer Function representation for the system. c. Use MATLAB to obtain the...

  • 3. A nonlinear system: In class we learned how to use Taylor expansion up to the 1* order term to...

    3. A nonlinear system: In class we learned how to use Taylor expansion up to the 1* order term to solve a system of two non-linear equations; u(x.y)- 0 and v(x.y)-0. This method is also called Newton-Raphson method. (a) As we did in lecture, expand u and v in Taylor series up to the 1st order and obtain the iterative formulas of the method. (In the exam you should have this ready in your formula sheet). 1.2) as an initial...

  • Matlab Homework #4: Matlab Linear Systems Simulation 1.) Obtain the differential equation for the...

    Matlab Homework #4: Matlab Linear Systems Simulation 1.) Obtain the differential equation for the mechanical system shown below bi FLR) orce CN) voltege ) 2.) Obtain the differential equation for the electrical system shown below shown below OAF 3.) Find the transfer functions corresponding to the differential equations found in questions I and 2 the 4) Let the input force applied to the block of the mechanical system be zero U)-のThe initial conditions are y(0) = 10 cm and dy(0)d-0....

  • Problem # 1 (b): Obtain a mathematical model of the system shown below. Problem1: Consider the ...

    Problem # 1 (b): Obtain a mathematical model of the system shown below. Problem1: Consider the system shown below which is at rest for t<0. Assume the displacement x is the output of the system and is measured from the equilibrium position. Att-0, the cart is given initial conditions x(0)- xo and dx(0ydt v Obtain the output motion x0)Assume that m-10 kg, b-50 N-s/m, b-70 N-sm, -400 N/m, k2- 600 N/m. da diagam c.rditinstoo)20 추dx(Hat20.5m/s inilia) Problem12i Referring to Problem...

  • Consider the function: 10x2 + 2x + 2.5 = f(s) Obtain: 1.) the transfer function X(s)/F(s)...

    Consider the function: 10x2 + 2x + 2.5 = f(s) Obtain: 1.) the transfer function X(s)/F(s) treating f(t) as a unit step function 2.) the transfer function X(s)/F(s) treating f(t) as a unit impulse function Plot both responses using Matlab and explain the differences

  • 1) Linearity: In order for a system to be linear it must satisfy the following equation: In other...

    need solution and code for this signal and system problem 1) Linearity: In order for a system to be linear it must satisfy the following equation: In other words, the response of a linear system to an input that is a linear combination of two signals is the linear combination of the responses of the system to each one of these signals. Let xi)- u(t) -u(t-1) and x2t) u- u(t-2) be input signals to the systems described by the i/o...

  • 6. Use Matlab to find the point(s) of intersection (if any) between the functions f()10sin(2 5) a...

    6. Use Matlab to find the point(s) of intersection (if any) between the functions f()10sin(2 5) and g(x)-6r-4, accurate to two decimal places. Write down the Matlab commands to produce the x-vector, the vectors representing the f- and g-values and the plot of the graphs. 7. Use Matlab to find the minimum (accurate to two decimal places) of the function in the interval (0,π). 6. Use Matlab to find the point(s) of intersection (if any) between the functions f()10sin(2 5)...

  • 4. [16 marks] The Error Function function is defined as (a) Starting with the series for e", find the series representation of Erf(x). (b) Use a computer package (eg Matlab, Octave, Excel etc...

    4. [16 marks] The Error Function function is defined as (a) Starting with the series for e", find the series representation of Erf(x). (b) Use a computer package (eg Matlab, Octave, Excel etc) to plot the series approximation for Erf(x) (using the first four non-zero terms) for x e (0,2]. Plot Erf(x) over the same range on the same axis and comment. (c) Estimate Erf(1.0) using the first 4 non-zero terms in the series and compare with the approx- imation...

  • Consider a first-order system with input x(t) and output y(t). Let the time constant be the...

    Consider a first-order system with input x(t) and output y(t). Let the time constant be the part of your birth date in the format of day, month (ddmm) in microseconds. Complete the following steps: 1. Write the differential equation representing the system. 2. Derive the transfer function H(s). A Note: Label all graphs appropriately. ddmm 3. Use H(s) with MATLAB to complete the following actions: • Find the poles are zeros. • Find the step response. • Find the impulse...

  • 5. Consider a CT system with transfer function This system is called an integrutor because t by h...

    the subject is in digital signal processing 5. Consider a CT system with transfer function This system is called an integrutor because t by he d to the ingent t y)-x(r)dr. Discretize the above system using the bilinear transform. (a) What is the transfer function H'(:) of the resulting DT system b) If xin] is the input and yin] is the output of the resulting DT system, write the (c) Obtain an expression for the frequency response H'(o) of the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT