<?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>Hyperbolic Functions Archives - Epsilonify</title>
	<atom:link href="https://www.epsilonify.com/tag/hyperbolic-functions/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Best solutions on internet!</description>
	<lastBuildDate>Sun, 10 Sep 2023 20:54:58 +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>Hyperbolic Functions Archives - Epsilonify</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Proof Addition and subtraction formulas of Hyperbolic Functions</title>
		<link>https://www.epsilonify.com/mathematics/calculus/verify-the-addition-and-subtraction-formulas-of-hyperbolic-functions/</link>
					<comments>https://www.epsilonify.com/mathematics/calculus/verify-the-addition-and-subtraction-formulas-of-hyperbolic-functions/#respond</comments>
		
		<dc:creator><![CDATA[The Mathematician]]></dc:creator>
		<pubDate>Sat, 19 Nov 2022 13:00:01 +0000</pubDate>
				<category><![CDATA[Calculus]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[addition formulas]]></category>
		<category><![CDATA[addition formulas of Hyperbolic Functions]]></category>
		<category><![CDATA[Hyperbolic Functions]]></category>
		<guid isPermaLink="false">https://www.epsilonify.com/?p=1087</guid>

					<description><![CDATA[<p>We will verify the next addition formulas of the hyperbolic functions: . We do know that Proof 1. We first start with which is a straightforward calculation: Proof 2. The second one is as easy as the previous one: Proof 3. Since we have already proved that the first two points, we could substitute those [&#8230;]</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/verify-the-addition-and-subtraction-formulas-of-hyperbolic-functions/">Proof Addition and subtraction formulas of Hyperbolic Functions</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></description>
										<content:encoded><![CDATA[We will verify the next addition formulas of the hyperbolic functions:
<ol>
  <li><span class="katex-eq" data-katex-display="false">\cosh(x+y) = \cosh(x)\cosh(y) + \sinh(x)\sinh(y)</span></li>
  <li><span class="katex-eq" data-katex-display="false">\sinh(x+y) = \sinh(x)\cosh(y) + \cosh(x)\sinh(y)</span></li>
  <li><span class="katex-eq" data-katex-display="false">\tanh(x + y) = \frac{\tanh(x) + \tanh(y)}{1 + \tanh(x)\tanh(y)}</span>.</li>
</ol> 
We do 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}, \quad \cosh(x) = \frac{e^x + e^{-x}}{2}, \quad \tanh(x) = \frac{\sinh(x)}{\cosh(x)} = \frac{e^x - e^{-x}}{e^x + e^{-x}}.
\end{align*}</pre></div>

<strong>Proof 1.</strong> We first start with <span class="katex-eq" data-katex-display="false">\cosh(x+y) = \cosh(x)\cosh(y) + \sinh(x)\sinh(y)</span> which is a straightforward calculation:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\cosh(x)\cosh(y) + \sinh(x)\sinh(y) &= \frac{e^x + e^{-x}}{2} \cdot \frac{e^y - e^{-y}}{2} +  \frac{e^x - e^{-x}}{2}\cdot \frac{e^y - e^{-y}}{2} \\
&= \frac{1}{4}(e^{x+y} + e^{x - y} + e^{-x + y} + e^{-x-y}) \ + \\ & \ \quad \frac{1}{4}(e^{x+y} - e^{x - y} - e^{-x + y} + e^{-x-y}) \\
&= \frac{1}{2}(e^{x + y} + e^{-x-y}) \\
&= \cosh(x+y)
\end{align*}</pre></div>

<strong>Proof 2.</strong> The second one is as easy as the previous one: 

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\sinh(x)\cosh(y) + \cosh(x)\sinh(y) &= \frac{e^x - e^{-x}}{2} \cdot \frac{e^y + e^{-y}}{2} +  \frac{e^x + e^{-x}}{2}\cdot \frac{e^y - e^{-y}}{2} \\
&= \frac{1}{4}(e^{x+y} + e^{x - y} - e^{-x + y} - e^{-x-y}) \ + \\ & \ \quad \frac{1}{4}(e^{x+y} - e^{x - y} + e^{-x + y} - e^{-x-y}) \\
&= \frac{1}{2}(e^{x + y} - e^{-x-y}) \\
&= \sinh(x+y)
\end{align*}</pre></div>

<strong>Proof 3.</strong> Since we have already proved that the first two points, we could substitute those results in <span class="katex-eq" data-katex-display="false">\tanh(x + y)</span> too:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\tanh(x + y) &= \frac{\sinh(x + y)}{\cosh(x + y)} \\
&= \frac{\sinh(x)\cosh(y) + \cosh(x)\sinh(y)}{\cosh(x)\cosh(y) + \sinh(x)\sinh(y)} \\
&= \frac{\sinh(x)\cosh(y) + \cosh(x)\sinh(y)}{\cosh(x)\cosh(y) + \sinh(x)\sinh(y)} \cdot \frac{\frac{1}{\cosh(x)\cosh(y)}}{\frac{1}{\cosh(x)\cosh(y)}} \\
&= \frac{\frac{\sinh(x)\cosh(y)}{\cosh(x)\cosh(y)} + \frac{\cosh(x)\sinh(y)}{\cosh(x)\cosh(y)}}{\frac{\cosh(x)\cosh(y)}{\cosh(x)\cosh(y)} + \frac{\sinh(x)\sinh(y)}{\cosh(x)\cosh(y)}} \\
&= \frac{\frac{\sinh(x)}{\cosh(x)} + \frac{\sinh(y)}{\cosh(y)}}{1 + \frac{\sinh(x)}{\cosh(x)}\cdot\frac{\sinh(y)}{\cosh(y)}} \\
&= \frac{\tanh(x) + \tanh(y)}{1 + \tanh(x)\tanh(y)}.
\end{align*}</pre></div>

Therefore, we have verified all the addition formulas of the hyperbolic functions.

We also want to verify the next subtraction formulas of the hyperbolic functions:
<ol>
  <li><span class="katex-eq" data-katex-display="false">\cosh(x-y) = \cosh(x)\cosh(y) - \sinh(x)\sinh(y)</span></li>
  <li><span class="katex-eq" data-katex-display="false">\sinh(x-y) = \sinh(x)\cosh(y) + \cosh(x)\sinh(y)</span></li>
  <li><span class="katex-eq" data-katex-display="false">\tanh(x - y) = \frac{\tanh(x) - \tanh(y)}{1 - \tanh(x)\tanh(y)}</span>.</li>
</ol> 

The steps will be exact the same as for addition, but we need to switch operations.
<br>
<br>
<strong>Proof 1.</strong> We first start with <span class="katex-eq" data-katex-display="false">\cosh(x-y) = \cosh(x)\cosh(y) - \sinh(x)\sinh(y)</span>:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\cosh(x)\cosh(y) - \sinh(x)\sinh(y) &= \frac{e^x + e^{-x}}{2} \cdot \frac{e^y + e^{-y}}{2} -  \frac{e^x - e^{-x}}{2}\cdot \frac{e^y - e^{-y}}{2} \\
&= \frac{1}{4}(e^{x+y} + e^{x - y} + e^{-x + y} + e^{-x-y}) \ - \\ & \ \quad \frac{1}{4}(e^{x+y} - e^{x - y} - e^{-x + y} + e^{-x-y}) \\
&= \frac{1}{2}(e^{x - y} + e^{-(x-y)}) \\
&= \cosh(x - y)
\end{align*}</pre></div>

<strong>Proof 2.</strong> The second one <span class="katex-eq" data-katex-display="false">\sinh(x-y) = \sinh(x)\cosh(y) + \cosh(x)\sinh(y)</span>: 

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\sinh(x)\cosh(y) - \cosh(x)\sinh(y) &= \frac{e^x - e^{-x}}{2} \cdot \frac{e^y + e^{-y}}{2} -  \frac{e^x + e^{-x}}{2}\cdot \frac{e^y - e^{-y}}{2} \\
&= \frac{1}{4}(e^{x+y} + e^{x - y} - e^{-x + y} - e^{-x-y}) \ - \\ & \ \quad \frac{1}{4}(e^{x+y} - e^{x - y} + e^{-x + y} - e^{-x-y}) \\
&= \frac{1}{2}(e^{x - y} - e^{-(x-y)}) \\
&= \sinh(x-y)
\end{align*}</pre></div>

<strong>Proof 3.</strong> We will apply the same method as we did before with <span class="katex-eq" data-katex-display="false">\tanh(x - y)</span> too:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\tanh(x - y) &= \frac{\sinh(x - y)}{\cosh(x - y)} \\
&= \frac{\sinh(x)\cosh(y) - \cosh(x)\sinh(y)}{\cosh(x)\cosh(y) - \sinh(x)\sinh(y)} \\
&= \frac{\sinh(x)\cosh(y) - \cosh(x)\sinh(y)}{\cosh(x)\cosh(y) - \sinh(x)\sinh(y)} \cdot \frac{\frac{1}{\cosh(x)\cosh(y)}}{\frac{1}{\cosh(x)\cosh(y)}} \\
&= \frac{\frac{\sinh(x)\cosh(y)}{\cosh(x)\cosh(y)} - \frac{\cosh(x)\sinh(y)}{\cosh(x)\cosh(y)}}{\frac{\cosh(x)\cosh(y)}{\cosh(x)\cosh(y)} - \frac{\sinh(x)\sinh(y)}{\cosh(x)\cosh(y)}} \\
&= \frac{\frac{\sinh(x)}{\cosh(x)} - \frac{\sinh(y)}{\cosh(y)}}{1 - \frac{\sinh(x)}{\cosh(x)}\cdot\frac{\sinh(y)}{\cosh(y)}} \\
&= \frac{\tanh(x) - \tanh(y)}{1 - \tanh(x)\tanh(y)}.
\end{align*}</pre></div>

Therefore, we have verified all the substraction formulas of the hyperbolic functions.<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/verify-the-addition-and-subtraction-formulas-of-hyperbolic-functions/">Proof Addition and subtraction formulas of Hyperbolic Functions</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.epsilonify.com/mathematics/calculus/verify-the-addition-and-subtraction-formulas-of-hyperbolic-functions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
