The Question:
Given that $J_0(x)$ satisfies
$$x\frac{d^2J_0}{dx^2}+\frac{dJ_0}{dx}+xJ_0=0 \qquad J_0(0)=1 \qquad \frac{dJ_0}{dx}(0)=0$$
Show that the Laplace Transform $\bar{J_0}(p)$ of $J_0$ is given by
$$\bar{J_0}(p) = \frac{1}{\sqrt{1+p^2}}$$
My Attempt:
By applying Laplace Transform to both sides of the differential equation, and using JUST the boundary condition $J_0(0)=1$, I arrived at
$$(p^2+1) \frac{d\bar{J_0}}{dp} + p\bar{J_0}=0$$
Solving this gives
$$\bar{J_0}(p)=\frac{C}{\sqrt{1+p^2}}$$
However, I am unsure how to use the OTHER boundary condition, that $J'_0(0)=0$, to determine the constant $C$.
Any hints?
EDIT:
In the answer it says to "observe that $\dfrac{d\bar J_0}{dp}(\infty)=0$", but I have no idea where that comes from.