For $$ u_x^2+u_y^2=1 $$ and initial condition $$u(x,0) = f(x)$$ Is there a reference I can look up to better understand how to go about this solution? If I can visualize the results, that'd be great.
I am really just looking to visualize this. If there is a video online or some pdf which is simple and has charts/graphs that would help to go about the solution.
I got this:
$$u_y = \pm \sqrt {1 - u_x^2}$$
and the diff w.r.t $x$, I get
$$ u_{xy} =\pm \frac{uu_x}{\sqrt{1-{u_x}^2}} $$
and then I substitute $v = u_x$ and end up with a linear equation like this:
$$v_y = \pm \frac{vv_x}{\sqrt{1-v^2}}$$
This gives 2 equations
$\sqrt{1-v^2}v_y + v v_x = 0$ and $\sqrt{1-v^2}v_y - v v_x = 0$
How do I go about solving these (let's say the first one)