Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SOLVE USING MATLAB A cannon is fired on level ground. Allow the user to input the initial total velocity v0 and initial elevation angle theta

SOLVE USING MATLAB

A cannon is fired on level ground. Allow the user to input the initial total velocity v0 and initial elevation angle theta in degrees (0 degrees = cannon fired horizontally, 90 degrees = cannon fired straight up). Output the x and y position of the cannon ball from 0 seconds to 1 second in increments of 0.1 seconds in a nice table format with three columns. Your output should look similar to the following table:

time x y

0 0 0

0.1 1.21 2.28

0.2 2.42 4.18

(and so on until t = 1.0)

Remember that theta should be in radians for use in trigonometic functions, not degrees. Assume the initial position is (x,y) = (0,0). The vertical acceleration due to gravity is -9.8 m/s2.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

1 2 3 Data Base Techniques

Authors: Dick Andersen

1st Edition

0880223464, 978-0880223461

More Books

Students also viewed these Databases questions