Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask MATLAB Expert

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

MATLAB, Engineering

  • Category:- MATLAB
  • Reference No.:- M92765148

Have any Question?


Related Questions in MATLAB

Assignment -data is given on which want to do computational

Assignment - Data is given on which want to do computational production planning using Metaheuristic MATLAB Programming: 1) Ant Colony Algorithm on both Partial and Total Flexible Problem. 2) Bee Algorithm on both Partia ...

Recitation problems -1 determine the highest real root of

Recitation Problems - 1. Determine the highest real root of f(x) = 2x 3 - 11.7x 2 + 17.7x - 5 using the Newton-Raphson method with at least four iterations. Start with an initial guess of x 0 = 3. 2. Determine the real r ...

Assignmentafter the success of your robo-advice venture you

Assignment After the success of your robo-advice venture you decide to explore alternative sources of profitability for your company. You realize that Australian investors are often forced to chose between expensive acti ...

Lab assignment - matlab matrix relationallogical operators

Lab Assignment - MATLAB Matrix, Relational/Logical Operators and Plotting This laboratory exercise/assignment will involve you 1) practicing multiplication operators in MATLAB; 2) practicing relational and logical operat ...

Assignment matlab programmingusing appropriate matlab

Assignment: MatLab Programming Using appropriate MatLab syntax, write the code required to analyse and display the data as per the problem description. The order of the MatLab Program should be as follows: Variables and ...

Prepare a 3 - 10 pages long reportprepare a presentation

Prepare a 3 - 10 pages long report Prepare a presentation with 5 - 9 slides. The slides will include introduction (need and similar work), theoretical background (tested neural networks), Data, Results (Comparison of the ...

Assignment - matlab programmingusing appropriate matlab

Assignment - MatLab Programming Using appropriate MatLab syntax, write the code required to analyse and display the data as per the problem description. The order of the MatLab Program should be as follows: Variables and ...

What comparison of means test was used to answer the

What comparison of means test was used to answer the question

Assignment - matlab programmingusing appropriate matlab

Assignment - MatLab Programming Using appropriate MatLab syntax, write the code required to analyse and display the data as per the problem description. The order of the MatLab Program should be as follows: Variables and ...

Suppose that a student has the option of enrolling for a

Suppose that a student has the option of enrolling for a single elective during a term. The student must select a course from a limited list of options: "English, " "History, " "Biology, " "Computer, " or "Math." Constru ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As