<?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>sinh(x) Archives - Epsilonify</title>
	<atom:link href="https://www.epsilonify.com/tag/sinhx/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Best solutions on internet!</description>
	<lastBuildDate>Tue, 05 Sep 2023 20:36:32 +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>sinh(x) Archives - Epsilonify</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the Derivative of Hyperbolic Sine?</title>
		<link>https://www.epsilonify.com/mathematics/calculus/what-is-the-derivative-of-hyperbolic-sine/</link>
					<comments>https://www.epsilonify.com/mathematics/calculus/what-is-the-derivative-of-hyperbolic-sine/#respond</comments>
		
		<dc:creator><![CDATA[The Mathematician]]></dc:creator>
		<pubDate>Fri, 14 Oct 2022 13:00:55 +0000</pubDate>
				<category><![CDATA[Calculus]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Derivative of sinh(x)]]></category>
		<category><![CDATA[sinh(x)]]></category>
		<guid isPermaLink="false">https://www.epsilonify.com/?p=1325</guid>

					<description><![CDATA[<p>The derivative of is . Solution. Let . We know that and that and . So we get In conclusion, we have that the derivative of is .</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/what-is-the-derivative-of-hyperbolic-sine/">What is the Derivative of Hyperbolic Sine?</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></description>
										<content:encoded><![CDATA[The derivative of <span class="katex-eq" data-katex-display="false">\sinh(x)</span> is <span class="katex-eq" data-katex-display="false">\cosh(x)</span>.
<br>
<br>
<strong>Solution.</strong> Let <span class="katex-eq" data-katex-display="false">f(x) = \sinh(x)</span>. We know that

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\sinh(x) = \frac{e^x - e^{-x}}{2}
\end{align*}</pre></div>

and that <a href="https://www.epsilonify.com/mathematics/derivative-of-e-to-the-power-x-using-first-principle-of-derivatives/"><span class="katex-eq" data-katex-display="false">\frac{d}{dx} e^x = e^x</span></a> and <a href="https://www.epsilonify.com/mathematics/what-is-the-derivative-of-inverse-of-exponential/"><span class="katex-eq" data-katex-display="false">\frac{d}{dx} e^{-x} = -e^{-x}</span></a>. So we get

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
f'(x) &= \frac{d}{dx} \sinh(x) \\
&= \frac{d}{dx} \frac{e^x - e^{-x}}{2} \\
&= \frac{d}{dx} \frac{e^x}{2} - \frac{d}{dx} \frac{e^{-x}}{2} \\
&= \frac{e^x}{2} - \frac{-e^{-x}}{2} \\
&=  \frac{e^x}{2} + \frac{e^{-x}}{2} \\
&= \frac{e^x + e^{-x}}{2} \\
&= \cosh(x).
\end{align*}</pre></div>

In conclusion, we have that the derivative of <span class="katex-eq" data-katex-display="false">\sinh(x)</span> is <span class="katex-eq" data-katex-display="false">\cosh(x)</span>.<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/what-is-the-derivative-of-hyperbolic-sine/">What is the Derivative of Hyperbolic Sine?</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-derivative-of-hyperbolic-sine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Derivative of Hyperbolic Sine using First Principle of Derivatives</title>
		<link>https://www.epsilonify.com/mathematics/calculus/derivative-of-hyperbolic-sine-using-first-principle-of-derivatives/</link>
					<comments>https://www.epsilonify.com/mathematics/calculus/derivative-of-hyperbolic-sine-using-first-principle-of-derivatives/#respond</comments>
		
		<dc:creator><![CDATA[The Mathematician]]></dc:creator>
		<pubDate>Sat, 08 Oct 2022 13:00:52 +0000</pubDate>
				<category><![CDATA[Calculus]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Derivative of sinh(x)]]></category>
		<category><![CDATA[sinh(x)]]></category>
		<guid isPermaLink="false">https://www.epsilonify.com/?p=1031</guid>

					<description><![CDATA[<p>We will be proving that the derivative of is equal to by using the first principle of derivatives. Proof. Let . Then by the first order principle, we have As we know from this article, we have that . The is equal to -1, because we could substitute in the Maclaurin series. See the mentioned [&#8230;]</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-hyperbolic-sine-using-first-principle-of-derivatives/">Derivative of Hyperbolic Sine using First Principle of Derivatives</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></description>
										<content:encoded><![CDATA[We will be proving that the derivative of <span class="katex-eq" data-katex-display="false">\sinh(x)</span> is equal to <span class="katex-eq" data-katex-display="false">\cosh(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) = \sinh(x) = \frac{e^x - e^{-x}}{2}</span>. Then by the first order principle, we have

 <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{\sinh(x + h) - \sinh(x)}{h} \\
&= \lim_{h \rightarrow 0} \frac{\frac{e^{x + h} - e^{-x-h}}{2} - \frac{e^x - e^{-x}}{2}}{h} \\
&= \lim_{h \rightarrow 0} \frac{e^{x + h} - e^{-x-h} - e^x + e^{-x}}{2h} \\
&= \lim_{h \rightarrow 0} \frac{e^{x}(e^{h} - 1) - e^{-x}(e^{-h} - 1)}{2h} \\
&= \frac{1}{2}e^x\lim_{h \rightarrow 0} \frac{e^{h} - 1}{h} - \frac{1}{2}e^{-x}\lim_{h \rightarrow 0} \frac{e^{-h} - 1}{h}
\end{align*}</pre></div>

As we know from this <a href="https://www.epsilonify.com/mathematics/calculus/determine-the-limit-of-ex-1-x-as-x-approaches-0">article</a>, we have that <span class="katex-eq" data-katex-display="false">\lim_{h \rightarrow 0} \frac{e^{h} - 1}{h} = 1</span>. The <span class="katex-eq" data-katex-display="false">\lim_{h \rightarrow 0} \frac{e^{-h} - 1}{h}</span> is equal to -1, because we could substitute <span class="katex-eq" data-katex-display="false">-h</span> in the Maclaurin series. See the mentioned article. Therefore, we get

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\frac{1}{2}e^x\lim_{h \rightarrow 0} \frac{e^{h} - 1}{h} - \frac{1}{2}e^{-x}\lim_{h \rightarrow 0} \frac{e^{-h} - 1}{h} = \frac{1}{2}(e^x + e^{-x}) = \cosh(x).
\end{align*}</pre></div>

So we have <span class="katex-eq" data-katex-display="false">f'(x) = \cosh(x)</span> which completes the proof.<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-hyperbolic-sine-using-first-principle-of-derivatives/">Derivative of Hyperbolic Sine 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-sine-using-first-principle-of-derivatives/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
