Separable Differential Equations Using Initial Values

alexsylvanus
Messages
11
Reaction score
0
AP Physics student here, I'm working on a problem that takes into account air resistance, where something is thrown up at initial velocity v_0, and the drag force is proportional to the velocity, so, \vec{F_{drag}}=-k\vec{v}.
Using Newtons second law and making up positive, down negative, you get, m\vec{a}=-k\vec{v}-mg
Which yields the differential equation, m\frac{d\vec{v}}{dt}=-k\vec{v}-mg
This can be separated to become, \frac{1}{k\vec{v}+mg}d\vec{v}=-\frac{1}{m}dt.
Now, when solving this, many sources say to use an indefinite integral on both sides, which results in a constant of integration, which you can then find by inputting t=0 and v=v_0. However, I thought that instead of using an indefinite integral and going to the trouble of finding the constant you could use a definite integral like so,
\int_{\vec{v_0}}^{\vec{v}}\frac{1}{k\vec{v}+mg}d\vec{v}=\int_{0}^{t}-\frac{1}{m}dt.
I worked through a few problems using my method, and it seemed to yield the same solutions as indefinite integration. Now, I was wondering if integrating from the known value (ex. v_0=v(t=0)) to the variable (v(t)) on one side of the differential equation and integrating from t=0 to t on the other side could possible work for all separable differential equations so that finding the constant of integration is no longer necessary. For example, if you know that y is a function of x and y(2)=6 for the differential equation, \frac{dy}{dx}=xy^2,
could you say that, \int_{6}^{y}\frac{1}{y^2}dy=\int_{2}^{x}xdx
My calculus teacher wasn't sure, so if anyone could verify that this method is or is not acceptable that would be greatly appreciated.
 
Physics news on Phys.org
Acceptable.

But, lose the arrows over the a and v, or include an arrow over the g. Then lose all three arrows, and work only with the magnitudes of the vectors. You should not have vectorial arrows in the separated form of the equation, which should only involve scalar variables.

Chet
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top