
Bradford T. answered 11/13/23
Retired Engineer / Upper level math instructor
First do partial fraction decomposition
f(x) =-5/(3x+1) - 5/(2x-1)
We want the form such that
g1/(1-r) = ∑n=1∞ g1rn-1
for both fractions
-5/(1-(-3x)) +5/(1-2x)
f(x) = ∑-5(-3x)n-1 + ∑5(2x)n-1
n
1 -5 + 5 = 10
2 15x + 10x = 25x
3 -45x2 + 20x2 = -25x2
---etc---
Run out for n=1 to 5
f(x) ≈ 10 + 25x - 25x2+-......