I came across the following PDE for the first time today:
$$ \frac{\partial}{\partial t} (u^2(x,t))=\frac{\partial^2 u}{\partial x^2} $$
And with the help of Wolfram Alpha, I found its solution to be $u(x,t) = -\frac{c_1^2 \tanh(c_1 x +c_2 t +c_3)}{c_2}$. I checked that indeed this furnishes a solution but I was wondering a) is the solution unique given boundary / initial conditions and b) how do we find it in the first place?