Derivative proof with a fractional exponent

In summary: The binomial theorem can be extended to fractional exponents because we remember this being talked about on the last day of my calc 2 class, but I could be wrong.
  • #1
Chemical_Penguin
18
0
Hi all, I've been trying to get back into mathematics by teaching myself calculus. I've been starting with the book "Calculus Made Easy" and have been doing fine except for one little thing I encountered on page 57.

He shows a mathematical proof of why the derivative of

[tex]y = x^\frac {1} {2} [/tex]

is...

[tex] \frac {dy} {dx} = \frac {1} {2}x^\frac {-1} {2}[/tex]

But there's one step that I don't understand and would greatly appreciate if someone could explain it for me. Here it is:

[tex] y + dy = \sqrt {x} (1 + \frac {dx} {x})^\frac {1} {2} [/tex]

To...

[tex]= \sqrt {x} + \frac {1} {2} \frac {dx} {\sqrt {x}} - \frac {1} {8} \frac {dx^2} {x \sqrt {x}} +... [/tex]"terms with higher powers of dx"

The last part "terms with higher powers of dx" is exactly how this problem is listed in the book. If anyone at all could explain to me what exactly is going on between these steps I would be so happy!
-Thanks in advance.
-CP
 
Last edited:
Physics news on Phys.org
  • #2
It looks like the author is using the binomial theorem, or a taylor series expansion to expand the terms in parentheses raised to the 1/2 power.
 
  • #3
Any possibility of someone expanding on this? I'm not that familiar with either of those and would like to see how the author can go from step 1 to step 2 in the above equation.
 
  • #4
The binomial theorem says nothing about fractional exponents. So he must be using a Taylor expansion, but to find the Taylor expansion of

[tex] (1 + \frac {dx} {x})^\frac {1} {2} [/tex]

one must know what the derivative of x^½ is! So it doesn't make sense to prove it that way!
 
Last edited:
  • #5
quasar987 said:
The binomial theorem says nothing about fractional exponents.
I think the binomial theorem can be extended to fractional exponents because I remember this being talked about on the last day of my calc 2 class, but I could be wrong.
 
  • #6
I think the line of reasoning is:

If y(x) = sqrt(x)
then y(x + dx) = sqrt(x + dx) = sqrt(x)*sqrt(1 + dx/x)

Then do a Taylor's series (or binomial theorem, whichever
says): (1 + z)^(1/2) = 1 + 1/2 z + O(z^2)

So that y(x+dx) - y(x) = sqrt(x) + 1/2 dx/sqrt(x) - sqrt(x) + O(dx^2)

Thus y(x+dx) - y(x) = 1/2 dx/sqrt(x) +O(dx^2)

therefore y'(x) = 1/(2 sqrt(x)).
 
  • #7
d_leet said:
I think the binomial theorem can be extended to fractional exponents because I remember this being talked about on the last day of my calc 2 class, but I could be wrong.

I'm pretty sure the extension your teacher was referring to is actually just the Taylor series of (1+x)^a ([itex]a\in\mathbb{R}[/itex]) which LOOKS like the binomial series:

[tex](1+x)^a= 1+\sum_{i=1}^{\infty}\frac{a(a-1)...(a-i+1)}{i!}x^i[/tex]

Notice that the coefficient is the "same"* as the coeffient n!/i!(n-i)! in the binomial series, but with n-->a. But the convergence is for |x|<1 only. However, the point is that we need not know anything about calculus to prove the binomial thm, while we need the knowledge of the derivative of x^a to prove the above formula.

*I mean it follows the natural extension of the notion of factorial from natural to real numbers.
 
Last edited:
  • #8
Yea I guess you're right, but we had already finished with taylor series so he introduced this after we talked about the binomial theorem so I guess it just seemed like we were extending the binomial theorem to non integer exponents.
 
  • #9
Hi Friend, I would like to tell u a few words according to my knowledge is concerned. Just have a look at this and if U have any queries don't be late to send me a mail.

We use Taylor's expansion to proove Binomial theorem in which we must know the successive derivatives of "x^a" .
So it doesn't make sense to use again binomial theorem for prooving the derivatives for
x^a where a=1/2etc.
I think - here, to proove these derivatives we can use the concept of

x^n - a^n
Lt ___________ = n*a^(n-1)
x->a x - a
to which I had the proof for all 'n' (fractional & natural).

