How can the first principles approach be used to differentiate a^x?

  • Thread starter Thread starter mtanti
  • Start date Start date
AI Thread Summary
The discussion focuses on differentiating the function a^x using first principles, specifically through the limit definition of the derivative. Participants explore the process of simplifying the expression and emphasize the importance of proving that lim_{h→0} (a^h - 1)/h equals ln(a). They also mention the use of the exponential function Exp(x) and its properties to facilitate differentiation. The conversation highlights the interconnectedness of limits and their role in establishing foundational calculus concepts, particularly for students learning differentiation. Overall, the thread provides insights into the mathematical rigor behind differentiating exponential functions from first principles.
mtanti
Messages
172
Reaction score
0
I always wondered how you can differentiate a^x from first principles with the limit as dx approaches zero but I never managed to simplify it far enough to separate dx on a different term. Can anyone help?
 
Mathematics news on Phys.org
I guess it should look like that:

<br /> \begin{equation*}<br /> \begin{split}<br /> &amp;f(x) = a^x \\<br /> f&#039;(x) &amp;= lim_{h\rightarrow 0}\frac{f(x+h)-f(x)}{h}=lim_{h\rightarrow 0}\frac{a^{(x+h)}-a^x}{h} = \\<br /> &amp;= lim_{h\rightarrow 0}\frac{a^xa^h-a^x}{h} = lim_{h\rightarrow 0}\frac{a^x(a^h-1)}{h} = \\<br /> &amp;= a^x lim_{h\rightarrow 0}\frac{a^h-1}{h} = a^x lna \\<br /> \end{split}<br /> \end{equation*}<br />
 
Last edited:
You can always differentiate it using all of the tools you know, and then translate those tools into epsilon-deltas.

radou: try something like:

\begin{equation*}
\begin{split}
f(x) &= a^x \\
f'(x) &= ... \\
&= ... \\
&= ...
\end{split}
\end{equation*}
 
Thanks. :smile:
 
radou, you might want to break that process into separate lines... I can't see half of it! :)
 
Of course, the hard part is showing that
\lim_{h\rightarrow 0}\frac{a^h-1}{h}= ln(a)

Many modern texts start by defining
ln x= \int_1^x\frac{1}{t}dt
showing that this has all the properties of a natural logarithm, has an inverse, and then defining ex as its inverse.
 
HallsofIvy said:
Of course, the hard part is showing that
\lim_{h\rightarrow 0}\frac{a^h-1}{h}= ln(a)...

Exactly. That's why I didn't prove it. :biggrin:
 
Hey but that's not fair, any up to standard student can get there on his/her own! How do you actually solve the hard part? I think it's interesting for all those starting calculus...

Tell me this at least... Can you diffentiate *every* equation from first principles? Even implicite ones?
 
mtanti said:
Hey but that's not fair, any up to standard student can get there on his/her own! How do you actually solve the hard part? I think it's interesting for all those starting calculus...

Tell me this at least... Can you diffentiate *every* equation from first principles? Even implicite ones?
The simplest way to prove this rigourously is by introducing the ugly-looking function Exp(x):
Exp(x)=1+\sum_{n=1}^{\infty}\frac{x^{n}}{n!}
where integral powers of numbers have been defined inductively.
Exp(x) can be shown to have all the properties we would like an exponential function to have, including an inverse we call Log(x).
Furthermore, we can differentiate Exp(x) termwise, yielding..Exp(x) itself.

We therefore DEFINE a^{x}=Exp(x*Log(a))
and we may differentiate this by the use of the chain rule.
 
  • #10
If we differentiate log x (to any base) from first principles, after a few lines of algebra we find it to be (1/x) times the log of the limit as h approaches zero of (1 + h)^(1/h). But this limit is the familiar definition of e. Job done. Using this result its then easy to find (using chain rule or whatever) the derivative of the inverse function, i.e. the exponential function.
I'd say this counts as differentiating the exponential function from first principles. The limit Radou uses, is in my opinion, less well known that the limit I've referred to above.
 
  • #11
Philip Wood said:
If we differentiate log x (to any base) from first principles, after a few lines of algebra we find it to be (1/x) times the log of the limit as h approaches zero of (1 + h)^(1/h). But this limit is the familiar definition of e. Job done. Using this result its then easy to find (using chain rule or whatever) the derivative of the inverse function, i.e. the exponential function.
I'd say this counts as differentiating the exponential function from first principles. The limit Radou uses, is in my opinion, less well known that the limit I've referred to above.

Hi Philip. I'm pretty sure that lim h->0 (1 + h)^(1/h) = e is pretty much the same thing as showing that lim h->0 (e^h - 1)/h = 1. Think about it, one follows pretty easily from the other.
 
  • #12
uart: Thank you. I agree that one follows from the other. Radou's limit, as he's tackling the general case of differentiating a^x, is of (a^h - 1)h, and comes to ln a; but this can also easily be shown to follow from lim h -> 0 (1 + h)^1/h. My point, though, is that lim h -> 0 (1 + h)^1/h arises naturally in the first principles differentiation of log x (base a) and is, arguably, the standard definition of e.
 
Back
Top