The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
4answers
140 views

How to get the angle needed for a projectile to pass through a given point for trajectory plotting

I am trying to find the angle needed for a projectile to pass-through a given point. Here is what I do know: Starting Point $(x_0,y_0)$ Velocity Pass-through point $(x_1, y_1)$ I also need to ...
0
votes
3answers
95 views

Solve for Initial Velocity of a projectile given Angle, Gravity, and Initial and Final positions?

I've found equations http://www.physicsclassroom.com/Class/1DKin/U1L6a.cfm for solving everything (and rearranged to solve everything) to do with projectile motion EXCEPT this, even though it should ...
0
votes
3answers
173 views

Projectile motion, canon vs cliff

A cannon is placed at the bottom of a cliff 85 m high. If the cannon is fired straight upward, the cannonball just the reaches the top of the cliff. a) Calculate the initial speed of the cannonball. ...
2
votes
2answers
459 views

Ski Jumper's vertical velocity after 246.5m record?

What would be the vertical velocity of this ski jumper (ski flyer), after he first touches down, after he breaks the record with a 246.5m jump? What g force would he experience as he slows down? ...
1
vote
0answers
39 views

Why is the angle of impact complementary to the angle of launch in the simple equations for the range of a projectile?

I'm using the standard equation for the range of a projectile: \begin{align} d &= \frac{v\ \text{cos}\theta}{g} \left( v\ \text{sin}\theta + \sqrt{v^2\ \text{sin}^2\theta + 2gy_0}\right) ...
1
vote
0answers
63 views

Getting pairs of angle and velocity for a projectile to a given destination

I'm trying to calculate the initial velocity $v_0$ and angle $\theta$ for a given destination $(x, y)$ with a launch height of $y_0$. Obviously there will be a set of pairs of velocity and angle that ...
1
vote
0answers
44 views

How to calculate the correct coordinates from a distorted video of a projectile?

I am working on a high school project that is related to projectile motion. I am exploring how exactly the position of the center of mass affects the trajectory of a long but thin, javelin-like ...
1
vote
0answers
209 views

Projectile motion equations @ very (!) high starting velocity

I've already searched Physics StackExchange for some similar question but I didn't find anything about this. Assumptions: Earth is a perfect sphere with it's core (X,Y,Z) -> (0,0,0) as a ...
0
votes
0answers
40 views

Trajectory the body thrown at angle to the horizon

I need to simulate some body, thrown at some angle to the horizon and at some azimuth. What would be $x(t)$, $y(t)$ and $z(t)$ involving $g(h)$, air resistance (with $\rho(h)$), Coriolis effect and ...
0
votes
0answers
65 views

I'm having trouble understanding the dimensions of this falling body problem

I'm working with this: A 50 kg mass is shot from a cannon straight up with an initial velocity of 10m/s off a bridge that is 100 meters above the ground. If air resistance is given by 5v ...
0
votes
0answers
200 views

Projectile Motion

I know the angle at which a projectile is launched, how far it needs to go, and also the maximum height. How can I find the initial velocity needed (disregarding air resistance)? Currently, I am ...
0
votes
0answers
388 views

Angle needed to launch a projectile to a given destination at a different height with given initial velocity

I need to calculate the angle required to launch a projectile from point A to point B on an uneven ground, given the parameters. 0nly gravity acts on the projectile – no air resistance. Parameters ...
0
votes
0answers
95 views

Simple: What do these ballistic impact numbers represent?

I bought physics for game programmers, found here, today to study ballistic impact, but I'm confused as to where a few numbers are coming from. I'm basically looking to understand what the values ...