Home » Mechanics » Projectiles
pin
 
Science Calculators

X

Web 2.0 scientific calculator
Close

Projectile Calculators

2-D motion with gravity

Projectile diagram

When an object (projectile) is thrown near the surface of the earth, the only force acting on it is gravity. The horizontal and vertical motions are independent. The initial horizontal velocity (\(v_x\)) remains constant because there is no force in that direction. The velocity in the vertical direction (\(v_y\)) is altered by the force of gravity over time, \(t\): \(v_y' = v_y - g t \), where \(g\) is the acceleration due to gravity. For earth, \(g = 9.81 m/s^2\) and depends on the gravitational constant \(G = 6.67×10^{−11}\,N·(m/kg)^2\), the mass of the earth, \(m_e\) and the distance from the center of the earth \(r_e\): $$g = G \frac{m_e}{r_e^2}$$ (part of Newton's law of gravitation \(F=G{\frac {m_{1}m_{2}}{r^{2}}}\ \) describing the gravitational force between two masses and the distance \(r \) between them)

Projectiles are a great way to learn about 2-D motion in the presence of gravity

The basic equations for velocity and position are as follows:

$$v_x=v_0 \cos(\theta)$$ $$v_y=v_0 \sin(\theta) - gt$$
$$x = v_0 t \cos(\theta)$$ $$y = v_0 t \sin(\theta) - \frac{1}{2}gt^2$$

2-D projectiles

Enter values for the initial height (≥ 0), velocity, launch angle (θ), range, and acceleration due to gravity (g = 9.81 m/s2 for earth). Air resistance is neglected.

Four of these quantities are sufficient to calculate the fifth. Select the radio button for the one you want to calculate.

Quantities entered must be units of meters, m/s and degrees.

Some combinations of inputs are invalid, which is the case if you see "NaN" (not a number), or the numbers reset to something that is physically possible.

height velocity angle range gravity
? Acceleration due to gravity:
Earth: g = 9.81 m/s2
Moon: ag = 1.625 m/s2
Mars ag = 3.728 m/s2
Jupiter ag = 25.93 m/s2
Sun ag = 274.1 m/s2
drag
? Air resistance (drag) opposes the direction of motion and thus affects both x and y velocities. (The numerical calculations to the left do not include this factor).
The drag force is modeled here as proportional to the square of the velocity: FD = A*v2, where A is a combination of factors: the density of the air, the reference area of the object, and the geometry of the object. The slider essentially allows different values of A to be selected.
drag range
ball 1
ball 2


Your browser does not support HTML5 Canvas!
better browser needed

Velocity in the y-direction vs time:


Your browser does not support HTML5 Canvas!
better browser needed

More projectile equations

For an object with a starting height of \(y_0\), the range is maximized by the angle $$\theta = \arccos \sqrt{ \frac {2 g y_0 + v^2} {2 g y_0 + 2v^2}} $$ This reduces to \(\arccos( 1/\sqrt{2}) = 45^{\circ}\) for \(y_0=0\). In that instance, range is given by \(R = v^2/g\) and the time of flight is \(t=\sqrt{2}\,v/g\).

The general time of flight, for any starting height, is given by $$t_g = \frac {v \sin \theta} {g} + \frac {\sqrt{v^2 \sin^2 \theta + 2 g y_0}} {g}$$

The maximum height of a projectile is $$h_{max} = \frac{v_0^2 \sin^2(\theta)}{2g}$$ The maximum time aloft and the maximum height are achieved by setting the launch angle to 90°.

The maximum range for a projectile starting at \(y_0 = 0\) is $$d = \frac{v_0^2}{g}\sin(2\theta)$$ and the general equation for any starting height is

$$d = \frac{v \cos \theta}{g} \left( v \sin \theta + \sqrt{(v \sin \theta)^2 + 2gy_0} \right) $$

Disclaimer:

While we have done our best to ensure accurate results, the authors of this website do not make any representation or warranty, express or implied, regarding the calculators on this website, nor assume any liability for its use. The code implementation is the intellectual property of the developers.

Please let the webmaster know if you find any errors or discrepancies.
We also take suggestions for new calculators to include on the site.