Find numerical value of the natural frequency omega

Assignment Help Simulation in MATLAB
Reference no: EM131926489

TASK 1 - Modelling, matrices, MATLAB loops, eig

Consider an n-degree-of-freedom undamped mass-spring system shown. Assume that the following parameters of the system are known and given: n = 200; m1 = m2 = m3 = ... = m200 = 5[kg]; k1 = k2 = k3 = ... = k200 = 1000 [N/m]. Find numerical value of the 7th natural frequency omega_7 [rad/s] of the system. (Round your result up to two digits after the dot and find the best match with the answers presented).

428_figure.png

1.33 rad/s

1.44 rad/s

1.55 rad/s

1.77 rad/s

4.52 rad/s

sqrt(1000/5) = 14.14 rad/s

0.28 Hz

None of the above

I could not complete this Task.

TASK 2 - 1st Order Ordinary Differential Equations, Newton's Law of Cooling, MATLAB

You are given a hot sample of metal with initial temperature T0 equal to 192 deg C. You leave the metal in a thermal chamber, where after four minutes it has cooled to 80 deg C. What was the surrounding temperature in the chamber?

Program simulation of this task in a single MATLAB file, using anonymous function and ode45 solver. Simulate cooling process during 5 minutes, for the following conditions: T0 = 192; k = -0.293893; values of Ts = [15 20 25 30 35 40 45 50] and determine which particular value out of these eight values of temperatures corresponds to the condition of the task, i.e. cooling to 80 deg C after 4 minutes.

15

20

25

30

35

40

45

50

None of the above

TASK 3 - Projectile motion, ODE, MATLAB, interp1

A tennis player is hitting a ball exactly at the centre of the baseline at the height H = 2.31 m and is launching the ball at the negative angle of -3.5 degrees with respect to the horizon with the speed of v = 206 km/h in the vertical (i.e. orthogonal to the ground) plane, parallel to the centre service line, as shown in Figure (attached). The ball is flying over the "centre service line".

(1) Determine the instantaneous radius R (in m) of the ball's trajectory at initial time of the serve, i.e. at t=0. YOUR TASK-2(1) ANSWER R [in m]:

27.40

114.40

224.40

334.40

574.40

1354.40

none of the above

I was unable to complete this question

(2) Treating tennis ball as a point and assuming NO AIR DRAG, use MATLAB to determine time "t_land" when the ball hits the ground. [Assume that the absolute value of the gravity acceleration is equal to 9.81 m/s2.] Present result in seconds [type in the window below numerical figure only], rounded to two digits after the dot. Hint: you may wish to use "ode45" to solve projectile task numerically, then use "interp1" on solution data to determine time when ball is hitting the ground.

(3) Using results from (1) and "interp1" command, determine horizontal distance "x_land" traveled by the ball before it hits the ground. Present result in meters, rounded to two digits after the dot. [With this answer you will know if the ball was IN or OUT].

(4) Using results from (1) and "interp1" command, determine vertical height "z_inNet_plane" of the trajectory of the ball [i.e. vertical distance from the ground to the ball] at the instant when the ball is in the vertical plane of the net. Present result in meters, rounded to two digits after the dot. 'With this answer you will know if the ball hit the net or not: the net is 0.91 meters high in the center].

TASK 4 - Projectile motion: linear versus non-linear model, coordinate systems, ODE, MATLAB, interp1

During the experiment, mass m = 1 kg was released and travelled distance AB = h before it hit the inclined flat surface, as shown in Figure.

1871_figure1.png

Assume the following parameters of the experiment: inclination angle v = 30o; h = 2m and

1. Determine the distance BC = d and travel times tAB and tBC numerically, formulating and solving the associated differential equations of motion for the mass m, assuming NO air resistance;

2. Determine the distance BC = d, and travel times tAB and tBC numerically, formulating and salving the associated differential equations of motion for the mass m, assuming that the air resistance force is proportional to the product of the squared velocity of the mass and coefficient Cd = 0.8:

F = Cd x v2

YOUR TASK - 4.1a ANSWER for BC = d [in m]: (No air resistance case)

3 m

5 m

8 m

9 m

11.5 m

None of the above

YOUR TASK - 4.1 b ANSWER for t_AB [in s]: (No air resistance case)

0.52 s

0.64 s

0.93 s

 1.71 s

None of the above

YOUR TASK - 4.1 c ANSWER for t_BC [in s]: (No air resistance case)

