Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The trajectory of a ball thrown by a right fielder as defined in the (x,y) coordinates can be modeled as: y = x tan

 

The trajectory of a ball thrown by a right fielder as defined in the (x,y) coordinates can be modeled as: y = x tan 180 x + Yo 2v cos 180 where the angle at which the ball leaves the right fielder's hand is 0, = 22 , the initial velocity is v, = 52 mph, the distance between the right fielder and the catcher is 35 m, and the throw leaves the right fielder's hand at an elevation of 1.5 m. You must use g = 9.81 m/s? and the following conversion factors: 1 mile = 5280 feet and 1 meter = 3.28 feet. (a) Plot the function using the plot command in figure 1. Title the plot "MAE 284, Homework 3, Problem 1, Part a". Use the axis command to change the axis so that the x axis starts at 0 and goes to 35 meters and the y axis goes from 0 to 10 m. (b) If the catcher cannot reach above an elevation of 2 m, will she catch the ball? Use an fprintf statement to display the result (e.g. "The catcher can/cannot catch the ball"). (c) Compute the maximum height reached by the ball using each of the following methods. Use the fprintf function to print the result. For example, "The maximum height using goldmin is 19.0214618608 m". Display 10 digits to the right of the decimal point. i. Golden-section search (x; = 0, x, = 30, e, =2%) ii. Parabolic interpolation ( x = 10, x, = 20, x; 30, Max iterations = 3) i. MATLAB's fminbndwith the iterations displayed. Use the range 0 to the distance of the catcher.

Step by Step Solution

3.42 Rating (152 Votes )

There are 3 Steps involved in it

Step: 1

clear all clc v40 h18 x100 y1 g981 format long f inlinex... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Process Dynamics And Control

Authors: Dale E. Seborg, Thomas F. Edgar, Duncan A. Mellichamp, Francis J. Doyle

4th Edition

1119385561, 1119385563, 9781119285953, 978-1119385561

More Books

Students also viewed these Mechanical Engineering questions