I am studying the characteristics method from these notes I found online http://web.stanford.edu/class/math220a/handouts/firstorder.pdf I can't seem to get my solutions to work out though, even in the simplest cases.
For example, I want to solve $-\frac{1}{2}u_x + u_y = c$, with $u|_{d\Omega} = 0$, for the unit circle. According to page 7, I get
$\frac{\partial x}{\partial s} = -\frac{1}{2}, \frac{\partial y}{\partial s} = 1, \frac{\partial z}{\partial s} = c$, with initial conditions $x(r,0) = \cos(r) , y(r,0) = \sin(r) , z(r,0) = 0$.
Of course, we can easily solve these, since none of them involve $s$! We get $x = -\frac{1}{2}s + \cos(r)$, $y= s + \sin(r)$, $z = cs$.
Ok.. so then our solution should be $z$. If you solve for $s$ from $y$, say you get $z = c(y-\sin(r))$. If I solve the system of $x$ and $y$ for $r$, I should get $2x+y = \cos(r) + \sin(r)$, from which $r = \sin^{-1}(\frac{2x+y}{\sqrt2})-\frac{\pi}{4}$. According to this then, my solution is $$ z=c\left(y-\sin\left(\sin^{-1}\left(\frac{2x+y}{\sqrt2}\right)-\frac{\pi}{4}\right) \right)$$.
Something seems wrong here. Why is this $0$ on the boundary? For example, if I go a little further, using trig to solve for the angles, and using the formula for sine of a sum, I apparently get
$$c\left(y- \frac{2x+y}{2} -\frac{\sqrt2}{2}\sqrt{\sqrt{2} - (2x+y)^2}\right)$$
And this is just for a circle! What I really want is more general domains. Can you help at all?