Legacy Documentation

Mathematica CalcCenter 2 (2002)

This is documentation for an obsolete product.
Current products and services

Documentation / CalculationCenter / Functions / Calculus /

D

FilledSmallSquare D[f, x] gives the partial derivative .

FilledSmallSquare D[f, {x, n}] gives the multiple derivative .

FilledSmallSquare D[f, , , ... ] gives .

FilledSmallSquare D can be used to find the rate of change of a function.

FilledSmallSquare D[f, x] can be input as . The character is entered as AliasIndicatorpdAliasIndicator or \[PartialD]. The variable x is entered as a subscript.

FilledSmallSquare An alternative notation for taking the derivative of a function of one variable is f'[x] which is equivalent to D[f[x], x].

FilledSquaref''[x] denotes the second derivative of f with respect to x.

FilledSmallSquare All quantities that do not explicitly depend on the are taken to have zero partial derivative.

FilledSmallSquare The derivatives of built-in mathematical functions are evaluated when possible in terms of other built-in mathematical functions.

FilledSmallSquare D uses the chain rule to simplify derivatives of unknown functions.

FilledSmallSquare D[f, x, y] can be input as . The character \[InvisibleComma], entered as AliasIndicator,AliasIndicator, can be used instead of an ordinary comma. It does not display but is still interpreted just like a comma.

FilledSmallSquare See also: Integrate, ND.

Examples

Using InstantCalculators

Here are the InstantCalculators for the D function. Enter the parameters for your calculation and click Calculate to see the result.

In[1]:=

Out[1]=

In[2]:=

Out[2]=

Entering Commands Directly

You can paste a template for this command via the Text Input button on the D Function Controller.

Here is the derivative of with respect to x.

In[3]:=

Out[3]=

In[4]:=

Out[4]=

Here is the Chain Rule of first-year calculus.

In[5]:=

Out[5]=

If you differentiate a function with respect to x, say, all other parameters are treated as constants.

In[6]:=

Out[6]=

This gives the fourth derivative of with respect to x.

In[7]:=

Out[7]=

Here is the partial derivative .

In[8]:=

Out[8]=

Mathematical Input Notation

This also gives the fourth derivative of with respect to x.

In[9]:=

Out[9]=

This also gives the partial derivative .

In[10]:=

Out[10]=



ja