I have a problem with a following task:
Let us consider an equation $x u_x + y u_y = \frac{1}{\cos u}$. Find a solution which satisfies condition $u(s^2, \sin s) = 0$. You can write down the solution in the implicit form $F(x,y,u)=0$. Find some domain of $s$ values for which there exists a unique solution.
@edit:My progress so far:
System of characteristics:
$\begin{cases} x'(s,\tau) = x \\ y'(s, \tau) = y \\ u'(s,\tau)=\frac{1}{\cos(u)}\end{cases}$ (derivatives are with respect to $s$)
Initial conditions:
$\begin{cases} x(0,\tau)=\tau^2 \\ y(0, \tau) =\sin(\tau) \\ u(0, \tau) = 0 \end{cases}$
We calculate general solutions for those 3 equations, apply initial conditions, and we obtain:
$\begin{cases} x(s,\tau) = \tau^2 e^s \\ y(s, \tau)=\sin(\tau) e^s \\ u(s, \tau) = \arcsin(s) \end{cases}$
How can I now write down the solution in the form of $F(x,y,u)$?
I would be very grateful for any help ;-)
Best regards,
David.