I cannot understand what we are looking to find in such a problem... For example consider the pde
$u_t+u_x=u$, with $x,t>0$ (1)
and initial and boundary conditions:
$u(x,0)=1$, for $x\ge0$ (2)
$u(0,t)=1$, for $t\ge0$ (3)
Are we looking for a solution of (1) which can be extended (continously?)in order to take values implemented by (2), (3)?
Remark: I do not need a solution of the above problem, just a proper defintion or refference. Thanks in advance.
$$u_t+u_x=u \tag 1$$ Charpit-Legendre equations : $$\frac{dt}{1}=\frac{dx}{1}=\frac{du}{u}$$ First characteristic curves equation from $\frac{dt}{1}=\frac{dx}{1}$ : $$x-t=c_1$$ Second characteristic curves equation from $\frac{dt}{1}=\frac{du}{u}$ : $$ue^{-t}=c_2$$ General solution of the PDE : $$ue^{-t}=F(x-t)$$ where $F$ is an arbitrary function (to be determined according to boundary conditions). $$u(x,t)=e^tF(x-t)$$ Condition $u(X,0)=1=F(X)$ for $X\geq 0$.
Condition $u(0,t)=1=e^tF(-t)$ for $t\geq 0$. Thus $1=e^{-X}F(X)$ for $-X\geq 0$.
Altogether : $$F(X)= \begin{cases}1\quad\text{for}\quad X\geq 0.\\ e^X \quad\text{for}\quad X\leq 0. \end{cases}$$
Now the function $F$ is determined. We put it into the general solution where $X=x-t$
$$u(x,t)=\begin{cases} e^t1\quad\text{for}\quad x-t\geq 0.\\ e^te^{x-t} \quad\text{for}\quad x-t\leq 0. \end{cases}$$
$$u(x,t)=\begin{cases} e^t\quad\text{for}\quad x\geq t.\\ e^x \quad\text{for}\quad x\leq t. \end{cases}$$