Induction: Divisibility Proof example 1 (n³ + 3n² + 2n is divisible by 6)

  Рет қаралды 151,014

Eddie Woo

Eddie Woo

11 жыл бұрын

Пікірлер: 109
@syremusic_
@syremusic_ 4 жыл бұрын
Such a great video. I find with proofs (for those in discrete math especially), it's about loading your mind up with a bunch of similar examples, and eventually things start to click 2-3 months down the road. Unfortunately by that point, exams are over :)
@mariomenezes5974
@mariomenezes5974 Жыл бұрын
Oh, you are so right. I just had it happen to me.
@gto11520
@gto11520 11 жыл бұрын
amazing proof. cant believe this is taught in highschool. i am taking discrete math in college right now.
@nelsonsiliezar3961
@nelsonsiliezar3961 3 жыл бұрын
From the USA ? We are so behind that we compete against 3rd world countries in education.
@srersh05
@srersh05 2 жыл бұрын
Im in india and we r learning this in highschool ksjsjdjd TT
@davidgoulette2525
@davidgoulette2525 4 жыл бұрын
Here is a fun proof of the statement WITHOUT induction. The expression factors as n(n+1)(n+2). Thus you have the product of three consecutive integers. Thus one of the integers must be even and one of the numbers must be divisible by 3. Thus the expression has 2 and 3 as prime factors. Hence the expression is divisible by 6.
@TaseMagu
@TaseMagu 3 жыл бұрын
Yep. That's the right explanation.
@CarlitoProductions
@CarlitoProductions 4 жыл бұрын
Currently doing data structures and algorithm and they threw us in to do induction, without any preparation or anything, so nobody knew what they were doing. I have an exam next week and this helps me 100% to get the jist of things. BIG thank you!
@filiptomic3423
@filiptomic3423 5 жыл бұрын
you're so much better in explaining than our math proffesor. you explained in few minutes what he couldnt do at all he didnt even teach us the "assume that n=1" way !
@harishbommarapu5521
@harishbommarapu5521 4 жыл бұрын
maybe u jus dont concentrate in class bro ahahaha
@ENTJ616
@ENTJ616 3 жыл бұрын
it is an unlikely condition haha. Sleeping in class is doing you wrong
@Dcmazters
@Dcmazters 2 жыл бұрын
It’s not exactly assume n=1, it is show/test that the statement is true for n=1. Induction is based off the logic that, since it is true for the “base case” (usually n=1), and assuming it is true for n=k, IF you can show that n=k+1 is true by connecting with the n=k, there is nothing that stops your k value being 1, which results in proving every subsequent number.
@integralCalculus
@integralCalculus 2 жыл бұрын
Great video! Sometimes, though, mathematical induction (MI) just makes the proof more complicated. In this specific example, the given expression is factorizable into n(n+1)(n+2). Now, since n is a natural no., either n itself or n+1 is even. Also, it's not hard to see that for any three consecutive natural numbers, exactly one has to be divisible by 3. This result is actually generalizable to the statement "the product of any k consecutive integers is divisible by k", which can again be proved by some effort but without resorting to MI. So, we have the given expression divisible by 2 and 3, which are coprime to each other. Therefore, the expression itself is divisible by 2X3 i.e 6.
@ClaytheOwen
@ClaytheOwen 10 жыл бұрын
Thanks for the lesson Eddie! It's always good to have a fresh perspective to compliment what I do in class. This was well taught, highly recommend.
@DerangedIntellectual9
@DerangedIntellectual9 2 жыл бұрын
i used to think induction was ugly and a curse to us first-year engineering students, but after watching this video i see that there is some beauty to its process. thank you for helping me understand the topic sir.
@josephhernberg9478
@josephhernberg9478 4 жыл бұрын
Oh man, my FOCS professor is good, but hasn't gotten to this part yet. Doing the homework now and you've helped me on something I thought was nearly impossible, thank you man.
@ranjithraj36
@ranjithraj36 4 жыл бұрын
Highly Loaded with energy levels sir superb teaching
@jadkousa294
@jadkousa294 7 жыл бұрын
What a legend!
@palakbiyani8695
@palakbiyani8695 2 жыл бұрын
Totally loved that proof!
@F7FD
@F7FD 3 жыл бұрын
2020 and he still explains better than my uni doctors
@samanthazelada2950
@samanthazelada2950 6 жыл бұрын
Love your channel!
@kwanelephakathi1696
@kwanelephakathi1696 Жыл бұрын
Man you are just great!
@baspalinckx5055
@baspalinckx5055 2 жыл бұрын
Thank you so much! The using my brain part had me
@onepercentmilk5440
@onepercentmilk5440 6 жыл бұрын
i wish i cud get as excited as this dude
@amardexter9966
@amardexter9966 2 жыл бұрын
I know it's an example for induction course, but seems like too much work when it could be easily solved by modular arithmetic or simple logic: n^3 + 3n^2 + 2n = n(n+1)(n+2) => from three consecutive integers one of them has to be divisible by 2 and same for 3, hence the polynomial is divisible by 6. Idk, sometimes induction seems to be messy and almost feels like brute-forcing to solution
@AceOfHearts001
@AceOfHearts001 2 жыл бұрын
really nicely explained as always.
@MrJ3
@MrJ3 7 жыл бұрын
It only took 3 or 4 videos of yours to convince me to subscribe. Color me impressed!
@aldanstomer
@aldanstomer 7 жыл бұрын
thanks for this I'm able to this in my head now
@nathanbeer3338
@nathanbeer3338 Жыл бұрын
Good idea at the end of solving it. My less creative way was making another induction on (3k^2 + 9k) whether it is divisible by 6 which worked as well.
@albertohart5334
@albertohart5334 4 жыл бұрын
Couldn’t you just restart and prove that 3k^2 + 9k + 6 is divisible by six by proof of induction
@akshat_shukla00
@akshat_shukla00 3 жыл бұрын
Yup, Also, u could just prove 3k²+9k is divisible by 6 Via induction.
@That_One_Guy...
@That_One_Guy... 3 жыл бұрын
3k^2 + 9k + 6 = 3(k^2 + 3k + 6) = 3a Want to proof 3a divisible by 6 k^3 + 3k^2 + 2k = k(k^2 + 3k + 2) = ka 6p = ka a = 6 * p/k 3a = 6 * 3p/k No matter what is the value of p and k is, 3a is still divisible by 6 (because it's a value multiplied by 6) Q. E. D
@Westerword
@Westerword 10 жыл бұрын
Hi mr woo, I was just wondering of you have uploaded any perms and combination videos? I can't seem to find them I.e counting unordered pairs, counting ordered selections etc. thanks:)
@PBJJJ
@PBJJJ 3 жыл бұрын
Thank you Eddie!!
@andrescabrera6097
@andrescabrera6097 5 жыл бұрын
Funny teacher and you’re great
@harvardford8752
@harvardford8752 7 жыл бұрын
why did i not see your vids sooner I WAS HAVING TROUBLE FOR SO LONG OMG
@cindygatica2135
@cindygatica2135 7 жыл бұрын
I wish my teacher were like you haha
@NicaKasende
@NicaKasende 3 ай бұрын
Thank u so much sir!!
@xDMrGarrison
@xDMrGarrison 7 жыл бұрын
Wow pretty cool :)
@shujamukhtar4563
@shujamukhtar4563 3 жыл бұрын
can someone explain to me the k(k+3) thing? Also, can someone tell me the logic behind the 6P? why did he keep the statement in step 2 equal to 6P? Thanks.
@asimami3061
@asimami3061 2 жыл бұрын
Can anyone tell me that is this chapter taught in year 11 Specilist maths or year 12 specialist maths in Australia. Please reply me asap
@virtuousjoffrey8022
@virtuousjoffrey8022 9 жыл бұрын
This is great stuff ,love your initiative. Where do you teach ?
@knightwik
@knightwik 4 жыл бұрын
he teaches at cherrybook tech school sydney, nsw
@ballinbadger8635
@ballinbadger8635 8 жыл бұрын
Would it not be possible to do a proof within a proof for the statement 3k(k+3)=6M, thereby proving that all of 6M+6+3K(K+3) is indeed divisible by 6 for any value of n?
@Alexj_movieguy
@Alexj_movieguy 2 жыл бұрын
I was actually thinking the same thing! It would probably help in an exam to show them that it’s true and not just an assumption (would be a relatively quick proof too).
@user-oi2kc1bb9x
@user-oi2kc1bb9x 5 жыл бұрын
Hey Mr Woo, can't this question be done by factorising the assumption into k(k+1)(k+2)=6M , hence (k+1)(k+2)=6M/k, sub that expression when proving for n=k+1, then factorise the 6 out of it, resulting in LHS=6(M+3M/k) which is divisible by 6. Or am I missing anything?
@saleemismailkugu2426
@saleemismailkugu2426 4 жыл бұрын
question. I'm having difficulties here trying to solve it. x-12, 3x-2/7, 3x+2/7, Bx+6. What is the value of B.
@GodlyOne123
@GodlyOne123 10 жыл бұрын
Do you by any chance teach or tutor Calculus 3 or Linear Algebra?
@danielglass2937
@danielglass2937 3 жыл бұрын
i did this without fancy maths you have to remember by factorising the original function -> n(n+1)(n+2) therefore n=k -> k(k+1)(k+2) = 6P (k+1)(k+2)=6P/k * then n=k+1 therefore (k+1)(k+2)(k+3) = 6M * sub in the n=k equation LHS = (6P/k)(k+3) LHS = 6P +18Pk^-1 =6(P+3Pk^-1) therefore divisible by 6
@ccas8719
@ccas8719 3 жыл бұрын
Would you not need to also prove that [P(k+3)]/k is an integer? I tried this method and stopped at that point because the statement is not true.
@justvince4158
@justvince4158 8 жыл бұрын
what I did was I didnt combine the 3k and 6k so I had an extra 3(k^2 + k) this holds true iff (k^2 + k) is divisible by 2 (or even).... what I did is to prove it again using another induction. is that acceptable?
@indianapacers759
@indianapacers759 8 жыл бұрын
Yes, I believe so, because k^2+k is k(k+1), which is an odd number times an even number, which is always divisible by two (similar to what he showed in the video). Thus, you have 3(2C), where 2C is equal to k(k+1) and C is a positive integer, which is 6C, a number divisible by 6.
@hathawayamato
@hathawayamato 8 жыл бұрын
I think this exact question came up in the IB HL math exam this year lol
@mannyheffley9551
@mannyheffley9551 6 жыл бұрын
Shun Yat Cheung it came in my class 9th Fiitjee exam if you know what it is.A similar one tho.
@_godsl4yer_
@_godsl4yer_ 5 жыл бұрын
IB gang :)
@mannyheffley9551
@mannyheffley9551 4 жыл бұрын
@Ignited TNT abe laude
@mbongosfiso6193
@mbongosfiso6193 4 жыл бұрын
I'm amazed
@arifamohammadi2698
@arifamohammadi2698 4 жыл бұрын
thank you so much
@alvinjoffy3528
@alvinjoffy3528 6 жыл бұрын
this was asked in my 11th model exam
@Mathelite-ii4hd
@Mathelite-ii4hd 4 жыл бұрын
another proof is : n^3+3n^2+2n=n(n^2+3n+2)=n(n+1)(n+2) and we know that n(n+1) is always divisible by 2 and also n(n+1)(n+2) is also always divisible by 3 and (2,3)=1 so n(n+1)(n+2)=n^3+3n^2+2n is divisible by 6.
@EdwardFectory
@EdwardFectory 10 ай бұрын
Nice
@rotemlv
@rotemlv 3 жыл бұрын
It's actually true for all k, non-negative or negative (zero is a whole number in Z).
@aleksajanic4414
@aleksajanic4414 4 жыл бұрын
At the point where we have 6P + 6 + 3k^2 + 9k, cant we just multiply the whole equation by 2? So we get 12P + 12 + 6k^2 + 18k and then we can easily extract the 6 in the front which gets us to 6(2P + 2 + k^2 + 3k) and thats devisible by 6. But i'm not sure if it's allowed to multiply the whole thing by 2 at that point, does anyone know for certain?
@williamperezhernandez7331
@williamperezhernandez7331 4 жыл бұрын
Multiplying by 2 just proves it was divisible by 3, not by 6. Example, if we multiply 15 by 2 we get 30, which is divisible by 6, but 6 does not divide 15.
@Lemon-ej4pn
@Lemon-ej4pn Жыл бұрын
If you multiply LHS by 2 then will have to multiply RHS i.e. 6Q by 2 too so it really doesn't make any difference
@mrhatman675
@mrhatman675 3 жыл бұрын
Hmmm or you could do this way instaid much easier and faster n^3+3n^2+2n=n×{n^2+3n+2}=n×{n+1}×{n+2} now since we know that one of the terms must be 2k and if we say n=3a+b where 0≤b≤2 then n×{n+1}×{n+2}={3a+b}×{3a+b+1}×{3a+b+2} now just replace b with 0,1,2 respectivelly and we find that each time one of the terms is 3c and also at least one of the terms must be 2k from that we can deduce that this is always 6c
@TaseMagu
@TaseMagu 3 жыл бұрын
It's much simpler than that. Since you have a product of 3 consecutive numbers, at least one is divisible by 2 and at least one is divisible by 3 => so the entire result must be divisible by 6
@mrhatman675
@mrhatman675 3 жыл бұрын
@@TaseMagu I mean this isn t really a proof but a fact I basically proved the fact that you are stating
@TaseMagu
@TaseMagu 3 жыл бұрын
@@mrhatman675 What do you mean it's not a proof ? 3 consecutive terms a,b,c at east one is even a = 2*x and at least one is divisible by 3, b=3*y (could be the same "a" divisible by 3 which in turn means chosen "x" divisible by "3" which means "a" directly divisible by 6) => a*b*c= 6*x*y*c divisible by 6. That's why I said you complicated yourself. The same way you said one must be 2k because at least one is even, you can always say one is 3m because there's 3 consecutive and at least one is divisible by 3.
@TaseMagu
@TaseMagu 3 жыл бұрын
O well.... if you mean you kind of demonstrate that one of 3 consecutive numbers is divisible by 3. But then you assume we know one is even (2k). How do we know ? Either you prove both or assume both as common knowledge. It doesn't really make sense to prove just one and assume the other. And better proof is done by reductio ad absurdum. Tn= 3k+1 or Tn =3k+2 => T(n+1)= (Tn)+1... T(n+2)=(Tn)+2...... and you get a contradiction in each case.
@peterhyland1204
@peterhyland1204 6 жыл бұрын
An alternative proof: (n^3 + 3n^2 + 2n) factors to n(n + 1)(n + 2), I hope. Each of these factors can be either 1 or 0 in mod2. Similarly, each can be equal to 0,1 or 2 in mod3. No two factors can be the same in mod3 as they differ by at most 2 and at least 1 and similarly, not all can be the same in mod2. So, by the pigeonhole principle at least one is 0 in each modulus therefore, the entire expression is divisible by 6 for all integers.
@Sbigsla
@Sbigsla 6 жыл бұрын
Could also prove that the left over part is divisible by 2 using induction !
@franeagle
@franeagle 3 жыл бұрын
You mean divisible by 6
@raghuls5914
@raghuls5914 6 жыл бұрын
Why can't we factorise it into n(n+1)(n+2) and use division algorithm
@Kindiakan
@Kindiakan 6 жыл бұрын
valid proof from a number theoretic pov but irrelevant to the topic of math induction
@disciplinenepal5081
@disciplinenepal5081 5 жыл бұрын
good
@chrisdesrochers9062
@chrisdesrochers9062 4 жыл бұрын
Doesn't this factor to n(n+1)(n+2). If so, necessarily it must have a factor of 2 and 3. Thus, there you go. It's divisible by six. Or, I really missed something and that could be embarrassing? :) Either way, that's a thought that I had. But, if that is true, it doesn't mean it's not a good exercise in Mathematical Induction, something I unfortunately seem to get crossed up from time to time.
@picnicbros
@picnicbros 2 жыл бұрын
My professor said, nah bro, you have to also prove k(k + 3) is even, you cant just say that it is even (another induction?)
@azmath2059
@azmath2059 7 жыл бұрын
hi Eddie. it's best to do a second induction to prove that last expression is actually divisible by 6.your explanation is a little hard to follow
@avananana
@avananana 6 жыл бұрын
This is probably the easiest proof you can find on this problem lol.
@tilashini3124
@tilashini3124 5 жыл бұрын
how u get the 6p?
@joshuatamer9500
@joshuatamer9500 4 жыл бұрын
He introduced p. He assumed S(k) = 6p, which assumed the fact that the polynomial is divisible by 6 (any factors of 6 are divisible by 6)
@fayjaz
@fayjaz 9 жыл бұрын
i am stuck on some divisibility questions, if you could please help me i would be very thankful to you. 2^(n+2) + 3^(2n+1) is divisible by 7 for all integers n>=1 i am stuck on proving n=k+1 :( because i dont know how to subtitute [7P(which is sum of k-->Sk)] into the proving n=k+1 part
@shannon4303
@shannon4303 8 жыл бұрын
+Fa iza hi I know this was a long time ago but I am currently facing the exact same problem. Did you ever find out how to solve this?
@fayjaz
@fayjaz 8 жыл бұрын
shannon ill try to do it again and see if i get the answer :)
@fayjaz
@fayjaz 8 жыл бұрын
shannon go to this group if you have facebook and hopefully theyll be able to help you facebook.com/groups/1611000299184053/ i dont remember how i did it im sorry
@JohnSmith-hj8kv
@JohnSmith-hj8kv 7 жыл бұрын
Oh, I just inducted twice to get the proof but I suppose this is more elegant.
@Sbigsla
@Sbigsla 6 жыл бұрын
John Smith I did too
@Sbigsla
@Sbigsla 6 жыл бұрын
And I actually find that 2 inductions is a lot more beautiful than righting all of the text showing that 3k(k+3) is even But thinking about it is definitely elegant
@rasmilamichhane5850
@rasmilamichhane5850 8 жыл бұрын
How can you say k has to be odd or even? but not odd,odd and even,even. integer can be both even and odd.
@Vlayer
@Vlayer 8 жыл бұрын
+nepLI chori If k is even, then (k+3) has to be odd because of the 3(odd number) added to it. Likewise if k is odd, then (k+3) has to be even because of the 3 added to it. even# + odd# = odd# and odd# + odd# = even#.
@rasmilamichhane5850
@rasmilamichhane5850 8 жыл бұрын
+Vlayer I was misunderstanding k (k+1) these two k is different value at same time odd(even+3), which is not possible and didn't thought he was talking about k and k+3. k(k+3) must be even because even(even+3)=even*odd=even and odd(odd+3)=odd*even= even.
@zhaoningding7599
@zhaoningding7599 8 жыл бұрын
why u exclude n=0?
@Fightclub1995
@Fightclub1995 8 жыл бұрын
0 is divisible by 6
@XTC2525
@XTC2525 5 жыл бұрын
This could be proven in a few lines without induction, but I understand the whole point is to teach induction so this is still a good video
@maxbranco7321
@maxbranco7321 4 жыл бұрын
Yo, can I just factor out the 6 out of 3K^2 + 9K + 6 and get 6(1/2 k^2 + 3/2 k + 1)? I wouldn't have thought of the odds evens stuff
@djbokasuja
@djbokasuja 6 жыл бұрын
I'm not fluent in English, but I can understand a lot. When you put the 2R, I couldn't follow anymore. I just didn't understand why 2R and not anything else like B or S. Why 2xR?
@elegiggle6524
@elegiggle6524 6 жыл бұрын
3k(k+1) is the same thing as 3 x k x (k + 1). if k is an even number, (k + 1) would be an odd number. so you would have 3 x (even number) x (odd number). if k is an odd number, (k+1) would be an even number. so you would have 3 x (odd number) x (even number). an even number multiplied by an odd number is always even, this means that for any k in the set of Natural numbers, k(k + 1) is even. with this fact, he represents k(k+1) as an even number 2R. (2R is used in math to represent an arbitrary even number. you don't have to use the variable R, you can use any letter you like).
@patrikmuller6735
@patrikmuller6735 6 жыл бұрын
I had trouble with understanding this 2R stuff too but now it's clear. Thank you for fenomenal explanation Ele!
@alleg0ry
@alleg0ry 2 жыл бұрын
MATH HL NIGGAS KNOW THE STRUGGLE INSHALLAH
@Illu07
@Illu07 7 жыл бұрын
Why does he uses Z+ instead of just N?
@elegiggle6524
@elegiggle6524 6 жыл бұрын
From Wikipedia: Some definitions, including the standard ISO 80000-2, begin the natural numbers with 0, corresponding to the non-negative integers 0, 1, 2, 3, …, whereas others start with 1, corresponding to the positive integers 1, 2, 3, …. so sometimes people use 0 in the set of natural numbers. using Z+ will avoid this confusion.
@eiskola7811
@eiskola7811 5 жыл бұрын
nahh number theory too hard for me i’ll stick with calculus
@mi-tw2yr
@mi-tw2yr 5 жыл бұрын
Any indian?
@knightwik
@knightwik 4 жыл бұрын
yeah... hi!
The Test That Terence Tao Aced at Age 7
11:13
Tibees
Рет қаралды 4,3 МЛН
UNO!
00:18
БРУНО
Рет қаралды 3,4 МЛН
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 23 МЛН
Inequality Mathematical Induction Proof: 2^n greater than n^2
9:20
The Math Sorcerer
Рет қаралды 170 М.
Why you didn't learn tetration in school[Tetration]
6:23
Prime Newtons
Рет қаралды 3,9 МЛН
A Proof That The Square Root of Two Is Irrational
17:22
D!NG
Рет қаралды 6 МЛН
Proof by Induction Divisibility proofs
12:29
Joel Speranza Math
Рет қаралды 3,3 М.
Proof by Strong Induction (full lecture)
28:32
Dr. Valerie Hower
Рет қаралды 33 М.
Why π^π^π^π could be an integer (for all we know!).
15:21
Stand-up Maths
Рет қаралды 3,3 МЛН
The SAT Question Everyone Got Wrong
18:25
Veritasium
Рет қаралды 12 МЛН
Fermat's Last Theorem - Numberphile
9:31
Numberphile
Рет қаралды 2,3 МЛН
UNO!
00:18
БРУНО
Рет қаралды 3,4 МЛН