How do you find a power series representation for #ln(5-x) # and what is the radius of convergence?
1 Answer
We can start from the power series that you were taught during the semester:
#1/(1-u) = sum_(n=0)^(N) u^n = 1 + u + u^2 + u^3 + ...#
Now, let's work from
#d/(dx)[ln(5-x)] = -1/(5-x) = -1/5*1/(1-x/5)#
Thus, with
We had done this:
- Differentiated our target.
- Factored out
#-1/5# . - Substituted
#x/5# for#u# .
Now, we just reverse what we did, starting from the power series itself.
- Substitute
#u = x/5# . - Multiply by
#-1/5# . - Integrate the result.
Since
#1/(1-x/5) = 1 + x/5 + x^2/25 + x^3/125 + ...#
#-1/5*1/(1-x/5) = -1/5 - x/25 - x^2/125 - x^3/625 - ...#
#int -1/5*1/(1-x/5)dx = ln(5-x)#
#= int -1/5 - x/25 - x^2/125 - x^3/625 - ...dx#
#= \mathbf(C) - x/5 - x^2/50 - x^3/375 - x^4/2500 - ...#
Notice how we still have to figure out the constant
For a regular power series derived from
#sum_(n=0)^N (x-0)^n = 1/(1-x)# .
where the power series is centered around#a = 0# since it's really the Maclaurin series (meaning, the Taylor series centered around#a = 0# ).
We know that the constant must not contain an
#color(blue)(ln(5-x) = ln(5) - x/5 - x^2/50 - x^3/375 - x^4/2500 - ...)#
And then finally, for the radius of convergence, it is