Projectile Motion in 2d with Drag

Click For Summary

Homework Help Overview

The discussion revolves around the dynamics of a projectile, specifically a dart shot from a "Monkey Gun," considering the effects of drag in two dimensions. The original poster seeks to determine the instantaneous velocity of the dart at a given time, factoring in the complexities introduced by air resistance and the interaction between the x and y components of motion.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • The original poster attempts to derive an equation for instantaneous velocity while acknowledging the influence of drag on both horizontal and vertical components. Some participants question the validity of separating the equations of motion for x and y components, suggesting that drag complicates this approach. Others propose that numerical methods may be necessary due to the lack of an analytic solution.

Discussion Status

The discussion is active, with participants exploring different interpretations of the equations governing projectile motion with drag. There is no explicit consensus on the best approach, but guidance has been offered regarding the use of numerical methods and the implications of drag on the motion.

Contextual Notes

Participants are considering the effects of air resistance and the assumptions made about drag being proportional to the square of the speed. The original poster expresses a desire to understand these dynamics for future experiments, indicating a broader context for the inquiry.

nathanthegreat
Messages
15
Reaction score
0

Homework Statement


So, I'm building a "Monkey Gun" and I want to be able to find the instantaneous velocity of my dart at a certain time. I shoot the gun at some angle, θ. The problem is, if I divide the velocity into x and y components, each depends on and impacts the other (the force from the direction will change the x velocity, changing the total velocity, changing the y velocity, etc.). I did a quick calculation assuming the dart remained at 60 m/s and I found a change in velocity of about 25 m/s, which is quite substantial. I know it won't actually be this much because the dart doesn't remain at 60 m/s, but it will still impact the dart.

I know I can mainly just ignore air resistance because the target is a decent size, but this is something I want to know for future experiments.


Homework Equations


$$F=ma$$ $$F_d =.5 \rho C_D A v^2$$



The Attempt at a Solution


I derived an equation for the instantaneous velocity for a freely falling object and got $$v(t)=√((mg-(mg-kv_0^2)e^((-2k)/m(∆t)))/k)$$. Now how can I find something like this in two dimensions? I know the y component will need to divided into a function for when the projectile is going up and a different one when it is coming down.

-Nathan
 
Physics news on Phys.org
You are quite right that if you take drag as proportional to the square of the speed then the horizontal drag is affected by the vertical speed, and v.v. There is no analytic solution; you'll need to use numerical methods. There are many references on the net. Some pretend drag is linear in order to get an analytic solution.
 
Why is it wrong to write
mx'' = - k(x')^2
my'' = -k(y')^2 - mg

these equations are uncoupled and it looks to me like they are solvable by
u = dx/dt
v = dy/dt
then separation of variables to get u and v, then solve the 1st order equations by separation again or some other way? Not that I've done it ...

Just asking, not asserting ...
 
The force due to the drag is ## -k v \vec{v} ##.
 
rude man said:
Why is it wrong to write
mx'' = - k(x')^2
my'' = -k(y')^2 - mg
The total drag is k(x'2+y'2). The component in the x direction is k(x'2+y'2) * x'/√(x'2+y'2) = kx'√(x'2+y'2).
 

Similar threads

Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 29 ·
Replies
29
Views
4K