Use this for prooving the derivatives of x^n where n belongs to real no.s sothat We will be ready with all the derivatives of x^n and hence we can use taylor's theorem for prooving the Binomial theorem.

On the whole I am saying just one thing i.e. it is not right to use binomial or taylor's expansion for prooving the derivatives of x^n.
 
Last edited:
  • #10
Thanks a bunch for all of the replies guys!

Although I'm still not sure why the author used that as an example as it just caused confusion.

I've decided to just move on in the book and try to not worry about that problem.:biggrin:

Again, thanks for all the help!
 
  • #11
A less circular proof might go like this:

[tex]\frac{d}{dx}(\sqrt{x})=\lim_{h \rightarrow 0} \frac{ \sqrt{x+h}-\sqrt{x}}{h}[/tex]

Now multiply the top and bottom by the conjugate of the top:

[tex] \left(\frac{\sqrt{x+h}+\sqrt{x}}{\sqrt{x+h}+\sqrt{x}} \right) \frac{ \sqrt{x+h}-\sqrt{x}}{h}=\frac{(x+h)-x}{h(\sqrt{x+h}+\sqrt{x})}[/tex]


So we have:

[tex]\frac{d}{dx}(\sqrt{x})=\lim_{h \rightarrow 0} \frac{h}{h(\sqrt{x+h}+\sqrt{x})}=\frac{1}{2\sqrt{x}}[/tex]
 
  • #12
THAT's the sensible way to do it! :biggrin:
 
  • #13
Question.

I just wrote up an equation and subsequent proof by induction for the derivitive of x^1/2 for any (n+1)th derivitive.

That is, you can plug in any number for N (say, 5) and get the Nth derivitive for x^1/2

My question is...has this already been published? If not, I would like to publish it.
 
  • #14
Yes it is a well known fact that the n-th derivative of a function (in fact, a general function, not just the square root of x) can be expressed quite easily. In fact, the same thing has been done for integration as well, and has lead to the development of fractional calculus, where one finds the "pi-th" derivative of a function, as an example.
 
  • #15
THis does not make sense as it = zero!

StatusX said:
A less circular proof might go like this:

[tex]\frac{d}{dx}(\sqrt{x})=\lim_{h \rightarrow 0} \frac{ \sqrt{x+h}-\sqrt{x}}{h}[/tex]

Now multiply the top and bottom by the conjugate of the top:

[tex] \left(\frac{\sqrt{x+h}+\sqrt{x}}{\sqrt{x+h}+\sqrt{x}} \right) \frac{ \sqrt{x+h}-\sqrt{x}}{h}=\frac{(x+h)-x}{h(\sqrt{x+h}+\sqrt{x})}[/tex]


So we have:

[tex]\frac{d}{dx}(\sqrt{x})=\lim_{h \rightarrow 0} \frac{h}{h(\sqrt{x+h}+\sqrt{x})}=\frac{1}{2\sqrt{x}}[/tex]

When dividing h by [h(x)]: taking the limit as h goes to zero gives 0/0 which is not defined!

It was a nice try! :eek:)
 
  • #16
Isak BM said:
When dividing h by [h(x)]: taking the limit as h goes to zero gives 0/0 which is not defined!

It was a nice try! :eek:)

Taking the limit as h goes to zero is not equivalent to evaluating the expression at h=0.
 
  • #17
My mistake :P

I see now that h and h cancel and you get 1/x :eek:). Very Nice!
 
  • #18
harish_victory said:
On the whole I am saying just one thing i.e. it is not right to use binomial or taylor's expansion for prooving the derivatives of x^n.
It is plenty right, provided you did not use that derivative in proving the binomial or taylor expansion. Personally I would define
x^a=exp(a*log(x))
then
(x^a)'=exp'(a*log(x))*a*log'(x)
(x^a)'=exp(a*log(x))*a/x
(x^a)'=a*x^a/x=a*x^(a-1)
x>0 which we can piece together yielding
(x^a)'==a*x^(a-1)
other wise if we knew
(x^a)'=a*x^(a-1)
and wish to show
(x^(1/a))'=x^(1/a-1)/a
use inverse functions
ie
x=f(g(x))
1=x'=f'(g(x))g'(x)
g'(x)=1/f'(g(x))
 
  • #19
Gib Z said:
Yes it is a well known fact that the n-th derivative of a function (in fact, a general function, not just the square root of x) can be expressed quite easily. In fact, the same thing has been done for integration as well, and has lead to the development of fractional calculus, where one finds the "pi-th" derivative of a function, as an example.

