home
>
differentiation
>
derivative-calculator

Derivative Calculator

Derivative Calculator computes a derivative of a given function with respect to a given variable using analytical differentiation.

Related calculators:
>>Power Rule Differentiation
>>Product Rule Differentiation
>>Quotient Rule Differentiation
>>Sum Rule Differentiation


Derivative Calculator


Enter a function to differentiate:






Rules for specifying input function in Differentiation

1. Use ^ for representing power values.
    Eg:x2=x^2.
2. Use sqrt,*,/,+,- for square root,multiplication,division,addition and subraction operations respectively.
    Eg:1.√x=sqrtx
         2.5x=5*x.
         3.x+5=(x)+5.
         4.x2-5x=(x^2)-(5*x).
3. Use paranthesis() while performing arithmetic operations.
    Eg:1.sinx+cosx+tanx=(sinx)+(cosx)+(tanx)
         2.secx*tanx=(secx)*(tanx)
         3.tanx/sinx=(tanx)/(sinx)
4. Use inv,ln,log to specify inverse,natural log and log(with different base values) respectively
    Eg:1.sin-1x=sininvx
         2.ln x=lnx
         3.log3x=log3x
5. Try out these Sample inputs for practice.
    Eg:1.(x+2)+(x2+9x)=(x+2)+((x^2)+(9*x)).
         2.cos(x3)=(cos(x^3)).
         3.ex+lnx=(e^x)+(lnx).
6. Ensure that the input string is as per the rules specified above.


 
   
  
Code to add this calci to your website Expand embed code Minimize embed code
Just copy and paste the below code to your webpage where you want to display this calculator.





Derivative Calculator finds out the differentiation of any math expression with respect to a variable. You can dynamically calculate the differential equation.