![]() |
VOOZH | about |
A derivative is a concept in mathematics that measures how a function changes as its input changes. For example:
Derivative is defined as the rate of instantaneous change in a quantity with respect to another quantity.
Let's say f is a real-valued function and 'a' is a point in its domain of definition. The derivative of f at a is defined as,
The above statement is subject to the condition that its limit exists.
This is also referred to as
The derivative defined as the limit is called the Derivative by First Principle. Derivative by First Principle is also called Derivative by Delta Method. For any function f(x), its derivative is given as:
Where,
It is defined as the rate of change of a dependent variable with respect to an independent variable.
f'(x) = limxāa f(x) - f(a) / x - a
It is the derivative of First Order Derivative of a function. It is also called Derivative of Derivative.
nth Order Derivative refers to finding successive differentiation of a function 'n' number of times. It is represented as dyn/dxn = fn(x).
| Rule | Formula |
|---|---|
| Constant Rule | d(c)/dx = 0 |
| Power Rule | d(xn)/dx = nxn-1 |
| Sum and Difference Rule | d(u ± v)/dx = du/dx ± dv/dx |
| Product Rule | d(u.v)/dx = u.dv/dx + v.du/dx |
| Quotient Rule | d(u/v)/dx = (v.du/dx - u.dv/dx)/v2 |
| Chain Rule | d[f(g(x))]/dx = fā²(g(x)) ā gā²(x) |
Implicit Differentiation: Implicit functions involve two or more variables and use the chain rule to differentiate the function.
Parametric Derivative: When x = f(t) and y = g(t), and both are differentiable with respect to t. Then, the parametric derivative is dy/dx = (dy/dt)/(dx/dt).
Partial Derivative: For a function f(x, y), the partial derivative with respect to x is šf(x, y)/šx, and with respect to y is šf(x, y)/šy
Logarithmic Derivative: This method simplifies the differentiation of complex functions using logarithmic rules.
Derivatives have got several applications, such as finding the concavity of a function, finding the slope of a tangent and normal, and finding the maxima and minima of a function.
Critical Point of a function is the point where the derivative of a function is either zero or not defined. Hence, if P is a critical point of the function then
dy/dx at P = 0 or dy/dx at P = Not Defined
Concavity of a function simply means the opening of the curve of a function is upwards or downwards.
Question 1: Find the derivative of the function f(x) = x2 at x = 0 using the First Principle.
Solution:
ā
ā
ā
ā
ā
Thus, f'(0) = 0
Question 2: Find the derivative of the function f(x) = x2 at x = 2 by Limit Definition.
Solution:
ā
ā
ā
ā
ā
Thus, f'(2) = 4
Question 3: Find the derivative of the function f(x) = x + x + 1 at x = 0.
Solution:
ā
ā
ā
ā
ā
Thus, f'(0) = 2(0) + 1 = 1
Question 4: Find the derivative of the function f(x) = ex at x = 0.
Solution:
ā
ā
ā
This is 0/0 form of the limit. We know that
ā
ā
ā
Thus, f'(0) = 1
Notice that the derivative of exponential function is exponential itself.
Problem 1: Find the derivative of the function
Problem 2: Calculate the derivative of the function g(x) = sin(x) + cos(x)
Problem 3: Determine the derivative of the function
Problem 4: Find the derivative of the function k(x) = ln(x2 + 1)
Problem 5: Compute the derivative of the function m(x) = (3x+2)/(x-1)