Projectile Motion Using Coordinates

AI Thread Summary
The discussion focuses on calculating the range and final velocity of a rescue package dropped from a plane traveling at 350 m/s at a 40-degree angle. The time in the air is determined to be 15 seconds, leading to a final velocity of 375 m/s. The horizontal distance traveled is calculated to be approximately 4021.73 meters. The coordinates used to solve for the landing position are confirmed to be correct, resulting in a calculated range of 3392.18 meters. Overall, the math and approach taken in solving the projectile motion problem are validated by participants in the discussion.
i8mysocks
Messages
2
Reaction score
0
1. A plane with velocity (350 m/s, 40 deg) dropped a rescue package at location (0, 300 m) and the package landed at location (range, 50m). Find the range and final velocity.



2. d = vsin(40) x t + (1/2)x(a)x(t^2)
dx = vcos(40) x t




3. final velocity:
first find the time in air:
300 m= 350sin(40) x t + 1/2 (10 m/s^2)(t^2)
t = 15 s
final velocity = 350sin(40) + (10 m/s^2)(15s)

300 m = t ((350sin(40) + (5 m/s^2)(t)) let t = 0
t = 15 s

final velocity = 350sin(40) + (10 m/s^2)(15s)
= 375 m/s

horizontal distance = 350cos(40) x (15 s)
= 4021.73 m

using coordinates (0, 300) and (?, 50) solve for ? using the distance formula:

4021.73 m = sq root( (300-50)^2 + (0 - ?)^2))
(4021.73 m)^2 = (300-50)^2 +(0-?)^2
(1.6 x 10^7m) - (300 - 50)^2 = (-?)^2
sq root (1.59375 x 10^7) = ?
? = 3392.18

...basically I would like to know if my math was correct and if I used the correct coordinates to solve for "?". Thank you for your help! :D
















 
Last edited:
Physics news on Phys.org
Looks Good.
 
You really think so? The coordinates I used to solve for "range" were correct, right? By the way, thank you very much for taking the time to look at this problem. I really appreciate it :D
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top