I need to solve the Burgers' equation
$uu_{x} - u_{y} = 0$ with initial data $u(x,0) = f(x)$ where $f$ is given to be analytic
I have solved this one with method of characteristics and the solution is :
$u(x,y) = f(x + yu)$
Now, I have been asked to prove the following statements
(A) No analytic solution exists for all positive values of $y$ provided $f$ is monotonically increasing.
(B) No continuous solution exists for all positive values of $y$ provided $f$ is monotonically decreasing.
I don't get how to even begin proving these claims? I know that a real analytic function on a domain is constant but how do I use this information here?
Please suggest some ideas
Thank you.