![]() |
VOOZH | about |
Derivatives are a core concept in calculus used to measure the rate of change of a function. They are defined using limits and represent the instantaneous change in a quantity.
For a function f(x), the derivative at x = a gives the instantaneous rate of change at that point.
It is denoted by or f'(x).
At x = a,
Notice in the figure as the interval "h" approaches zero. The line approaches to being a tangent from a chord. This means that now the derivative when h approaches zero gives us the slope of the tangent at that particular point.
The table below shows the derivatives of some standard basic functions.
| Function | Derivative |
|---|---|
| c | f'(x) = 0 |
| Ax + b | f'(x) = A |
| x2 | f'(x) = 2x |
| โx | f'(x) = |
| ex | ex |
| ax | ln(a).ax |
| logex | |
| logax | |
| sin(x) | cos(x) |
| cos(x) | -sin(x) |
| tan(x) | sec2(x) |
The table above lists derivatives of standard functions. In practice, functions are often combinations of two or more functions connected by addition, subtraction, multiplication, or division. We use following derivative rules for finding their derivatives:
Consider two functions f(x) and g(x). Let's say there is a third function h(x) which combines these two functions.
Case 1: h(x) = f(x) + g(x)
This function is summation of both f(x) and g(x), the derivative of such functions is given by,
โ
or
h'(x) = f'(x) + g'(x)
Case 2: h(x) = f(x) - g(x)
This function is the difference of both f(x) and g(x), the derivative of such functions is given by,
โ
or
h'(x) = f'(x) - g'(x)
Case (i): h(x) = f(x) x g(x)
This function is product of both f(x) and g(x), the derivative of such functions is given by,
โ
or
h'(x) = f'(x)g(x) + g'(x) f(x)
Case (ii): h(x) =
This function is division of both f(x) and g(x), the derivative of such functions is given by,
โ
or
h'(x) =
The division and product rules are also called the Leibniz rules.
Problem 1: Find the derivative for f(x) = x2 + 3x.
Solution:
This function is the sum of two different function. Sum rule will be used here.
f(x) = x2 + 3x
Here, h(x) = x2 and g(x) = 3x.
f(x) = h(x) + g(x)
โf'(x) = h'(x) + g'(x)
โ f'(x) =
โf'(x) =
โf'(x) = 2x + 3
Problem 2: Find the derivative for the function f(x) = ex + sin(x).
Solution:
This function is the sum of two different function. Sum rule will be used here.
f(x) = ex + sin(x)
Here, h(x) =ex and g(x) = sin(x)
f(x) = h(x) + g(x)
โf'(x) = h'(x) + g'(x)
โ f'(x) =
โf'(x) =
โf'(x) = ex + cos(x)
Problem 3: Find the derivative for f(x) = 5x4 - 3x2.
Solution:
This function is the difference of two different function. Difference rule will be used here.
f(x) = 5x4 - 3x2
Here, h(x) =5x4 and g(x) = 3x2
f(x) = h(x) - g(x)
โf'(x) = h'(x) - g'(x)
โ f'(x) =
โf'(x) =
โf'(x) = 20x3 - 6x
Problem 4: Find the derivative for the function f(x) = 5log(x) - 3x.
Solution:
This function is the difference of two different function. Difference rule will be used here.
f(x) = 5log(x) - 3x
Here, h(x) =5log(x) and g(x) = 3x
f(x) = h(x) - g(x)
โf'(x) = h'(x) - g'(x)
โ f'(x) =
โf'(x) =
โf'(x) =
Problem 5: Find the derivative for f(x) = 5x4.sin(x)
Solution:
This function is the product of two different function. Product rule will be used here.
f(x) = 5x4.sin(x)
Here, h(x) =5x4 and g(x) = sin(x)
f(x) = h(x).g(x)
โf'(x) = h'(x) g(x) + h(x)g'(x)
โ f'(x) =
โf'(x) =
โf'(x) = 20x3sin(x) + 5x4cos(x)
Problem 6: Find the derivative of f(x) = 5ex.log(x)
Solution:
This function is the product of two different function. Product rule will be used here.
f(x) = 5ex.log(x)
Here, h(x) =5ex and g(x) = log(x)
f(x) = h(x).g(x)
โf'(x) = h'(x) g(x) + h(x)g'(x)
โ f'(x) =
โf'(x) =
โf'(x) =
Problem 7: Find the derivative of f(x) =
Solution:
This function is the division of two different function. Division rule will be used here.
Here, h(x) =x + 1 and g(x) = 2x
so,
โ
โ f
โ f
Numerator:
โ f'(x) =
Denominator:
โ
โ f'(x) =
โ
Problem 8: Find the derivative for the function f(x) =
Solution:
This function is the division of two different function. Division rule will be used here.
f(x) =
Here, h(x) =log(x) and g(x) = 2x
f(x) =
โf'(x) =
โ f'(x) =
โf'(x) =
โf'(x) =
1. If f(x) = 3xยฒ - 2x + 5 and g(x) = xยณ + 4x, find the derivative of h(x) = f(x) + g(x).
2. Given f(x) = xยฒ and g(x) = sin(x), find the derivative of their product: (fยทg)(x).
3. If f(x) = e^x and g(x) = ln(x), determine the derivative of their composition: f(g(x)).
4. Find the derivative of h(x) = (xยฒ + 1) / (x - 2) using the quotient rule.
5. If f(x) = xยณ and g(x) = cos(x), find the derivative of their difference: f(x) - g(x).