Michael K. answered 04/22/19
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
Using Taylor's Theorem, we can express the natural logarithm over a specific domain of applicability.
(z-3)(z-1) = z2 -4z + 3
ln(z2 -4z + 3) = f(z)
f(z) = sum_[k=0]_[k=infinity] ak(z-z0)k
We define x0 as the center point and ak as the Taylor coefficient at the kth derivative.
ak = fk(z0)/k!
d/dz [ ln(z2 -4z + 3) ] = (2z - 4)/(z2 -4z + 3)
d2/dz2 [ ln(z2 -4z + 3) ] = d/dz [ (2z - 4)/(z2 -4z + 3) ] = -2(z2 -4z + 5)/(z2 -4z + 3)2
d3/dz3 [ ln(z2 -4z + 3) ] = d2/dz2 [ (2z - 4)/(z2 -4z + 3) ] = d/dx [ -2(z2 -4z + 5)/(z2 -4z + 3)2 ] --> 4(z-2)*(z2 -4z + 7)/(z2-4z+3)3
d4/dz4 [ ln(z2 -4z + 3) ] = ...
Evaluating all derivatives at z0 = 0...
a0 = f0(0)/0! = f(0) = ln(3)
a1 = f1(0)/1! = f'(0) = -4/3
a2 = f2(0)/2! = f''(0)/2 = -10/18
a3 = f3(0)/3! = f'''(0)/6 = -56/162
...
So the Taylor series looks like --> ln(z-3)(z-1) ≈ ln(3) - (4/3)x - (10/18)x2 - (56/162)x3 + ...
We want to compare the nth term to the (n+1)th term and look at the limit as n goes to infinity
We see that the the coefficients continue to decrease and if we wrote a pattern expression for the nth derivative we would find that the radius of convergence approaches infinity (nth term / (n+1)th term) which means it would convergence for all z about the center of z0 = 0.
The domain of the function are this values of z allowed. Since the ln function cannot be negative we are interested in any regions where (z-3)(z-1) is less than or equal to zero...
We see that z ≥ 1 and z ≤ 3 would be in the region where the parabola is negative and not-allowed...
Domain f(x) --> (-∞,1) U (3,∞)
Range of f(x) --> all reals ( y ∈ ℜ )