Question: Python problem using python please ! At least tell me why using vx and vy in this question, And I think for (3) I need

Python problem

using python please!

At least tell me why using vx and vy in this question, And I think for (3) I need to using y to find t then put t in x equation to get x?

Please talk me through this, thank you.

This what I get so far. https://paste.ee/p/SzYxh

vox = v0 * math.cos(theta * math.pi/180) voy = v0 * math.sin(theta * math.pi/180) g = 9.8

Python problem using python please! At least tell me why using vx

For the next problems, consider the trajectory problem with a linear drag force where we derived the following relations, 2. (5 pts) Write a program that when run from the command line prompts the user to enter vo in m/s and in degrees for the projectile s initial velocity, then prompts the user for the drag term in s. The program should then solve for the time at which the projectile returns to the horizontal, y = 0, using Newton's method. 3. (5 pts) Assume the cannon is situated on a cliff of height h in meters. Write a second version that additionally prompts for the height of the cannon above the plain over which it is aimed. Have the program solve for the range of the cannon and print out the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!