
Samuel I. answered 10/23/20
Multi-Variable Calculus and Below
The linearization of a function at a given point, a, is:
L(x) = f(a) + f'(a)(x-a)
The procedure for each equation is to first evaluate f(x) and f'(x)
Evaluation each expression f(x), g(x), h(x) at x = 0 gives:
- f(0) = (0 - 1)2 = 1
- g(0) = e-2 * 0 = e0 = 1
- h(0) = 1 + ln(1 - 2(0) ) = 1 +ln(1) = 1 + 0 = 1
They're all equal! Now to derive and evaluate at 0
- f'(x) = 2(x-1)(1)
- f'(0) = 2(0 - 1) = -2
- g'(x) = -2e-2x
- g'(0) = -2e-2(0) = -2
- h'(x) = ( 1/(1 - 2x) ) * -2
- h'(0) = ( 1/(1 - 2(0) ) * -2 = (1/1) * -2 = -2
... And they're all equal again
So going back to our equation for L(x)
- Lf(x) = 1 + -2(x - 0) = 1 - 2x
- Lg(x) = 1 + -2(x - 0) = 1 - 2x
- Lh(x) = 1 + -2(x - 0) = 1 - 2x
L(x) is equivalent for all 3 functions.
To explain this, plugging f(x), g(x), h(x), and L(x) into a graphing calculator can be helpful to visualize why.
A plot can be viewed here: https://www.desmos.com/calculator/jgnhtoqyne
While the 3 functions are divergent, they do converge at x=0 (L(x) is the green line)