The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
4answers
174 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 ...
3
votes
2answers
479 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
1answer
41 views

How to calculate air resistance of penny dropped from Empire State Building?

If a penny is dropped from the Empire State Building, then its speed, without taking air resistance into consideration, is $\sqrt{\left(32\frac{\textrm{ft}}{\textrm{s}^2}\right)(1454\textrm{ ...
1
vote
0answers
50 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
71 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
47 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
210 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
49 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
72 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
203 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
400 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
98 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 ...
-1
votes
0answers
14 views

Finding the Horizontal Acceleration of an Object in Projectile Motion (Air Resistance)

In a program I'm working on I'm trying to demonstrate how objects trajectory can be affected by the horizontal acceleration, or shall I say air resistance. I'm wondering, if for example there was a ...