Let $U(x,y)$ be the solution to the Cauchy problem:
$$ xU_x + U_y = 1, U(x,0) = 2\ln(x) , x>1$$
Then $U(e,1) =$
- $-1$
- $0$
- $1$
- $e$
My work is as follows. Since,
$$\frac{dx}{x} = \frac{dy}{1} = \frac{dU}{1},$$
we get $U - y = C_1$ and $U = \ln\frac{x}{C_2}$.
We have given that $U(x,0) = 2 \ln(x)$, so $C_1 = 2\ln(x)$.
Thus, $U(x,y) = y + 2 \ln(x)$ But my answer is $2$, where am I wrong?