I've just started learning about PDE's and am struggling with this question.
Consider the equation $$\cos^2(x) \frac{\partial{u}}{\partial x} + y \frac{\partial{u}}{\partial y} =0$$ Find the characteristic curves in the explicit form. Hence obtain the general solution of the PDE. For each of the following boundary conditions, find the particular solution or explain why it does not exist:
- (a) $u(0, y) = y^2$.
- (b) $u(x, 0) = x^2$.
So far I have done this but am unsure of how to complete the question:
$\dfrac{dy}{dx} = \dfrac{y}{\cos^2(x)}$
$\int_y\dfrac{dy}{y} = \int_ x\dfrac{dx}{\cos^2(x)}$
$\ln(y)= \tan(x) +C$
$y= C e^{\tan(x)} $
$C=y e^{-\tan(x)} $
$u=f(e^{-\tan(x)}) $