Ask your own question, for FREE!
Mathematics 7 Online
OpenStudy (lgbasallote):

How do you do mathematical induction? simplest explanation plssss ^_^

OpenStudy (anonymous):

at first, assume a formula holds for any natural number=k then, from that assumption if u can prove that formula holds for n=k+1, then u can prove the formula

OpenStudy (lgbasallote):

hmmm can you provide an algebraic example please? maybe i could understand better that way :DDD thanks

OpenStudy (anonymous):

say, u have to prove: sum of first n natural numbers :n(n+1)/2 say, it holds for n=k then sum of these terms= k(k+1)/2 now, if there are k+1 terms, then the sum= k(k+1)/2 + (k+1)= (k+1)(k+2)/2 so, proved :)

OpenStudy (anonymous):

1º check statment is true for n=1 2º supose it's correct forn 3º using 2º prove its correct for n+1

OpenStudy (anonymous):

yes, dont forget the first step told by myko.. i forgot to write..

OpenStudy (lgbasallote):

thanks guys..ill try reviewing these and comprehend them :DDD

jhonyy9 (jhonyy9):

- you can getting very very nice examples and good understandably on wikipedia - check it there again too good luck bye

OpenStudy (lgbasallote):

some follow up question...is there a required background knowledge for this lesson? like some algebra thingies..@jhonyy9 @Arnab09 @myko ?

OpenStudy (anonymous):

basic school algebra

OpenStudy (anonymous):

factorize and similar

OpenStudy (lgbasallote):

ohhh. thought complicated algebra thingies needed. thanks

OpenStudy (anonymous):

Suppose you want to prove that \[ 1 + 2 + \cdots + n \frac {n(n+1)}{2} \] It is true for n=1. Sine \[ 1 = \frac {1(1+1)}{2} \] Suppose the fromula is true for n, let us prove it for n+1 \[ 1 + 2 + \cdots + n + n+1= \frac {n(n+1)}{2} + n+1 \] \[ 1 + 2 + \cdots + n + n+1= \frac {n(n+1)}{2} +\frac {2( n+1)}2=\frac {(n+1)(n+2)}{2} \] We are done

OpenStudy (anonymous):

There is an obvious = sign missing in the first line above

OpenStudy (lgbasallote):

1+2+⋯+n = n(n+1)/2? if it is..then i think im beginning to get this...

OpenStudy (anonymous):

Yes

OpenStudy (lgbasallote):

hmm wow..i think i actually get it now...except for the last line...where did 2(n+1)/2 come from? just for LCD?

OpenStudy (anonymous):

Yes

OpenStudy (lgbasallote):

ohhh yay! i got it :DDD thanks @eliassaab <tips hat>

OpenStudy (anonymous):

To practice try to prove that \[ 1^2 + 2^2 + 3^2 \cdots + n^2 =\frac{1}{6} n (n+1) (2 n+1)\]

OpenStudy (lgbasallote):

hmm okay..seems i underestimated that proving -__- first step would be to prove that n = something...right?

OpenStudy (lgbasallote):

hmmm lez say n = 1 so.. 1^2 = 1/6 (1)(1+1)[2(1) + 1] 1 = 1/6 (2)(3) 1 = 1/6 (6) 1 = 1 yay!!!! so now i prove for n= 1 right?

OpenStudy (anonymous):

yes Now suppose it is true for n and try to prove it for n+1

OpenStudy (lgbasallote):

n^2 + (n+1)^2 = 1/6 n(n+1)(2n+1) + 1/6 (n+1)(n+1=1)[2(n+1) + 1] equation right?

OpenStudy (anonymous):

No, try again. Mimic my proof above

OpenStudy (lgbasallote):

hmmm n^2 + n+ 1 = 1/6 n(n+1)(2n+1) + n + 1? i noticed n+1 isnt supposed to be substituted..or somethi

OpenStudy (callisto):

(Neglect this one :D ) I would ( was taught to) do like this eg: 1+2+3+⋯+n = n(n+1)/2 Let p(n) be the statement 1+2+3+⋯+n = n(n+1)/2 Consider p(1) LS= 1 RS = 1(1+1)/2 =1 So, p(1) is true Suppose p(k) is true for some positive integers k LS of p(k+1) = 1+2+3+⋯+k +(k+1) = k(k+1)/2 +(k+1) = k(k+1)/2 +2(k+1)2 = [k(k+1)+ 2(k+1)]/2 = [(k+1)(k+ 2)]/2 = (k+1)[(k+1)+1]/2 = RS of p(k+1) therefore , p(k+1) is true By principle of MI, p(n) is true for all positive integers n

OpenStudy (lgbasallote):

hmmm it seems that was same to what elias said..i just dont get the n+1 thing @_@

OpenStudy (lgbasallote):

i think i finally got the equation!! n^2 + (n+ 1)^2 = 1/6 n(n+1)(2n+1) + (n + 1)^2 yes yes? @eliassaab i just realized thatt n=1 was added a while ago due to the law of equality so i must Add (n+1)^2 too riiight?

