I Tracing parabolic motion with only current velocity and position?

AI Thread Summary
Tracing the trajectory of an object using only its velocity and position is feasible by applying the equations of motion under constant gravitational force. The initial conditions, including initial velocity and position, are critical for accurate calculations. The method involves integrating the equations of motion to derive the object's position over time, accounting for gravitational acceleration. However, the challenge arises when the vertical velocity decreases due to gravity, affecting the perceived maximum height. Ultimately, solving the equations of motion provides a comprehensive understanding of the object's trajectory.
question_asker
Messages
1
Reaction score
0
TL;DR Summary
Using only the current component-wise velocity and position, the trajectory of a projectile needs to be found. The object may change velocity mid flight, an the trajectory should reflect any changes.
Is it possible to trace the trajectory of an object using only its velocity and position, both of which are given as components. My method of doing so involves using the time until max height is reached, and using that time value to calculate the max height itself (h,k), then plugging in the current point to find the constant a in the equation y=a(x-h^2) +k. I used the following equations, but noticed that as the vertical velocity decreased due to gravity, the max height also changes which it doesn't in reality. I am now wondering if what I'm trying to do is possible or not.

$$time_{max} = \frac{v_{y}}{g}\space \space(1)$$
$$x_{max} = x_{current} + v_{x} * time_{max}\space \space(2)$$
$$y_{max} = y_{current} + \frac{{v_{y}}^2}{2a}\space \space(3)$$
$$parabola: a(x-x_{max})^2 + y_{max}\space \space(4)$$
 
Physics news on Phys.org
question_asker said:
I used the following equations, but noticed that as the vertical velocity decreased due to gravity, the max height also changes which it doesn't in reality.
You are using the remaining climb time to max height which does decrease, and so does the remaining height.
 
Obviously you think about the initial-value problem for motion under the influence of the contant gravitational force of the Earth on a point particle. Just solve the equations of motion, which is very simple:
$$m \ddot{\vec{x}}=m \vec{g} \; \Rightarrow \; \ddot{\vec{x}}=\vec{g}=\text{const}.$$
This is to be solved, assuming the initial condition: ##\vec{v}(0)=\vec{v}_0## and ##\vec{x}(0)=\vec{x}_0##.

Integration the EoM once, using this initial condition gives
$$\int_0^{t} \mathrm{d} t' \ddot{\vec{x}}(t')=\dot{\vec{x}}(t)-\dot{\vec{x}}(0)=\dot{\vec{t}}-\vec{v}_0 = \int_0^t \mathrm{d} t' \vec{g}=g t.$$
So you get
$$\dot{\vec{x}}(t)=\vec{v}_0+\vec{g} t.$$
Integrating once more wrt. time in the analogous way, you finally get the solution
$$\vec{x}(t)=\vec{x}_0 + \vec{v}_0 t + \frac{1}{2} \vec{g} t^2.$$
Of course, now you can use this to figure out all kinds of different representations of this solution and analyze its properties.
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Hello everyone, Consider the problem in which a car is told to travel at 30 km/h for L kilometers and then at 60 km/h for another L kilometers. Next, you are asked to determine the average speed. My question is: although we know that the average speed in this case is the harmonic mean of the two speeds, is it also possible to state that the average speed over this 2L-kilometer stretch can be obtained as a weighted average of the two speeds? Best regards, DaTario
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Back
Top