Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: September 30, 2024, 11:03 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Studying Mathematics Thread
#61
RE: Studying Mathematics Thread
(April 6, 2018 at 2:18 am)robvalue Wrote:
(April 5, 2018 at 8:25 pm)Grandizer Wrote: To prove 1+2+3+...+n=n(n+1)/2

Let S = 1+2+3+...+n

In this case, S is also:
n+n-1+n-2+...+1

If you add both equations of S, you get:

2S=n+1+(n-1+2)+(n-2+3) + ... + n+1

2S = n+1 + n+1 + n+1 + ... + n+1   (n times)

Therefore S = n(n+1)/2

Therefore 1+2+3+...+n = n(n+1)/2

Now for the other two theorems stated in my previous post, how to derive them remains a puzzle to me at this stage. I can prove them via mathematical induction only.

I can show you how if you want Smile

Yes please. Google hasn't been kind to me in this case.

Actually, I figured out how to derive the second theorem thanks to a post on a physics forum (though I did have to continue the derivation on my own since that poster didn't complete the derivation to the end).

Basically, it's like this:

Start with SUM(k+1)^3-k^3 for all natural numbers k up to n, and equalize it to SUM(3k^2+3k+1) for all natural numbers k up to n. From now on, when you see SUM in this post, just know it involves all instances of k (a natural number) up to n.

On the left side of the equation, you end up with (n+1)^3-1^3 (as a result of subtracting out all the other terms). On the right side, 3*SUM(k^2) + 3*SUM(k) + 1(n times).

So ...

(n+1)^3-1 = 3*SUM(k^2) + 3*SUM(k) + n
n^3+3n^2+3n+1-1-n-3*SUM(k) = 3*SUM(k^2)
(n^3+3n^2+2n)/3-SUM(k) = SUM(k^2)

At this point, we've managed to isolate SUM(k^2), and so we now focus only on the left side of the equation.

We know that SUM(k) = n(n+1)/2

Therefore,
(n^3+3n^2+2n)/3-n(n+1)/2=(2n^3+6n^2+4n-3n^2-3n)/6=(2n^3+3n^2+n)/6=n(2n^2+3n+1)/6=n(2n+1)(n+1)/6

Hence,
SUM(k^2) = n(2n+1)(n+1)/6

Now for the third theorem, I'll just leave it up to you rob, lol.
Reply
#62
RE: Studying Mathematics Thread
Yup, that is the same method I used.

To get to the next one, you do the same thing but starting with sum[(k+1)^4 - k^4]

Using the binomial theorem, that gives you (inside the sum)

k^4 + 4k^3 + 6k^2 + 4k + 1 - k^4

The k^4 cancels as before, and when you sum everything you can rearrange to find sum(k^3) in terms of sum(k^2) and sum(k) which we already know.

The proof that polymath requested that the answer is 1/p for all powers p is, I expect, the fact that pC1=p (the second coefficient in the binomial expansion is just the power p), which you end up dividing the LHS by. I'd have to write that out better to formalize it Wink All lower powers ends up disappearing once you divide by k^p and take the limit.
Feel free to send me a private message.
Please visit my website here! It's got lots of information about atheism/theism and support for new atheists.

Index of useful threads and discussions
Index of my best videos
Quickstart guide to the forum
Reply
#63
RE: Studying Mathematics Thread
While you do that proof requested by polymath, here's my derivation for that third theorem "on paper" (yeah, I figured it'd be something similar to the second one).

https://pasteboard.co/HfkDYKZ.png

Fuck yeah, I love maths.
Reply
#64
RE: Studying Mathematics Thread
(April 6, 2018 at 4:16 am)robvalue Wrote: Yup, that is the same method I used.

To get to the next one, you do the same thing but starting with sum[(k+1)^4 - k^4]

Using the binomial theorem, that gives you (inside the sum)

k^4 + 4k^3 + 6k^2 + 4k + 1 - k^4

The k^4 cancels as before, and when you sum everything you can rearrange to find sum(k^3) in terms of sum(k^2) and sum(k) which we already know.

