Final answer:
The direction of fastest increase at (5,-4,6) for the function f(x, y, z)= 1/x²+y²+z² is approximately -0.95i + 0.76j - 1.14k.
Step-by-step explanation:
To find the direction of the fastest increase at the point (5, -4, 6) for the function f(x, y, z) = 1/(x² + y² + z²), we can use the gradient vector. The gradient vector of a function points in the direction of the greatest rate of increase of the function at a given point.
The gradient vector ∇f(x, y, z) of a scalar function f(x, y, z) is given by:
∇f(x, y, z) = (∂f/∂x)i + (∂f/∂y)j + (∂f/∂z)k
Where i, j, and k are the unit vectors in the x, y, and z directions respectively.
For the function f(x, y, z) = 1/(x² + y² + z²), we have:
∂f/∂x = -2x/(x² + y² + z²)²
∂f/∂y = -2y/(x² + y² + z²)²
∂f/∂z = -2z/(x² + y² + z²)²
Evaluating these partial derivatives at the point (5, -4, 6), we get:
∂f/∂x = -2(5)/(5² + (-4)² + 6²)² = -10/841
∂f/∂y = -2(-4)/(5² + (-4)² + 6²)² = 8/841
∂f/∂z = -2(6)/(5² + (-4)² + 6²)² = -12/841
Therefore, the gradient vector ∇f(5,-4,6) is:
∇f(5,-4,6) = (-10/841)i + (8/841)j - (12/841)k
The direction of fastest increase is given by this gradient vector. To express this as a unit vector in the same direction, we divide each component by the magnitude of the gradient vector:
Magnitude of ∇f(5,-4,6):
|∇f(5,-4,6)| = sqrt((-10/841)² + (8/841)² + (-12/841)²)
≈ sqrt(0.0029)
Unit vector in the direction of fastest increase:
u = ((-10/841)/sqrt(0.0029))i + ((8/841)/sqrt(0.0029))j - ((12/841)/sqrt(0.0029))k ≈ -0.95i + 0.76j - 1.14k
Therefore, at the point (5,-4,6), the direction of fastest increase for the function f(x,y,z)=1/(x²+y²+z²) is approximately -0.95i + 0.76j - 1.14k.