Multivariable calculus

Partial Derivatives of (x^2 + y^2 + 1)^(3/2)

The partials of (x^2 + y^2 + 1)^(3/2) are f_x = 3x sqrt(x^2 + y^2 + 1) and f_y = 3y sqrt(x^2 + y^2 + 1). The power rule gives three halves times the square root, then the inner partial 2x or 2y multiplies in, and three halves times 2 collapses to 3.

f(x,y)=(x2+y2+1)3/2f(x,y) = (x^2 + y^2 + 1)^{3/2}
fx=3xx2+y2+1\frac{\partial f}{\partial x} = 3x\sqrt{x^2 + y^2 + 1}
fy=3yx2+y2+1\frac{\partial f}{\partial y} = 3y\sqrt{x^2 + y^2 + 1}

Power rule outside, inner partial after

Treat the bracket as a single block u=x2+y2+1u = x^2 + y^2 + 1. The power rule on u3/2u^{3/2} gives 32u1/2\frac{3}{2}u^{1/2}, and then the chain rule multiplies by ux=2x\frac{\partial u}{\partial x} = 2x.

fx=32(x2+y2+1)1/22x=3xx2+y2+1\frac{\partial f}{\partial x} = \frac{3}{2}(x^2+y^2+1)^{1/2}\cdot 2x = 3x\sqrt{x^2+y^2+1}

The 32\frac{3}{2} and the 2x2x multiply to 3x3x, which is why the tidy form carries no fractions at all. The yy partial follows the same route.

fy=32(x2+y2+1)1/22y=3yx2+y2+1\frac{\partial f}{\partial y} = \frac{3}{2}(x^2+y^2+1)^{1/2}\cdot 2y = 3y\sqrt{x^2+y^2+1}

Where the fractional exponent goes wrong

The first error is dropping the inner partial and writing 32x2+y2+1\frac{3}{2}\sqrt{x^2+y^2+1}. That is fu\frac{\partial f}{\partial u}, not fx\frac{\partial f}{\partial x}, and it is wrong by the factor 2x2x. At (1,1)(1,1) the bracket is 33, so the true fx=335.196f_x = 3\sqrt{3} \approx 5.196 while the truncated version gives 3232.598\frac{3}{2}\sqrt{3} \approx 2.598, exactly half.

The second error is distributing the exponent across the sum: (x2+y2+1)3/2(x^2+y^2+1)^{3/2} is not x3+y3+1x^3 + y^3 + 1. Exponents distribute over products, never over sums, and at (1,1)(1,1) the two differ by 5.1965.196 against 33.

The third is the exponent arithmetic. The power rule subtracts 11, and 321=12\frac{3}{2} - 1 = \frac{1}{2}, so what survives is a square root. Leaving the exponent at 32\frac{3}{2}, or flipping it to 12-\frac{1}{2} as if the power were negative, both change how fast the answer grows.

A radial gradient and the role of the plus one

Both partials share the factor 3x2+y2+13\sqrt{x^2+y^2+1}, so f=3x2+y2+1(x,y)\nabla f = 3\sqrt{x^2+y^2+1}\,(x,\,y) points straight away from the origin. The surface is a bowl whose steepness grows without bound, and (0,0)(0,0) is the only critical point, with f=1f = 1 there.

The +1+1 is doing real work. It keeps the base at least 11, so the square root is never zero and the fractional power is smooth on the whole plane with no special case at the origin to argue about.

Frequently asked questions

Why does the three halves disappear from the final answer?

It does not disappear, it combines. The outer power rule contributes 32\frac{3}{2} and the inner partial contributes 2x2x, and 322x=3x\frac{3}{2}\cdot 2x = 3x. The same cancellation happens for the yy partial.

Should I expand the bracket first?

No. The exponent 32\frac{3}{2} is not a whole number, so there is no finite expansion to work with. Applying the chain rule to the bracket as a single block is both shorter and safer.