something that I found confusing me. Lets see for example the follow integral:
$$\int_{A}^{B}e^{t\cdot x} \cdot dx=\left[\frac{e^{t\cdot x}}{t}\right]_{A}^B=\frac{e^{t\cdot B}-e^{t\cdot A}}{t}$$
From this results we may conclude that for $t=0$ , the integral is undefined: $$\frac{e^{t\cdot B}-e^{t\cdot A}}{t}=\frac{1-1}{0}=\frac{0}{0}$$
but from the other hand, if we evaluate the integral again for this case of $t=0$, then we get a defined results: $$\int_{A}^{B}e^{t\cdot x} \cdot dx=\int_{A}^{B}e^{0\cdot x} \cdot dx=\int_{A}^{B}1\cdot dx=B-A$$
So is this integral is defined for $t=0$ or not?