Easiest way to solve projectile motion problems?

AI Thread Summary
To solve projectile motion problems, start by identifying the initial conditions such as initial speed, angle of launch, and height. Use the equations for constant acceleration due to gravity to calculate the trajectory, which includes the position as a function of time and the velocity over time. For horizontal motion, the speed remains constant, while vertical motion is affected by gravity, requiring separate calculations for each direction. Drawing a diagram can help visualize the problem and clarify the known and unknown variables. With practice and a methodical approach, solving these problems becomes easier.
EaGlE
Messages
20
Reaction score
0
can someone tell me the easiest way to solve projectile motion problems? like how to read and start it? it is extremely hard for me, i just don't get it.
 
Physics news on Phys.org
When you ignore friction and assume the gravitational force is a constant one near the surface of the Earth (F=mg) it's quite simple. independent of the mass of the object it falls with an acceleration a=g (Because of Newtons second law F=ma with F=mg -> a=g !).

In a standard projectile problem you are given the initial conditions like initial speed v(0) and position x(0) and you are to calculate the trajectory (x(t))(the position as a function of time).

So you have to know how the position of an object is affected by it's acceleration and speed. These relations can be obtained by integrating a=g and using the appropriate initial conditions but I'll give you the results for the constant acceleration g:

v(t)=v(0)+ gt
x(t)=x(0)+v(0)t+\frac{1}{2}gt^2

The first equation says the speed will increase (or decrease for negative g) linearly with time with proportionality factor the acceleration, this in addition to the initial velocity v(0). This is intuitively right for acceleration represents the increase in speed.

The second equation says that under a constant acceleration the position of the object can be obtained by adding the initial position to a few other terms. The second term says your position increases because you have a certain velocity, sounds logically right? The second term is there for the velocity increases beacuse of the acceleration.

Now if you are given g, v(0), x(0) you can find out the trajectory with the above equations in 1 dimension only! This means the motion is in a straight line. An example is an object falling from an air balloon towards the Earth with an acceleration a=g=9,8 m/s^2 when thrown upwards with a certain initial velocity v(0) at a certain height x(0). Bu sure to watch the signs of the quantities though (The initial velocity is positive, as is the initial position, but the acceleration is directed downwards so is negative!)

But ofcourse you would like to find out e.g. what happens if you throw an object vertically to the Earth's surface while the acceleration (by gravity) acts in the other direction downwards. Then you would have to use vectors. Instead of x, v, g you would use \vec{x}, \vec{v}, \vec{g} and the given equations will still hold. But I'm not sure you are too familiar with vectors (three numbers describing the quantities in the three spatial directions) so I'll try a different approach (basically the same).

When you will try to solve a problem concerning motion you will have to pay attention to the directions involved. Basically what you have to do is use the equations above for every direction involved seperately. An example:

When you fire an object in an horizontal direction (let's call this the x-direction) it will maintain that same speed in time. so x(t)=x(0)+v(0)t (g=0!). But in the vertical direction (let's call this the z-direction) there is an acceleration beacuse of gravity equal to g=9,8m/s^2 an initial height (let's call this h) but no initial speed, so: z(t)=z(0)-.5gt^2 (Note the minus sign!). This gives you the trajectory of the projectile.

If you woul like to know what the velocity is as a function of time you use the other formula. Note that you get 2 velocities, one velocity in the x- and one in the z- direction, if you want the total speed you calculate \sqrt{v_x^2+v_y^2})

If you would like to know at what time the projectile lands you do the following. When it lands its height (z-coordinate) is 0. So you fill in z(t)=z(0)-.5gt^2=0[/itex] and solve for t. This yields t= \sqrt{ 2z(0)/g } [/itex]<br /> <br /> Another example: <br /> If the projectile is launched under a certain angle (let&#039;s call this one w) with the horizontal. The first thing you would do is determine the initial conditions. The initial height, velocity and angle are given, but you would like to know what the initial velocity is in the x-direction and the initial velocity in the z-direction. What you do is you draw a graph representing the velocity as an arrow (a vector!) under a certain angle with the horizontal. By using goniometry you can find out that the initial velocity in the x-direction (horizaontal) is v(0)cos(w) and the intial velocity in the the z-direction (vertical) is v(0)sin(w). Now you can use the above formula to find out everything you want<br /> <br /> A general scheme to work out the problem might be:<br /> <br /> -draw a picture: this helps you visualize the problem. Don&#039;t forget to put in as much data as you can. The directions along which you are going to work, angles, initial velocities, etc.<br /> -Work out the initial conditions: the initial positions and velocities in the different directions.<br /> -Solve the original problem using the above formulas (one for each direction!)<br /> <br /> Good Luck!
 


The easiest way to solve projectile motion problems is to break it down into smaller steps and use the appropriate formulas. First, identify the initial velocity, angle of launch, and height of the object. Then, use the equations for horizontal and vertical motion to find the time of flight, maximum height, and range of the object. Finally, use these values to calculate the position and velocity of the object at any given time. It may also be helpful to draw a diagram and label the known and unknown variables. With practice, you will become more comfortable with these types of problems. If you are still having difficulty, consider seeking help from a tutor or teacher.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
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