Integrate e^[x] between limit 0 to 3
there are no bad spots to worry about; so what does e^x come from? since it is a derivative of some function
\[f(x)=\int^{b}_{a} f'(x)\ dx=f(b)-f(a)\]
prolly some bad notation, but its off the cuff ;)
this is int exp raise to power greatest integer x from 0 to 3
do u know how to integrate e^x?
this is only e^x .
if i read you right, yes \[\int e^x = e^x\]
\[e^3-e^0=\ ?\]
greatest integer .... is that the ceiling function?
if so, we might have to do this in pieces
the wolf says greatest integer is the floor function ....
http://www.wolframalpha.com/input/?i=integrate+e%5E%28floor%28x%29%29+from+0+to+3
the area can be considered as adding up the area of the rectangular spaces beneath the graph. using midpoints to make sure we are in each section gives me: 1*(e^[0.5]+e^[1.5]+e[2.5]) produces the same results
\[\int_{0}^{3}e^{[x]}dx=\sum_{n=0}^{2}\int_{n}^{n+1}e^{[x]}dx\] \[=\sum_{n=0}^{2}\int_{n}^{n+1}e^{n}dx=\sum_{n=0}^{2}e^{n}(n+1-n)dx=\sum_{n=0}^{2}e^{n}\] \[=e^0+e^1+e^2\]
Join our real-time social learning platform and learn together with your friends!