Find the Maclaurin series of
up to and including the term.
Choose multiplication over repeated differentiation. Computing directly would be brutal. Instead use two series you already know and multiply them, keeping only terms of degree :
The second is the geometric series , valid for .
Note that only odd powers can survive. is odd and is even, so their product is odd — every even coefficient must vanish. That halves the bookkeeping and gives an instant error check.
Collect the and coefficients. Multiply each term of the tangent series by each term of the geometric series and gather like powers:
Collect the coefficient. Four products contribute:
Over the common denominator : .
Assemble the series and test it numerically.
At the truncated series gives while — agreement to decimal places, exactly the accuracy an error term predicts .
Need to solve a different problem like this? Open the solver →