I tried to do evaluate integral of $e^x$ from series this way I'm stuck :- So where am I mistaken ???! My solution here (https://i.stack.imgur.com/hCp1R.jpg)
2026-03-29 06:33:43.1774766023
Can I find integral of $e^x$ from its Taylor series expansion.
1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Maybe try it this way:
$\begin{align} \int_c^xe^tdt&=\int_c^x\left(1+t+\frac{t^2}{2}+\frac{t^3}{3!}+\dots\right)dt\\ &=\int_c^xdt+\int_c^xtdt+\int_c^x\frac{t^2}{2}dt+\int_c^x\frac{t^3}{3!}dt+\dots\\ &=(x-c)+\left(\frac{x^2}{2}-\frac{c^2}{2}\right)+\left(\frac{x^3}{3!}-\frac{c^3}{3!}\right)+\dots\\ &=\left(1+x+\frac{x^2}{2}+\frac{x^3}{3!}+\dots\right)-\left(1+c+\frac{c^2}{2}+\frac{c^3}{3!}+\dots\right)\\ &=e^x-e^c \end{align}$