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!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top