How do you find the maclaurin series expansion of #1/(x+3)#?
3 Answers
# 1/(x+3) = 1/3 - x/9 + x^2/27 - x^3/81 + x^4/243 - ... #
Explanation:
We seek the Maclaurin series of
# f(x) = 1/(x+3)#
Which we can write as:
# f(x) = 1/(3(x/3+1)) #
# \ \ \ \ \ \ \ = 1/3(1+x/3)^(-1) #
As such we can directly apply the Binomial Theorem
# (1+x)^n = 1 + nx + (n(n-1))/(2!)x^2 + (n(n-1)(n-2))/(3!)x^3 + ...#
So, we get:
# f(x) = 1/3{ 1 + (-1)(x/3) + ((-1)(-2))/(2!)(x/3)^2 #
# \ \ \ \ \ \ \ \ \ \ \ + ((-1)(-2)(-3))/(3!)(x/3)^3 #
# \ \ \ \ \ \ \ \ \ \ \ + ((-1)(-2)(-3)(-4))/(4!)(x/3)^4 + ... }#
# \ \ \ \ \ \ \ = 1/3{ 1 - (x/3) + (x/3)^2 - (x/3)^3 + (x/3)^4 - ... }#
# \ \ \ \ \ \ \ = 1/3{ 1 - x/3 + x^2/9 - x^3/27 + x^4/81 - ... }#
# \ \ \ \ \ \ \ = 1/3 - x/9 + x^2/27 - x^3/81 + x^4/243 - ... #
with radius of convergence
Explanation:
Another way of finding the Maclaurin series is basically to write it out term by term as follows...
If the Maclaurin series for
So examining each power of
#1 = (3+x)(1/3...#
since we require
Note that this will result in an unwanted term
#1 = (3+x)(1/3-x/9...#
This will result in an unwanted term
#1 = (3+x)(1/3-x/9+x^2/27...#
Repeating, it soon becomes clear that the series we want is a geometric series with common ratio
#1 = (3+x)(1/3-x/9+x^2/27-x^3/81+...)#
So:
#1/(x+3) = 1/3-x/9+x^2/27-x^3/81+... = sum_(n=0)^oo (-1)^n x^n/3^(n+1)#
As a bonus, note that such a geometric series will converge if and only if the absolute value of the common ratio is less than
#abs(-x/3) < 1#
and hence if and only if:
#abs(x) < 3#
In other words, the radius of convergence is
Explanation:
Yet another way to solve it uses the geometric series:
Then: