Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

When Legolas the archer fires an arrow from his bow, its position can be described through the equations: where x 0 is the initial x-position

When Legolas the archer fires an arrow from his bow, its position can be described through the equations:

where x 0 is the initial x-position [m], y 0 is the initial y-position [m], v 0 is the initial velocity [m/s], B is the launch angle [degrees], g = 9.81 m/s 2 and t is time [s].

1. Create a function that determines the x and y position of an arrow given initial conditions and a time vector are provided as inputs.

2. Create a function that plots the position of an arrow in the x-y plane given initial conditions and a time vector are provided as inputs. The plot should have axis labels and a title.

3. Create a function that can determine range (landing distance) of an arrow, given initial conditions are provided as inputs. Assume the ground is at y = 0.

4. Create a function that determines the magnitude and direction (in degrees) of velocity of an arrow given initial conditions and a time vector are provided as inputs.

xo + vo cos (0)t y = yo+vo sin (0)t- x 1 2912

Step by Step Solution

3.51 Rating (158 Votes )

There are 3 Steps involved in it

Step: 1

1 function xypositiontx0y0v0th g981 xx0v0cosdtht yy0v0sindtht05gt... 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

University Physics With Modern Physics

Authors: Wolfgang Bauer, Gary Westfall

2nd edition

73513881, 978-0073513881

More Books

Students also viewed these Programming questions

Question

Create a function that reverses the items in a list.

Answered: 1 week ago

Question

What practical considerations are deterrents to using the SOT rule?

Answered: 1 week ago

Question

Does the decay process n p + - violate any conservation rules?

Answered: 1 week ago