So, I've been tasked with solving the above. I've gone up to the general solution which wasn't too tricky:
$$U(x,y)=e^{-x}(\frac{R_1e^{4x}}{4}+f(y-x))$$
However, it gets a bit strange for me when I'm equipped with any initial/boundary data alongside it. So doing the obvious thing and just inputting the respective values gives me
$$U(x,0)=e^{-x}(\frac{R_1e^{4x}}{4}+f(-x))=0,$$
but then what does that tell me and how do I get the overall solution from it? Do I just solve for $f(-x)$? If so, then
$$\frac{R_1e^{4x}}{4}+f(-x)=0,$$
or equivalently
$$R_1e^{4x}+4f(-x)=0,$$
then
$$4f(-x)=-R_1e^{4x},$$
so
$$f(-x)=\frac{-R_1e^{4x}}{4} \Rightarrow f(-x)=Ce^{4x}.$$
So then what? Do I then try to apply this to when $f$ takes $y-x$ as its argument? So then we'll have
$$U(x,y)=f(y-x)=Ce^{4x-4y},$$
and conclude that as our solution? I realise that something has gone wrong here, because when I do compute the partial derivatives and substitute them back into my original question, the left hand side and right hand side don't quite equal each other?
Or, do I end up keeping the general solution that I obtained and then substitute my $f(y-x)$ expression that I obtained when putting in the initial data?
Thank you for your help!
– thesmallprint Oct 13 '17 at 21:04