Let $f(x,t)$ and $G(x,t)$ be smooth functions from $\mathbb R^2\to\mathbb R$.
The PDE $$\dfrac{\partial}{\partial t}f(x,t)=2f(x,t)\dfrac{\partial}{\partial x}G(x,t)+G(x,t)\dfrac{\partial}{\partial x}f(x,t)$$ applies on all of $\mathbb R^2$. Furhermore, let us impose the condition $$f(x,0)=0, \forall x\in \mathbb R$$
Is it necessarily true that $f(x,t)=0$ for all $(x,t)\in\mathbb R^2$?
EDIT: I asked this question on MathOverflow, and I got a correct answer. It turns out it is not necessarily true that $f(x,t)=0$ for all $(x,t)$.
Regards @DarrenOng . I would like to contribute. The PDE may be viewed as a 1D conservation law with a source function : $$ f_{t} + F(x,t)_{x} = S(x,t) $$ with $$ F(x,t) = G(x,t)f(x,t), \:\:\: \text{and} \:\: S(x,t) = f(x,t) G_{x}(x,t)$$
$F$ here is the flux function, and $S$ is the source function. Now the conservation law (the PDE, which is in local form) is derived from the integral form (or can be called the global conservation law) :
$$ \frac{d}{dt} \left( \int_{a}^{b} f(x,t) dx \right) = F(a,t) - F(b,t) + \int_{a}^{b} S(x,t) dx $$
Continuing this global form, we get :
\begin{align*} \frac{d}{dt} \left( \int_{a}^{b} f(x,t) dx \right) &= - \int_{a}^{b} F_{x}(x,t) dx + \int_{a}^{b} S(x,t) dx \\ &= - \int_{a}^{b} -(G(x,t)f(x,t))_{x} dx + \int_{a}^{b} f(x,t) G_{x} dx \end{align*}
The total value : $\int f(x,t) dx$ will change iff the right-hand side of the global form is not zero. Since $f(x,0) = 0$, we have \begin{align*} \frac{d}{dt} \left( \int_{a}^{b} f(x,t) dx \right) |_{t=0} &= 0 \end{align*}
My conclusion is $f(x,t)=0$ for $t \ge 0 $. Thanks.