For the function $f(x,y,z) = x^2+y^2+z^2$ I have find the directional derivative in the point $(3,4,5)$ in the direction of the intersection of 2 surfaces. The 2 surfaces are:
$$2x^2+2y^2-z^2 = 25$$
and
$$x^2+y^2=z^2$$
First I got the Partial derivatives of the function $f$ and inserted the values $(3,4,5)$ for $x$,$y$ and $z$. This gave me $(6,8,10)$. Then I tried calculating the intersection line of the 2 surfaces and I got this:
$$x^2 + y^2 - 25 = 0$$
Then I calculated the partial derivatives of that intersection line, inserted the values $3$,$4$,$5$ and normalized the result which gave me $(6/10, 8/10,0)$.
And then I multiplied $(6,8,10)$ with $(6/10, 8/10,0)$ But this didn't give me the correct result, what am I doing wrong here?