Asked by C

How do I differentiate fx and fy f(x,y)=√(1+x^2 +y^2)

Answers

Answered by Damon
f = (1+x^2+y^2)^.5
df/dx = .5 (1+x^2+y^2)^-.5 * d/dx (1+x^2+y^2)
= .5 (1+x^2+y^2)^-.5 (0 + 2x + 2 y dy/dx)
= (x + y dy/dx) / √(1+x^2 +y^2)
Answered by oobleck
If you're looking for partial derivatives, then as Damon showed,
Fx = x/√(1+x^2 +y^2)
Fy = y/√(1+x^2 +y^2)
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions