x and y supportedOrders one through fiveRule-derived results
∂/∂x
f(x,y) → ∂f/∂x or ∂f/∂y
One direction at a time
偏导数与普通导数有什么不同
A partial derivative measures change in one selected direction while the other independent variables are held fixed. Familiar derivative rules still apply.
Choose the active variable
For f=x²y+y³, ∂f/∂x holds y constant. The first term becomes 2xy and y³ becomes zero, giving 2xy.
For ∂f/∂y, x is constant. The same expression becomes x²+3y². Enter the complete expression and select the symbol named in the operator.
Reuse ordinary derivative rules
Powers, products, quotients and chain rules remain valid. For sin(xy), differentiating with respect to x gives y·cos(xy).
With respect to y, sin(xy) becomes x·cos(xy). This comparison quickly exposes whether the correct active variable was selected.
Higher-order and mixed partials
A second partial ∂²f/∂x² repeats differentiation with respect to x. The order control supports repeated derivatives for the selected variable.
For a mixed partial, calculate once, copy the result, switch the variable and calculate again so the order of operations remains visible.
Interpret the derivative on a surface
For z=f(x,y), ∂f/∂x is the slope of an x-direction cross-section while y remains fixed. The y partial describes the perpendicular direction.
In applications, keep the original units and meaning of the held variables. The symbolic result does not replace interpretation of the model.
How to calculate and interpret a partial derivative
A multivariable function can change in several independent directions. The notation ∂f/∂x asks one precise question: how does f change when x varies and every other independent variable is held fixed? For ∂f/∂y, the roles reverse. This instruction is what separates a partial derivative from an ordinary one-variable derivative, even though the algebraic rules look familiar.
Before differentiating, circle the variable named in the operator. Treat any other independent symbol as a constant coefficient. For f(x,y)=x²y+y³, differentiating with respect to x turns x²y into 2xy because y is fixed, while y³ becomes zero. Differentiating with respect to y turns x²y into x² and y³ into 3y². The two correct answers differ because they measure different directional changes on the same surface.
Product and chain rules still apply. For f=sin(xy), the inside is xy. With respect to x, y is constant, so the inner derivative is y and the result is y cos(xy). With respect to y, the inner derivative is x, producing x cos(xy). For exp(x²+y²), the x partial is 2x exp(x²+y²), while the y partial is 2y exp(x²+y²). Keeping the unchanged inner expression visible is a useful check.
Higher-order notation records repeated directions. The expression ∂²f/∂x² means differentiate twice with respect to x. A mixed partial such as ∂²f/∂y∂x applies the operations in the indicated order. On this page, repeated partials for one selected variable use the order control. For a mixed derivative, calculate the first partial, copy its result, switch the variable, and calculate again. That two-pass workflow keeps the order explicit and reduces notation mistakes.
Geometrically, z=f(x,y) is a surface. Fixing y gives a curve cut through the surface in the x direction, and ∂f/∂x is the slope of that curve. Fixing x gives the perpendicular y-direction slice. At a point, these two slopes form the components used to build the gradient. They do not by themselves describe every directional derivative, but they are the foundation for optimization, tangent planes, and multivariable models.
Units matter in applications. If f is temperature and x is distance, ∂f/∂x is a temperature change per unit distance while the other coordinates remain fixed. If f is cost depending on quantity and time, the chosen partial describes one marginal effect under a stated hold-fixed assumption. Always carry those assumptions into the interpretation; a symbolic expression alone cannot tell you whether the variables are truly independent in the real system.
Check a result by asking whether all inactive-variable-only terms disappeared and whether inactive symbols remained as constants where they multiply active terms. You can also compare the x and y results for symmetry when the original function is symmetric. CalculusMate uses the same deterministic differentiation tree as the ordinary derivative tool, with the selected symbol defining what changes. Use the implicit differentiation calculator instead when x and y are linked by an equation and y must follow x rather than remain fixed.
Build intuition by switching variables
Use one expression twice: first choose x, record the result, then choose y and compare. Mark terms that vanish because they contain only the inactive variable, terms that keep an inactive coefficient, and terms that need product or chain rules. This makes the hold-fixed instruction concrete. For higher orders, write the operator before each pass so you do not accidentally repeat the wrong direction. Mixed partials often agree for smooth functions, but that theorem has hypotheses and should not become an automatic assumption for every formula. At a chosen point, evaluate both first partials and describe what positive, negative, or zero slope means along the two coordinate slices. This final interpretation step turns symbol manipulation into multivariable reasoning and prepares the result for gradients, tangent planes, optimization, and rate models.
Compare x and y directions
同一个表达式,不同方向的偏导数
f=x²y+y³, with respect to x
Hold y constant to obtain ∂f/∂x=2xy.
f=x²y+y³, with respect to y
Hold x constant to obtain ∂f/∂y=x²+3y².
f=sin(xy)
The chain rule gives y·cos(xy) for x and x·cos(xy) for y.
Current partial-derivative boundaries
The tool differentiates supported expressions with respect to one selected symbol. Use the implicit page when variables are linked by an equation; mixed partials require two visible calculations.
FAQ
What is a first partial derivative?+
It is a derivative with respect to one variable while other independent variables are held constant.
How do I calculate ∂f/∂y?+
Set the variable field to y. Symbols such as x are then treated as constants.
Can it calculate higher-order partials?+
Yes, repeated partials of the selected variable are available from order one through five for supported expressions.
Is this implicit differentiation?+
No. Partial differentiation holds independent variables fixed; implicit differentiation follows a dependent variable linked by an equation.