Softhauz: Calcren
LATEST NEWS
CALCREN

Derivatives: Partial

00:00:00

Find the second partial derivatives of:

` x^8 + x^7y^7 - 5y^6 + 21 `

`f_{\text {xx}} (x,y):`
` 42 x^{7} y^{5} - 150 y^{4} `

`f_{\text {xy}} (x,y):`
` 49 x^{6} y^{6} `

`f_{\text {yx}} (x,y):`
` 49 x^{6} y^{6} `

`f_{\text {yy}} (x,y):`
` 56 x^{6} + 42 x^{5} y^{7} `
`f_{\text {xx}} (x,y):`
` 56 x^{6} + 42 x^{5} y^{7} `

`f_{\text {xy}} (x,y):`
` 49 x^{6} y^{6} `

`f_{\text {yx}} (x,y):`
` 49 x^{6} y^{6} `

`f_{\text {yy}} (x,y):`
` 42 x^{7} y^{5} - 150 y^{4} `
`f_{\text {xx}} (x,y):`
` 49 x^{6} y^{6} `

`f_{\text {xy}} (x,y):`
` 56 x^{6} + 42 x^{5} y^{7} `

`f_{\text {yx}} (x,y):`
` 42 x^{7} y^{5} - 150 y^{4} `

`f_{\text {yy}} (x,y):`
` 49 x^{6} y^{6} `
SELECT YOUR DESIRED LEVEL

Nerak

Calcren's Nerak is an in-house AI featuring a very small and specialized neural network specifically engineered for Calcren. As Calcren is part of Softhauz, a philanthropic software initiative, Nerak shall continue to evolve as resources allow. Nerak utilizes cookies to track the user activity on Calcren. Please ensure that your web browser's cookies are enabled. Otherwise, Nerak may not render properly.
Aha! It seems that you have recently attempted 16: Derivatives: Partial. Now, that's a great warm-up! Let me help you get started.

Mastering Partial Derivatives in Multivariable Calculus

To successfully solve questions about partial derivatives, a student must transition from single-variable thinking to multivariable environments. The foundational concept of a partial derivative is that you are measuring how a function changes with respect to one specific variable while holding all other variables completely constant. Geometrically, instead of finding the slope of a tangent line across a whole landscape, you are slicing the surface along a specific coordinate axis and looking at the slope of that particular cross-section.

The first practical step when asked to find a partial derivative is to clearly identify the active variable of differentiation. For a function `f(x, y)`, if the question asks for the partial derivative with respect to `x`, denoted as `\frac{\partial f}{\partial x}` or `f_x`, then `x` is treated as the only active variable. Your mind must immediately lock onto `y` as a fixed, unchanging numerical constant, just like the numbers 2, 5, or `\pi`.

Once the variables are categorized, you apply the standard rules of single-variable calculus—such as the Power Rule, Product Rule, Quotient Rule, and Chain Rule. The major difference is that any term containing only the inactive variables will differentiate to zero, because the derivative of any constant is zero. If an inactive variable is multiplied by an active variable, it acts simply as a constant coefficient and is carried along through the calculation.

Let us look at a practical example by finding both first-order partial derivatives for the function `f(x, y) = 3x^2y + \sin(x) + e^y`. This multivariable function contains mixed algebraic, trigonometric, and exponential expressions, making it an excellent showcase for maintaining a strict focus on your active variable.

To compute the partial derivative with respect to `x`, written as `\frac{\partial f}{\partial x}`, we treat `x` as our variable and `y` as a constant. Differentiating the first term `3x^2y` with respect to `x` gives `6xy`, because the constant `3y` remains while `x^2` becomes `2x`. The second term `\sin(x)` differentiates normally to `\cos(x)`, and the third term `e^y` contains only the constant `y`, so its derivative drops completely to zero, yielding `\frac{\partial f}{\partial x} = 6xy + \cos(x)`.

Conversely, to compute the partial derivative with respect to `y`, written as `\frac{\partial f}{\partial y}`, we treat `y` as our variable and `x` as a constant. Differentiating `3x^2y` with respect to `y` gives `3x^2`, because `3x^2` is treated as a constant coefficient multiplied by `y`. The term `\sin(x)` contains only `x` and drops to zero, while the exponential term `e^y` differentiates to itself, leaving the final expression as `\frac{\partial f}{\partial y} = 3x^2 + e^y`.