Solving Projectile Problem for Physics Assignment

  • Thread starter Thread starter garboui
  • Start date Start date
  • Tags Tags
    Projectile
AI Thread Summary
To solve the projectile problem, divide the motion into x and y components and utilize the range equation R = V0^2 * sin(2θ) / g, where R is the target distance, V0 is the initial velocity, and g is the acceleration due to gravity. This equation allows for the calculation of the two angles needed to reach the target distance of 560 meters with an initial velocity of 82 m/s, which will be slightly above and below 45 degrees. While position equations provide more detailed information about projectile motion, the range equation simplifies the process for this specific problem. Understanding how to derive equations is emphasized over memorization. The solution can be found by substituting the known values into the range equation.
garboui
Messages
1
Reaction score
0
i have been give an asignment to do in physics. well everything is fine and dandyuntill the last question.

what the question wants to know is that for a projectile launched at a certain velocity(82m/s) hast to reach a set distance(560m), find the two angles that will allow the target distance to be reached. takeoff and landing are at the same height.

is there some formula where i could plug all of the numbers in and get the answer or is there something that i am missing here. i know its easy but for some reason i just can't figure it out for the life of me.

any help will be greatly appreciated as the assignment is due tommrow morning.

thanks
garboui
 
Physics news on Phys.org
Divide the motion into x and y-components, and deal with them as if you were dealing with one dimensional motion.

The equations:
\left\{ \begin{array}{l}<br /> x = x_0+v_{x0}t+\frac{1}{2}a_xt^2 \\ <br /> y = y_0+v_{y0}t+\frac{1}{2}a_yt^2 \\ <br /> \end{array} \right.<br />
 
Dont worry about those position equations. Though they work elegantly and efficiently, there is another, more efficient method. since all you have is the RANGE and the initial velocity, plus the fct that the initial and final height are the SAME, the range equation is your new best friend. By eliminating the time parameter and substitution, you get the more useful eqution: R=V0^2*sin(2theita)/g. the beauty here is that g is a given, along with Vo and R. just solve for theita and rember that there will be two angles, one slightly above and below 45 degrees.
 
DaMastaofFisix said:
Dont worry about those position equations. Though they work elegantly and efficiently, there is another, more efficient method. since all you have is the RANGE and the initial velocity, plus the fct that the initial and final height are the SAME, the range equation is your new best friend. By eliminating the time parameter and substitution, you get the more useful eqution: R=V0^2*sin(2theita)/g. the beauty here is that g is a given, along with Vo and R. just solve for theita and rember that there will be two angles, one slightly above and below 45 degrees.
True, that is the equation we get for this problem from the position equations. One should not in any mathematical subject learn equations by heart. Instead, one should learn how to derive them.

The position equations give far more information on the projectile's movement than the "range equation".
 
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