What is the Proof for the Sum of Natural Numbers to n and the Derivative of x^n?

In summary, the conversation discussed different ways of proving the sum of natural numbers to n, with one method using binomial theorem and another using the definition of natural numbers. The conversation also mentioned the proof of the chain rule and product rule, with suggestions to use algebra and break up the limit accordingly. Additionally, the conversation touched on proving the derivative of ln|x|, with one method using the definition of the logarithm and another using the definition of e. However, it was also mentioned that defining ln(x) as the integral of (1/t)dt would make the derivative and properties of ln(x) more obvious.
  • #1
Zurtex
Science Advisor
Homework Helper
1,120
1
I'm writing up my maths notes to the computer, while looking over maths notes for series I spotted another way of proving the sum of natural numbers to n (to what I've been taught).

By definition:

[tex]\sum_{k=1}^n k = n + (n-1) + (n-2) + \ldots + (n - [n-2]) + (n - [n-1])[/tex]

Separating terms we get:

[tex]\sum_{k=1}^n k = (n + n + \ldots + n) - [1 + 2 + 3 + \ldots + (n-2) + (n-1)][/tex]

[tex]\sum_{k=1}^n k = n^2 - \sum_{k=1}^{n-1} k[/tex]

[tex]\sum_{k=1}^n k = n^2 - \left( \left[ \sum_{k=1}^{n} k \right] - n \right)[/tex]

[tex]2\sum_{k=1}^n k = n^2 + n[/tex]

[tex]\sum_{k=1}^n k = \frac{n(n+1)}{2}[/tex]

So is this sufficient proof please?

Furthermore I was trying to prove from first principles that:

[tex]\frac{d}{dx} \left( x^n \right) = nx^{n-1}[/tex]

For all real values of n, but so far I've only been able to prove it for all positive integers using binomial theorem. Could someone give me a clue at least please?
 
Last edited:
Mathematics news on Phys.org
  • #2
1) proof looks surprisingly complicated (not that I knew a better one, though) but I can´t see a problem with it (except the "by definition: ..." because you already transformed the "real" definition 1+2+...+n).

2) Had to dig out my old math book to see if it offers another way than the one I thought of spontaneously but sadly it didn´t:
x^n = exp(n * ln(x))
so with this apprach you need to have the chain-rule and the derivative of the logarithm. I wouldn´t even count on another method since spontaneously I couldn´t think of any other definition of x^n for n being real than above.
 
  • #3
This is how I was always taught that the deriv. of x^n=nx^(n-1) for n an element of R. Let y=x^n. ln|y|=ln|x^n|=ln(|x|^n)=nln|x|. Differentiating:

y'/y=n/x so y'=ny/x=n(x^n)/x=nx^(n-1).
 
  • #4
Thanks very much :biggrin:

I suppose then the proof for the chain rule or the product rule is actually going to be very complex :confused: ?
 
  • #5
Well, some tricks to keep in mind are that 1 = x^n * x^(-n) and x^r = (x^(r/s))^s
 
  • #6
That was a nice proof.
 
  • #7
Proof of the product rule is not too difficult and just involves some simple algebra, you just have to add the right form of "0" and break the limit up accordingly. You'll also need the fact that a differentiable function is continuous.

The chain rule is a similar idea, but you multiply by the right form of "1", and break up the limit accordingly. You'll also need to fall back on the continuity of both your functions.

You should give them a try on your own, and ask for hints if you're stuck if you like. Or you can find them here:

http://planetmath.org/encyclopedia/ProofOfProductRule.html
http://planetmath.org/encyclopedia/ProofOfChainRule.html
 
Last edited by a moderator:
  • #8
[tex]\sum_{k=1}^n k[/tex]

Hmm... this might be the same. :eek:

Gauss said (when he was 9 or 10) to:

Write the sum S twice, once in the usual order and once in reverse order:

[tex] S = 1 + 2 + 3 + \ldots + (n - 1) + n [/tex]
[tex] S = n + (n - 1) + (n - 2) + \ldots + 2 + 1 [/tex]

Then add columns vertically, getting:

[tex] 2S = (n + 1) + (n + 1) + (n + 1) + \ldots + (n + 1) + (n + 1)[/tex]

On the right side there are n terms, each of which is [tex]n + 1[/tex], so

