We are given the function $f(x, y) = \frac{x^2}{y}$ and the point $p = (2, -1)$. We need to find the gradient vector of $f$ at $p$ and the equation of the tangent plane to the surface $z = f(x, y)$ at $p$.

AnalysisMultivariable CalculusPartial DerivativesGradient VectorTangent Plane
2025/4/28

1. Problem Description

We are given the function f(x,y)=x2yf(x, y) = \frac{x^2}{y} and the point p=(2,1)p = (2, -1). We need to find the gradient vector of ff at pp and the equation of the tangent plane to the surface z=f(x,y)z = f(x, y) at pp.

2. Solution Steps

First, we compute the partial derivatives of f(x,y)f(x, y) with respect to xx and yy:
fx=x(x2y)=2xy\frac{\partial f}{\partial x} = \frac{\partial}{\partial x} (\frac{x^2}{y}) = \frac{2x}{y}
fy=y(x2y)=x2y(1y)=x2(1y2)=x2y2\frac{\partial f}{\partial y} = \frac{\partial}{\partial y} (\frac{x^2}{y}) = x^2 \frac{\partial}{\partial y} (\frac{1}{y}) = x^2 (-\frac{1}{y^2}) = -\frac{x^2}{y^2}
Next, we evaluate the partial derivatives at the point p=(2,1)p = (2, -1):
fx(2,1)=2(2)1=4\frac{\partial f}{\partial x}(2, -1) = \frac{2(2)}{-1} = -4
fy(2,1)=(2)2(1)2=41=4\frac{\partial f}{\partial y}(2, -1) = -\frac{(2)^2}{(-1)^2} = -\frac{4}{1} = -4
The gradient vector at the point pp is:
f(2,1)=(fx(2,1),fy(2,1))=(4,4)\nabla f(2, -1) = (\frac{\partial f}{\partial x}(2, -1), \frac{\partial f}{\partial y}(2, -1)) = (-4, -4)
Now, we find the zz value at the point p=(2,1)p = (2, -1):
z0=f(2,1)=(2)21=41=4z_0 = f(2, -1) = \frac{(2)^2}{-1} = \frac{4}{-1} = -4
Thus, the point on the surface is (2,1,4)(2, -1, -4).
The equation of the tangent plane at the point (x0,y0,z0)(x_0, y_0, z_0) is given by:
zz0=fx(x0,y0)(xx0)+fy(x0,y0)(yy0)z - z_0 = \frac{\partial f}{\partial x}(x_0, y_0)(x - x_0) + \frac{\partial f}{\partial y}(x_0, y_0)(y - y_0)
Plugging in the values we found, we get:
z(4)=4(x2)4(y(1))z - (-4) = -4(x - 2) - 4(y - (-1))
z+4=4x+84y4z + 4 = -4x + 8 - 4y - 4
z=4x4y+844z = -4x - 4y + 8 - 4 - 4
z=4x4yz = -4x - 4y
4x+4y+z=04x + 4y + z = 0

3. Final Answer

The gradient vector is f(2,1)=(4,4)\nabla f(2, -1) = (-4, -4).
The equation of the tangent plane at pp is 4x+4y+z=04x + 4y + z = 0.

Related problems in "Analysis"

The problem consists of two parts. First, we are asked to evaluate the integral $\int_0^{\pi/2} x^2 ...

IntegrationIntegration by PartsDefinite IntegralsTrigonometric Functions
2025/6/7

The problem asks us to find the derivatives of six different functions.

CalculusDifferentiationProduct RuleQuotient RuleChain RuleTrigonometric Functions
2025/6/7

The problem states that $f(x) = \ln(x+1)$. We are asked to find some information about the function....

CalculusDerivativesChain RuleLogarithmic Function
2025/6/7

The problem asks us to evaluate two limits. The first limit is $\lim_{x\to 0} \frac{\sqrt{x+1} + \sq...

LimitsCalculusL'Hopital's RuleTrigonometry
2025/6/7

We need to find the limit of the expression $\sqrt{3x^2+7x+1}-\sqrt{3}x$ as $x$ approaches infinity.

LimitsCalculusIndeterminate FormsRationalization
2025/6/7

We are asked to find the limit of the expression $\sqrt{3x^2 + 7x + 1} - \sqrt{3}x$ as $x$ approache...

LimitsCalculusRationalizationAsymptotic Analysis
2025/6/7

The problem asks to evaluate the definite integral: $J = \int_0^{\frac{\pi}{2}} \cos(x) \sin^4(x) \,...

Definite IntegralIntegrationSubstitution
2025/6/7

We need to evaluate the definite integral $J = \int_{0}^{\frac{\pi}{2}} \cos x \sin^4 x \, dx$.

Definite IntegralIntegration by SubstitutionTrigonometric Functions
2025/6/7

We need to evaluate the definite integral: $I = \int (\frac{1}{x} + \frac{4}{x^2} - \frac{5}{\sin^2 ...

Definite IntegralsIntegrationTrigonometric Functions
2025/6/7

We are given the expression $a_n = \frac{\ln(\frac{1}{n})}{\sqrt{2n}}$ and we need to analyze it. Th...

LimitsL'Hopital's RuleLogarithms
2025/6/6