subject

The Angry Bird Decision Plan and create a program that takes user input, uses Python looping procedures to calculate the required output, and format the output for the user. Red, our Angry Bird friend, will be shot from a catapult again. This time, you've been given the equation that projects his trajectory based on his initial velocity (vo), his angle of launch (O), and the acceleration due to gravity gx y = x tantheta - gx^2/2vo^2 cos^2 theta
You've been informed that the wall he must knock down is 202.3 m away
a. Take user input for Red’s initial velocity (for testing, start with 45 m/s).
b. For the input velocity, at what angle must your catapult be set to reach the wall at a height of 1 m (+/- 0.1m)? Use Earth’s gravity. Start at 0 degrees, and increase the angle until the required condition is met. Not all initial velocities will have a solution; in these cases, tell the user there is no solution for Red.
c. Plot his trajectory. Use the instructions from Lab05, Activity 3 for help in creating the plot. Do not create a plot if there is no solution for the velocity the user input.
d. This was on Earth, what if we move to Mars? e. Report to the user the angle you calculated and the height of impact for both Earth and Mars.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:30
The blank is type of decision-maker who over analyzes information
Answers: 3
question
Computers and Technology, 22.06.2019 03:10
This program reads a file called 'test.txt'. you are required to write two functions that build a wordlist out of all of the words found in the file and print all of the unique words found in the file. remove punctuations using 'string.punctuation' and 'strip()' before adding words to the wordlist. write a function build_wordlist() that takes a 'file pointer' as an argument and reads the contents, builds the wordlist after removing punctuations, and then returns the wordlist. another function find_unique() will take this wordlist as a parameter and return another wordlist comprising of all unique words found in the wordlist. example: contents of 'test.txt': test file another line in the test file output: ['another', 'file', 'in', 'line', 'test', 'the']
Answers: 1
question
Computers and Technology, 22.06.2019 11:10
The total cost of textbooks for the term was collected from 36 students. create a histogram for this data. $140 $160 $160 $165 $180 $220 $235 $240 $250 $260 $280 $285 $285 $285 $290 $300 $300 $305 $310 $310 $315 $315 $320 $320 $330 $340 $345 $350 $355 $360 $360 $380 $395 $420 $460 $460
Answers: 2
question
Computers and Technology, 22.06.2019 15:30
Melissa needs to add a topic to an email that she will send to her teacher. choose the name of the field where she should type her topic.
Answers: 2
You know the right answer?
The Angry Bird Decision Plan and create a program that takes user input, uses Python looping procedu...
Questions
question
Physics, 14.01.2022 14:00
question
English, 14.01.2022 14:00