0.73 s

1.09s

1.27s

1.85 s

2.39 s

None of the above

YOUR TASK - 4.2a ANSWER for BC = d [in m]: (Air resistance case!)

0.81 m

1.19 m

3.27 m

4.92 m

5.67 m

None of the above

YOUR TASK - 4.2b ANSWER for t_AB [in s]: (Air resistance case!)

0.51 s

0.71 s

0.81 s

2.51 s

None of the above

YOUR TASK - 4.2c ANSWER for t_BC [in s]: (Air resistance case!)

0.58 s

0.84 s

2.24 s

4.34 s

None of the above

Attachment:- Assignment File.rar

Reference no: EM131926489

Questions Cloud

Determine the economic service life of the equipment : Determine The economic service life of the equipment and associated annual worth.
Identify the selected retailer and news articles source : It is important for financial statements' external users to understand financial information about a company in which they have stakes.
What is the definition of value : We defined value in the class lecture I posted and as mentioned value, to me, is at the heart of all marketing activities. What is the definition of value?
Write a java code that converts integer to string : Write a Java code that converts int to Integer, converts Integer to String, converts String to int, converts int to String, converts String to Integer.
Find numerical value of the natural frequency omega : TASK 1 - Modelling, matrices, MATLAB loops, eig - Find numerical value of the 7th natural frequency omega_7 [rad/s] of the system
Describes a situation with a proposed tax treatment : In each of the preceding Cases, indicate whether or not you believe that theta' treatment being proposed is the correct one. Explain your conclusion
What interest rate must you have earned : You deposit $5,000 into an account for 5 years with quarterly compounding. At the end of 5 years, the account balance is $6,800.
Should Crypto Currency Project be accepted or rejected : Should Crypto Currency Project be accepted or rejected? Compute the NPV for the Crypto Currency Project if the appropriate cost of capital is 6%.
What is speed after the collision : a. What is the speed of the clay-bob system after the collision? b. What is the maximum angular displacement of the pendulum?

Reviews

len1926489

4/3/2018 6:35:33 AM

SUBMIT YOUR MATLAB SCRIPT FOR Tasks AS ONE (SINGLE) FILE INTO THE WINDOW BELOW, using "cut-and-paste" method, cutting the script from your *.M file. The first line should have double percentage, space, and your student number with "s". (In case you were not able to complete the script, enter a line like "%% s3455789 Task NOT COMPLETED' line with your student number)

Write a Review

Simulation in MATLAB Questions & Answers

  Calculate the stress intensity factor

Use the three-parameter zone finite element method or the boundary collocation method to calculate the stress intensity factor K, at the crack tip for the plate

  Build a simulation using newtons laws of motion

Build a new and different simulation of your own using Newtons laws of motion and Show the code and describe how it works

  Write the specification of load mover

Write the specification of LOAD MOVER detailed of the whole design and precise for automatic control section and divide the design into various modules and Is the kernel required if yes which one?

  Design the automatic control section using statecharts

Aim of this project is to design an embedded system which can move loads from one place to another. The system can be operated manually, automatically and wirelessly.

  Need an expert who can model a drill in simulink

Need an expert who can model a drill in Simulink. Working model of a drill needing for an improvment to behave more realistically as a drill to drill through plastic block.

  Project is on load frequency control using fpid

Project is on load frequency control using FPID tuned using GA and PSO algorithm and the system is a two area system.

  Number of packets received with time

Let x be the number of packets received with time -

  Build a matlab based graphical user interface

Build a Matlab based graphical user interface (GUI) that operates in conjunction with a base Matlab/ Simulink simulation program. Any base simulation is considered acceptable.

  Build a matlab based graphical user interface

Build a Matlab based graphical user interface (GUI) that operates in conjunction with a base Matlab/ Simulink simulation program. Any base simulation is considered acceptable.

  Simulate the standardised sum of independent

Simulate the standardised sum of independent and identically distributed variates - Fit a linear regression model as in Q5, and plot your estimates for β0 and β1 as N increases, together with a line indicating their true values. Supply your code.

  Plot the original periodic square wave

Plot the original periodic square wave on the same graph. Comment on the difference between the original periodic square wave and its truncated Fourier series presentation.

  Use matlab to plot the function

Plot the original periodic square wave on the same graph. Comment on the difference between the original periodic square wave and its truncated Fourier series presentation.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd