Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 theStep 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