If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Introduction to partial derivatives

What is the partial derivative, how do you compute it, and what does it mean?

What we're building to

  • For a multivariable function, like f(x,y)=x2y, computing partial derivatives looks something like this:
fx=xx2yTreat y as constant;take derivative.=2xyfy=yx2yTreat x as constant;take derivative.=x21
  • This swirly-d symbol, , often called "del", is used to distinguish partial derivatives from ordinary single-variable derivatives. Or, should I say ... to differentiate them.
  • The reason for a new type of derivative is that when the input of a function is made up of multiple variables, we want to see how the function changes as we let just one of those variables change while holding all the others constant.
  • With respect to three-dimensional graphs, you can picture the partial derivative fx by slicing the graph of f with a plane representing a constant y-value and measuring the slope of the resulting curve along the cut.
Intersecting y=0 plane with the graph

What is a partial derivative?

We'll assume you are familiar with the ordinary derivative dfdx from single variable calculus. I actually quite like this notation for the derivative, because you can interpret it as follows:
  • Interpret dx as "a very tiny change in x".
  • Interpret df as "a very tiny change in the output of f", where it is understood that this tiny change is whatever results from the tiny change dx to the input.
In fact, I think this intuitive feel for the symbol dfdx is one of the most useful takeaways from single-variable calculus, and when you really start feeling it in your bones, most of the concepts around derivatives start to click.
For example, when you apply it to the graph of f, you can interpret this "ratio" dfdx as the rise-over-run slope of the graph of f, which depends on the point where you started.
Interpretation of dfracdfdx in a single variable function.

How does this work for multivariable functions?

Consider some function with a two-dimensional input and a one-dimensional output.
f(x,y)=x22xy
There's nothing stopping us from writing the same expression, dfdx, and interpreting it the same way:
  • dx can still represent a tiny change in the variable x, which is now just one component of our input.
  • df can still represent the resulting change to the output of the function f(x,y).
However, this ignores the fact that there is another input variable y. The input space now has multiple dimensions, so we can change the input in many directions other than the x-direction. For example, what about changing y slightly by some small value dy? Now if we re-interpret df to represent the tiny change to the function that this dy shift brings about, we would have a different derivative dfdy.
Indication that the input of a multivariable function can change in many directions.
Neither one of these derivatives tells the full story of how our function f(x,y) changes when its input changes slightly, so we call them partial derivatives. To emphasize the difference, we no longer use the letter d to indicate tiny changes, but instead introduce a newfangled symbol to do the trick, writing each partial derivative as fx, fy, etc.
You read the symbol fx out loud by saying "the partial derivative of f with respect to x".
Can be thought of as "a tiny change inthe function’s output"Used instead of "d" inusual dfdx notation toemphasize that this isa partial derivative.fxMultivariablefunctionIndicates whichinput variableis changed slightly.Can be thought of as"a tiny change in x"

Example: Computing a partial derivative

Consider this function:
f(x,y)=x2y3
Suppose I asked you to evaluate fx, the partial derivative with respect to x, at the input (3,2).
"What? But I haven't learned how yet!"
Don't worry, it's mostly just the same mechanics as an ordinary derivative.
From the introduction above, you should know that this is asking about the rate at which the output of f changes as we nudge the x-component of the input slightly, perhaps moving from (3,2) to (3.01,2).
Since we only care about movement in the x-direction, we might as well treat the y-value as a constant. In fact, we can just plug in y=2 ahead of time before computing any derivatives:
f(x,2)=x2(2)3=8x2
Now, asking how f changes in response to a small shift in x is just an ordinary, single-variable derivative.
Concept check
What is the derivative of this function f(x,2)=8x2 evaluated at x=3?

Without pre-evaluating y

Now suppose I asked you to find fx, but I didn't ask you to evaluate it at a specific point. In other words, you should give me new multivariable function which takes any point (x,y) as its input and tells me what the rate of change of f near that point is as we move purely in the x-direction.
You can start the same way, treating the y value as a constant. However, this time, you cannot plug in an actual constant value, like y=2. Instead, pretend that y is ​constant and take the derivative:
ddxf(x,y)=ddx(x2y3)Pretend y is constant=2xy3
Or rather, since to emphasize that this is a multivariable function, we use the symbol instead of d:
xf(x,y)=x(x2y3)=2xy3
As a sanity check, you can plug in (3,2) to see that we get the same result as above.
"So, what's the difference between ddx and x? They seem to be used the same way."
Honestly, as far as I'm concerned, there's not really a difference between these operations. You could be pedantic and say one is only defined for single variable functions. But as far as intuition and computation go, they are one and the same, and the difference is just meant to clarify what type of function is being differentiated.

