<?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 a^x using First Principle of Derivatives Archives - Epsilonify</title>
	<atom:link href="https://www.epsilonify.com/tag/derivative-of-ax-using-first-principle-of-derivatives/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Best solutions on internet!</description>
	<lastBuildDate>Sun, 10 Sep 2023 20:57:10 +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 a^x using First Principle of Derivatives Archives - Epsilonify</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Derivative of a^x using First Principle of Derivatives</title>
		<link>https://www.epsilonify.com/mathematics/calculus/derivative-of-ax-using-first-principle-of-derivatives/</link>
					<comments>https://www.epsilonify.com/mathematics/calculus/derivative-of-ax-using-first-principle-of-derivatives/#respond</comments>
		
		<dc:creator><![CDATA[The Mathematician]]></dc:creator>
		<pubDate>Thu, 24 Nov 2022 13:00:46 +0000</pubDate>
				<category><![CDATA[Calculus]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Derivative of a^x]]></category>
		<category><![CDATA[Derivative of a^x using First Principle of Derivatives]]></category>
		<guid isPermaLink="false">https://www.epsilonify.com/?p=1596</guid>

					<description><![CDATA[<p>Using the First Principle of Derivatives, we will prove that the derivative of is equal to . Proof. Let . Note that . Then Now we need to prove what the next limit is: We know that the Maclaurin series of is In our case, this means we have , so we have: Further, we [&#8230;]</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-ax-using-first-principle-of-derivatives/">Derivative of a^x using First Principle of Derivatives</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></description>
										<content:encoded><![CDATA[Using the First Principle of Derivatives, we will prove that the derivative of <span class="katex-eq" data-katex-display="false">a^x</span> is equal to <span class="katex-eq" data-katex-display="false">a^x\ln(a)</span>.
<br>
<br>
<strong>Proof.</strong> Let <span class="katex-eq" data-katex-display="false">f(x) = a^x</span>. Note that <span class="katex-eq" data-katex-display="false">a^x = e^{x\ln(a)}</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{a^{x + h} - a^x}{h} \\
&= \lim_{h \rightarrow 0} \frac{e^{(x+h)\ln(a)} - e^{x\ln(a)}}{h} \\
&= \lim_{h \rightarrow 0} \frac{e^{x\ln(a)}(e^{h\ln(a)} - 1)}{h} \\
&= e^{x\ln(a)} \cdot \lim_{h \rightarrow 0} \frac{e^{h\ln(a)} - 1}{h} \\
&= a^x \cdot \lim_{h \rightarrow 0} \frac{e^{h\ln(a)} - 1}{h}.
\end{align*}</pre></div>

Now we need to prove what the next limit is:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\lim_{h \rightarrow 0} \frac{e^{h\ln(a)} - 1}{h},
\end{align*}</pre></div>

We know that the Maclaurin series of <span class="katex-eq" data-katex-display="false">e^x</span> is

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
e^x &= \sum_{n = 0}^{\infty} \frac{x^n}{n!} \\
&= 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots
\end{align*}</pre></div>

In our case, this means we have <span class="katex-eq" data-katex-display="false">x = h\ln(a)</span>, so we have:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
e^{h\ln(a)} &= \sum_{n = 0}^{\infty} \frac{(h\ln(a))^n}{n!} \\
&= 1 + h\ln(a) + \frac{(h\ln(a))^2}{2!} + \frac{(h\ln(a))^3}{3!} + \cdots
\end{align*}</pre></div>

Further, we will subtract the Maclaurin series with 1:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
e^{h\ln(a)} - 1 &= \sum_{n = 1}^{\infty} \frac{(h\ln(a))^n}{n!} \\
&= h\ln(a) + \frac{(h\ln(a))^2}{2!} + \frac{(h\ln(a))^3}{3!} + \cdots.
\end{align*}</pre></div>

Now we divide it out with <span class="katex-eq" data-katex-display="false">h</span>:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\frac{e^{h\ln(a)} - 1}{h} &= \sum_{n = 1}^{\infty} \frac{h^{n-1}\ln(a)^n}{n!} \\
&= \ln(a) + \frac{h\ln(a)^2}{2!} + \frac{h^2\ln(a)^3}{3!} + \cdots
\end{align*}</pre></div>

So we get:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\lim_{h \rightarrow 0} \frac{e^{h\ln(a)} - 1}{h} &= \lim_{h \rightarrow 0} \sum_{n = 1}^{\infty} \frac{h^{n-1}\ln(a)^n}{n!} \\
&= \lim_{x \rightarrow 0} \bigg(\ln(a) + \frac{h\ln(a)^2}{2!} + \frac{h^2\ln(a)^3}{3!} + \cdots\bigg) \\
&= \ln(a) + \lim_{x \rightarrow 0} \bigg(\frac{h\ln(a)^2}{2!} + \frac{h^2\ln(a)^3}{3!} + \cdots\bigg) \\
&= \ln(a) +  0 + 0 + 0 + \cdots \\
&= \ln(a).
\end{align*}</pre></div>

Substituting everything, we get:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
f'(x) = a^x \cdot \lim_{h \rightarrow 0} \frac{e^{h\ln(a)} - 1}{h} = a^x \ln(a).
\end{align*}</pre></div>

So, the derivative of <span class="katex-eq" data-katex-display="false">a^x</span> is <span class="katex-eq" data-katex-display="false">a^x\ln(a)</span>.<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-ax-using-first-principle-of-derivatives/">Derivative of a^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-ax-using-first-principle-of-derivatives/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
