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

					<description><![CDATA[<p>In this article, we will prove the derivative of sinus, or in other words, the derivative of , using 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 We do have [&#8230;]</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-sin-x-using-first-principle-method/">Derivative of sin(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 sinus, or in other words, the derivative of <span class="katex-eq" data-katex-display="false">\sin(x)</span>, using first principle of derivatives. We know that the derivative of <span class="katex-eq" data-katex-display="false">\sin(x)</span> is <span class="katex-eq" data-katex-display="false">\cos(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) = \sin(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{\sin(x + h) - \sin(x)}{h}
\end{align*}</pre></div>

We do have the following equality: 

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{equation*}
\sin(x + y) = \sin(x)\cos(y) + \cos(x)\sin(y).
\end{equation*}</pre></div>


Applying that with <span class="katex-eq" data-katex-display="false">y = h</span>, we get

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
&\lim_{h \rightarrow 0} \frac{\sin(x)\cos(h) + \cos(x)\sin(h) - \sin(x)}{h} = \\
&\lim_{h \rightarrow 0} \frac{\sin(x)(\cos(h) - 1) + \cos(x)\sin(h)}{h} = \\
&\lim_{h \rightarrow 0} \frac{\sin(x)(\cos(h) - 1)}{h} + \lim_{h \rightarrow 0} \frac{\cos(x)\sin(h)}{h} = \\
&\lim_{h \rightarrow 0} \sin(x) \lim_{h \rightarrow 0}\frac{(\cos(h) - 1)}{h} + \lim_{h \rightarrow 0} \cos(x) \lim_{h \rightarrow 0}\frac{\sin(h)}{h} 
\end{align*}</pre></div>

Now we know from the <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> and <span class="katex-eq" data-katex-display="false">\lim_{h \rightarrow 0}\frac{(\cos(h) - 1)}{h} = 0</span> from <a href="https://www.epsilonify.com/mathematics/lim-cos-x-1-x-as-x-approaches-0/">this article</a>. So we get 

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{equation*}
\sin(x) \cdot 0 + \cos(x) \cdot 1 = \cos(x).
\end{equation*}</pre></div>


Conclusion: we get the following result

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{equation*}
f'(x) = \cos(x)
\end{equation*}</pre></div>
<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-sin-x-using-first-principle-method/">Derivative of sin(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-sin-x-using-first-principle-method/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
