I have the following PDE with BC and IC: $$u_t=b u_{xx}-c u$$ $$u(x,0)=u_0 (x\to\infty)\text{ and }u(0,t)=0(t\to \infty)$$
In this video Dr Chris Tisdell shows how to transform such a PDE into an ODE, by rearranging the variables $x$ and $t$ into a single variable $p$.
First he defines the following variables and relations: $$\bar{X}=a^{\alpha}x$$ $$\bar{T}=a^{\beta}t$$ $$\bar{u}=a^{\gamma}u(x,t)=a^{\gamma}u$$ $$\bar{X}\bar{T}^s=xt^s\text{ and }\bar{u}\bar{T}^r=ut^r$$ $$u(x,t)=t^{-r}g(xt^s)=t^{-r}g(p)$$ $$\bar{X}=a^{\alpha}x\text{ and }\bar{T}=a^{\beta}t\text{ and }\bar{u}(\bar{X}\bar{T})=a^{\gamma}u(x,t)$$ $$\bar{u}_{\bar{T}}=a^{\gamma-\beta}u_t$$ $$\bar{u}_{\bar{X}}=a^{\gamma-\alpha}u_x$$ $$\bar{u}_{\bar{X}\bar{X}}=a^{\gamma-2\alpha}u_{xx}$$ $$\bar{u}_{\bar{T}}-a\bar{u}_{\bar{X}\bar{X}}+c\bar{u}=a^{\alpha-\gamma}u_t-ba^{\gamma-2\beta}u_{xx}+ca^{\gamma}u=0$$ Which is true only if: $$\gamma-\alpha=\gamma-2\beta=\gamma$$ $$\alpha=-2\beta$$ Using this relation he determines that for:
$$\bar{X}\bar{T}^s=xt^s\Rightarrow s=-1/2$$ The variable $p=xt^{-1/2}$ is then defined.
$$\bar{u}\bar{T}^r=ut^r\text{ for }r=-\gamma/2\alpha$$
Then we have:
$$u(x,t)=t^{-r}g(p)$$
And this is where I get stuck (possibly because my PDE isn't the same as his example PDE) when I try and form the ODE in $g(p)$.
Can anyone show me how to proceed?