Question

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 l

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

clc;clear all
syms x(t)
format short
%%The equilibrium equation is mg=kx from which we can get x=mg/k, the
%%spring displacement
%%Natural frequency in rad/s is w=sqrt(k/m)=sqrt(g/x)
%%Value of g in inch/s^2 is 386.4
%1 lb is 0.031081 slug
%Spring constant k=W/x
k=2/6; %Spring constant is lb/in
m=2*0.031081; %%mass in slugs
eom= m*diff(x,t,2)+k*x==0
omega=sqrt(386.4/6);
T=2*pi/omega %Value comes out to pe pi/4 approximately

1 2 3 4 5 6 7 clc; clear all syms x(t) format short %%The equilibrium equation is mg=kx from which we can get % x=mg/k the %%

Add a comment
Know the answer?
Add Answer to:
MATLAB QUESTION Find the answer for the given application of higher order differential equation using MATLAB....
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
  • MATLAB QUESTION Find the answer for the given application of first-order differential equation using MATLAB. NOTE:...

    MATLAB QUESTION Find the answer for the given application of first-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! A racquetball is hit straight upward with an initial velocity of 2m/s. The mass of a racquetball is approximately 0.0427 kg. Air resistance acts on the ball with a force numerically equal to 0.50, where v represents the...

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

  • This Is Math Differential Equation Please Show Your Work Clearly and Short. Thank You! 2. (7...

    This Is Math Differential Equation Please Show Your Work Clearly and Short. Thank You! 2. (7 pts) A mass weighing 20 pounds, attached to the end of a spring, stretches it 8 inches. Initially the mass is released from 3 inches above the equilibrium position with a downward velocity of 3 feet per second. Find the equation of motion. 2. (7 pts) A mass weighing 20 pounds, attached to the end of a spring, stretches it 8 inches. Initially the...

  • I need the correct u(t). Ibs stretches a spring 4 inches what is the spring constant?...

    I need the correct u(t). Ibs stretches a spring 4 inches what is the spring constant? If the mass has a velocity of 6 ft/sec and this results in a viscous resistance of 117 lbs what is the damping coefficient? If a mass weighing Assume 32lb = 1 slug Preview slugs a. What is the mass of the object? 15 lb sec b. What is the damping coefficient? c19s . What is the spring constant? k = 144 ft n...

  • Differential Equation

    A mass weighing 100 N stretches a spring 2 meters. The mass is set in motion with aninitial position 1 meter below equilibrium before being released with an upward velocity of5m/s.a) Find the equation of the motion at any time t.b) Determine the amplitude and period of the oscillations.c) Sketch the graph of the motion.d) Assuming there is a damping force equal to 80 times instantaneous velocity imposed onthe system, determine the type of the damping system. Give your reason(s).

  • Problems 1 and 2 A mass weighing 3/4 slug, attached to the end of a spring...

    Problems 1 and 2 A mass weighing 3/4 slug, attached to the end of a spring whose constant 72 lb/ft. Initially the mass is released from rest from a point 3 inches above the equilibrium position. Find the equation of motion. Determine the equation of motion if the mass in problem 1 is Initially released from the equilibrium position with a downword velocity of 2ft/sec. Initially released from a point 6 inches below equilibrium with an upward velocity 2ft/sec.

  • In problems 14-17, set up the spring mass equation. Determine whether it is undamped, under, critically...

    In problems 14-17, set up the spring mass equation. Determine whether it is undamped, under, critically or overdamped. Solve the IVP and draw a graph (technology is cool) of the solution on the interval 0 < t < 12. If the system Is underdamped convert the solution to the form Re^alpha t sin(beta t + delta) A mass weighing 64 pounds stretches a spring 0.32 foot. The mass is initially released from a point 8 inches above the equilibrium position...

  • Help please and show all work to the answer. If written please have work legible. Will...

    Help please and show all work to the answer. If written please have work legible. Will up vote for correct answer. (1 point) A mass weighing 10 lb stretches a spring 6 in. Suppose the mass is displaced an additional 11 in in the positive (downward) direction and then released with an initial upward velocity of 3 ft/s. The mass is in a medium, that exerts a viscuouse resistance of 3 lb when the mass has a velocity of 2...

  • USING MATLAB Please post code 1. Solve the 2nd order differential equation ?+89 +15y-sin(t), y(0)-1,?(0)-2 symbolically...

    USING MATLAB Please post code 1. Solve the 2nd order differential equation ?+89 +15y-sin(t), y(0)-1,?(0)-2 symbolically and numerically, and plot both results together over the time interval 0,10 sec. Provide appropriate labels on both axes, a title, and a legend that denotes each solution. Check your symbolic answer by using the Matlab DIFF function to compute the appropriate derivatives and then substituting them into the differential equation.

  • Solve the given differential equation by undetermined coefficients y+2y-24y - 16-(x+2 (1) Discuss how the methods...

    Solve the given differential equation by undetermined coefficients y+2y-24y - 16-(x+2 (1) Discuss how the methods of undetermined coefficients and variation of parameters can be combined to solve the given differential equation. Carry out your ideas. Math 274 Unit 2 Portfolio Problem B Solve the given Cauchy-Euler differential equation: y) - + 3xy-105' 1690 You can use Maple to find the approximate roots of the auxiliary equation. I would like you to create the auxiliary equation by hand. Math 274...

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