In solving a homework problem, I have encountered the following DE ($v$ is a function of $x$).
$$v' = \frac{1}{x}\frac{1 + x^2}{1-x^2} v, \quad x \in (0,1)$$
I'd like to split the problem into two cases.
- $v=0$ somewhere
- $v=0$ nowhere
For Case 2, I can solve the problem by taking $v$ to the LHS and choosing an appropriate substitution.
However, Case 1 is giving me a bit of grief. I want to show that, assuming the hypothesis of Case 1, the only solution is the zero function.
Question A. Can I conclude that, if $v=0$ somewhere, then $v=0$ on the entire interval?
Question B. Is there a general principle that works for all DE's of the form $$v'(x) = f(x)v(x),\; x \in I$$
where $f$ is locally Lipschitz continuous and $I \subseteq \mathbb{R}$ is an open interval, allowing us to conclude that if $v=0$ somewhere, then $v=0$ everywhere?
Please keep answers as non-technical as possible; I have received answers to similar questions in the past, and had a lot of trouble understanding them.