Let f : R²→R,f(x,y) =2xy/x²+y² When (x,y) ≠(0,0) and f(x,y) =0, otherwise. How to Check whether or not f has a directional derivative at (0, 0) in the direction θ=π/4? Deduce that the function f is not differentiable at the point (0, 0)?
1
Expert's answer
2021-07-27T09:02:51-0400
f : R²→R,f(x, y) = x2+y22xy
We will first find out ∇ ( f )
∇ ( f ) = (x2+y2)22y3−2x2yi+(x2+y2)22x3−2xy2j
Directional derivative is given by ∇ ( f ) . u
Where u = cos4πi+sin4πj = 21i+21j
∇ ( f ) . u = (x2+y2)22y3−2x2y+(x2+y2)22x3−2xy2
Now as x → 0 and y → 0 ∇ ( f ) . u does not exist. Hence, the directional derivative of f does not exist at x = 0 and y = 0.
Comments