Yeah but the pi-th derivative doesn't really have any meaning does it? It's cool the do half-derivatives and pith-derivatives, etc., but they really don't have a meaning I don't think?
 
  • #20
Actually, fractional derivatives do have a specific meaning. It's just not normally taught in the basic calculus sequence since it basically involves "operator" algebra.
 
  • #21
Would you care to elaborate on that, HallsofIvy?
 
  • #22
I have no problem with the concept of fractional derivatives (they can be defined using Fourier transforms), but do they have an application somewhere?
 
  • #23
HallsofIvy said:
Actually, fractional derivatives do have a specific meaning. It's just not normally taught in the basic calculus sequence since it basically involves "operator" algebra.

Yeah I'm kind of curious as to their meaning... All you really seem to need to know in terms of algebra is the gamma function isn't it?
 
  • #24
Isak BM said:
I see now that h and h cancel and you get 1/x :eek:). Very Nice!

By the way, he is using the definition of a derivative, so it better work out!
 
  • #26
Actually I though about the whole fraction derivative and I've hit a bump.

The first derivative is defined as

[tex]f'(x)= \lim_{\substack{h\rightarrow 0}}\frac{f(x+h)- f(x)}{h}[/tex]

So how would one define, say, the 1/2 derivative?
 
  • #27
Feldoh said:
... how would one define, say, the 1/2 derivative?

It can be done using Fourier transforms, if you're familiar with them.

Consider this function:

[tex]f(x) = Ae^{i k x} [/tex]

where A is a constant.

To take the nth derivative of this function, just multiply it by a factor [tex](ik)^n[/tex] so that

[tex]
\frac{d^n}{dx^n} f(x) = (i k)^n f(x)
[/tex]

So for this particular function, it is easy to define a non-integer derivative. Just let n = 1/2, for example.

If you're not familar with Fourier transforms, just be aware that any, arbitrary function f(x) can be expressed in the form:

[tex]
f(x) = \int F(k) e^{i k x} dk
[/tex]

where the integration limits are [tex]-\infty [/tex] to [tex] +\infty[/tex], and the function F(k) uniquely determines f(x).

To take the n-th derivative, multiply by (ik)^n within the integrand (similar to what we did above):

[tex]
\frac{d^n}{dx^n} f(x) = \int F(k) (i k)^n e^{i k x} dk
[/tex]

Again, n can be 1/2 or anything you want.
 
  • #28
Have a look at the links provided by HallsofIvy.
Fractional derivatives are not defined as the limit of some difference quotient.
 
  • #29
  • #30
Isak BM said:
When dividing h by [h(x)]: taking the limit as h goes to zero gives 0/0 which is not defined!

It was a nice try! :eek:)

I have absolutely no idea what you mean by "dividing h by [h(x)]" since there was no "h(x)" mentioned.

But have you noticed that in the general formula for the derivative,
[tex]\lim_{\stack{h\rightarrow 0}} \frac{f(x+h)- f(x)}{h}[/tex]
it is always of the form "0/0"? Are you saying that the whole concept of "derivative" is a "nice try"?

The fact that substituting h= 0 in the formula gives 0/0 does NOT mean the limit itself does not exist. That should have been one of the first things you learned in Calculus.
 
  • #31
1) the binomial theorem for fractional exponents is due to Newton.

2) if you want very rigorous proofs of every detail in calculus, you should not be reading calculus made easy, which is an intuitive presentation.

3) fractional derivatives are treated by riemann, in the complex case, by the cauchy integral formula, which changes the order of the derivative, into the order of an exponent under the integral sign.

i.e. since one can integrate fractional exponents, one can take fractional derivatives.
 
  • #32
quasar987 said:
The binomial theorem says nothing about fractional exponents.

That is simply not true. Just use the gamma function in place of factorials, and the rest is the same.
 
  • #33
The difference is semantic, since people who know only a little math, may think the phrase "binomial theorem" refers only to the one they learned for integer powers.
 

Similar threads

Replies
4
Views
394
Replies
6
Views
2K
Replies
3
Views
1K
Replies
1
Views
960
Replies
12
Views
1K
  • Calculus
Replies
29
Views
757
  • Calculus
Replies
8
Views
200
Replies
3
Views
358
Replies
5
Views
417
Back
Top