Question

Please write and include a matlab code for the following:

Given the following differential equation
10?̈+ 20?̇ + 250? = ?(?)
a. Plot response to f(t) = 200sin(4t)
b. Plot response to a step f(t) = 200 that starts at t = 0 s and stops at t = 2s; note that the
response goes past the 2 seconds of input.

Given the following differential equation 10x + 20% + 250x = f(t) a. Plot response to f(t) = 200sin(46) b. Plot response to a

Part a.) I need matlab code to generate the plot for 10x''+20x'+250x=200sin(4t)

Part b.) I need matlab code to plot the step function response when 10x''+20x'+250x=200 over the interval 0< t <2 seconds

0 0
Add a comment Improve this question Transcribed image text
Answer #1

`Hey,

Note: Brother if you have any queries related the answer please do comment. I would be very happy to resolve all your queries.

clc%clears screen
clear all%clears history
close all%closes all files
f=@(t,x) [x(2);20*sin(4*t)-25*x(1)-2*x(2)];
[T,X]=ode45(f,[0,2],[1,1])
plot(T,X(:,1));
xlabel('Time');
ylabel('X(t)');
title('Plot of x(t)');

- 5 x Pradeep Figure 1 - 0 X 56 Search Documentation File View Insert Edit 9 Tools 9 Desktop Window VA Help OE - O Plot of x(

Note: Brother According to Chegg's policy we are only allowed to answer first part if there are many. So, I request you to post other part as separate posts

Kindly revert for any queries

Thanks.

Add a comment
Answer #1

`Hey,

Note: Brother if you have any queries related the answer please do comment. I would be very happy to resolve all your queries.

clc%clears screen
clear all%clears history
close all%closes all files
f=@(t,x) [x(2);20*sin(4*t)-25*x(1)-2*x(2)];
[T,X]=ode45(f,[0,2],[1,1])
plot(T,X(:,1));
xlabel('Time');
ylabel('X(t)');
title('Plot of x(t)');

- 5 x Pradeep Figure 1 - 0 X 56 Search Documentation File View Insert Edit 9 Tools 9 Desktop Window VA Help OE - O Plot of x(

Note: Brother According to Chegg's policy we are only allowed to answer first part if there are many. So, I request you to post other part as separate posts

Kindly revert for any queries

Thanks.

Add a comment
Know the answer?
Add Answer to:
Please write and include a matlab code for the following: Given the following differential equation 10?̈+...
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
  • Please include code Use Matlab (or octave) to plot a direction field for the differential equation 3. sin(t) y&#39...

    Please include code Use Matlab (or octave) to plot a direction field for the differential equation 3. sin(t) y'cos(t) y = e Use a plot that allows t to range from 0 to T (not including the end points) One way to offset values a little bit is to add a small number to the endpoint or subtract a small number, so consider setting a 0+1E- 8 and b = m-1E-8 Use Matlab (or octave) to plot a direction field...

  • slove in Matlab AP2. A system is modeled by the following differential equation in which X(t)...

    slove in Matlab AP2. A system is modeled by the following differential equation in which X(t) is the output and (() is the input: *+ 2x(t) + 5x(t) = 3u(t), x(0) = 0, X(t) = 2 a. Create a state-space representation of the system. b. Plot the following on the same figure for 0 st s 10 sec : i. the initial condition response (use the initial function) il the unit step response (use the step function) iii. the total...

  • Need the matlab code for plots Consider the RLC circuit in Fig. 5, based on the...

    Need the matlab code for plots Consider the RLC circuit in Fig. 5, based on the differential equation relating x() and y() that you obtained from the pre-lab exereise, f -0.2H, C-04F and R-52. i. Plot the zero-input response if y(0)- 1 and y (0)-8 i. Plot the total output response y() if the input signal is [3sin()+2co)), with y(0)= l and y'(0)= 8; Label your plots properly. x(t) Ф R y(t) Fig. 5 RLC circuit network with a shunt...

  • 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....

  • I NEED THE MATLAB CODE NOT THE ANALYTICAL SOLUTION !!!! using ZIR and 5.1 Use Matlab...

    I NEED THE MATLAB CODE NOT THE ANALYTICAL SOLUTION !!!! using ZIR and 5.1 Use Matlab to find and plot the total response for the differential equation ZSR approach. (D2 +5D 6)y(t)x() where x(t) e-2t sin( 10t) u(t), and the initial conditions are: yo (0)-1 and уо (0)-2.

  • MATLAB QUESTION Find the answer for the given application of higher order differential equation using MATLAB....

    MATLAB QUESTION Find the answer for the given application of higher order differential equation using MATLAB. NOTE: Screenshot the MATLAB ENVIRONMENT together with the CODES and FINAL ANSWERS. PLEASE SOLVE USING MATLAB CODE! PLEASE SOLVE USING MATLAB CODE! PLEASE SOLVE USING MATLAB CODE! Assume an object weighing 2 lb stretches a spring 6 in. Find the equation of motion if the spring is released from the equilibrium position with an upward velocity of 16 ft/sec. What is the period of...

  • Please provide the Matlab code along with the inference. Also please confirm the answer from matlab...

    Please provide the Matlab code along with the inference. Also please confirm the answer from matlab code with numerical analysis. Determine and plot the response of the system shown in Fig. 4 using MATLAB. The response is xo(t) when the input xi(t) is a unit step displacement input. The parameters of the system are ki = 15 N/m, k2= 25 N/m, ci = 7 N-s/m, c2 = 15 N-s/m. X(t) ye Fig. 4

  • Consider the differential equation y(t) + 69(r) + 5y( Q3. t)u(t), where y(0) (0)0 and iu(t) is a ...

    Matlab code for the following problems. Consider the differential equation y(t) + 69(r) + 5y( Q3. t)u(t), where y(0) (0)0 and iu(t) is a unit step. Deter- mine the solution y(t) analytically and verify by co-plotting the analytic solution and the step response obtained with the step function. Consider the mechanical system depicted in Figure 4. The input is given by f(t), and the output is y(t). Determine the transfer function from f(t) to y(t) and, using an m-file, plot...

  • MATLAB QUESTION Find the general solution of the given application of differential equation using MATLAB. NOTE:...

    MATLAB QUESTION Find the general solution of the given application of differential equation using MATLAB. NOTE: Screenshot the MATLAB ENVIRONMENT together with the CODES and FINAL ANSWERS. PLEASE SOLVE USING MATLAB CODE! PLEASE SOLVE USING MATLAB CODE! PLEASE SOLVE USING MATLAB CODE! A circuit has in series an electromotive force given by E=50sin(20t) volts, R=5 ohms, I= 0.4 Henrys. If the initial currents is 0, find the current at time t> 0. Guaranteed upvote once done perfectly.

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