Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the derivative y' as a function of x from an implicit equation in those variables
ResourceFunction["ImplicitD"][eqn,D[y,x]] returns the implicit derivative ∂y/∂x as determined from equation eqn. | |
ResourceFunction["ImplicitD"][eqn,D[y,x],pt] returns the implicit derivative ∂y/∂x at the point pt. |
Compute the implicit derivative ∂y/∂x on the unit circle:
In[1]:= | ![]() |
Out[1]= | ![]() |
Compute the implicit derivative at a specific point:
In[2]:= | ![]() |
Out[2]= | ![]() |
ImplicitD treats non-input variables as constants:
In[3]:= | ![]() |
Out[3]= | ![]() |
In[4]:= | ![]() |
Out[4]= | ![]() |
With "EliminateDependentVariables"→True, ImplicitD will attempt to eliminate the dependent variable from the output expression by substituting its original value from the input equation:
In[5]:= | ![]() |
Out[5]= | ![]() |
In[6]:= | ![]() |
Out[6]= | ![]() |
If the derivative of a variable that does not appear in the expression is requested, ImplicitD will return unevaluated:
In[7]:= | ![]() |
Out[7]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License