The proof that polymath requested that the answer is 1/p for all powers p is, I expect, the fact that pC1=p (the second coefficient in the binomial expansion is just the power p), which you end up dividing the LHS by. I'd have to write that out better to formalize it Wink All lower powers ends up disappearing once you divide by k^p and take the limit.

Nice way to do it!

So SUM(k^p) is a polynomial in n with leading coefficient 1/(p+1).

Question: What is the next-to-leading coefficient?
Reply
#65
RE: Studying Mathematics Thread
This one I will only very briefly ponder on for now. Improper integrals that happen to be convergent ... Wow ...

EDIT: Ok, nevermind, I can intuit it quite well now.
Reply
#66
RE: Studying Mathematics Thread
(April 6, 2018 at 7:53 am)polymath257 Wrote:
(April 6, 2018 at 4:16 am)robvalue Wrote: Yup, that is the same method I used.

To get to the next one, you do the same thing but starting with sum[(k+1)^4 - k^4]

Using the binomial theorem, that gives you (inside the sum)

k^4 + 4k^3 + 6k^2 + 4k + 1 - k^4

The k^4 cancels as before, and when you sum everything you can rearrange to find sum(k^3) in terms of sum(k^2) and sum(k) which we already know.

The proof that polymath requested that the answer is 1/p for all powers p is, I expect, the fact that pC1=p (the second coefficient in the binomial expansion is just the power p), which you end up dividing the LHS by. I'd have to write that out better to formalize it Wink All lower powers ends up disappearing once you divide by k^p and take the limit.

Nice way to do it!

So SUM(k^p) is a polynomial in n with leading coefficient 1/(p+1).

Question: What is the next-to-leading coefficient?

After the conclusion of much scribbling, and considering the next series sum down:

[(p+1) - {(p+1)p/2}*{1/p}]/[p+1]

=[(p+1)/2] / [p+1]

=1/2
Feel free to send me a private message.
Please visit my website here! It's got lots of information about atheism/theism and support for new atheists.

Index of useful threads and discussions
Index of my best videos
Quickstart guide to the forum
Reply
#67
RE: Studying Mathematics Thread
Opening this thread makes my head hurt.
"Never trust a fox. Looks like a dog, behaves like a cat."
~ Erin Hunter
Reply
#68
RE: Studying Mathematics Thread
That's kinda cool. It's always 1/2. Unless I done buggered it up.
Feel free to send me a private message.
Please visit my website here! It's got lots of information about atheism/theism and support for new atheists.

Index of useful threads and discussions
Index of my best videos
Quickstart guide to the forum
Reply
#69
RE: Studying Mathematics Thread
(April 9, 2018 at 1:09 pm)robvalue Wrote: That's kinda cool. It's always 1/2. Unless I done buggered it up.

Nope. You got it right! it *is* cool, isn't it?
Reply
#70
RE: Studying Mathematics Thread
So cool I might have to organize a party right now!
Feel free to send me a private message.
Please visit my website here! It's got lots of information about atheism/theism and support for new atheists.

Index of useful threads and discussions
Index of my best videos
Quickstart guide to the forum
Reply



Possibly Related Threads...
Thread Author Replies Views Last Post
  Are you into mathematics? Do you have any cake? ErGingerbreadMandude 71 10876 February 9, 2017 at 2:45 pm
Last Post: Kernel Sohcahtoa
  Is mathematics discovered, developed, or both? Macoleco 26 4583 December 3, 2016 at 11:12 am
Last Post: Jehanne
  Can mathematics act causally? Freedom of thought 6 2485 May 30, 2014 at 12:53 pm
Last Post: MindForgedManacle
  Imaginary friends of mathematics. Anymouse 6 4776 March 20, 2012 at 2:04 pm
Last Post: mannaka
  Mathematics and the Universe Purple Rabbit 77 32902 January 10, 2009 at 6:27 am
Last Post: DD_8630
  Indeterminism in mathematics josef rosenkranz 9 7048 September 27, 2008 at 11:20 am
Last Post: josef rosenkranz



Users browsing this thread: 7 Guest(s)