OpenStudy (lgbasallote):

n+1 was added*

OpenStudy (lgbasallote):

so... 1/6 n(n+1)(2n+1) + [6(n+1)^2]/6 = (n+1)(2n^2 + n + 6n + 6]/6 = (n+1)(2n^2 + 7n + 6)/6 =(n+1)(2n+3)(n+2)/6 is this right @eliassaab ?

OpenStudy (callisto):

Poor presentation -0.5 mark! Can you present the whole thing?

OpenStudy (callisto):

There's my answer to eliassaab 's question Let p(n) be the statement 1^2 +2^2 +3^2 +...+n^2 = 1/6 (n)(n+1)(2n+1) Consider p(1), LS = 1^2 =1 RS = 1/6 (1)(1+1)(2(1)+1) = 2x3/6 =1 So, p(1) is true Suppose p(k) is true for some positive integers k LS of p(k+1) = 1^2 +2^2 +3^2 +...+k^2 + (k+1)^2 = (k)(k+1)(2k+1)/6 + (k+1)^2 = (k)(k+1)(2k+1)/6 + 6(k+1)^2 /6 = [(k)(k+1)(2k+1) + 6(k+1)^2 ]/ 6 = (k+1) (2k^2 +k +6k +6) /6 = (k+1) (2k^2 +7k +6) /6 = (k+1) (2k+3)(k+2) /6 = 1/6 (k+1) [ (k+2)+1][2(k+1)+1] = RS of p(k+1) Therefore, p(k+1) is true By principle of MI, p(n) is true for all positive integers n

OpenStudy (callisto):

If I present the answer like you did, my teacher will deduct 0.5 mark for poor presentation :(

OpenStudy (callisto):

@lgbasallote Are you here?

OpenStudy (lgbasallote):

my os lagged T_T and i cant use the equations thing..dunno how

OpenStudy (lgbasallote):

dont you really understand the equation i wrote// pls save me the lag @Callisto T_T

OpenStudy (callisto):

Sorry, were you proving something or deriving an identity?

OpenStudy (lgbasallote):

i think it was provi

OpenStudy (lgbasallote):

provIng*

OpenStudy (callisto):

Okay, i was on the right track.. i see what you've been doing.. but i don't agree with your presentation First, you missed a step It is 1^2 + 2^2 +3^2 + ...+n^2 +(n+1)^2 1/6 n(n+1)(2n+1) + [6(n+1)^2]/6 = (n+1)(2n^2 + n + 6n + 6]/6 = (n+1)(2n^2 + 7n + 6)/6 =(n+1)(2n+3)(n+2)/6 You've missed the first step

OpenStudy (callisto):

Moreover, at first you've 'stated' they're the same, then why do you need to prove it? 1^2 = 1/6 (1)(1+1)[2(1) + 1] <-- this step ^ 1 = 1/6 (2)(3) 1 = 1/6 (6) 1 = 1 You'd better separate it and say consider LS = sth and RS = sth and they are equal

OpenStudy (lgbasallote):

you mean writing the 1^2 + 2^2 thingieS/

OpenStudy (callisto):

Yes you need to write it first

OpenStudy (callisto):

Furthermore, you need to assume that the proposition is true for some integers n before you consider n+1

OpenStudy (lgbasallote):

oh at least i got the concept..yay! thanks @Callisto

OpenStudy (callisto):

Last but not least, you need to write By principle of MI, the proposition is true for all positive integers n

OpenStudy (lgbasallote):

what is mi??

OpenStudy (callisto):

mathematical induction, sorry

OpenStudy (lgbasallote):

oh okay thanks

OpenStudy (callisto):

What I've learnt for MI are mostly proving. As for proving, personally, I think showing the whole proof clearly is very important. It's not just about getting the concept. Sorry that I've been concentrated so much on the presentation things :(

OpenStudy (lgbasallote):

izfine..it's just so hard to use the equations thingy -_-

OpenStudy (callisto):

Better presentation (I've posted it before) : Let p(n) be the statement 1^2 +2^2 +3^2 +...+n^2 = 1/6 (n)(n+1)(2n+1) Consider p(1), LS = 1^2 =1 RS = 1/6 (1)(1+1)(2(1)+1) = 2x3/6 =1 So, p(1) is true Suppose p(k) is true for some positive integers k LS of p(k+1) = 1^2 +2^2 +3^2 +...+k^2 + (k+1)^2 = (k)(k+1)(2k+1)/6 + (k+1)^2 = (k)(k+1)(2k+1)/6 + 6(k+1)^2 /6 = [(k)(k+1)(2k+1) + 6(k+1)^2 ]/ 6 = (k+1) (2k^2 +k +6k +6) /6 = (k+1) (2k^2 +7k +6) /6 = (k+1) (2k+3)(k+2) /6 = 1/6 (k+1) [ (k+2)+1][2(k+1)+1] = RS of p(k+1) Therefore, p(k+1) is true By principle of MI, p(n) is true for all positive integers n

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!