I'm trying to show that the solution $u(x,t) = f'(\frac{x}{t})$ solves the PDE: $u_t + f'(u).u_x = 0 $ on a given domain. The problem also say that $f\in C^1$ with $f(0) = 0$.
My attempt: After substituting the proposed solution, I reached the point: $f''(\frac{x}{t}).(\frac{-x}{t^2}) + f'(u).u_x = f''(\frac{x}{t}).(\frac{-x}{t^2}) + f'(u).f''(\frac{x}{t}).(\frac{1}{t}).$
This means $f'(u)$ should equal to $\frac{x}{t}$, but unfortunately, I do not see that.
Any suggestions would be greatly appreciated.
Thanks