Area Calculation for y = ||e^x - 1| - 1|

phospho
Messages
250
Reaction score
0
Q. Show that the area between the positive x-axis, the y-axis and the curve y = ||e^x - 1| - 1| is ln4 - 1

I've drawn the curve:

http://gyazo.com/cfd52af0f82e0e7d6b063681a73de45a

I notice for x < 0 (as I drew e^x to start out with, that's how I noticed it):
y = e^xfor x>ln(2) y = e^x - 2 (again, as I drew it before hand)

I can't seem to see what y will be for for 0≤x≤ln(2), as all my other notices are because I drew them beforehand.

Could anyone explain how I can split up y accordingly for x <0 for 0≤x≤ln(2) x > ln(2) ?
 
Physics news on Phys.org
For 0≤x≤ln(2), which range does e^x cover? In particular, what is its smallest value? Based on that, can you get rid of the inner modulus? In the same way, you can get replace the outer modulus.
 
phospho said:
Q. Show that the area between the positive x-axis, the y-axis and the curve y = ||e^x - 1| - 1| is ln4 - 1

I've drawn the curve:

http://gyazo.com/cfd52af0f82e0e7d6b063681a73de45a

I notice for x < 0 (as I drew e^x to start out with, that's how I noticed it):
y = e^x


for x>ln(2) y = e^x - 2 (again, as I drew it before hand)

I can't seem to see what y will be for for 0≤x≤ln(2), as all my other notices are because I drew them beforehand.

Could anyone explain how I can split up y accordingly for x <0 for 0≤x≤ln(2) x > ln(2) ?
Use the definition of absolute value, twice.
|e^x-1| =<br /> \begin{cases}<br /> e^x-1 &amp; \text{if } e^x \geq 1 \quad \text{i.e. } x\ge 0 \\ \\<br /> 1-e^x &amp; \text{if } e^x &lt; 1 \quad \text{i.e. } x &lt; 0<br /> \end{cases}<br />
||e^x-1|-1| =<br /> \begin{cases}<br /> |e^x-1|-1 &amp; \text{if } |e^x-1| \geq 1 \quad \text{i.e. } x\ge \ln(2) \\ \\<br /> 1-|e^x-1| &amp; \text{if } |e^x-1| &lt; 1 \quad \text{i.e. } x &lt; \ln(2)<br /> \end{cases}<br />
So you want x < ln(2) which gives ##\displaystyle ||e^x-1|-1| =1-|e^x-1| \,,\ ## but also x > 0 which tells you that ##\displaystyle |e^x-1|=e^x-1 \ .##

Put those together.
 
thank you!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top