Initial Value Problems with unique solution

278 Views Asked by At

Consider the Initial Value Problem

$\dfrac{dy}{dx}=\dfrac y{x-1}$, $y(a)=b$

i) explain why the IVP has a unique solution if $a$ is not equal to $1$.

ii) explain why the IVP has infinitely many solutions if $a=1$, $b=0$

Would someone be able to help/explain these to me? Thanks in advance!

2

There are 2 best solutions below

1
On

write your equation in the form $$\frac{dy}{y}=\frac{dx}{x-1}$$ and integrate

2
On

We have $$\dfrac{dy}{dx}=\dfrac y{x-1}\implies \int\frac1y\,dy=\int\frac1{x-1}\,dx\implies \ln y=\ln(x-1)+C$$ where $C$ is a constant. Taking exponentials, $$y=e^C\cdot(x-1)$$ which is unique when $a\neq1$ as $C$ is fixed.

But when $a=1,b=0$, we have $$0=e^C\cdot0$$ so $C$ can take infinitely many values.