I need to evaluate $e^{1/3}$ to the nearest $0.0001$ using Maclaurin Series. However, each term in the series I used is positive. Due to this, even if the $n$th term is less than $0.0001$, the term after that may have an impact. For example, if you have a certain non-alternating, decreasing, series to $2$ terms, it may result in $4.40$. Let's say the third term is $0.04$, and the fourth term is $0.01$. While the $4.44$ doesn't change the nearest tenth ($4.4$), $4.45$ sure does ($4.5$).
Now I already have a solution to this problem which is to compare $e^x$ to a greater geometric series which you can evaluate. If sum of that geometric series is insignificant, then the remaining terms of the expansion will also be. However, there comes a problem when the geometric series is significant.
So my question is about how to bound the series better - which I think is done better through alternating series. Are there any alternating series I can use in this situation?