Physics Problem using Matlab Script

23 ビュー (過去 30 日間)
Dark Shadow
Dark Shadow 2020 年 4 月 9 日
編集済み: Dark Shadow 2020 年 4 月 10 日
I need help with the problem below. I have no clue how to solve it. I need help as soon as possible. Please help me
Build an algorithm in Matlab, through which you draw the trajectory of a body, thrown from height h0 (given in input), with initial velocity v0x = 10 m / s. After how long does the body reach the ground (tmax)? What is the horizontal displacement of the xmax body? The acceleration of free fall is g = 9.8 m / s2.

採用された回答

Image Analyst
Image Analyst 2020 年 4 月 9 日
編集済み: Image Analyst 2020 年 4 月 9 日
In general:
  1. Compute the time to fall from h0 =(1/2) * a * tmax^2
  2. Compute the distance from xmax = v0x * tmax
See my attached projectile demo. It gives you control over every parameter and computes practically everything you could possibly ever want to know about the projectile (velocities, distances, etc.). Below is some of what it tells you:
Just enter in the parameters in the dialog box when it asks you for them.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePhysics についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by