Question

In: Mechanical Engineering

Compute and plot the unit-step response of the following model. 10ÿ + 6ẏ + 2y = f + 7ḟ

Compute and plot the unit-step response of the following model.

10ÿ + 6ẏ + 2y = f + 7ḟ

Solutions

Expert Solution

Consider the equation

10ÿ + 6ẏ + 2y = f + 3ḟ

 

The objective is to solve the unit step response for amplitude variation by transferring to state response using ‘tf’ command and implement unit impulse using ‘impulse’ command.

 

Mat-lab code for ‘Required problem’ is provided below.

Save this program as ‘Required problem’.

% Plot the unit-step response of the following model

clc; clear;

tic;

sys = tf([3,1],[10,6,2]);

step(sys);

toc;

 

The output of the code ‘Required problem’ in the figure window is shown below.

 

It is found that after 15 seconds, the amplitude reaches to a fixed value 0.5.

 

Here elapsed time is 0.961200 seconds.


Here elapsed time is 0.961200 seconds.

Related Solutions

Compute and plot the unit-impulse response of the following model. 10ÿ + 3ẏ + 7y = f(t)
Compute and plot the unit-impulse response of the following model.10ÿ + 3ẏ + 7y = f(t)
Determine the response to the unit step if the Z transform of a response to the...
Determine the response to the unit step if the Z transform of a response to the unit impulse of a causal system is: H (z) = ((z ^ 3) -1) / ((z ^ 4) -1)
Using Octave, analyze the response for the system to a unit step input. Share the code...
Using Octave, analyze the response for the system to a unit step input. Share the code or commands used. System : x'''+3x''+2x=0
1. a) Compute the impulse response of the following filters. If the impulse response is infinite,...
1. a) Compute the impulse response of the following filters. If the impulse response is infinite, feel free to stop once a pattern becomes apparent. i. y[n] = 2/3 · x[n − 1] − 1/3 x[n − 2] ii. y[n] = x[n − 1] − x[n − 2] − 1/3 y[n − 2] b) What are the feed-back (b[k]) and feed-forward (a[k]) coefficients of the following filters? You may assume that a starts at delay of k = 1 (i.e.,...
The question is: State the transfer function, time step response and define the model parameters for...
The question is: State the transfer function, time step response and define the model parameters for a first order and integrating capacity.
Question: Compute F and use it to test whether the overall model is significant using a...
Question: Compute F and use it to test whether the overall model is significant using a p-value (α = 0.05). The estimated regression equation for a model involving two independent variables and 65 observations is: yhat = 55.17+1.1X1 -0.153X2 Other statistics produced for analysis include: SSR = 12370.8, SST = 35963.0, Sb1 = 0.33, Sb2 = 0.20.
Question 5. Use MATLAB to solve for and plot the response of the following models for...
Question 5. Use MATLAB to solve for and plot the response of the following models for 0≤t ≤1.5, where the input is f (t) =5t and the initial conditions are zero a. 3¨ x +21˙ x +30x = f (t) b. 5¨ A (Turn in the MATLAB script and answers from MATLAB, .m file, screen shots if needed) B (Turn in the MATLAB plot with t being time in SI units) C Comment on the response the analytical solution compared...
Find a unit vector normal to the level curve f(x,y) = -4x^2 -2y^2 + 5x +...
Find a unit vector normal to the level curve f(x,y) = -4x^2 -2y^2 + 5x + y  at the point (1,-2)
Determine step by step power series solution about x=0 for: 4xy'' + 2y' - y =...
Determine step by step power series solution about x=0 for: 4xy'' + 2y' - y = 0. note: final answer must be in terms of coshx and sinhx
Given the plot of y=f(x) below, find the plot of y=f−1(x). A coordinate plane has a...
Given the plot of y=f(x) below, find the plot of y=f−1(x). A coordinate plane has a horizontal x-axis labeled from negative 7 to 7 in increments of 1 and a vertical y-axis labeled from negative 7 to 7 in increments of 1. A curve starts at the point left-parenthesis negative 1 comma 0 right-parenthesis, rises at an increasing rate from left to right and passes through left-parenthesis 1 comma 1 right-parenthesis and left-parenthesis 4 comma 6 right-parenthesis. Select the correct...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT