subject

During the test flight of a UDF powered aircraft, the pilot has set the engine thrust level at 40,000N, which causes the 20,000 kg aircraft to attain a cruise speed of 180 m/s. The engine throttles are then set to a power level of 60,000N, and the aircraft begins to accelerate. As the speed of the plane increases, the aerodynamic drag increases in proportion to the square of the air speed. Eventually, the aircraft reaches a new cruise speed, where the thrust of the UDF engines is just offset by the drag. The equations used to estimate the velocity and acceleration of the aircraft from the time the throttle is rest to the time the plane reaches new cruise speed (at approximately 120 s) are the following: velocity = 0.00001 time -0.00488 time^3 + 0.75795 time + 181.3566
acceleration = 3 - 0.000062 velocity?

Write a MATLAB program, using a script M-file, that calculates the velocity and acceleration of the aircraft at times from 0 to 120 seconds, and at increments of 10 seconds.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 16:00
Which of the following characters is acceptable to use in a filename? ? / – %
Answers: 1
question
Computers and Technology, 24.06.2019 21:30
What need most led to the creation of the advanced research projects agency network? darpa wanted scientists to be able to collaborate and share research easily. darpa wanted american and russian politicians to be able to communicate. darpa wanted astronauts to be able to contact nasa and the white house. darpa wanted factory owners to be able to coordinate supply chains.
Answers: 1
question
Computers and Technology, 25.06.2019 05:10
Write a program that asks for 'name' from the user and then asks for a number and stores the two in a dictionary (called 'the_dict') as key-value pair. the program then asks if the user wants to enter more data (more data (y/n)? ) and depending on user choice, either asks for another name-number pair or exits and stores the dictionary key, values in a list of tuples and prints the list. note: ignore the case where the name is already in the dictionary. example: name: pranshu number: 517-244-2426 more data (y/n)? y name: rich number: 517-842-5425 more data (y/n)? y name: alireza number: 517-432-5224 more data (y/n)? n [('alireza', '517-432-5224'), ('pranshu', '517-244-2426'), ('rich', '517-842-5425')]
Answers: 3
question
Computers and Technology, 25.06.2019 06:00
Write a method public static string getdigits(string phonenumber) that takes an 11-character phone number written with any combination of 11 uppercase letters, lowercase letters and/or digits, and zero or more hyphens, and which returns the digits that a person would have to press on a cell phone to dial that phone number. we will use the mapping of letters to digits given at en.wikipedia.org/wiki/telephone_keypad# /media/file: telephone-keypad2.svg you may assume that the string parameter phonenumber contains some combination of exactly 11 uppercase letters, lowercase letters and/or digits, but that any number of hyphens may be present. you can assume that a hyphen will not appear as the first or last character of the string. do not assum
Answers: 3
You know the right answer?
During the test flight of a UDF powered aircraft, the pilot has set the engine thrust level at 40,00...
Questions
question
Spanish, 30.11.2021 01:50
question
Mathematics, 30.11.2021 01:50
Questions on the website: 13722360