A concise presentation in clear unaffected English and a minimum of theatrics. Bravo!
@kangsungho1752 Жыл бұрын
Beauty of Mathmatical Induction
@renesperb Жыл бұрын
A very good example ! You do it very clearly in a nice handwriting.
@davidgagen9856 Жыл бұрын
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.
@dougaugustine40756 ай бұрын
Sorry, I got lost in the leap shown at around the 7:00 mark. Gonna have to look at it again more closely.
@stephenlesliebrown5959 Жыл бұрын
Another superb presentation 😊
@tahajalilian20025 ай бұрын
Your teaching style is so amazing
@RichardCorongiu9 ай бұрын
You shoulda been a teacher...how relaxed and succinct...in other words.. a genius..nice work.. .
@cyruschang1904 Жыл бұрын
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
@HeirTrap Жыл бұрын
best handwriting ive seen in a while (30+years)!
@AZALI00013 Жыл бұрын
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 !!
@hvgaming8379Ай бұрын
hello there, suprised to see u here
@jorgepinonesjauch802311 ай бұрын
😮 se sabía que en un momento tenía que utilizar sumatorias conocidas, muy buena demostración!!
@michaelbaum6796 Жыл бұрын
Very nice Induction Proof - 🙏 thanks a lot.
@Tairyokenois10 ай бұрын
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.
@ralphw6229 ай бұрын
Thank you for this, I had seen the relationship and wondered how it was proved. Your presentations are superb.
@downrightcyw Жыл бұрын
Very nice mathematics teacher who will not blame or shout at students who got poor grade in Mathematics. Unlike our eastern strict Mathematics teachers.
@richardmullins443 ай бұрын
looks very interesting!!!! congratultions on selecting this example !
@satlujpremiАй бұрын
absolutely loved your explanation 💜
@s.hariharan695810 ай бұрын
YOU BEATED MY MATHS TEACHER 😭,THANK YOU FOR GOOD PRESENTATION ❤❤...
@Kid.Nimbus Жыл бұрын
This is my first video I've seen of yours. Subscribed as soon as video was dond
@أبوشاهين-ت6ك9 ай бұрын
Amazing Prof 🎉
@dronevluchten Жыл бұрын
Wow. I have studied long ago math at the university of Utrecht (Netherlands) but this was unknown to me. 😊
@niloneto1608 Жыл бұрын
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.
@achomik1999 Жыл бұрын
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.
@achomik1999 Жыл бұрын
@@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.
@achomik1999 Жыл бұрын
@@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.
@shadrana111 ай бұрын
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.
@matheusjahnke86436 ай бұрын
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;
@baselinesweb7 ай бұрын
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?
@mohamedlekbir6086 Жыл бұрын
Bravo professeur. J'aime bien.
@davidbrisbane72063 ай бұрын
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³
@user-qb8fp8oj1p Жыл бұрын
U R a positive energy M. Teacher 🤩Merry Christmas
@johnconrardy84866 ай бұрын
teacher you are the best
@thopita Жыл бұрын
Beautiful problem ❤
@benmooiman1174 Жыл бұрын
Mooi bewijs door twee keer toe te passen: 1^2 +2^2 + … n^2 = n * (n +1) / 2. Fraai!! 👍
@binyaminaharoni1743 Жыл бұрын
Awesome lesson. The guy is also very cute. 😅
@PrimeNewtons Жыл бұрын
Thanks
@wagnerrissardo6 күн бұрын
Nice proof! Congratulations for the chanell! Happy ∑[k=0, 9] k^3
@Calcprof Жыл бұрын
My favorite surprising result easily proved by induction.
@tuanmanhtoan Жыл бұрын
Very nice
@ccc4047611 ай бұрын
If this formula is known, it can indeed be proved. But how did the first person to figure out this formula do it?
@keescanalfp514311 ай бұрын
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 .
@ccc4047611 ай бұрын
I asked chatgpt, and the first person to figure out the formula was Euler, a great mathematician.
@keescanalfp514311 ай бұрын
@@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 .
@X-Joker7 Жыл бұрын
Love from India 🇮🇳❤
@nimaalz4513Ай бұрын
how can we calculate the second part without knowing it ?
@gilbertoamigo720511 ай бұрын
Fantastic! Tanks, teacher.
@tomdekler9280 Жыл бұрын
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
@assiya30234 ай бұрын
Bravo!
@wouterzoons1843 Жыл бұрын
That was beautiful!
@avalagum7957 Жыл бұрын
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
@ingénieureinformatique-h5yАй бұрын
you do it perfectly
@raminrasouli19111 ай бұрын
Thank you very much. You are great.
@shadrana111 ай бұрын
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.
@khl0513 Жыл бұрын
You inspire me, great!
@PrimeNewtons Жыл бұрын
Wow, thank you!
@jasdlf Жыл бұрын
Always note that “it is true for all positive real numbers”!!
@abdoulayesow6627 Жыл бұрын
That's clean as a proof.
@vaibhavsrivastva1253 Жыл бұрын
Impressive!
@عامرالشعراء Жыл бұрын
Wonderful
@AH-jt6wc Жыл бұрын
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 ?
@PrimeNewtons Жыл бұрын
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.
@tcmxiyw3 ай бұрын
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.
@TakeAbackPak11 ай бұрын
Wonderful!
@Grassmpl Жыл бұрын
You can derive such a formula using telescoping sums (i+1)^4-i^4.
@vitotozzi197210 ай бұрын
Awesome!!!!
@hridayevyas8906 Жыл бұрын
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?
@PrimeNewtons Жыл бұрын
That is called mathematical induction. You make a claim and then show your claim is true.
@shadowclone95714 күн бұрын
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.
@romaobraz4295 Жыл бұрын
wow that was beautiful
@iwallcool3377 Жыл бұрын
very clear. Bravo!
@JohnDoe-jj6yd11 ай бұрын
Nice & elegant! Congrats, my friend👍
@skwbusaidi7 ай бұрын
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
@tim_cleezy Жыл бұрын
where did the cube go
@oneli8492 Жыл бұрын
掌握技巧是狭隘的,掌握方法是有限的,掌握原理才是终极道理。
@tobyfitzpatrick3914 Жыл бұрын
Pure Poetry..!
@mahinchawla8705 Жыл бұрын
isnt this circular reasoning?
@adw1z Жыл бұрын
Not at all, just induction
@RealLukifer Жыл бұрын
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.
@thuongcap2 Жыл бұрын
Chứng minh bằng phương pháp quy nạp. Hay!
@chengkaigoh5101 Жыл бұрын
Can we prove why induction works as a proof?
@keescanalfp514311 ай бұрын
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 .
@chengkaigoh510111 ай бұрын
@@keescanalfp5143 thank you
@matheusjahnke86436 ай бұрын
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
@belhajabdellah2047 Жыл бұрын
Tanks. Very good !
@NickEdgington Жыл бұрын
nice
@michaelhargus4316 Жыл бұрын
Interesting
@wes96279 ай бұрын
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.
@MGmirkin9 ай бұрын
What about "the first n odd cubes"?
@MGmirkin9 ай бұрын
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.)?
@MGmirkin9 ай бұрын
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...
@matheusjahnke86436 ай бұрын
@@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)
@gaiatetuya928 ай бұрын
嬉しそうな良い顔してるねえ。
@길위의인생-o7v11 ай бұрын
3: 50 the assume is sure? by what ?
@douwevandermaden2736 Жыл бұрын
i love it
@Perception-231010 ай бұрын
thank you air
@LeaderTerachad Жыл бұрын
I don't know why but i thing you don't need to put thos intro in you're videos
@tarciso21claudia28 Жыл бұрын
Maravilhoso !!!
@paytonholmes60192 ай бұрын
I don’t understand the last step.
@darcash1738 Жыл бұрын
Why does this happen?
@tomiokashw Жыл бұрын
Perfect!
@sarita9 Жыл бұрын
❤
@joseantoniodominguezllover7774 Жыл бұрын
Excelente
@adgf1x Жыл бұрын
{n(n+1)2}^2 is resultant ans
@jotawski Жыл бұрын
🌹🙏🌹
@ToanPham-wr7xe Жыл бұрын
😮
@assiya30234 ай бұрын
Demonstration par recurrence !
@RoshanPaulThePhysicsShelter9 ай бұрын
It can be done without induction
@ĐạiLươngTriều Жыл бұрын
12:26 The face :))))
@charl1878 Жыл бұрын
Is there an alternative proof without using induction?
@tonybantu9427 Жыл бұрын
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.
@chiragraju821 Жыл бұрын
@@tonybantu9427Why the strange choice of polynomials like n(n+1), n(n+1)(n+2)…? are they orthogonal or something?
@Kid.Nimbus Жыл бұрын
This shit fires me up i love math
@pedropiata648Ай бұрын
I proved that (n+1)^3= 2(sum of naturals)(n+1) + (n+1)^2 and the rest is history...
@Aenderson237 ай бұрын
I make de formula in another side of equation and get same result
@alquinn857611 ай бұрын
the way you write a term and then go back to wrap in in parentheses (instead of making parentheses right away) is anxiety-inducing 😮💨
@michaelaristidou26056 ай бұрын
It's called Nicomachus Identity
@bhchoi8357 Жыл бұрын
😊
@yangwang803811 ай бұрын
数学归纳法嘛
@holyshit922 Жыл бұрын
Prove that (cos(x))^{(n)} = cos(x+n*pi/2) where n means nth derivative
@PrimeNewtons Жыл бұрын
Is this from differential equations?
@holyshit922 Жыл бұрын
@@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
@holyshit922 Жыл бұрын
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)