Proof of the formula for the nth derivative of a product

In summary: I don't remember what it was.It sounds like you are trying to use the chain rule. If you can't remember what it is, you might try looking it up.The chain rule states that if you have a function and you want to find its derivative at a certain point, you can use the following equation:
  • #1
Ed Quanta
297
0
Someone please help me show that (uv)^n= Summation {u^(i)v^(n-i)}

where i=0 the starting point and n is the ending number of the summation. By the way, there is also a term like (n) under the
(i)
summation which I wasn't sure how to account for. Since this is a more sophisticated version of induction which seems to account for two variables n and i, instead of just the usual n, I am a little stuck on how to approach this. Sorry for being a dumbass for the millionth time.
 
Physics news on Phys.org
  • #2
Your goal is to prove it is true for all n, so it's your ordinary run of the mill induction style proof, not anything fancy. i is not a 'free' variable; it lives only inside the summation.

P.S. I'm presuming you mean:

[tex]
\frac{d^n}{dx^n} (u v)
= \sum_{i=0}^n \frac{d^i u}{dx^i} \frac{d^{n-i} v}{dx^{n-i}}
[/tex]
 
  • #3
Yeah, you are correct in the way you wrote it Hurkyl. I'm still stuck however. I showed that the formula holds when n=0. And all I know about defining derivatives is given by the following. The oth derivative of w=w. The 1st derivative of w=w'. And the n+1 derivative of w = (the nth derivative of w)'. I know that the only trick to his problem has to do with changing the around the indices of the terms under summation, but I can't get to this point.
 
  • #4
*shakes head* Bah, can't believe I missed that.

I bet the formula you gave is wrong. :smile: Try computing by hand the case where n = 2.


The right formula, and proof, looks almost exactly like the binomial theorem; have you seen a proof of that?
 
  • #5
Yeah, I have but that proof involved two free variables without involving summations. I think I have an idea of what to do. I know it can't be too too hard to solve. Thanks though.
 
  • #6
Try doing what Hurkyl suggested: look at a few cases first.


for n= 1 (uv)'= u'v+ uv': the product rule

