Find the area of the region bounded by #y=2e^x#, #y=e^(2x)# and #x=0#?
#y=2e^x# , #y=e^(2x)# and #x=0#
1 Answer
Feb 21, 2018
The area is
Explanation:
You will want to find the intersection points of the curve in order to correctly sketch the region.
#e^(2x) = 2e^x#
Let
#t^2 = 2t#
#t^2 - 2t = 0#
#t(t - 2) = 0#
#t = 0 or 2#
#e^x = 0 or e^x = 2#
#x = O/ or ln2#
Thus our interval will be
We now note that on
#A = int_0^(ln2) 2e^x -e^(2x)dx#
#A = [2e^x - 1/2e^(2x))]_0^(ln2)#
#A = 4 - 2 - (2 - 1/2(1))#
#A = 1/2# square units.
Hopefully this helps!