Integrate acceleration when a = f(v)

Click For Summary
When acceleration is expressed as a function of velocity, such as a = k + v^2, the separation of variables becomes complex. The equation can be rearranged to facilitate integration by expressing it as dv/dt = k + v^2. By separating the variables, one can rewrite the equation as (1/(k + v^2)) dv = dt. This allows for integration of both sides, leading to the standard integral ∫(1/(k + v^2)) dv = ∫ dt + C. Understanding this method is crucial for solving differential equations involving non-trivial separable variables.
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
Isn't ##\frac 1{k + v^2}## a standard integral?
 
  • Like
Likes Orodruin and PhDeezNutz
Note that
a=\frac{dv}{dt}=\frac{dv}{dx}\cdot\frac{dx}{dt}=v\frac{dv}{dx}
Or you can just separate as usual to get:
\frac{1}{k+v^{2}}\frac{dv}{dt}=1
Integrate both sides to get:
\int\frac{dv}{k+v^{2}}=\int dt+C
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...