Interpreting partial derivatives with graphs

Consider this function:
f(x,y)=15(x22xy)+3,
Here is a video showing its graph rotating, just to get a feel for the three-dimensional nature of it.
Khan Academy video wrapper
Think about the partial derivative of f with respect to x, perhaps evaluated at the point (2,0).
fx(2,0)
In terms of the graph, what does the value of this expression tell us about the behavior of the function f at the point (2,0)?

Treat y as constant slice graph with plane

The first step when computing this value is to treat y as a constant. Specifically, if we are limiting our view to what happens at the point (2,0), we should only look at the set of points where y=0. In three-dimensional space, this set is plane perpendicular to the y-axis, passing through the origin.
Intersecting y=0 plane with the graph
This plane y=0, shown in white, slices into the graph of f(x,y) along a parabolic curve, shown faintly in red. We can interpret fx as giving the slope of a tangent line to this curve. Why? Because x is a slight nudge in the x-direction, the run, and f is the resulting change in the z-direction, the rise.
What about fy at that same point (2,0)? The points where x=2 also make up a plane, but this time it's a plane perpendicular to the x-axis intersecting the point x=2. This slices the graph along a new curve, and fy will give the slope of that new curve.
Intersecting x=2 plane with the graph.
Reflection Question
In the picture to the right, the "curve" where the graph of f(x,y)=15(x22xy)+3 intersects the plane defined by x=2 looks like it might be a straight line.
Is it really a line?
Choose 1 answer:

Phrasing and notation

Here are some of the phrases you might hear in reference to this fx operation:
  • "The partial derivative of f with respect to x"
  • "Del f, del x"
  • "Partial f, partial x"
  • "The partial derivative (of f) in the x-direction"

Alternate notation

In the same way that people sometimes prefer to write f instead of dfdx, we have the following notation:
fxfxfyfyfSome variable fThat same variable

A note about "del"

While it's common to refer to the partial symbol as "del", this can be confusing because "del" is also the name of the Nabla symbol , which we will introduce in the next article.

A more formal definition

Although thinking of dx or x as really tiny changes in the value of x is a useful intuition, it is healthy to occasionally step back and remember that defining things precisely requires introducing limits. After all, what specific small value would x be? One one hundredth? One one millionth? 101010?
The point of calculus is that we don't use any one tiny number, but instead consider all possible values and analyze what tends to happen as they approach a limiting value. The single variable derivative, for example, is defined like this:
dfdx(x0)=limh0f(x0+h)f(x0)h
  • h represents the "tiny value" that we intuitively think of as dx.
  • The h0 under the limit indicates that we care about very small values of h, those approaching 0.
  • f(x0+h)f(x0) is the change in the output that results from adding h to the input, which is what we think of as df.
Formally defining the partial derivative looks almost identical. If f(x,y,) is a function with multiple inputs, here's how that looks:
fx(x0,y0,)=limh0f(x0+h,y0,)f(x0,y0,)h
Similarly, here's how the partial derivative with respect to y looks:
fy(x0,y0,)=limh0f(x0,y0+h,)f(x0,y0,)h
The point is that h, which represents a tiny tweak to the input, is added to different input variables depending on which partial derivative we are taking.
People will often refer to this as the limit definition of a partial derivative.
Reflection question: How can we think about this limit definition in the context of the graphical interpretation above? What is h? What does it look like for h0?

Summary

  • For a multivariable function, like f(x,y)=x2y, computing partial derivatives looks something like this:
fx=xx2yTreat y as constant;take derivative.=2xyfy=yx2yTreat x as constant;take derivative.=x21
  • This swirly-d symbol , often called "del", is used to distinguish partial derivatives from ordinary single-variable derivatives.
  • The reason for a new type of derivative is that when the input of a function is made up of multiple variables, we want to see how the function changes as we let just one of those variables change while holding all the others constant.
  • With respect to three-dimensional graphs, you can picture the partial derivative fx by slicing the graph of f with a plane representing a constant y-value, and measuring the slope of the resulting cut.
Intersecting y=0 plane with the graph

