I need help with this exercise.
Afficher commentaires plus anciens
An ball is launched at a velocity (V0) of 20 m/s in a direction making an angle (θ) of 25° upward with the horizontal. Use element by element math where appropriate.
• Find the x- and y- components of the projectile velocity, V. • Find the components of the projectile position, x and y. • Assume g = 9.8 m/s2. • Calculate the above values for time from 0-1.7 seconds in increments of 0.1 second.
Vx = V0cos(θ) x = V0cos(θ)t
Vy = V0sin(θ)-gt y = V0sin(θ)t-(1/2)gt^2
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Programming dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!