If you simplify the RHS at the very start to [n(n+1)/2]^2 which of course becomes [k(k+1)/2]^2 then it becomes slightly easier to follow maybe since you can state at the WTS part that RHS needs to be [(k+1)(k+2)/2]^2 at that point. You know what ur chasing a bit sooner. Love these videos.
Very nice mathematics teacher who will not blame or shout at students who got poor grade in Mathematics. Unlike our eastern strict Mathematics teachers.
It's interesting. It works for other multiples as well (in the video's case, it's a series of multiples of 1) but we have to multiply by an additional value (in the video's case, it's x1, which is why it's not shown): Here's a series of multiples of 7: 7^3 + 14^3 + 21^3 + 28^3 = (7+14+21+28)^2 x 7 Here's for 14: 14^3 + 28^3 + 42^3 + 56^3 + 70^3 + 84^3 = (14+28+42+56+70+84)^2 x 14 Here's for 166: 166^3 + 332^3 + 498^3 + 664^3 + 830^3 = (166+332+498+664 + 830)^2 x 166 In general it's: r^3 + (2r)^3 + (3r)^3 + (4r)^3 +...+ (nr)^3 = r(r + 2r + 3r + 4r +...+ nr)^2 where r is the common ratio and n is the number of terms. It only works if it follows specifically this general form, if it doesn't start at (r times 1)^3 then you'd have to subtract terms out from the answer.
think, suppose that when she was young like we were once, she tried on a piece of paper the first cubes 1 _ 8 _ 27 _ 64 _ 125 _ 216 .. then maybe tried their row of differences , 7 _ 19 _ 37 _ 61 _ 91 .. weird somehow , but yet isn't there a kind of regularity between these , 12 _ 18 _ 24 _ 30 .. well that is , there could be more than one interesting thing about or between or around them . then , on another day , trying their sums like in the video 1+8 , which produces 9 . and 1+8+27 , which produces 36 , hey nice. and 1+8+27+64 , producing 100 . uff, too nice, what's up here . what could be the buzz. all of them seem to be squares . squares of what ? what's between them ? etcetera .. triangle numbers ? how ? why ? and so on . all hypothetical , out of childish curiosity , nothing more .
My idea before watching the video: n = 1: correct n = 2: correct Suppose that 1^3 + ... + n^3 = (1 + ... + n)^2. We need to prove that 1^3 + ... + n^3 + (n + 1)^3 = (1 + ... + n + n+1)^2 (1 + ... + n + n+1)^2 = (1 + ... + n)^2 + 2(1 + ... + n)(n + 1) + (n + 1)^2 We need to prove that (n + 1)^3 = 2(1 + ... + n)(n + 1) + (n + 1)^2 which is easy to prove if we know 1 + ... + n = n(n + 1)/2
If you compute the sum from r = 1 to n of Σ(r + 1)³ - Σr³ in two different ways, you can deduce the formula for Σr². Hint 1: Σ (r + 1)³ - Σr³ = Σ3r² + Σ3r + Σ1 Note: Σ1 = n and Σr = n(n + 1)/2. Hint 2: Σ(r + 1)³ - Σr³ = (n + 1)³ - 1³
Induction is easy. I wanna see someone proving identities like this and 1²+2²+3²+...+n²=n(n+1)(2n+1)/6 by deduction, as those expressions don't come from thin air.
They do: Let f(x)=e^x + e^2x + e^3x +...+ e^nx. Geometric sequence, so f(x)=e^x*(e^nx - 1)/(e^x - 1). f(x)=e^nx - 1 + (e^nx - 1)/(e^x - 1) What interests us is the limit of k-th derivative of f(x) as x->0. Examples: Sum of n 1's (1=1⁰=2⁰=n⁰; k=0) is lim as x->0 of e^x*(e^nx - 1)/(e^x - 1)=lim as x->0 of n*e^nx/e^x=n*e^(0*n)/e^0=n*1/1=n (way to define natural numbers?) It requires more calculations for bigger k.
@@samueldeandrade8535 Yes. k-th derivative of f(x)=e^x + e^(2x) +...+e^(nx) is e^x + (2^k)e^(2x) + (3^k)e^(3x) +...+ (n^k)e^(nx); plug in x=0 to get 1+2^k+3^k+...+n^k. f(x) can be written as (e^x)(1-e^(nx))/(1-e^x), here you cannot plug in x=0 but we can look for the limit as x->0 using d'Hospital's rule.
@@samueldeandrade8535 Yeah, quite cool. If one integrated the right side of the equation, they would get stuff like 1+1/2+1/3+...+1/n or even the Riemann Zeta function in a limit.
If you use Difference Theory these formulae are easy to prove.Note my post on this current proof. After you do the difference spadework, You arrive at a=1/3,b=1/2,c= 1/6 and d=0. S2(n)=1^2+2^2+3^2+..........+n^2= n^3/3+n^2/2+n/6+0*d =(2n^3+3n^2+n)/6 =n(2n^2+3n+1)/6 =n(n+1)(n+2)/6 which is the formula we need QED. for the S4(n) you will need to solve a 5X5 simultaneous group. The hard bit is building up and solving the equations without making mistakes.
Let's start with a little algebra fact:1 (k+1)³-k³=3k²+3k+1 We will add all versions of this equality for k=1,2,...,n sum[k from 1 to n](k+1)³-k³=sum[k from 1 to n] (3k²+3k+1) First let's work a little on the Left Hand Side sum[k from 1 to n](k+1)³-k³=(2³-1³) + (3³-2³) + .... + ((n+1)³-n³) To make the next thing clearer, I will invert the order of summation: sum[k from 1 to n](k+1)³-k³= ((n+1)³-n³) + (n³-(n-1)³) + ((n-1)³ - (n-2)³) + .... + (2³-1³) Note how the -n² can be cancelled with the +n² just after? This goes for almost every term, except (n+1)² and -1²... this is an example of a *telescopic sum*; sum[k from 1 to n](k+1)³-k³= (n+1)³ + (-n³ + n³) + (-(n-1)³ + (n-1)³) + (-(n-2)³ + (n-2)³) + .... + (-2³ + 2³) - 1³ sum[k from 1 to n](k+1)³-k³=(n+1)³-1=n³+3n²+3n Take note on that... we will come back to this expression later Now let's work on the Right Hand Side. Given that addition and multiplication have some properties(commutativity, associativity and distributive)... we can sum[k from 1 to n] (3k²+3k+1) = 3(sum[k from 1 to n] k²) + 3(sum[k from 1 to n] k) + (sum[k from 1 to n]1) sum[k from 1 to n]1 is just 1+1+1+...+1, but n times... so n sum[k from 1 to n]k is 1 + 2 + 3 + .... + n, which is n(n+1)/2... with this method you must know the sum of the first n 0,1,....(p-1)-powers before getting to the formula for the sum of p-powers sum[k from 1 to n] k² is what we want.. call it S After all our work on the sides... make them equal: n³+3n²+3n = 3S + 3n(n+1)/2 + n Then it's just solving for S. Because I did (k+1)³-k³ in the start... this will get us the sum of k²; If we did (k+1)²-k, we'd have the sum of k's; If we did for (k+1)⁴-k⁴ in the start... we would have an equality between (n+1)⁴-1⁴, the sum of k³, the sum of k², the sum of k; A bit messy calculations but you can solve for the sum of k³ after you know the sum of k² and the sum of k;
I doubt anyone at this level still needs to be explained why 1+2+3...+n = n(n+1)/2 but just in case. First we write the series: 1+2+3...+n Call this series p Then beneath it we write the same series but backwards n+n-1+n-2...1 Call this series q Now we know both of these series have the same amount of terms, n of them. So we can add these series term by term, and they will be equal to p+q. Take the first two terms and add them, that's 1 + n The second two terms added is 2 + n-1 = 1 + n The third two terms added is 3 + n-2 = 1+n And this pattern continues, all the way to the last terms that also add to 1+n so you have n groups of terms that are all equal to (n+1), leading to a total addition of n(n+1) You wrote the series twice, once forward and once backwards, and you added them. Therefore, the sum of one of these series is n(n+1)/2
You can use difference theory to prove this. (1) S1(n)= 1^1+2^1+3^1+..........+n^1= n(n+1)/2 (n is a member of natural numbers) (2) S2(n)= 1^2+2^2+3^2+..........+n^2=n(2n+1)(2n+2)/6 (3) S3(n)= 1^3+2^3+3^3+..........+n^3= ((n)(n+1)/2))^2 = (S1(n))^2 (4) S4(n)= 1^4+2^4+3^4+..........+n^4= n(n+1)(2n+1)(3n^2+3n-1)/30. Let S3(n)= 1^3+2^3+3^3+............+n^3= (n(n+1)/2)^2= (1+2+3+.......+n)^2 S3(6)=1^3+2^3+3^3+4^3+5^3+6^3 1+8+27+64+125+216= (n(n+1)/2)^2=441.........................(1) S3(1)=1^3=1 S3(2)=1^3+2^3=9 S3(3)=36,S3(4)=100,S3(5)=225,S3(6)=441 1st difference= 8,27,64,125,216. 2nd difference=19,37,61,91. 3rd difference=18,24,30. 4th difference=6,6 In S3(n), n>6 the 4th difference will always be 6 no matter the magnitude of n. Therefore the difference table will always work for n. This suggests S3(n) is a fourth order polynomial, S3(n)=an^4+bn^3+cn^2+dn+e...............................................(2) S3(1)=1=a+b+c+d+e..............................................................(3) S3(2)=9=16a+8b+4C+2d+e...................................................(4) S3(3)=36=81a+27b+9c+3d+e...............................................(5) S3(4)=100=256a+64b+16c+4d+e........................................(6) S3(5)=225=625a+125b+25c+5d+e......................................(7) S3(6)=441=1296a+216b+36c+6d+e....................................(8) Sweep from (3)-(8), 8 =15a+7b+3c+d...................................................................(9) 27=65a+19b+5c+d.................................................................(10) 64=175a+37b+7c+d...............................................................(11) 125=369a+61b+9c+d.............................................................(12) 216=671a+91b+11c+d..........................................................(13) Sweep from (9)-(13), 19=50a+12b+2c....................................................................(14) 37=110a+18b+2c..................................................................(15) 61=194a+24b+2c..................................................................(16) 91=302a+30b+2c..................................................................(17) Sweep from (14)-(17), 18=60a+6b............................................................................(18) 24=84a+6b............................................................................(19) 30=108a+6b..........................................................................(20) Sweep away the bs, 6=24a, >>>>>>>>>>>>>a=1/4,b=1/2,c=1/4,d=0,e=0 Going back to (2), S3(n)=n^4/4+n^3/2+n^2/4=(n^4+2n^3+n^2)/4=(n^2(n+1)^2)/2^2=((n(n+1))/2)^2 =(1^3+2^3+3^3+.................+n^3)=(1+2+3.............+n)^2 case proved. S3(6)=1^3+2^3+3^3+4^3+5^3+6^3 = 441 = (1+2+3+4+5+6)^2)= (21)^2 =441 in the S3(6) particular case. Thanks for the brilliant example of mathematical induction. Well done young man.
So... you used the expression to prove the expression? I dont get how that proves the initial proof if you just claim the main question as the very first step of the solution?
The base cases he showed, i.e. P(1), P(2), P(3) showed that the formula is true for the 1st 3 natural numbers. Induction says that if a formula is true for the first k numbers, then if you can prove that it is also true for the (k+1)th number, then you can conclude that it is true for all first n numbers.
no, we can't . we just have to trust the so called 'farmer's logica'. the matter is : first: you show that the thesis is true for let's say n = 1 , or like this video, for n = 3 . second : you suppose, of course based on some expected outcome, but you just suppose that the thesis would be true for some value n = k . third : you try to prove mathematically , based on that supposition, that in that case the thesis will also be true for the next value n = (k + 1) . ((if not, then not, of course .)) conclusion: after the proof succeeded, and convinced , you can decide that based on the shown validity of the first value of n, i.e. n = 3, the thesis is also true for n = 4, and therefore for n = 5, because of this also for 6 and for each following natural number . all this based on the logical steps done from "second" to "third" , which provides a proof *Only* for the follower of the already *proven number* . in europe we call this kind of proof a proof by complete, or full, induction, inductio plena, vollständige Induktion, volledige inductie. good luck .
There's kinda of a proof using the well ordering principle: any non-empty subset of ℕ has a least number; Given a statement P(n) over natural numbers n... also given P(0) and P(k) -> P(k+1)... Consider the set X={n ∊ ℕ | P(n) is false}... this is the set of all natural numbers n for which P(n) is false; We can prove that X=∅ by contradiction: assume X≠∅and consider p the least number of X(which it must exist under the well ordering principle). We know 0 ∉ X because it is given that P(0) is true... so 0
The teacher first shows that the equation is true for n=1,n=2,n=3 Then he shows that it is always true for n+1/the next integer. So n=4 is true, n=5 is true, etc. equation is true by induction.
can you please explain at which moment you verify the assomption that the proposition is true for n=k ? I mean everything is based on that. What if it is wrong for a "random" k ?
Remember, mathematical induction is an axiom about the natural numbers. It states that if P(n) is a proposition about the natural numbers, and (1) if P(1) is true, and (2) if P(k) is true implies that P(k+1) is true, THEN P(n) is true for every natural number n. In a proof by induction step (1) is called base case, and step (2) is called the inductive step. Step (2) is proved like any statement of the form “If A is true, then B is true”: you assume A is true and you prove B is true follows. This doesn’t mean that A is true or that B is true; only that A implies B. Similarly the induction step is not a statement about the truth of P other than “if P is true for some natural number then is is also true for the next natural number”. If you prove step (2) but cannot find a natural number for which P is true, then your induction proof fails. Suppose you prove P(1). Then the induction step gives us P(1) implies P(2) implies P(3) implies P(4) implies …. All the dominoes fall. In step (2), P(k) is called the induction hypothesis. Over many years of teaching mathematical induction the main point of contention with students is “If you assume P(k) is true aren’t you assuming what you want to prove?” No! What we are trying to prove is P(n) is true for every natural number. By assuming that P(k) is true (not even saying that it is true), we do so for the sole purpose of showing that P(k+1) is true follows.
Just wondering from some stuff on Perfect Numbers & Mersenne Primes, which has it that a Perfect Number can be expressed as a sum of some number of consecutive odd cubes... e.g. 1^3+3^3+5^3+7^3, ... n^3 etc. Which I guess would basically just be (1+((1-1)*2))^3+(1+((2-1)*2))^3+(1+((3-1)*2))^3+(1+((4-1)*2))^3+...+(1+((n-1)*2))^3, where n is the ordinal of the odd cube (1st odd cube, 2nd odd cube, etc.)?
Would it just be the square of the sum of the [odd] numbers being cubed? Wolfram|Alpha seems to say "no." Not for cubes of first odd numbers. :\ Hmm...
@@MGmirkin you can add and subtract the sum of the first n even cubes: 1³+3³+5³ + ... (2n-1)³= =1³+3³+5³ + ... (2n-1)³ + (2³+4³+...+(2n-2)³)-(0³+2³+4³+...+(2n)³) =(0³+1³+2³+3³+4³+....+(2n)³) -((2(1))³+(2(2))³+....+(2(n))³)= =(sum of cubes till 2n) - (2³2³1³+2³2³+2³3³+...+2³n³) =(sum of cubes till 2n) - 2³ (sum of cubes till n)
Fir more calrification , when we get tge base case n=1 is true And assume that for n=k>=1 is true and found that it is true k+1. We done and some might say why. I tell them that if we assume that it is true for k and find out that it is true for k+1 Then we go back to base case k=1 If it is true for n=1 , it is true fir n=2" And if true for n=2, it true for n=3 And we go on
Yes. But you will need to know that there exist real numbers A, B, C,....SUCH THAT the sums of any given powers can be expressed in a closed form. As follows: 1^3 + 2^3 + 3^3+...+n^3 = A*n(n+1) + B*n(n+1)(n+2) + C*n(n+1)(n+3) = ( n^2.(n+1)^2 )/4 LHS: In this case, (A,B,C) = (1/2, -1, 1/4), hence the cubes sum to: ( n^2.(n+1)^2 )/4 But we also know that: 1+2+3+....+n = n(n+1)/2 RHS: Placing this value inside the right hand parenthesis gives: [ n(n+1)/2 ]^2 Which simplifies to: n^2.(n+1)^2 / 2^2 And is equal to the LHS.
@@PrimeNewtons No I used this while expanding exponential generating function of ChebyshovT polynomial E(x,t) = exp(xt)cos(sqrt(1-x^2)t) and i have seen lately this problem on one of the math forums In my opinion it is good exercise for mathematical induction if we are not allowed to use complex numbers
I used Chebyshov not Chebyshev because your transcription of this name is poor and leads to misreading Name of this guy written in cyrylic has two dots over last e which is read as yo but it is simplified to o (Maybe because it would be difficult to read sh and yo but i dont know why this simplification occured)
A concise presentation in clear unaffected English and a minimum of theatrics. Bravo!
Beauty of Mathmatical Induction
A very good example ! You do it very clearly in a nice handwriting.
If you simplify the RHS at the very start to [n(n+1)/2]^2 which of course becomes [k(k+1)/2]^2 then it becomes slightly easier to follow maybe since you can state at the WTS part that RHS needs to be [(k+1)(k+2)/2]^2 at that point. You know what ur chasing a bit sooner. Love these videos.
Sorry, I got lost in the leap shown at around the 7:00 mark. Gonna have to look at it again more closely.
Another superb presentation 😊
We need to show if 1^3 + 2^3 + 3^3 ... + k^3 = (1 + 2 + 3 ... + k)^2, then 1^3 + 2^3 + 3^3 ... + k^3 + (k + 1)^3 = (1 + 2 + 3 ... + k + (k + 1))^2
First we calculate the difference
(1 + 2 + 3 ... + k + (k + 1))^2 - (1 + 2 + 3 ... + k )^2 = 2(k + 1)(1 + 2 + 3 ... + k ) + (k+1)^2 = 2(k + 1)(k(1+ k)/2 ) + (k+1)^2 = k(1+ k)^2 + (k+1)^2 = (k+1)^2 (k + 1) = (k + 1)^3
Since (1 + 2 + 3 ... + k + (k + 1))^2 = (1 + 2 + 3 ... + k )^2 + (k + 1)^3
and
(1 + 2 + 3 ... + k )^2 = 1^3 + 2^3 + 3^3 ... + k^3
We showed
(1 + 2 + 3 ... + k + (k + 1))^2 = 1^3 + 2^3 + 3^3 ... + k^3 + (k + 1)^3
Your teaching style is so amazing
Very nice Induction Proof - 🙏 thanks a lot.
You shoulda been a teacher...how relaxed and succinct...in other words.. a genius..nice work..
.
😮 se sabía que en un momento tenía que utilizar sumatorias conocidas, muy buena demostración!!
absolutely loved your explanation 💜
best handwriting ive seen in a while (30+years)!
Very nice mathematics teacher who will not blame or shout at students who got poor grade in Mathematics. Unlike our eastern strict Mathematics teachers.
Bravo professeur. J'aime bien.
Thank you for this, I had seen the relationship and
wondered how it was proved. Your presentations are superb.
looks very interesting!!!! congratultions on selecting this example !
Amazing Prof 🎉
This is my first video I've seen of yours. Subscribed as soon as video was dond
Wow. I have studied long ago math at the university of Utrecht (Netherlands) but this was unknown to me. 😊
It's interesting. It works for other multiples as well (in the video's case, it's a series of multiples of 1) but we have to multiply by an additional value (in the video's case, it's x1, which is why it's not shown):
Here's a series of multiples of 7: 7^3 + 14^3 + 21^3 + 28^3 = (7+14+21+28)^2 x 7
Here's for 14: 14^3 + 28^3 + 42^3 + 56^3 + 70^3 + 84^3 = (14+28+42+56+70+84)^2 x 14
Here's for 166: 166^3 + 332^3 + 498^3 + 664^3 + 830^3 = (166+332+498+664 + 830)^2 x 166
In general it's: r^3 + (2r)^3 + (3r)^3 + (4r)^3 +...+ (nr)^3 = r(r + 2r + 3r + 4r +...+ nr)^2
where r is the common ratio and n is the number of terms. It only works if it follows specifically this general form, if it doesn't start at (r times 1)^3 then you'd have to subtract terms out from the answer.
Nice proof!
Congratulations for the chanell!
Happy ∑[k=0, 9] k^3
teacher you are the best
YOU BEATED MY MATHS TEACHER 😭,THANK YOU FOR GOOD PRESENTATION ❤❤...
amazing video !!!
I'm very glad you covered this identity haha
coincidentally, I was just walking a tutee through this one a couple days ago !!
hello there, suprised to see u here
Wpi;d it be incorrect to treat both sums as integrals and then equate? The you get n^4/4=(n^2/2)^2. This seems to prove it. What am I missing?
Beautiful problem ❤
If this formula is known, it can indeed be proved. But how did the first person to figure out this formula do it?
think, suppose that when she was young like we were once, she tried on a piece of paper the first cubes
1 _ 8 _ 27 _ 64 _ 125 _ 216 ..
then maybe tried their row of differences ,
7 _ 19 _ 37 _ 61 _ 91 ..
weird somehow , but yet isn't there a kind of regularity between these ,
12 _ 18 _ 24 _ 30 ..
well that is , there could be more than one interesting thing about or between or around them .
then , on another day , trying their sums like in the video
1+8 , which produces 9 . and
1+8+27 , which produces 36 , hey nice.
and
1+8+27+64 , producing 100 . uff, too nice, what's up here . what could be the buzz. all of them seem to be squares . squares of what ? what's between them ? etcetera .. triangle numbers ? how ? why ? and so on .
all hypothetical , out of childish curiosity , nothing more .
I asked chatgpt, and the first person to figure out the formula was Euler, a great mathematician.
@@ccc40476,
so beautiful that it was him !
does c.gpt know *How* the man came upon the formula or even upon the searching for it .
My favorite surprising result easily proved by induction.
Love from India 🇮🇳❤
Fantastic! Tanks, teacher.
My idea before watching the video:
n = 1: correct
n = 2: correct
Suppose that 1^3 + ... + n^3 = (1 + ... + n)^2. We need to prove that 1^3 + ... + n^3 + (n + 1)^3 = (1 + ... + n + n+1)^2
(1 + ... + n + n+1)^2 = (1 + ... + n)^2 + 2(1 + ... + n)(n + 1) + (n + 1)^2
We need to prove that (n + 1)^3 = 2(1 + ... + n)(n + 1) + (n + 1)^2 which is easy to prove if we know 1 + ... + n = n(n + 1)/2
U R a positive energy M. Teacher 🤩Merry Christmas
Thank you very much. You are great.
That was beautiful!
you do it perfectly
You inspire me, great!
Wow, thank you!
Awesome lesson. The guy is also very cute. 😅
Thanks
If you compute the sum from r = 1 to n of Σ(r + 1)³ - Σr³ in two different ways, you can deduce the formula for Σr².
Hint 1: Σ (r + 1)³ - Σr³ = Σ3r² + Σ3r + Σ1
Note: Σ1 = n and Σr = n(n + 1)/2.
Hint 2: Σ(r + 1)³ - Σr³ =
(n + 1)³ - 1³
Very nice
how can we calculate the second part without knowing it ?
Induction is easy. I wanna see someone proving identities like this and 1²+2²+3²+...+n²=n(n+1)(2n+1)/6 by deduction, as those expressions don't come from thin air.
They do:
Let f(x)=e^x + e^2x + e^3x +...+ e^nx.
Geometric sequence, so f(x)=e^x*(e^nx - 1)/(e^x - 1).
f(x)=e^nx - 1 + (e^nx - 1)/(e^x - 1)
What interests us is the limit of k-th derivative of f(x) as x->0.
Examples:
Sum of n 1's (1=1⁰=2⁰=n⁰; k=0) is lim as x->0 of e^x*(e^nx - 1)/(e^x - 1)=lim as x->0 of n*e^nx/e^x=n*e^(0*n)/e^0=n*1/1=n (way to define natural numbers?)
It requires more calculations for bigger k.
@@samueldeandrade8535
Yes.
k-th derivative of f(x)=e^x + e^(2x) +...+e^(nx) is e^x + (2^k)e^(2x) + (3^k)e^(3x) +...+ (n^k)e^(nx); plug in x=0 to get 1+2^k+3^k+...+n^k.
f(x) can be written as (e^x)(1-e^(nx))/(1-e^x), here you cannot plug in x=0 but we can look for the limit as x->0 using d'Hospital's rule.
@@samueldeandrade8535 Yeah, quite cool. If one integrated the right side of the equation, they would get stuff like 1+1/2+1/3+...+1/n or even the Riemann Zeta function in a limit.
If you use Difference Theory these formulae are easy to prove.Note my post on this current proof.
After you do the difference spadework,
You arrive at a=1/3,b=1/2,c= 1/6 and d=0.
S2(n)=1^2+2^2+3^2+..........+n^2= n^3/3+n^2/2+n/6+0*d
=(2n^3+3n^2+n)/6
=n(2n^2+3n+1)/6
=n(n+1)(n+2)/6 which is the formula we need QED.
for the S4(n) you will need to solve a 5X5 simultaneous group.
The hard bit is building up and solving the equations without making mistakes.
Let's start with a little algebra fact:1
(k+1)³-k³=3k²+3k+1
We will add all versions of this equality for k=1,2,...,n
sum[k from 1 to n](k+1)³-k³=sum[k from 1 to n] (3k²+3k+1)
First let's work a little on the Left Hand Side
sum[k from 1 to n](k+1)³-k³=(2³-1³) + (3³-2³) + .... + ((n+1)³-n³)
To make the next thing clearer, I will invert the order of summation:
sum[k from 1 to n](k+1)³-k³= ((n+1)³-n³) + (n³-(n-1)³) + ((n-1)³ - (n-2)³) + .... + (2³-1³)
Note how the -n² can be cancelled with the +n² just after? This goes for almost every term, except (n+1)² and -1²... this is an example of a *telescopic sum*;
sum[k from 1 to n](k+1)³-k³= (n+1)³ + (-n³ + n³) + (-(n-1)³ + (n-1)³) + (-(n-2)³ + (n-2)³) + .... + (-2³ + 2³) - 1³
sum[k from 1 to n](k+1)³-k³=(n+1)³-1=n³+3n²+3n
Take note on that... we will come back to this expression later
Now let's work on the Right Hand Side.
Given that addition and multiplication have some properties(commutativity, associativity and distributive)... we can
sum[k from 1 to n] (3k²+3k+1) = 3(sum[k from 1 to n] k²) + 3(sum[k from 1 to n] k) + (sum[k from 1 to n]1)
sum[k from 1 to n]1 is just 1+1+1+...+1, but n times... so n
sum[k from 1 to n]k is 1 + 2 + 3 + .... + n, which is n(n+1)/2... with this method you must know the sum of the first n 0,1,....(p-1)-powers before getting to the formula for the sum of p-powers
sum[k from 1 to n] k² is what we want.. call it S
After all our work on the sides... make them equal:
n³+3n²+3n = 3S + 3n(n+1)/2 + n
Then it's just solving for S.
Because I did (k+1)³-k³ in the start... this will get us the sum of k²;
If we did (k+1)²-k, we'd have the sum of k's;
If we did for (k+1)⁴-k⁴ in the start... we would have an equality between (n+1)⁴-1⁴, the sum of k³, the sum of k², the sum of k; A bit messy calculations but you can solve for the sum of k³ after you know the sum of k² and the sum of k;
Mooi bewijs door twee keer toe te passen: 1^2 +2^2 + … n^2 = n * (n +1) / 2. Fraai!! 👍
Always note that “it is true for all positive real numbers”!!
I doubt anyone at this level still needs to be explained why 1+2+3...+n = n(n+1)/2 but just in case.
First we write the series:
1+2+3...+n
Call this series p
Then beneath it we write the same series but backwards
n+n-1+n-2...1
Call this series q
Now we know both of these series have the same amount of terms, n of them.
So we can add these series term by term, and they will be equal to p+q.
Take the first two terms and add them, that's 1 + n
The second two terms added is 2 + n-1 = 1 + n
The third two terms added is 3 + n-2 = 1+n
And this pattern continues, all the way to the last terms that also add to 1+n
so you have n groups of terms that are all equal to (n+1), leading to a total addition of n(n+1)
You wrote the series twice, once forward and once backwards, and you added them.
Therefore, the sum of one of these series is n(n+1)/2
You can use difference theory to prove this.
(1) S1(n)= 1^1+2^1+3^1+..........+n^1= n(n+1)/2 (n is a member of natural numbers)
(2) S2(n)= 1^2+2^2+3^2+..........+n^2=n(2n+1)(2n+2)/6
(3) S3(n)= 1^3+2^3+3^3+..........+n^3= ((n)(n+1)/2))^2 = (S1(n))^2
(4) S4(n)= 1^4+2^4+3^4+..........+n^4= n(n+1)(2n+1)(3n^2+3n-1)/30.
Let S3(n)= 1^3+2^3+3^3+............+n^3= (n(n+1)/2)^2= (1+2+3+.......+n)^2
S3(6)=1^3+2^3+3^3+4^3+5^3+6^3 1+8+27+64+125+216= (n(n+1)/2)^2=441.........................(1)
S3(1)=1^3=1
S3(2)=1^3+2^3=9
S3(3)=36,S3(4)=100,S3(5)=225,S3(6)=441
1st difference= 8,27,64,125,216.
2nd difference=19,37,61,91.
3rd difference=18,24,30.
4th difference=6,6
In S3(n), n>6 the 4th difference will always be 6 no matter the magnitude of n.
Therefore the difference table will always work for n.
This suggests S3(n) is a fourth order polynomial,
S3(n)=an^4+bn^3+cn^2+dn+e...............................................(2)
S3(1)=1=a+b+c+d+e..............................................................(3)
S3(2)=9=16a+8b+4C+2d+e...................................................(4)
S3(3)=36=81a+27b+9c+3d+e...............................................(5)
S3(4)=100=256a+64b+16c+4d+e........................................(6)
S3(5)=225=625a+125b+25c+5d+e......................................(7)
S3(6)=441=1296a+216b+36c+6d+e....................................(8)
Sweep from (3)-(8),
8 =15a+7b+3c+d...................................................................(9)
27=65a+19b+5c+d.................................................................(10)
64=175a+37b+7c+d...............................................................(11)
125=369a+61b+9c+d.............................................................(12)
216=671a+91b+11c+d..........................................................(13)
Sweep from (9)-(13),
19=50a+12b+2c....................................................................(14)
37=110a+18b+2c..................................................................(15)
61=194a+24b+2c..................................................................(16)
91=302a+30b+2c..................................................................(17)
Sweep from (14)-(17),
18=60a+6b............................................................................(18)
24=84a+6b............................................................................(19)
30=108a+6b..........................................................................(20)
Sweep away the bs,
6=24a, >>>>>>>>>>>>>a=1/4,b=1/2,c=1/4,d=0,e=0
Going back to (2),
S3(n)=n^4/4+n^3/2+n^2/4=(n^4+2n^3+n^2)/4=(n^2(n+1)^2)/2^2=((n(n+1))/2)^2
=(1^3+2^3+3^3+.................+n^3)=(1+2+3.............+n)^2 case proved.
S3(6)=1^3+2^3+3^3+4^3+5^3+6^3 = 441 = (1+2+3+4+5+6)^2)= (21)^2 =441 in the S3(6) particular case.
Thanks for the brilliant example of mathematical induction.
Well done young man.
So... you used the expression to prove the expression? I dont get how that proves the initial proof if you just claim the main question as the very first step of the solution?
That is called mathematical induction. You make a claim and then show your claim is true.
The base cases he showed, i.e. P(1), P(2), P(3) showed that the formula is true for the 1st 3 natural numbers. Induction says that if a formula is true for the first k numbers, then if you can prove that it is also true for the (k+1)th number, then you can conclude that it is true for all first n numbers.
Can we prove why induction works as a proof?
no, we can't . we just have to trust the so called 'farmer's logica'.
the matter is :
first: you show that the thesis is true for let's say n = 1 , or like this video,
for n = 3 .
second : you suppose, of course based on some expected outcome, but you just suppose that the thesis would be true for some value n = k .
third : you try to prove mathematically , based on that supposition, that in that case the thesis will also be true for the next value n = (k + 1) .
((if not, then not, of course .))
conclusion: after the proof succeeded, and convinced ,
you can decide that based on the shown validity of the first value of n, i.e.
n = 3, the thesis is also true for n = 4, and therefore for n = 5, because of this also for 6 and for each following natural number .
all this based on the logical steps done from "second" to "third" , which provides a proof *Only* for the follower of the already *proven number* .
in europe we call this kind of proof
a proof by complete, or full, induction,
inductio plena, vollständige Induktion, volledige inductie.
good luck .
@@keescanalfp5143 thank you
There's kinda of a proof using the well ordering principle: any non-empty subset of ℕ has a least number;
Given a statement P(n) over natural numbers n... also given P(0) and P(k) -> P(k+1)...
Consider the set X={n ∊ ℕ | P(n) is false}... this is the set of all natural numbers n for which P(n) is false;
We can prove that X=∅ by contradiction: assume X≠∅and consider p the least number of X(which it must exist under the well ordering principle).
We know 0 ∉ X because it is given that P(0) is true... so 0
You can derive such a formula using telescoping sums (i+1)^4-i^4.
That's clean as a proof.
wow that was beautiful
isnt this circular reasoning?
Not at all, just induction
The teacher first shows that the equation is true for n=1,n=2,n=3
Then he shows that it is always true for n+1/the next integer. So n=4 is true, n=5 is true, etc. equation is true by induction.
Wonderful
very clear. Bravo!
can you please explain at which moment you verify the assomption that the proposition is true for n=k ? I mean everything is based on that. What if it is wrong for a "random" k ?
You don't. Because it was true for the first few tries, you assume it is true for n=k. If your assumption is false, mathematical induction would fail.
Remember, mathematical induction is an axiom about the natural numbers. It states that if P(n) is a proposition about the natural numbers, and (1) if P(1) is true, and (2) if P(k) is true implies that P(k+1) is true, THEN P(n) is true for every natural number n. In a proof by induction step (1) is called base case, and step (2) is called the inductive step. Step (2) is proved like any statement of the form “If A is true, then B is true”: you assume A is true and you prove B is true follows. This doesn’t mean that A is true or that B is true; only that A implies B. Similarly the induction step is not a statement about the truth of P other than “if P is true for some natural number then is is also true for the next natural number”. If you prove step (2) but cannot find a natural number for which P is true, then your induction proof fails. Suppose you prove P(1). Then the induction step gives us P(1) implies P(2) implies P(3) implies P(4) implies …. All the dominoes fall.
In step (2), P(k) is called the induction hypothesis. Over many years of teaching mathematical induction the main point of contention with students is “If you assume P(k) is true aren’t you assuming what you want to prove?” No! What we are trying to prove is P(n) is true for every natural number. By assuming that P(k) is true (not even saying that it is true), we do so for the sole purpose of showing that P(k+1) is true follows.
where did the cube go
Chứng minh bằng phương pháp quy nạp. Hay!
What about "the first n odd cubes"?
Just wondering from some stuff on Perfect Numbers & Mersenne Primes, which has it that a Perfect Number can be expressed as a sum of some number of consecutive odd cubes...
e.g. 1^3+3^3+5^3+7^3, ... n^3 etc.
Which I guess would basically just be (1+((1-1)*2))^3+(1+((2-1)*2))^3+(1+((3-1)*2))^3+(1+((4-1)*2))^3+...+(1+((n-1)*2))^3, where n is the ordinal of the odd cube (1st odd cube, 2nd odd cube, etc.)?
Would it just be the square of the sum of the [odd] numbers being cubed?
Wolfram|Alpha seems to say "no." Not for cubes of first odd numbers. :\ Hmm...
@@MGmirkin you can add and subtract the sum of the first n even cubes:
1³+3³+5³ + ... (2n-1)³=
=1³+3³+5³ + ... (2n-1)³ + (2³+4³+...+(2n-2)³)-(0³+2³+4³+...+(2n)³)
=(0³+1³+2³+3³+4³+....+(2n)³) -((2(1))³+(2(2))³+....+(2(n))³)=
=(sum of cubes till 2n) - (2³2³1³+2³2³+2³3³+...+2³n³)
=(sum of cubes till 2n) - 2³ (sum of cubes till n)
Impressive!
Pure Poetry..!
掌握技巧是狭隘的,掌握方法是有限的,掌握原理才是终极道理。
Nice & elegant! Congrats, my friend👍
It is common knowledge that 1+2+...+n=n(n+1)/2 and 1^3+3^3+...+n^3=n^2(n+1)^2/4.
Thus, [n(n+1)/2]^2=n^2(n+1)^2/4, and equality is verified.
Wonderful!
Tanks. Very good !
Bravo!
I don't know why but i thing you don't need to put thos intro in you're videos
3: 50 the assume is sure? by what ?
Fir more calrification , when we get tge base case n=1 is true
And assume that for n=k>=1 is true and found that it is true k+1. We done and some might say why.
I tell them that if we assume that it is true for k and find out that it is true for k+1
Then we go back to base case k=1
If it is true for n=1 , it is true fir n=2"
And if true for n=2, it true for n=3
And we go on
nice
嬉しそうな良い顔してるねえ。
Why does this happen?
Awesome!!!!
Interesting
I don’t understand the last step.
Works in 2025 too :-) (n=9)
thank you air
i love it
It can be done without induction
{n(n+1)2}^2 is resultant ans
Is there an alternative proof without using induction?
Yes. But you will need to know that there exist real numbers A, B, C,....SUCH THAT the sums of any given powers can be expressed in a closed form. As follows:
1^3 + 2^3 + 3^3+...+n^3
= A*n(n+1) + B*n(n+1)(n+2) +
C*n(n+1)(n+3) = ( n^2.(n+1)^2 )/4
LHS:
In this case, (A,B,C) = (1/2, -1, 1/4), hence the cubes sum to:
( n^2.(n+1)^2 )/4
But we also know that:
1+2+3+....+n = n(n+1)/2
RHS:
Placing this value inside the right hand parenthesis gives:
[ n(n+1)/2 ]^2
Which simplifies to:
n^2.(n+1)^2 / 2^2
And is equal to the LHS.
@@tonybantu9427Why the strange choice of polynomials like n(n+1), n(n+1)(n+2)…? are they orthogonal or something?
Excelente
This shit fires me up i love math
Maravilhoso !!!
Perfect!
Demonstration par recurrence !
It's called Nicomachus Identity
I make de formula in another side of equation and get same result
12:26 The face :))))
❤
I proved that (n+1)^3= 2(sum of naturals)(n+1) + (n+1)^2 and the rest is history...
the way you write a term and then go back to wrap in in parentheses (instead of making parentheses right away) is anxiety-inducing 😮💨
数学归纳法嘛
Prove that (cos(x))^{(n)} = cos(x+n*pi/2)
where n means nth derivative
Is this from differential equations?
@@PrimeNewtons No I used this while expanding exponential generating function of ChebyshovT polynomial E(x,t) = exp(xt)cos(sqrt(1-x^2)t) and i have seen lately this problem on one of the math forums
In my opinion it is good exercise for mathematical induction if we are not allowed to use complex numbers
I used Chebyshov not Chebyshev because your transcription of this name is poor and leads to misreading
Name of this guy written in cyrylic has two dots over last e which is read as yo but it is simplified to o
(Maybe because it would be difficult to read sh and yo but i dont know why this simplification occured)
I'm looking at this video soon
🌹🙏🌹
There is a graphical solution.
Unfortunately, cannot be shown on comments.
😮
Giống quy nạp newton nhỉ
😊
Мат. Индукцией доказывается элементмрно