![]() |
VOOZH | about |
In calculus, approximations in derivatives usually mean using the derivative to estimate how a function behaves near a point β instead of working with the exact (and often complicated) formula of the function.
Let f be a given function and let y = f(x). Let βx denote a small increment in x.
π Application-of-Derivatives-2
Now the increment in y is like the increment in x, denoted by
βy, is given by βy = f (x + βx) - f (x)
β βy/βx = [f(x + βx) - f (x)]/βx
If dx = βx is relatively small when compared to with x dy β βy.
β dy/dx β [f(x + βx) - f (x)]/βx
β dy/dx Γ βx + f(x) β f(x + βx)
Thus, f(x + βx) β f'(x) Γ βx + f(x)
Therefore, the formula for linear approximation is given as:
f(x + βx) β f(x) + fβ²(x)(βx)
Where:
- f(a) is the value of the function at a,
- fβ²(a) is the derivative of the function at a,
- (x β a) is the deviation from point a.
Example 1: Find the approximate value of β26.
Solution:
Let the f(x) = βx and the derivative of this is fβ(x)= 1/(2βx)
Now we know the formula of approximation
f(x + βx) β f(x) + fβ²(x)(βx)
Here we will assume x near to 25 which is a perfect square.
So we will assume βx = 1
f(x + βx) = f(x) + fβ(x) . βx
β f(25 + 1) = f(25) + f'(25) Γ 1
β f(26) = β25 + (1/(2 Γ β(25))
β f(26) = 5 + 1/10 β26
β f(26) = 5 + 0.1 = 5.1
Example 2: Find the approximate value of f(3.02), where f(x) = 3x2 + 5x + 3.
Solution:
Let x = 3 and Ξx = 0.02. Then,
Since, f(3.02) = f(x + Ξx) = 3(x + Ξx)2 + 5(x + Ξx) + 3
Note that Ξy = f(x+Ξx) - f(x).
Therefore, f(x + Ξx) = f(x) + Ξy
β f(x) + f'(x)Ξx (as ds = Ξx)
β f(3.02) β (3x2 + 5x + 3) + (6x + 5)Ξx
β f(3.02) = (27 + 15 + 3) + (18 + 5)(0.02)
β f(3.02) = 45 + 0.46 = 45.46Hence, the approximate value of f(3.02) is 45.46.
In situations where the derivative of a function is difficult to compute analytically, numerical differentiation can be used to approximate derivatives. These approximations are based on finite differences.
A higher-order approximation can be derived using the Taylor series, which expands a function into an infinite sum of terms based on the functionβs derivatives at a specific point. The more terms we include, the better the approximation becomes.