Prove the Leibnitz rule of derivatives

In summary, the conversation discusses the use of induction and selecting the derivatives that act on each function for a given term in order to prove the formula for n+1. The conversation also introduces the idea of using series notation and manipulating summation limits to make the induction step easier. Additionally, the conversation delves into the combinatoric possibilities of creating each term and how it affects the coefficients in the final formula.
  • #36
$$\frac{(n+1)!}{(k+1)![(n+1)-(k+1)]!}=\frac{N!}{K!(N-K)!}=\frac{n!}{k!(n-k)!}=\frac{n!}{(k!)^2}$$
 
Physics news on Phys.org
  • #37
First step ok. The next two are clearly false. What is your argumentation? This is what I mean by "just guessing" because you can easily try a few values for ##n## and ##k## and see that it is non-sensical.
 
  • #38
$$\frac{(n+1)!}{(k+1)![(n+1)-(k+1)]!}=\frac{N!}{K!(N-K)!}={n+1 \choose k+1}$$
$$\frac{d^{n+1}(uv)}{dx^{n+1}}=u^{n+1}v+\sum_{k=0}^{n-1} \left( \begin{array}{m} n+1\\k+1 \end{array} \right) u^{n-k}v^{k+1}+uv^{n+1}$$
But i have to prove:
$$\sum_{k=0}^n \left( \begin{array}{m} n\\k \end{array} \right) u^{n-k}v^k\ \ \rightarrow\ \ \sum_{k=0}^{n+1} \left( \begin{array}{m} n+1\\k+1 \end{array} \right) u^{n+1-k}v^{k+1}$$
If i substitute k=0 the first term in the sum gives ##~{n+1 \choose 1}~## and doesn't equal 1, as needed
 
  • #39
Karol said:
$$\frac{(n+1)!}{(k+1)![(n+1)-(k+1)]!}=\frac{N!}{K!(N-K)!}={n+1 \choose k+1}$$
$$\frac{d^{n+1}(uv)}{dx^{n+1}}=u^{n+1}v+\sum_{k=0}^{n-1} \left( \begin{array}{m} n+1\\k+1 \end{array} \right) u^{n-k}v^{k+1}+uv^{n+1}$$
But i have to prove:
$$\sum_{k=0}^n \left( \begin{array}{m} n\\k \end{array} \right) u^{n-k}v^k\ \ \rightarrow\ \ \sum_{k=0}^{n+1} \left( \begin{array}{m} n+1\\k+1 \end{array} \right) u^{n+1-k}v^{k+1}$$
If i substitute k=0 the first term in the sum gives ##~{n+1 \choose 1}~## and doesn't equal 1, as needed
No, again you did not think it through thoroughly. Also, what you wrote down in the end is not what you have to prove (because it is false!). There should be a ##k## and not a ##k+1## in the binomial coefficient as well as in the derivative of ##v##. You just want the implication of the theorem being true for ##n## meaning that it is true for ##n+1## - ##k## is a summation variable and does not play a role - nothing says that you should change the way ##k## appears.
 
  • #40
I have to prove:
$$\sum_{k=0}^n \left( \begin{array}{m} n\\k \end{array} \right) u^{n-k}v^k\ \ \rightarrow\ \ \sum_{k=0}^{n+1} \left( \begin{array}{m} n+1\\k \end{array} \right) u^{n+1-k}v^{k}$$
And i have:
$$u^{n+1}v+\sum_{k=0}^{n-1} \left( \begin{array}{m} n+1\\k+1 \end{array} \right) u^{n-k}v^{k+1}+uv^{n+1}=$$
$$=u^{n+1}v+\sum_{k=1}^{n-1} \left( \begin{array}{m} n+1\\k \end{array} \right) u^{n-k}v^{k}+uv^{n+1}=\sum_{k=0}^{n+1} \left( \begin{array}{m} n+1\\k \end{array} \right) u^{n-k}v^{k}$$
 
  • #41
You forgot to make the shift in the term ##u^{n-k}## when you changed the summation variable.

You really should be able to find these errors yourself and not just assume that things are not the way they are presented in the problem. If you spent 10 minutes looking for this error, you might have found it.
 
  • Like
Likes StoneTemplePython
  • #42
@Karol
You had this in post #10:
Karol said:
$$\frac{d^{n+1}(uv)}{dx^{n+1}}=\left[ \sum_{k=0}^n \left( \begin{array}{m} n\\k \end{array} \right) u^{n-k}v^k \right]'=\sum_{k=0}^n \left( \begin{array}{m} n\\k \end{array} \right) (u^{n+1-k}v^k+u^{n-k}v^{k+1})$$
$$=u^{n+1}v+\sum_{k=0}^{n-1} \left[ \left( \begin{array}{m} n\\k \end{array} \right) + \left( \begin{array}{m} n\\k+1 \end{array} \right) \right] u^{n-k}v^{k+1}+uv^{n+1}$$
You got this (I suppose) by splitting the sum into two sums and taking out the k = 0 term from the first, and the k = n term from the second, then you shifted the index in the first sum so that you could combine them into one sum.

Instead of shifting the index so the sum starts at k = 0, shift it so that it starts at k = 1.

You get:
##\displaystyle
\sum_{k=1}^{n} \left[ { n \choose {k-1} } + {n \choose {k}} \right] u^{n+1-k}v^{k}
##​

I think you'll find that ##\displaystyle \ { n \choose {k-1} } + {n \choose {k}} \ ## is easier to simplify than the previous combination, and the index will easier to work with in your final result..
 
