Solve the following Goursat problem
$xy^3u_{xx} - x^3yu_{yy} -y^3u_x + x^3u_y=0,$
$u(x,y)=f(x) \; \; on \; \; y^2+x^2=16 \; \; for \; \; 0 \leq x \leq 4 > $-- eq 1
$u(x,y)=g(y) \; \; on \; \; x=0 \; \; for \; \; 0 \leq y \leq4$ -- eq 2
$f(0) = g(4)$
My attempt :
Using $\alpha = y^2 - x^2 \; \; and \; \; \beta = y^2 +x^2 $ I've reduced the given problem to
$u_{\alpha \beta} = 0 \Rightarrow u= \phi(\alpha) + \gamma(\beta)$
$ \Rightarrow u(x,y) = \phi(y^2-x^2) + \gamma(y^2+x^2)$ - eq 3
Using 1 $\Rightarrow f(x) = \phi(16 - 2x^2) + \gamma(16) \Rightarrow \phi(x)= f(\sqrt{\frac{16-x}{2}}) - \gamma(16)$-- eq 4
Using 2 $\Rightarrow g(y) = \phi(y^2) + \gamma(y^2) \Rightarrow \gamma(y) = g(\sqrt{y}) - \phi(y) = g(\sqrt(y)) - f(\sqrt{\frac{16-x}{2}}) + \gamma(16)$ -- eq 5
$f(0)= \phi(16) + \gamma(16) = g(4)$ -- eq 6
using 4 and 5
$u(x,y)= \phi(y^2-x^2) + \gamma(y^2-x^2) = f(\sqrt{\frac{16-y^2+x^2}{2}}) - \gamma(16) + g(\sqrt{y^2+x^2}) - f(\sqrt{\frac{16-x^2-y^2}{2}}) + \gamma(16)$
$\Rightarrow u(x,y)= f(\sqrt{\frac{16-y^2+x^2}{2}}) - f(\sqrt{\frac{16-x^2-y^2}{2}}) + g(\sqrt{y^2+x^2})$
Is this correct ?
I didn't get to use the given condition f(0)=g(4) anywhere.