for n= 2 (uv)"= ((uv)')'= (u'v+ uv')'
= (u'v)'+ (uv')'= (u"v+ u'v')+ (u'v'+ uv")
= u"v+ 2u'v'+ uv"

Hmmm- that is NOT u"v+ u'v'+ uv" as your formula claims!

for n= 3 (uv)"'= ((uv)")'= (u"v+ 2u'v'+ uv")'
= (u"v)'+ 2(u'v')'+ (uv")'
= (u"'v+ u"v')+ 2(u"v'+ u'v")+ (u'v"+ uv"')
= u"'v+ 3u"v'+ 3u'v"+ uv"'

Keep going until you recognize a pattern, then use induction to prove it.
 
  • #7
There is a term (n) under the summation, representing some integer.
(i)
Could the existence of this integer make it so that the formula I gave is correct?
 
  • #8
The correct formula is

[tex]

\frac{d^n}{dx^n} (u v)

= \sum_{i=0}^n \binom{n}{i} \frac{d^i u}{dx^i} \frac{d^{n-i} v}{dx^{n-i}}

[/tex]

Is this what you meant?
 
  • #9
Yes, that is what I mean, and how do you write in that lovely notation?
 
  • #10
If that was what you meant, you shouldn't have written something else! :smile: If you don't know how to use latex (that's what Hurkyl did) you might have used mCn for the binomial coefficient.

In any case, click on the formula you are interested in and you will see the code used for it. Also check the "sticky posts" on Latex. It's tedious to use (imho) but looks very nice.
 
  • #11
In proving this nth derivative of a product formula, am I allowed to apply the theorem qn+1,r = qn,r-1 +
qn,r (where all of these q terms are integers) to the summations?
 
  • #12
If you know a theorem, then by all means use it. :smile: (Unless your teacher says otherwise)
 
  • #13
Ok, I been at it for a while, and I can't for the life of me prove this using induction.

I am told the following
u^0=u u^1=u' u^n+1= (u^n)'

This and the laws for first derivative of a sum, and product, as well as dealing with multiplication by constants is all I know about differentiation.

If P(n) is the statement regarding the nth derivative of a product
formula, I cannot show that P(n) implies P(n+1).



What I tried doing is differentiating the righthand side of the formula, and used the theorem that I stated two posts earlier to rewrite the left handside of the equation without success. I'm sorry if I am being confusing again, but can someone lead me in any direction at all?
 
  • #14
proof by induction: clearly true for n=1 (we use [tex]\partial_x[/tex] to mean [tex]\frac{d}{dx}[/tex] to make it easier to write

we assume [tex]\partial_x^n(uv)=\sum\binom{n}{r}\partial_x^r(u)\partial_x^{n-r}(v)[/tex]

then

[tex]\partial_x^{n+1}(uv)=\partial_x(\sum\binom{n}{r}\partial_x^r(u)\partial_x^{n-r}(v))[/tex]

which is

[tex]\sum\binom{n}{r]\partial_x(\partial_c^r(u)\partial_x^{n-r}(v))[/tex]

here's the secret of proving things like this - notice I've not included the range of the sum - it takes care of itself always, so ignore it. do the differentiation[tex]\partial_x(\sum\binom{n}{r}(\partial_c^{r+1}(u)\partial_x^{n-r}(v)+\partial_x^{r}(u)\partial_x^{n-r+1}(v))[/tex]

now work out the coefficient of [tex]\partial_x^s(u)\partial_x^{n+1-s}(v)[/tex] there are two contributions from different binomial coeffecients, and you can apply the result you wrote earlier on them.
 
Last edited:
  • #15
I'm sorry but I am not sure how you can just ignore the range of the sum. I don't see how it takes care of itself at all. What am I missing?
 
  • #16
the binomial coefficients nCr are defined for all r, they are defined to be zero when r is not one of 0,1,..,n. and all the formulas you know are still true and it all works out. if you want you can carefully keep track of all the limits but you don't need to when summing over all binomial coefficients. it's one of the nicest 'cheats' there is in maths and if i'd spotted it (been told it) sooner it would have made life so much less messy.

it's all down to how comfortable you are at switching labels in the indexing set - they are dummy variables after all.

in the first term set s=r+1 and you get

[tex]\binom{n}{r}\partial_x^r(u)\partial_x^{n-r}(v)=\binom{n}{s-1}\partial_x^s(u)\partial_x^{n+1-s}(v)[/tex]
in the second one just put r=s and the whole thing is now

[tex]\sum(\binom{n}{s-1}+\binom{n}{s})\partial_x^s(u)\partial_x^{n+1-s}(v) = \sum\binom{n+1}{s}\partial_x^s(u)\partial_x^{n+1-s}(v)[/tex]


which is what you want
 
  • #17
Is that sufficient to show that P(n) implies P(n+1)? For some reason, I was working backwards and trying to cancel out terms so that we were left with the original statement P(n)
[tex]\frac{d^n}{dx^n} (u v)= \sum_{i=0}^n \binom{n}{i} \frac{d^i u}{dx^i} \frac{d^{n-i} v}{dx^{n-i}}[/tex]

You can just change the dummy variables whenever you want? How can we define r=s-1, and r=s in the same line of the equation? And can't we only use that binomial coefficient theorem when 1<=r<=n? Sorry for taking up so much of your time, and I really appreciate your help.
 
  • #18
you can change the summation variable all you want, the binomial coeff relations are still true even when the r in n choose r is outside the range you're used to. you can check if you don't believe me. you can put the limits in and check in detail if you want but you don't get anything extra from it.

what i wrote is the proof you want.

i changed the variables like that without issue because i split the sum up into different parts and then glued it back together afterwards.

imagine doing an integral of f(x)+g(x) over -inf to inf

split it into int f plus int of g, and inside each do whatever subs you need to make it easier, it's like that.
 
  • #19
Thanks a million bro.
 

1. What is the formula for finding the nth derivative of a product?

The formula for finding the nth derivative of a product is given by:

dn/dxn (f(x)g(x)) = ∑k=0n (nCk) f(n-k)(x) g(k)(x)

where nCk represents the binomial coefficient.

2. How is the formula derived?

The formula for finding the nth derivative of a product can be derived using the Leibniz rule, which states that the derivative of a product of two functions is equal to the sum of the product of the first function and the derivative of the second function, and the product of the second function and the derivative of the first function. This rule can be expanded to find the nth derivative of a product.

3. Can the formula be applied to any two functions?

Yes, the formula for finding the nth derivative of a product can be applied to any two functions, as long as both functions are differentiable at the given point.

4. Are there any special cases when using this formula?

Yes, there are special cases when using this formula. One special case is when one of the functions is a constant, in which case the nth derivative of the product is equal to the nth derivative of the other function multiplied by the constant. Another special case is when one of the functions is a polynomial, in which case the formula can be simplified using the power rule.

5. How can this formula be applied in real-world situations?

This formula can be applied in various fields of science and engineering, such as physics, chemistry, and economics. It can be used to analyze and solve problems involving rates of change and optimization, as well as in the study of natural phenomena and systems. For example, it can be used to determine the rate of change of a chemical reaction, or to find the optimal production level for a company based on cost and revenue functions.

Similar threads

  • Linear and Abstract Algebra
Replies
8
Views
1K
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
949
  • Linear and Abstract Algebra
Replies
2
Views
914
  • STEM Educators and Teaching
Replies
4
Views
1K
Replies
11
Views
2K
  • Precalculus Mathematics Homework Help
Replies
9
Views
2K
  • Linear and Abstract Algebra
2
Replies
43
Views
5K
Back
Top