Solve any maths problem
Equations, derivatives, integrals, matrices, triangles, primes, statistics, or a word problem the tutor breaks into parts.
Gradient of y - y/(x^2 + y^2)
y - \frac{y}{x^{2} + y^{2}}
Step by step
- f(x, y) = y - \frac{y}{x^{2} + y^{2}}
The gradient is the vector of partial derivatives. Differentiate with respect to each variable, holding the others constant.
- \frac{\partial f}{\partial x} = \frac{2 x y}{\left(x^{2} + y^{2}\right)^{2}}
Treat every variable except x as a constant.
- \frac{\partial f}{\partial y} = \frac{2 y^{2}}{\left(x^{2} + y^{2}\right)^{2}} + 1 - \frac{1}{x^{2} + y^{2}}
Treat every variable except y as a constant.
- \nabla f = \left[\begin{matrix}\frac{2 x y}{\left(x^{2} + y^{2}\right)^{2}}\\\frac{2 y^{2}}{\left(x^{2} + y^{2}\right)^{2}} + 1 - \frac{1}{x^{2} + y^{2}}\end{matrix}\right]
Assemble the gradient vector. It points in the direction of steepest ascent.
- (-1, 0),\ (1, 0)
Critical points: where every partial derivative is zero.
Reveal the answer
\nabla f = \left[\begin{matrix}\frac{2 x y}{\left(x^{2} + y^{2}\right)^{2}}\\\frac{2 y^{2}}{\left(x^{2} + y^{2}\right)^{2}} + 1 - \frac{1}{x^{2} + y^{2}}\end{matrix}\right]