Help simple 2nd order linear ODE

y2kevin
Messages
6
Reaction score
0
Hi, could anyone give me a hint on what method to use to solve this ODE:

v''+(2/t)v'+(b)v=0,

b is a constant and v=v(t).

Most of my ODE training resolves around how to solve the above equation with constant coefficients. AND all of my reference books say that "the nonconstant case is difficult and you won't run into it." Well, here I am, stuck.

The answer wolfram alpha gave is:

v(r) = (c_1 e^(-sqrt(-k^2) r))/r+(c_2 e^(sqrt(-k^2) r))/(2 sqrt(-k^2) r)

No idea on how it got it though.
 
Physics news on Phys.org
Let v = y/t
which turns the ODE to :
y'' + b y = 0
So, depending the sign of b, the solutions y(t) are sums of exponential or sinusoidal functions of (sqrt(-b)*t) or of (sqrt(b)*t)
 
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