Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Part 1 : Use one Excel file to submit your solutions; one worksheet per question; total number of worksheets in the Excel file should be
Part : Use one Excel file to submit your solutions; one worksheet per question; total number of worksheets in the Excel file should be Data should be well organized and centeraligned vertically and horizontally. Independent variables should be programmed. Constants should not be embedded in the formulas.
a In an Excel spreadsheet, create a table of the function, fxxx
for x step Results should be in two decimal places.
b Using linear interpolation, determine the two points where fx crosses the xaxis.
c Write a VLOOKUP program to determine fx at any arbitrary point in the Table.
Using the equations for the canon ball problem shown here:
a Obtain a solution in an Excel spreadsheet for ht and xt
for t s step s Initial speed, v ms
Launch angle, theta o Gravity, g ms
b On the table generated, use the cell fill command to color code the cells containing the maximum height reached, the total flight time, and the total distance traveled at ground level.
Results should be in two decimal places. Your solution should look like the sample shown here.
Part : Name your Mfiles according to the question number and submit in the Dropbox:
a Write a simple MATLAB script Mfile to calculate the inverse of the following trigonometric functions; sine cosine, and tangent of any angle.
b For the rightangle triangle shown here, write a simple MATLAB script Mfile to calculate h and given any input values of x and y
Consider the analytic solution of the projectile problem described in Section Write a MATLAB script that will prompt the user to enter the launch speed and angle, and will compute the peak height, flight time, and horizontal distance travelled using the analytic equations.
Write a MATLAB function that will take a times matrix as an input argument and will return a times array containing the averages of each of the four rows of the input matrix.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started