I'm currently having a go at a question about the method of characteristics (and struggling!). I want to show that the Cauchy problem $u_{x} + 5x^{4}u_{y} = 2$ with $u(s,s^5)=2s+1$ has infinitely many $C^1(\mathbb{R}^2)$ solutions.
Solving for the characteristic curves gives $x_{1}(t) = t + s_{0}$, $x_{2}(t)=(t+s_{0})^5$ and $z(t) = 2(t_{0}+s_{0}) + 1$. Now since the integral curves cover the graph of $u$, there exists some positive $t_{0}$ such that $(x,y) = (x_{1}(t_{0}),x_{2}(t_{0}))$ = $(t_{0} + s_{0},(t_{0}+s_{0})^5)$.
Hence, $u(x,y)=z(t_{0}) = 2(t_{0}+s_{0}) + 1$. From this, we can clearly see that $u(x,y)=2x+1$ and $u(x,y)=2y^{1/5} + 1$ are solutions of the given PDE problem, but I have no idea how to show that we can find infinitely many solutions. I did see this post, but I don't particularly understand the top comments' solution. Any help is much appreciated!