Want to join the conversation?

  • blobby green style avatar for user Chopin1809
    Please, please can you label the axes three dimensional graphs completely and
    more clearly? Your site is the best! I am 75 and trying to revise my university
    math of some 50 years ago!
    Many thanks
    (108 votes)
    Default Khan Academy avatar avatar for user
    • duskpin ultimate style avatar for user Alia
      The up axis is always z, and you can use the right hand rule to see which the other two are; your index finger will be pointing at the x-axis, and you're middle finger will be pointing at the y-axis. (Note: different software use different conventions for labeling the axes. Sometimes z represents depth and y represents height. But mac grapher - the software Grant is using here - always uses the convention I described above.)
      (3 votes)
  • leaf grey style avatar for user Marcel Brown
    In Example 2, isn't cos(0*pi) = cos(0) = 1? And therefore the answer is non-negative?
    (22 votes)
    Default Khan Academy avatar avatar for user
  • leaf blue style avatar for user DM
    Where it says: the set of all points where y = 0 includes all points of the form (x,0,z). I believe this set is mistakenly called the xy-plane. It should be called the xz-plane.
    (8 votes)
    Default Khan Academy avatar avatar for user
  • blobby green style avatar for user oleksandr.grygorchuk
    Hi,
    I find these articles very useful, and I'd like to keep them at hand for future references. Are they available for download, in pdf or some other print-friendly format, somewhere? Thanks.
    (4 votes)
    Default Khan Academy avatar avatar for user
  • female robot amelia style avatar for user l wx
    Why there is no a mission in multivariable funtions?
    (1 vote)
    Default Khan Academy avatar avatar for user
    • piceratops ultimate style avatar for user Chuck Batcheller
      It's more about learning the techniques, notation, and order of operations than plugging and cranking a bunch of examples. It is also an area of math that isn't really intended to learn purely online. This section is more of a nudge to help learn or better understand something you are currently learning in a 5th semester math course. Usually proceeded by MA 161,162 and MA261,262 or something similar. I'm just using Purdues course #s.
      (5 votes)
  • blobby green style avatar for user GSrayes
    I still see the gradient vary on the video graphical representation. Does not make sense.
    (1 vote)
    Default Khan Academy avatar avatar for user
  • old spice man blue style avatar for user Robert891201
    The explanation with the graph is hard to follow. I see no relation between the graph being shown and the equations being listed. I don't understand any of it.
    (1 vote)
    Default Khan Academy avatar avatar for user
    • duskpin ultimate style avatar for user Claire
      If you think back to Calculus 1 (or single-variable calculus), recall the the derivative of a function is equal to its slope at any point. If you don't understand that concept, it might be good to look back and review the section on derivatives. In this case, when we take a slice of the graph, the two-dimensional intersection of the graph and the plane looks like a single-variable function. Which variable the function is of depends on the orientation of the graph. If the graph is parallel to the x-axis, it looks like a function of x, and if the graph is parallel to the y-axis, the intersection looks like a function of y. The partial derivative is a way to find the slope in either the x or y direction, at the point indicated. By treating the other variable like a constant, the situation seems to simplify to something we can understand in terms of single-variable derivatives, which we learned in Calc 1. If you still do not understand, let me know, and we can try to work it out. Make sure you have learned previous lessons well.
      (3 votes)
  • blobby green style avatar for user joonwonsuh
    when was this published?
    (2 votes)
    Default Khan Academy avatar avatar for user
  • mr pants teal style avatar for user Therese
    Just a nitpicky question about notation, is the "∂" symbol also called del like this article says? I thought that "∇" was del, and that the partial symbol was just a stylized "d"
    (1 vote)
    Default Khan Academy avatar avatar for user
  • blobby green style avatar for user Brian Conlan
    2 quick questions:
    1) example 2, sin( 0 + pi) = 0... however I ran my calculator and got the answer .0548. I checked and my settings are in degrees, not radians.

    2) In both my homework (Dynamic Atmosphere) and your examples, when deriving 'y' for example, why do we make '2x' or 'x^2' equal to zero. Why do we not bring them as a constant?
    (1 vote)
    Default Khan Academy avatar avatar for user
    • aqualine tree style avatar for user Francisco Delgado
      If they are stand alone such as x^2+2x+2xy^3. If you are taking the partial derivative with respect to y, you treat the others as a constant. The derivative of a constant is 0, so it becomes
      0+0+2x(3y^2). You'll notice since the last one is multiplied by Y, you treat it as a constant multiplied by the derivative of the function. I.E d/dx 2x^2 is just 2(d/dx(x^2)) or 2(2x) or 4x. Hope this helps.
      (2 votes)