Separating vector differential equation into components

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Dustgil
Messages
42
Reaction score
0

Homework Statement


Write down the component form of the differential equations of motion of a projectile if the air resistance is proportional to the square of the speed. Are the equations separated? Show that the x component of the velocity is given by

[tex]\dot{x}=\dot{x}_0e^{^-\gamma s}[/tex]

where s is the distance the projectile has traveled along the path of motion and [tex]\gamma = c_2 / m[/tex]

2. Homework Equations

The Attempt at a Solution


[/B]
So, the differential equation in vector form is

[tex]m \frac {d^2r} {dt^2} = -c_2\vec{v}|v| -gk[/tex]
[tex]\frac {d^2r} {dt^2} = -\gamma\sqrt{V_x^2+V_y^2+V_z^2}(V_xi+V_yj+V_zk) -gk[/tex]

so x in particular is:

[tex]\ddot{x}=-\gamma\sqrt{\dot{x}^2+\dot{y}^2+\dot{z}^2}\dot{x}[/tex]

But this isn't separable, making things very difficult. I do think that

[tex]s = \int_a^b|r'(t)|dt = \sqrt{\dot{x}^2+\dot{y}^2+\dot{z}^2}[/tex]

or something very close to that. Yet I'm still not sure how I'm supposed to proceed. Maybe I'm getting something fundamentally wrong in the setup? Something else that's obvious? I'm fairly new to differential equations..
 
Physics news on Phys.org
Along x-axis, we have: ##m\ddot{x}=-\mu \dot{x}^2##
Then ##-\mu(\frac{dx}{dt})^2=m\frac{dv}{dt}##
Then ##-\mu v.dx=m. dv##
Solve this equation you will have this result
 
  • Like
Likes   Reactions: Dustgil
Thanks, this helped a lot!