[tex]2S = n(n + 1)[/tex] or [tex]S = \frac{n(n+1)}{2}[/tex]

hmm... (from Stewart's calculus book)
 
Last edited:
  • #9
gravenewworld said:
This is how I was always taught that the deriv. of x^n=nx^(n-1) for n an element of R. Let y=x^n. ln|y|=ln|x^n|=ln(|x|^n)=nln|x|. Differentiating:

y'/y=n/x so y'=ny/x=n(x^n)/x=nx^(n-1).

The chain rule or product rule isn't difficult to prove, but proving that the derivative of ln|x| is 1/x is.

If n is a rational number, you can write it as [itex]\frac{p}{q}[/itex], so
you can differentiate [itex]x^n[/itex] by using the product/chain rule on
[itex](x^{1/q})^{p}[/itex]
You`ll have to prove
[tex]\frac{d}{dx} \left( x^n \right) = nx^{n-1}[/tex]
holds for n=1/q though.
When n is irrational you'll have to use a limiting process, but that's okay, because that's the way x^n is defined when n is irrational.
 
  • #10
Thanks all :smile:

Oh and gazzo I knew that proof thanks but I just preferred the one I posted so I just wanted to check it was o.k.
 
  • #11
hehe :blush:
 
  • #12
for lnx that's easiest of them all

let y = ln x

then e^y = x and differentiate implicitly

dy/dx E^y = 1

so dy/dx = 1/E^y

but E^y = x

so therefore dy/dx of ln x = 1/x

looks long on here cause i don't know latex but from calc I remember this was the easiest thing i had ever seen.
 
  • #13
Yeah that's possible, but I was thinking of proving it without resort to the derivative of e^x.

The derivative of [itex]a^x[/itex] is
[tex]a^x\lim_{h\rightarrow 0} \frac{a^h-1}{h}[/tex]
and then you could define
[tex]\ln(a)=\lim_{h\rightarrow 0} \frac{a^h-1}{h}[/tex]
and define e by:
[tex]\lim_{h\rightarrow 0} \frac{e^h-1}{h}=1[/tex]

But then you wouldn't be introducing the logarithm as the inverse of the exponential.
 
Last edited:
  • #14
true , how do you prove without resorting to e^x i haven't seen it done.
 
  • #15
If you want to differentiate ln(x) without using ex, the simplest way is to go back and define ln(x) as "integral from 1 to x of (1/t)dt". That makes derivative (including the fact that ln(x) is differentiable) obvious. Also all properties of ln(x) can be derived from that.
 
  • #16
true that makes sense now, but didin't it take years for anyone to see that when calc was being assembled shall I say.
 

FAQ: What is the Proof for the Sum of Natural Numbers to n and the Derivative of x^n?

What is the importance of proof in the scientific method?

The scientific method is a systematic approach to understanding the natural world through observation, experimentation, and analysis. Proof is a crucial component of the scientific method because it provides evidence that supports or refutes a hypothesis. Without proof, scientific theories would not hold any weight and would be considered mere speculation.

How is proof different from evidence?

Proof and evidence are often used interchangeably, but they have distinct meanings in the context of the scientific method. Evidence refers to any data or observations that support a claim or hypothesis. On the other hand, proof is a higher standard of evidence that requires a logical and comprehensive analysis of the evidence to validate or disprove a claim.

What makes a scientific proof valid?

A scientific proof is considered valid when it follows the principles of the scientific method and meets the criteria of being testable, repeatable, and falsifiable. This means that the experiment or observation can be replicated by other scientists and produce the same results, and the hypothesis can be disproven if new evidence contradicts it.

Can proof be subjective?

Proof is based on objective evidence and follows a logical and systematic approach. However, the interpretation of proof can be subjective, depending on the individual's biases and perspectives. It is essential for scientists to critically evaluate their own biases and approach proof with an open mind to maintain objectivity.

How can proof be used to advance scientific knowledge?

Proof is crucial in advancing scientific knowledge because it provides a solid foundation for theories and hypotheses. Scientific proof can be used to validate existing theories, challenge current beliefs, and lead to the development of new theories. It is a continuous process that allows for the refinement and growth of scientific knowledge over time.

Similar threads

Replies
3
Views
2K
Replies
1
Views
617
Replies
8
Views
2K
Replies
9
Views
1K
Replies
3
Views
3K
Back
Top