Riješiti bilo koji problem s matematikom

Enakvacije, derivati, integral, matrice, trokuti, prvobitni, statistika — ili riječ problem koji je učitelj razbija u dijelove.

Gradient of 2x·y

2 x y

Korak po korak

  1. f(x, y) = 2 x y

    The gradient is the vector of partial derivatives — differentiate with respect to each variable, holding the others constant.

  2. \frac{\partial f}{\partial x} = 2 y

    Treat every variable except x as a constant.

  3. \frac{\partial f}{\partial y} = 2 x

    Treat every variable except y as a constant.

  4. \nabla f = \left[\begin{matrix}2 y\\2 x\end{matrix}\right]

    Assemble the gradient vector. It points in the direction of steepest ascent.

  5. (0, 0)

    Critical points: where every partial derivative is zero.

Otkrij odgovor
\nabla f = \left[\begin{matrix}2 y\\2 x\end{matrix}\right]