<?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>Derivative of coth(x) Archives - Epsilonify</title>
	<atom:link href="https://www.epsilonify.com/tag/derivative-of-cothx/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Best solutions on internet!</description>
	<lastBuildDate>Wed, 06 Sep 2023 21:27:53 +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>Derivative of coth(x) Archives - Epsilonify</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Derivative of Hyperbolic Cotangent using First Principle of Derivatives</title>
		<link>https://www.epsilonify.com/mathematics/calculus/derivative-of-hyperbolic-cotangent-using-first-principle-of-derivatives/</link>
					<comments>https://www.epsilonify.com/mathematics/calculus/derivative-of-hyperbolic-cotangent-using-first-principle-of-derivatives/#respond</comments>
		
		<dc:creator><![CDATA[The Mathematician]]></dc:creator>
		<pubDate>Thu, 20 Oct 2022 13:00:35 +0000</pubDate>
				<category><![CDATA[Calculus]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[coth(x)]]></category>
		<category><![CDATA[Derivative of coth(x)]]></category>
		<guid isPermaLink="false">https://www.epsilonify.com/?p=1064</guid>

					<description><![CDATA[<p>We will see that the derivative of is by using the first principle of derivatives. Proof. Let . Then We still need to figure out what is. We can apply an easy trick: . So Because which we have seen in article, and that is equal to -1, as we could substitute in the Maclaurin [&#8230;]</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-hyperbolic-cotangent-using-first-principle-of-derivatives/">Derivative of Hyperbolic Cotangent using First Principle of Derivatives</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></description>
										<content:encoded><![CDATA[We will see that the derivative of <span class="katex-eq" data-katex-display="false">\coth(x)</span> is <span class="katex-eq" data-katex-display="false">-\text{csch}^2(x)</span> by using the first principle of derivatives.
<br>
<br>
<strong>Proof.</strong> Let <span class="katex-eq" data-katex-display="false">f(x) = \coth(x) = \frac{\cosh(x)}{\sinh(x)} = \frac{e^x + e^{-x}}{e^x - e^{-x}}</span>. Then

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
f'(x) &= \lim_{h \rightarrow 0} \frac{f(x+h) - f(x)}{h} \\ 
&= \lim_{h \rightarrow 0} \frac{\coth(x + h) - \coth(x)}{h} \\
&= \lim_{h \rightarrow 0} \frac{\frac{e^{x + h} + e^{-x-h}}{e^{x + h} - e^{-x-h}} - \frac{e^x + e^{-x}}{e^x - e^{-x}}}{h} \\
&= \lim_{h \rightarrow 0} \frac{\frac{(e^{x + h} + e^{-x-h})(e^x - e^{-x}) - (e^{x + h} - e^{-x-h})(e^x + e^{-x})}{(e^{x + h} - e^{-x-h})(e^x - e^{-x})}}{h} \\
&= \lim_{h \rightarrow 0} \frac{(e^{x + h} + e^{-x-h})(e^x - e^{-x}) - (e^{x + h} - e^{-x-h})(e^x + e^{-x})}{h(e^{x + h} - e^{-x-h})(e^x - e^{-x})} \\
&= \lim_{h \rightarrow 0} \frac{e^{2x + h} - e^{h} + e^{-h} - e^{-2x-h} - e^{2x + h} - e^{h} + e^{-h} + e^{-2x-h}}{h(e^{x + h} - e^{-x-h})(e^x - e^{-x})} \\
&= \lim_{h \rightarrow 0} \frac{-2e^{h} + 2e^{-h}}{h(e^{x + h} - e^{-x-h})(e^x - e^{-x})} \\
&= \lim_{h \rightarrow 0} \frac{2}{(e^{x + h} - e^{-x-h})(e^x - e^{-x})} \cdot \lim_{h \rightarrow 0} \frac{- e^{h} + e^{-h}}{h} \\
&= \frac{2}{(e^{x} - e^{-x})(e^x - e^{-x})} \cdot \lim_{h \rightarrow 0} \frac{- e^{h} + e^{-h}}{h} \\
&= \frac{2}{(e^{x} - e^{-x})^2} \cdot \lim_{h \rightarrow 0} \frac{- e^{h} + e^{-h}}{h} \\
\end{align*}</pre></div>

We still need to figure out what <span class="katex-eq" data-katex-display="false">\lim_{h \rightarrow 0} \frac{- e^{h} + e^{-h}}{h}</span> is. We can apply an easy trick: <span class="katex-eq" data-katex-display="false">- e^{h} + e^{-h} = e^{h} - 1 + 1 - e^{-h}</span>. So

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\lim_{h \rightarrow 0} \frac{e^{h} - e^{-h}}{h} &= \lim_{h \rightarrow 0} \frac{- e^{h} - 1 + 1 + e^{-h}}{h} \\
&= - \lim_{h \rightarrow 0} \frac{e^{h} - 1}{h} + \lim_{h \rightarrow 0} \frac{e^{-h} - 1}{h}
\end{align*}</pre></div>

Because <span class="katex-eq" data-katex-display="false">\lim_{h \rightarrow 0} \frac{e^{h} - 1}{h} = 1</span> which we have seen in <a href="https://www.epsilonify.com/mathematics/calculus/determine-the-limit-of-ex-1-x-as-x-approaches-0">article</a>, and that <span class="katex-eq" data-katex-display="false">\lim_{h \rightarrow 0} \frac{e^{-h} - 1}{h}</span> is equal to -1, as we could substitute <span class="katex-eq" data-katex-display="false">-h</span> in the Maclaurin series, we do have: 

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
- \lim_{h \rightarrow 0} \frac{e^{h} - 1}{h} - \lim_{h \rightarrow 0} \frac{e^{-h} - 1}{h} = - 1 + (-1) = -2.
\end{align*}</pre></div>

Continuing where we have been, we get

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\frac{2}{(e^{x} - e^{-x})^2} \cdot \lim_{h \rightarrow 0} \frac{-e^{h} + e^{-h}}{h} = \frac{2}{(e^{x} - e^{-x})^2} \cdot -2 = -\frac{2^2}{(e^{x} - e^{-x})^2}
\end{align*}</pre></div>

Therefore, we get 

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
f'(x) = -\frac{2^2}{(e^{x} - e^{-x})^2} = -\text{csch}^2(x)
\end{align*}</pre></div>

which completes the proof.<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-hyperbolic-cotangent-using-first-principle-of-derivatives/">Derivative of Hyperbolic Cotangent using First Principle of Derivatives</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.epsilonify.com/mathematics/calculus/derivative-of-hyperbolic-cotangent-using-first-principle-of-derivatives/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
