Mario S. answered 12/18/21
Former Theoretical Mathematician with Extensive Teaching Experience
This problem is similar to the last one. First, observe the derivative of arctan(9/x) is -9/(x2+81) which can be rewritten as (-1/9)(1/(1+(x2/81)). Let u=x2/81 and consider
-(1/9)(1/(1+u))
we know 1/1+u = ∑n=0∞ (-1)nun, and using our substitution for u, we have
(-1/9) ∑n=0∞ ((-1)nx2n)/92n = ∑n=0∞ ((-1)n+1x2n)/92n+1
By the Ratio Test, this power series converges for |x| < 9. So as long as x is in (-9,9), we can integrate this series to get a power series for arctan(9/x). ie,
arctan(9/x) = ∫0x ∑n=0∞ ((-1)n+1t2n)/92n+1 dt = ∑n=0∞ ((-1)n+1x2n+1)/((2n+1)92n+1 )