<?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 cos x using first principle method Archives - Epsilonify</title>
	<atom:link href="https://www.epsilonify.com/tag/derivative-of-cos-x-using-first-principle-method/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Best solutions on internet!</description>
	<lastBuildDate>Thu, 31 Aug 2023 21:36:43 +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 cos x using first principle method Archives - Epsilonify</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Derivative of cos(x) using First Principle of Derivatives</title>
		<link>https://www.epsilonify.com/mathematics/calculus/derivative-of-cos-x-using-first-principle-method/</link>
					<comments>https://www.epsilonify.com/mathematics/calculus/derivative-of-cos-x-using-first-principle-method/#respond</comments>
		
		<dc:creator><![CDATA[The Mathematician]]></dc:creator>
		<pubDate>Sun, 04 Sep 2022 15:00:40 +0000</pubDate>
				<category><![CDATA[Calculus]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[derivative of cos x]]></category>
		<category><![CDATA[derivative of cos x using first principle method]]></category>
		<guid isPermaLink="false">https://www.epsilonify.com/?p=787</guid>

					<description><![CDATA[<p>In this article, we will prove the derivative of cosine, or in other words, the derivative of , using the first principle of derivatives. We know that the derivative of is , but we would also like to see how to prove that by the definition of the derivative. Proof. Let . Then Contrary with [&#8230;]</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-cos-x-using-first-principle-method/">Derivative of cos(x) using First Principle of Derivatives</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></description>
										<content:encoded><![CDATA[In this article, we will prove the derivative of cosine, or in other words, the derivative of <span class="katex-eq" data-katex-display="false">\cos(x)</span>, using the first principle of derivatives. We know that the derivative of <span class="katex-eq" data-katex-display="false">\cos(x)</span> is <span class="katex-eq" data-katex-display="false">-\sin(x)</span>, but we would also like to see how to prove that by the definition of the derivative. 
<br>
<br>
<strong>Proof.</strong> Let <span class="katex-eq" data-katex-display="false">f(x) = \cos(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{\cos(x + h) - \cos(x)}{h}
\end{align*}</pre></div>

Contrary with <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-sin-x-using-first-principle-method">showing derivative of sin x</a>, we will use a different identity. The reason is that if we apply

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{equation*}
\cos(x + y) = \cos(x)\cos(y) - \sin(x)\sin(y)
\end{equation*}</pre></div>

then we get one limit which goes to infinity (test this out yourself).

Therefore, we will use the sum and product formula:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{equation*}
\cos(x) - \cos(y) = -2\sin(\frac{x + y}{2})\sin(\frac{x - y}{2})
\end{equation*}</pre></div>

We will apply that identity <span class="katex-eq" data-katex-display="false">\cos(x + h) - \cos(h) = -2\sin(\frac{2x + h}{2})\sin(\frac{h}{2})</span> and we see that

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\lim_{h \rightarrow 0} \frac{-2\sin(\frac{2x + h}{2})\sin(\frac{h}{2})}{2} &= \lim_{h \rightarrow 0} -\sin(\frac{2x + h}{2}) \lim_{h \rightarrow 0} \frac{2\sin(\frac{h}{2})}{h} \\
&= \lim_{h \rightarrow 0} -\sin(\frac{2x + h}{2}) \lim_{h \rightarrow 0} \frac{\sin(\frac{h}{2})}{h/2}
\end{align*}</pre></div>

We know from this <a href="https://www.epsilonify.com/mathematics/calculus/lim-sinx-x-as-x-approaches-0/">article</a> that <span class="katex-eq" data-katex-display="false">\lim_{h \rightarrow 0}\frac{\sin(h)}{h} = 1</span>. So we get

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\lim_{h \rightarrow 0} -\sin(\frac{2x + h}{2}) = -\sin(2x/2) = -\sin(x).
\end{align*}</pre></div>

So we get <span class="katex-eq" data-katex-display="false">f'(x) = -\sin(x)</span>.<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-cos-x-using-first-principle-method/">Derivative of cos(x) 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-cos-x-using-first-principle-method/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