Last edited:
  • #43
Note that i changed also the (n-1) above the ∑
$$=u^{n+1}v+\sum_{k=1}^{n} \left( \begin{array}{m} n+1\\k \end{array} \right) u^{n+1-k}v^{k}+uv^{n+1}=\sum_{k=0}^{n+1} \left( \begin{array}{m} n+1\\k \end{array} \right) u^{n+1-k}v^{k}$$
 
  • #44
I suggest that the simplest proof of Leibniz' theorem is by algebrisation. The student will in any case meet before too long in differential equations the very strong analogy if not more between differential operators and polynomials.

We start with
[tex]\begin{equation} D^{1}\left( uv\right) =uD^{1}v+vD^{1}u \end{equation}[/tex]
where D1 denotes the differential operator d/dx (so that also di/dxi is ##D^{i})##. These differential operators follow the same 'indices rule' as ordinary quantities raised to powers in arithmetic and algebra i.e.
[tex]\begin{equation} D^{n}D^{m}=D^{n+m} \end{equation}[/tex]
All the calculus involved finishes there, and from there on it is algebraic.

I found it easier to reason with a slightly more complicated but explicit notation and rewrite eq (1) as
[tex]\begin{equation}D^{1}D^{0}(uv)=D^{0}uD^{1}v+D^{1}uD^0{v} \end{equation}[/tex]
where ##D^{0}## represents differentiating zero times, so that ##D^{0}u =u## .

In the same way I represent the binomial usually written ##(a+b)## as
[tex] \begin{equation}(b^{0}a^{1}+b^{1}a^{0}) \end{equation} [/tex]
Then if we accept as having been proved the usual binomial expansion formula (I don't know if the OP is there yet) which I will write in the form
[tex]\begin{equation}\left ( a^{1}b^{0}+a^{0}b^{1}\right) ^{n}=\sum ^{n}_{i=0}\binom {n} {i}a^{i}b^{n-i} \end{equation} [/tex]
then Leibniz' theorem immediately follows because the formal algebra of the expansion of ##(b^{0}a^{1}+b^{1}a^{0})^{n}## and of ##(D^{0}uD^{1}v+D^{1}uD^0{v})^{n} ## are exactly the same because they follow exactly the same index and other rules, so in equation (5) you can just replace ##a^{i}b^{n-i}## with ##D^{i}uD^{n-i}v## and the result is true.

I think at this argument is essential at some point in order to make clear that that the theorem depends on nothing but Equations (1) and (2) (maybe that is saying too much, but at any rate only on something minimal and familiar).
 
Last edited:
  • #45
Why do i need to expand ##~\left ( a^{1}b^{0}+a^{0}b^{1}\right) ^{n}~## and not just (a+b)n?
Why do i need ##~(D^{0}uD^{1}v+D^{1}uD^0{v})^{n}~## and not just ##~(D^{1}u+D^{1}v)^{n}~##?
$$(D^{1}u+D^{1}v)^{n}=\sum ^{n}_{i=0}\binom {n} {i}D^nn D^{n-i}v$$
 
  • #46
Karol said:
Why do i need to expand ##~\left ( a^{1}b^{0}+a^{0}b^{1}\right) ^{n}~## and not just (a+b)n?
Why do i need ##~(D^{0}uD^{1}v+D^{1}uD^0{v})^{n}~## and not just ##~(D^{1}u+D^{1}v)^{n}~##?
... because
##\displaystyle D^{n+1}(uv)=D^n(D(uv))=... \ ##
 
  • #47
Karol said:
Why do i need to expand ##~\left ( a^{1}b^{0}+a^{0}b^{1}\right) ^{n}~## and not just (a+b)n?
Why do i need ##~(D^{0}uD^{1}v+D^{1}uD^0{v})^{n}~## and not just ##~(D^{1}u+D^{1}v)^{n}~##?
$$(D^{1}u+D^{1}v)^{n}=\sum ^{n}_{i=0}\binom {n} {i}D^iu D^{n-i}v$$

That is just my idea actually which I haven't actually seen anywhere, not something you have to do. You can see, I hope, it's not wrong, at worst unnecessary.
The reason I thought of it is that I think it makes it easier - you can handle the two expressions blindly in exactly the same way., I thought that If you were treating
(uDv + vDu)n in the same way as (a + b)n a student might start writing things like (unDnv + ...). Or at least wondering why he can't. Or to say it another way it makes the analogy between the two things more complete, and you have to think less when applying it. (Maybe you could do with that because actually the LHS of your last equation is not what we are looking for.).

I even thought one might make the analogy (equivalence? isomorphism?...? mathematicians say) more complete by making the ordinary binomial expansion in terms of operations rather than numbers, whatever they are, defining an operation E
E = (a + b)× where × is the multiplication symbol.

However this is open to mathematicians here to discuss what they think is the best way of formulating the argument, including didactically, and maybe do a better set out proof with the same idea - In fact that was I what hoping for.
 
Last edited:
  • #48
Thank you all very much, Orodruin, Ray, Serena, Sammy, fresh 42 and epenguin
 
  • Like
Likes I like Serena

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
226
  • Calculus and Beyond Homework Help
Replies
6
Views
715
  • Calculus and Beyond Homework Help
Replies
6
Views
461
  • Calculus and Beyond Homework Help
Replies
6
Views
919
  • Calculus and Beyond Homework Help
Replies
1
Views
217
  • Calculus and Beyond Homework Help
Replies
12
Views
973
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
537
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Back
Top