Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Let $z = f(x,y)$ be the differentiable function given implicitly by $x^3 +y^3 +z^3 + xyz =9$ and such that $f(0,1)=2$.

  1. Find $\nabla f$ at the point $P_0 = (0, 1)$.
  2. Find the rate and direction of the steepest increase of $f$ at $P_0$.
  3. Find $(D_u f)(P_0)$, where $u = (\mathbf{i}+\mathbf{j})/\sqrt{2}$.
share|improve this question
1  
What have you tried so far? – Javier Badia Oct 30 '12 at 19:20
actually i know the whole process when the given function is not implicit, however, i could not understand how should i do when it is implicit – Yigit Oct 30 '12 at 19:28

1 Answer

Let me give you a few hints: $$\nabla f = \left\langle {\frac{{\partial f}}{{\partial x}},\frac{{\partial f}}{{\partial y}},\frac{{\partial f}}{{\partial z}}} \right\rangle$$ and $${D_u}f({P_0}) = \nabla f({P_0}) \cdot \hat u.$$ Also, we know that $\nabla f$ points in the direction of max increase, therefore $|\nabla f|$ gives the max rate. It does not matter if the function is defined implicitly, the procedure is the same. Even if $z = f(x,y)$, we can still write $g(x,y,z) = f(x,y) - z$.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.