Understanding the Product Rule: Deriving and Proving Its Validity

Patrix0
Messages
2
Reaction score
0
Hi all!
I've been working with differentiation for quite some time now, and I know how to use the product rule.
f(x) = u(x)*t(x)
f'(x) = u'(x)*t(x) + t'(x)u(x)
But what I don't understand is how one derives it... :cry:

Oh, and one more thing.
How do we know a number is irrational, like pi and e ?
Like, how do we know that it has an infinite number of decimals?
Is it because when you do the decimal operation you will eventually see that there's a sequence of decimals which repeats itself, or not? Something else perhaps?

Thanks in advance.
 
Last edited:
Physics news on Phys.org
Hi, it can be derived using the definition of the derivative. Start with:

f'(a)=\lim_{h\rightarrow 0}\frac{f(a+h)-f(a)}{h}

Now use the fact that f(x)=u(x)*t(x). Do you want to try to proceed on your own?


Proving a number like pi or e is irrational can be tricky. I think there's a post somewhere here where HallsOfIvy posted one of the easier proofs, I'll see if I can find it.

edit-aha! https://www.physicsforums.com/showthread.php?t=8193 The method was originally by I. Niven though Halls is probably referring to an article of A. Parks, who generalized it. It's not short, but it's accessible after first year calculus.
 
Last edited:
That seems a remarkably uneasy* proof of the fact that e is irrational, which can be done from first principles merely from the definition of e.

let e=p/q, where p and q have no common factors

consider p(q-1)! - eq!

the resulting number can be shown to be both integer and between 0,1 and not equal to either. contradiction, hence e is irrational. It's a proof in the first year of any maths course.

irrationality of pi is harder.

* in the sense of one has to prove more complicated theorems to use it
 
Last edited:
Pictures sometimes help (of course, sometimes they don't). Suppose you have a rectangle with a width of u and a height of t. How does the area change if you adjust u and t by small amounts? (Say, by an amount of Δu and Δt respectively)
 
matt grime said:
That seems a remarkably uneasy* proof of the fact that e is irrational,

Absolutely, but for pi it's decent. Getting e is a nice bonus, though it also gets e to the power of any non-zero rational for free too.

I should have pointed out the simpler method for e, thank you. Though it's not p(q-1)! - eq! that will be an integer between 0 and 1, but q! times the terms in the infinite series for e after the qth term (maybe I'm misreading).
 
no, you're probably correct, few too many beers not helping my brain
 
Let there be a y = uv, where u = g(x), v = q(x) and y = f(x)

y = uv,

y+dy = (u +du)(v+dv) = uv + udv + vdu + dudv

then dy = udv +vdu + dudv,

dudv moves toward zero thus,
dy/dx = u(dv/dx) + v(du/dx) which is f'(x) = [g(x)]q'(x) + [q(x)]g'(x)
 
Patrix0 said:
Hi all!
I've been working with differentiation for quite some time now, and I know how to use the product rule.
f(x) = u(x)*t(x)
f'(x) = u'(x)*t(x) + t'(x)u(x)
But what I don't understand is how one derives it... :cry:

i would use the mean-value theorem:
f'(x) =\lim_{x\rightarrow y} \frac{f(x)-f(y)}{x-y}, g'(x) =\lim_{x\rightarrow y} \frac{g(x)-g(y)}{x-y},

Oh, and one more thing.
How do we know a number is irrational, like pi and e ?
Like, how do we know that it has an infinite number of decimals?
Is it because when you do the decimal operation you will eventually see that there's a sequence of decimals which repeats itself, or not? Something else perhaps?

Thanks in advance.

for e i think the proof uses power series, for pi,
let \pi = a/b where a & b are positive integers, and let

f(x) = \frac{x^n(a-bx)^n}{n!}

F(x) = f(x) - f^(2) (x) + f^(4) (x) - ... + (-1)^nf^(2n)(x)

since n!f(x) has integer coefficients & terms in x whose degree is at least n, f(x) & its derivatives have integer values @ x=0, and also for x= \pi = a/b

(note that f(x) = \frac{b^n}{n!}(\pi - x)^n, so f(x) = f(\pi-x) ).

from calculus,
\frac{d}{dx} [F'(x)sin(x) - F(x)cos(x)] = F''(x)sin(x) + F(x)sin(x) = f(x)sin(x)

and \int_{0}^{\pi} f(x)sin(x) dx = [F'(x)sin(x) - F(x)cos(x)]^\pi_0 = F(\pi) - F(0), an integer, since the ith derivative of f evaluated at 0 & at \pi are integers. but for 0 < x < \pi,

0 < f(x)sin(x) < \frac{\pi^n a^n}{n!}

so that the integral is positive, but arbitrarily small for large n, since (another result from calculus) \lim_{n\rightarrow \infinity} \frac{x^n}{n!} = 0,

contradicting the fact that the integral above is an integer. so \pi is irrational (that's ivan niven's excellent proof; i got it as a handout in a course i did last spring)

it seems that most proofs of irrationality are by contradiction. the proofs that e, pi & square roots of a (non-square) numbers are all donce by pretending that they are rational, setting them to a/b & going from there
 
Last edited:
Thanks for your help guys! I'll do my best to understand!
 
  • #10
There are definitely more elegant derivations of the product rule. But here's one way:

Let r(x)=p(x)q(x).

Let s(x,h)=[p(x+h)-p(x)]/h, h is not 0
Let t(x,h)=[q(x+h)-q(x)]/h, h is not 0

r'(x)
=limh->0[p(x+h)q(x+h)-p(x)q(x)]/h

write p(x+h) in terms of s(x,h) and q(x+h) in terms of t(x,h)

r'(x)
=limh->0[(hs(x,h)+p(x))(ht(x,h)+q(x))-p(x)q(x)]/h

Multiply out the numerator and simplify

r'(x)
=limh->0 [h^2s(x,h)t(x,h) + p(x)ht(x,h) + hs(x,h)q(x)]/h
=limh->0 h^2s(x,h)t(x,h)/h + limh->0 p(x)ht(x,h)/h + limh->0 hs(x,h)q(x)/h
=limh->0 hs(x,h)t(x,h) + p(x)limh->0 t(x,h) + q(x)limh->0 s(x,h)

Note that limh->0 t(x,h)=q'(x) and limh->0 s(x,h)=p'(x)

r'(x)
=p'(x)q'(x)limh->0 h + p(x)q'(x) + q(x)p'(x)
=0 + p(x)q'(x) + q(x)p'(x)
=p(x)q'(x) + q(x)p'(x)
 
  • #11
Here is the clearest proof I've seen: http://planetmath.org/encyclopedia/ProofOfProductRule.html
 
Last edited by a moderator:
  • #12
what about this:

(fg)'(x) = \lim_{y \rightarrow x} \frac{ (fg)(y) - (fg)(x)}{y-x} = \lim_{y \rightarrow x} \frac{ f(y)g(y) - f(x)g(x)}{y-x} = \lim_{y \rightarrow x}\left( f(y) \frac{g(y) - g(x)}{y-x} + g(x) \frac{f(y) - f(x)}{y-x}\right) = f(x)g'(x)+f'(x)g(x)
 
  • #13
Sorry to disspoint you,but that's the traditional method of proving it.I was taught this method in school,when in the 11-th grade.
It's nothing spectacular in it,just elegance.

Daniel.
 

Similar threads

Back
Top