We want to find a curve in $xy$ plane that passes through $(1,1)$ is perpendicular to all of contour curves of form $f(x,y) = x^4 + y^4$.
For the solution, I considered the curve as $r = (x(t) , y(t))$ so $r' = (x'(t) , y'(t))$ and the $\nabla f(x,y) = (4x^3 , 4 y^3)$. so I think we must say that $r' . \nabla f =0$ and from this with some calculations we get the line $y=x$ as the answer? Is this right? What is the general method to solve this type of question?
$$x^4+y^4=c$$
$$4x^3+4y^3 \frac {dy}{dx}=0$$
$$\frac {dy}{dx}= \frac {-x^3}{y^3}$$
For the orthogonal curves we get
$$\frac {dy}{dx}=\frac {y^3}{x^3}$$
$$\frac {dy}{y^3}= \frac{dx}{x^3 }$$
$$\frac {-1}{y^2}=\frac {-1}{x^2}+c $$
$$y^2=\frac {x^2}{1+cx^2}$$