<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>integral of (e^x + 1)/(e^x - 1) Archives - Epsilonify</title>
	<atom:link href="https://www.epsilonify.com/tag/integral-of-ex-1-ex-1/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Best solutions on internet!</description>
	<lastBuildDate>Fri, 15 Sep 2023 23:18:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.5</generator>

<image>
	<url>https://www.epsilonify.com/wp-content/uploads/2022/09/cropped-E-M7-32x32.png</url>
	<title>integral of (e^x + 1)/(e^x - 1) Archives - Epsilonify</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the integral of (e^x + 1)/(e^x &#8211; 1)?</title>
		<link>https://www.epsilonify.com/mathematics/calculus/what-is-the-integral-of-e-to-the-power-x-plus-1-divided-by-e-to-the-power-x-minus-1/</link>
					<comments>https://www.epsilonify.com/mathematics/calculus/what-is-the-integral-of-e-to-the-power-x-plus-1-divided-by-e-to-the-power-x-minus-1/#respond</comments>
		
		<dc:creator><![CDATA[The Mathematician]]></dc:creator>
		<pubDate>Thu, 26 Jan 2023 13:00:38 +0000</pubDate>
				<category><![CDATA[Calculus]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[(e^x + 1)/(e^x - 1)]]></category>
		<category><![CDATA[integral of (e^x + 1)/(e^x - 1)]]></category>
		<guid isPermaLink="false">https://www.epsilonify.com/?p=1942</guid>

					<description><![CDATA[<p>The integral of is . Solution. We want to determine the integral of , i.e.: First we will determine . We will use the substitution method. So take . Then we saw here that . Therefore, we get the following: where is some constant. Now what is left is to determine . This integral is [&#8230;]</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/what-is-the-integral-of-e-to-the-power-x-plus-1-divided-by-e-to-the-power-x-minus-1/">What is the integral of (e^x + 1)/(e^x &#8211; 1)?</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></description>
										<content:encoded><![CDATA[The integral of <span class="katex-eq" data-katex-display="false">\frac{e^x + 1}{e^x - 1}</span> is <span class="katex-eq" data-katex-display="false">2\ln\lvert e^x - 1 \rvert - x + C</span>.
<br>
<br>
<strong>Solution.</strong> We want to determine the integral of <span class="katex-eq" data-katex-display="false">\frac{e^x + 1}{e^x - 1}</span>, i.e.:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\int \frac{e^x + 1}{e^x - 1} dx = \int \frac{e^x}{e^x - 1} dx + \int \frac{1}{e^x - 1} dx.
\end{align*}</pre></div>

First we will determine <span class="katex-eq" data-katex-display="false">\int \frac{e^x}{e^x - 1} dx</span>. We will use the substitution method. So take <span class="katex-eq" data-katex-display="false">u = e^x - 1</span>. Then we saw <a href="https://www.epsilonify.com/mathematics/derivative-of-e-to-the-power-x-using-first-principle-of-derivatives/">here</a> that <span class="katex-eq" data-katex-display="false">du = e^x dx</span>. Therefore, we get the following:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\int \frac{e^x}{e^x - 1} dx &= \int \frac{du}{u} \\ 
&= \ln \lvert u \rvert + C_1 \\
&= \ln \lvert e^x - 1 \rvert + C_1,
\end{align*}</pre></div>

where <span class="katex-eq" data-katex-display="false">C_1</span> is some constant. Now what is left is to determine <span class="katex-eq" data-katex-display="false">\int \frac{1}{e^x - 1} dx</span>. This integral is difficult to determine, but we make it easy by using the following handy adjustment:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\int \frac{1}{e^x - 1} dx = \int \frac{1}{e^x(1 - e^{-x})} dx = \int \frac{e^{-x}}{1 - e^{-x}} dx.
\end{align*}</pre></div>

Now we will apply the substitution method. Let <span class="katex-eq" data-katex-display="false">v = 1 - e^{-x}</span>. Then we saw <a href="https://www.epsilonify.com/mathematics/what-is-the-derivative-of-inverse-of-exponential/">here</a> that <span class="katex-eq" data-katex-display="false">dv = e^{-x} dx</span>. So we get the following:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\int \frac{e^{-x}}{1 - e^{-x}} dx &= \int \frac{dv}{v} \\
&= \ln \lvert v \rvert + C_2 \\
&= \ln \lvert 1 - e^{-x} \rvert + C_2 \\
&= \ln \lvert e^{-x}(e^x - 1) \rvert + C_2 \\
&= \ln \lvert e^{-x} \rvert + \lvert e^{-x} - 1 \rvert + C_2 \\
&= -x + \lvert e^{-x} - 1 \rvert + C_2,
\end{align*}</pre></div>

where <span class="katex-eq" data-katex-display="false">C_2</span> is some constant. Now we will combine everything together:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\int \frac{e^x + 1}{e^x - 1} dx &= \int \frac{e^x}{e^x - 1} dx + \int \frac{1}{e^x - 1} dx \\
&= \ln \lvert e^x - 1 \rvert + C_1 -x + \lvert e^{-x} - 1 \rvert + C_2 \\
&= 2\ln\lvert e^x - 1 \rvert - x + C,
\end{align*}</pre></div>

where <span class="katex-eq" data-katex-display="false">C = C_1 + C_2</span>. So, the integral of <span class="katex-eq" data-katex-display="false">\frac{e^x + 1}{e^x - 1}</span> is <span class="katex-eq" data-katex-display="false">2\ln\lvert e^x - 1 \rvert - x + C</span>. <p>The post <a href="https://www.epsilonify.com/mathematics/calculus/what-is-the-integral-of-e-to-the-power-x-plus-1-divided-by-e-to-the-power-x-minus-1/">What is the integral of (e^x + 1)/(e^x &#8211; 1)?</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.epsilonify.com/mathematics/calculus/what-is-the-integral-of-e-to-the-power-x-plus-1-divided-by-e-to-the-power-x-minus-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
