Integrate acceleration when a = f(v)

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
Fuergrissa
Messages
1
Reaction score
0
Mentor note: Moved from a technical forum section, so missing the HW template.
Summary:: Integrate acceleration when a = f(v) when separation of variables is not trivial, ie a = k +v^2

When acceleration is a function of velocity, ie there is a friction force, you would separate the variables as such:

dv/dt = v^2

v^-2*dv = dt

and then integrate.
but what do you do when they are not easily separable, as in:

dv/dt = k + v^2

?
 
Last edited by a moderator:
Physics news on Phys.org
Note that
[tex]a=\frac{dv}{dt}=\frac{dv}{dx}\cdot\frac{dx}{dt}=v\frac{dv}{dx}[/tex]
Or you can just separate as usual to get:
[tex]\frac{1}{k+v^{2}}\frac{dv}{dt}=1[/tex]
Integrate both sides to get:
[tex]\int\frac{dv}{k+v^{2}}=\int dt+C[/tex]