A bullet shot underwater given a velocity function

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
4 replies · 8K views
getty102
Messages
38
Reaction score
0

Homework Statement



A bullet shot underwater will experience "viscous drag" and follow this velocity equation.
vx(t)=voxe-bt

What is the maximum position of the bullet (if you were to wait a long time, what will its position be)?

Given: vox=247m/s
b=0.53 s-1
x0=47.9m

Homework Equations



x(t)=d(vx)/dt, vx=d(ax)/dt

The Attempt at a Solution



I'm not sure where to start. The only thing I came up with is that when the v=0, that would be the max position although that isn't giving me the correct answer.
 
Last edited:
Physics news on Phys.org
Do you know how to go from a velocity equation to a position equation?
That is: [tex]v \rightarrow x[/tex] ?
Hint: Use the fact that: [tex]v = \frac{dx}{dt}[/tex]
How do you get x?
 
In order to go from v→x, you need to integrate

x=∫vxdt

integrating voxe-bt gave me x(t)= x0+[(-vox/b)e-bt]
 
Right idea, let's step through it.
[tex]x(t) = \int v_o e^{-bt} dt = C - \frac{v_o}{b} e^{-bt}[/tex]
Got that right?
Now you need to use your initial conditions to solve for C right?
Use
[tex]x(0) = x_o[/tex]
What is C? Now what is [tex]x(t)[/tex]?
 
Thank you, that helped a lot!

I have another question relating to these types of problems

When you solve for C in an indefinite integral, will that always give you a max or min of the function?