Non-linear differential equation

pd1zz13
Messages
3
Reaction score
0
The original equation is:

V'' - k*V^-1/2 = 0

I then said u = V' therefore u' = u(du/dV)

so the new equation is :

u(du/dV) = V^-1/2*k

Im a little rusty on separation of variables but I got a u in the final answer which means I have to integrate again since I need the final answer in terms of V.

The goal is to prove k is proportional to V^3/2

Am i doing this right?
 
Physics news on Phys.org
That's a common way to do it and you're left with:

u^2=4k\sqrt{v}+c

or:

\left(\frac{dv}{dt}\right)^2=4k\sqrt{v}+c

taking square roots, separate variable again and get:

\frac{dv}{\sqrt{4k\sqrt{v}+c}}=\pm dt

That however looks kinda' messy to integrate although Mathematica gives a nice expression for the left side but then you get an implicit expression for v in terms of t:

g(v)=\pm(t+c_2)

which is not solvable explicitly for v(t). Doesn't look like it anyway.
 
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...
Back
Top