Let $f=f(x,y)$ a function of two times continuously differentiable.
Given :
$\frac{\partial^2{f}}{\partial{x^2}}-\frac{\partial^2{f}}{\partial{y^2}}=0$
$f(x,2x)=x$
$\frac{\partial{f}}{\partial{x}}(x,2x)=x^2$
Question:
Find $\frac{\partial^2{f}}{\partial{x^2}}(x,2x)$ and $\frac{\partial^2{f}}{\partial{x}\partial{y}}(x,2x)$.
I've tried determining the function $f(x,y)$ out of the given info but in vain and I'm not even sure if it's possible to determine the function $f(x,y)$ as there could be multiple functions with the same partial derivatives? (correct me if I'm wrong).
So I'm assuming there's a simple way to solve this problem.
If anyone could give me hints or point me in the right direction I'd appreciate it!
I'd also be grateful if anyone knows somewhere where i could find similar problems to this one.
Thanks in advance.
Let $g(x) := f(x,2x)$. Then we know that $g(x) =x$. Thus by multidimensional chain-rule $$\tag{1} 1= g'(x) = \partial_x f(x,2x)+2\partial_y f(x,2x).$$ This shows that $$\partial_y f(x,2x) = \frac{1-x^2}{2}.$$ Now, we apply the same argument to $h(x) = \partial_x f(x,2x) =x^2$. This gives $$\tag{2}2x = h'(x)= \partial_x^2 f(x,2x) + 2 \partial_{xy} f(x,2x).$$ And for $l(x):=\partial_y f(x,2x)$, we have $$\tag{3}-x = l'(x) = \partial_{xy} f(x,2x)+2 \partial_{y}^2 f(x,2x).$$ Subtracting $2 \times(2)-(3)$ gives $$5x=3\partial_{xy} f(x,2x)+2\partial_x^2 f(x,2x)-2\partial_{y}^2 f(x,2x)=3\partial_{xy} f(x,2x),$$ because $\partial_x^2 f = \partial_y^2 f$. So we find $$\partial_{xy} f(x,2x) =\frac{5}{3}x.$$ Inserting in $(3)$ gives now $$\partial_{x}^2 f(x,2x)=\partial_{y}^2 f(x,2x) = - \frac{4}{3} x.$$ Additonal Comment: However, the question is if such a function exists and if it is unique.
Second Comment: By solving a linear equation I have cooked up following example: $$f(x,y)=- \frac{13}{18} x^2 y+\frac{7}{9}y^2 x+\frac{7}{27}x^3-\frac{13}{54} y^3+\frac{1}{2}y$$ As Andrew commented, the equation in question is a Cauchy problem for the wave equation and can be treated accordingly. Thus, the solution is unique.