ريا طي مسائل کو حل کريں
مساوات ، ديو ري کٹ ، انٽي گرل ، ميٹرکس ، مثلث ، پرائم ، اعداد و شمار يا لفظي مسئلہ جو تو تير پارٹ ميں تقسيم کر تا هے
قدم ب قدم
- f(x, y) = x^{3} - 3 x + 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} = 3 x^{2} - 3
Treat every variable except x as a constant.
- \frac{\partial f}{\partial y} = 2 y
Treat every variable except y as a constant.
- \nabla f = \left[\begin{matrix}3 x^{2} - 3\\2 y\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.
جواب کھوليں
\nabla f = \left[\begin{matrix}3 x^{2} - 3\\2 y\end{matrix}\right]