What is the uniqueness of solutions for linear equations at x=0?

wachaif
Messages
7
Reaction score
0
(a)Show that xy' + 2y = 3x has only one solution defined at x=0.
Then Show that the initial value problem for this equation with initial condition y(0)= yo has a unique solution when yo = 0 and no solution when y0=/= 0 .

(b) Show that xy'-2y=3x has an infinite number of solutions defined at x=0. then show that the initial value problem for this equation with initial condition y(0) =0 has an infinite number of solutions.
 
Physics news on Phys.org
How about (a):

Set it up in std. form for first order ODE, calc integrating factor, solve. You get:

y(x)=x+\frac{y_0}{x^2}

Well, the only way for this to have a solution in the Reals for initial value problem is for y_0=0 in which case, solution is y=x. However, if y(0)\neq 0, then no solution exists at x=0 since this is indeterminate.

Is there a more rigorous way to say this?
 
and (b) gives:

(...i'll spare the details but it's the usual integrating factor prob...)

y = x(cx - 3)

where c is your integration constant.

To satisfy the IC y(0) = 0, c can take on any value you want.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Back
Top