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

					<description><![CDATA[<p>We will prove the derivative of using the first principle of derivatives. We will show that the derivative of is , and we will prove that by the definition of derivative. Proof. Let . Then Now we will multiply the nominator and denominator with : Now we will use the logarithm power rule : We [&#8230;]</p>
<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-log-base-a-of-x-using-the-first-principle-of-derivatives/">Derivative of log x base a using First Principle of Derivatives</a> appeared first on <a href="https://www.epsilonify.com">Epsilonify</a>.</p>
]]></description>
										<content:encoded><![CDATA[We will prove the derivative of <span class="katex-eq" data-katex-display="false">\log_a(x)</span> using the first principle of derivatives. We will show that the derivative of <span class="katex-eq" data-katex-display="false">\log_a(x)</span> is <span class="katex-eq" data-katex-display="false">\frac{1}{x\ln(a)}</span>, and we will prove that by the definition of derivative.
<br>
<br>
<strong>Proof.</strong> Let <span class="katex-eq" data-katex-display="false">f(x) = \log_a(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{\log_a(x + h) - \log_a(x)}{h} \\
&= \lim_{h \rightarrow 0} \frac{\log_a(\frac{x + h}{x})}{h} \\
&= \lim_{h \rightarrow 0} \frac{\log_a(1 + \frac{h}{x})}{h} 
\end{align*}</pre></div>


 Now we will multiply the nominator and denominator with <span class="katex-eq" data-katex-display="false">\frac{1}{x}</span>:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\lim_{h \rightarrow 0} \frac{\frac{1}{x}\log_a(1 + \frac{h}{x})}{\frac{1}{x}h} &= \frac{1}{x}\lim_{h \rightarrow 0} \frac{x}{h}\log_a(1 + h/x) 
\end{align*}</pre></div>


Now we will use the logarithm power rule <span class="katex-eq" data-katex-display="false">b \cdot \log_a(x) = \log_a(x^b)</span>:

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\frac{1}{x}\lim_{h \rightarrow 0} \log_a(1 + h/x)^{\frac{x}{h}} = \frac{1}{x} \log_a(\lim_{h \rightarrow 0}(1 + h/x)^{\frac{x}{h}})
\end{align*}</pre></div>


We know that <span class="katex-eq" data-katex-display="false">\lim_{h \rightarrow 0} (1 + h/x)^{\frac{x}{h}} = e</span> <a href="https://www.epsilonify.com/mathematics/calculus/limit-of-1-plus-x-to-the-power-1-divided-by-x-as-x-approaches-0">from this article</a>. So we get

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\frac{1}{x} \log_a(e) 
\end{align*}</pre></div>


But we are not done. The logarithm base change rule tells us that <span class="katex-eq" data-katex-display="false">\log_a(x) = \frac{\log_b(x)}{\log_b(a)}</span>. In our case, we will take <span class="katex-eq" data-katex-display="false">b = e</span>. So we get

 <div class="wp-block-katex-display-block katex-eq" data-katex-display="true"><pre>\begin{align*}
\frac{1}{x} \log_a(e) &= \frac{1}{x} \frac{\log_e(e)}{\log_e(a)} \\
&= \frac{1}{x} \frac{1}{\ln(a)} \\
&= \frac{1}{x \ln(a)}
\end{align*}</pre></div>


because <span class="katex-eq" data-katex-display="false">\log_e = \ln</span>. So our desired result is <span class="katex-eq" data-katex-display="false">f'(x) = \frac{1}{x\ln(a)}</span>.<p>The post <a href="https://www.epsilonify.com/mathematics/calculus/derivative-of-log-base-a-of-x-using-the-first-principle-of-derivatives/">Derivative of log x base a 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-log-base-a-of-x-using-the-first-principle-of-derivatives/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
