Solve using the reflection method $u_{tt} = u_{xx}$
With $ x< ct , t > 0$ for some $c \in \mathbb{R}$
And $u(ct,t) = 0, u(x,0) = f(x), u_t(x,0) = 0$
I thought of rotating the $t$ axis in order for the boundary condition to be $u(0,t') = 0$. Would that work? How to do that?
As already pointed out, a typo is suspected in the wording of the problem. Nevertheless, supposing that the EDP is : $$u_{tt}=u_{xx}$$ The general solution is on the form : $$u(x,t)=F(x+t)+G(x-t)$$ where F and G are any fonctions (of course, at least two times derivable).
The boundary conditions are : $$u(ct,t)=F\left(ct+t)\right)+G\left(ct-t)\right)=0$$ $$u(x,0)=F(x)+G(x)=f(x)$$ $$u_t(x,0)=F'(t)-G'(t)=0$$ So, $G(t)=F(t)+$constant
which is the same as : $G(x)=F(x)+c$
$F(x)+G(x)=2F(x)+c=f(x)$ $$F(x)=\frac{1}{2}(f(x)-c)$$ $$G(x)=\frac{1}{2}(f(x)+c)$$ $$u(x,t)=\frac{1}{2}(f(x+t)-c)+\frac{1}{2}(f(x-t)+c)$$ $$u(x,t)=\frac{1}{2}\left(f(x+t)+f(x-t)\right)$$
The remaining condition $u(ct,t)=0$ leads to : $$f(ct+t)+f(ct-t)=0$$ or, which is the same : $$f\left( (c+1)x\right)+f\left( (c-1)x\right)=0$$
This is a functional equation. In the general case, any function $f$ is not solution and the problem has no solution.
But in the particular cases of function $f$ which is solution of the functional equation, the solution of the problem is : $$u(x,t)=\frac{1}{2}\left(f(x+t)+f(x-t)\right)$$