Ask your own question, for FREE!
Mathematics 17 Online
OpenStudy (anonymous):

0

OpenStudy (anonymous):

you are trying to prove: \[\sum_{i = 1}^{n} (-1)^{(n+1)} n^2 = 1^2 - 2^2 + 3^2 - .... + (-1)^{(n+1)} n^2 = (-1)^{(n+1)} \frac{ n(n+1) }{ 2 } \] i would write it like this first then establish your base case for i = 1 which is 1 = 1 so its true do you understand what i did so far?

OpenStudy (anonymous):

yes, i get confused on the induction proof of n+1

OpenStudy (anonymous):

ok lets assume an arbitrary k where: i messed up the notation before but this is the correct way to write it \[\sum_{i = 1}^{k} (-1)^{(i+1)} i^2 = (-1)^{(k+1)} \frac{ k(k+1) }{ 2 } \] is true and prove for k+1 so you are trying to prove this now \[\sum_{i = 1}^{k+1} (-1)^{(i+1)} i^2 = (-1)^{(k+1)} \frac{ (k+1)((k+1)+1) }{ 2 } \]

OpenStudy (anonymous):

right

OpenStudy (anonymous):

i messed up again sorry it should look like this \[\sum_{i = 1}^{k+1} (-1)^{(i+1)} i^2 = (-1)^{((k+1)+1)} \frac{ k(k+1) }{ 2 } \]

OpenStudy (anonymous):

why the additional +1?

OpenStudy (anonymous):

ugh my bad \[\sum_{i = 1}^{k+1} (-1)^{(i+1)} i^2 = (-1)^{((k+1)+1)} \frac{ (k+1)((k+1)+1) }{ 2 } \]

OpenStudy (anonymous):

you want to show it works for any value of k, since you know the arbitrary k works then you need to prove that k+1 works as well so you need to replace all the k's with a k+1

OpenStudy (anonymous):

so because it was already n+1 it should be n+1+1 or k

OpenStudy (anonymous):

it should be just how i written it

OpenStudy (anonymous):

Now you have to prove this: \[\sum_{i = 1}^{k+1} (-1)^{(i+1)} i^2 = (-1)^{((k+1)+1)} \frac{ (k+1)((k+1)+1) }{ 2 } \] look at the LHS: \[\sum_{i = 1}^{k+1} (-1)^{(i+1)} i^2 = (-1)^{((k+1)+1)} \frac{ (k+1)((k+1)+1) }{ 2 }\] \[\sum_{i = 1}^{k} (-1)^{(i+1)} i^2 + (-1)^{((k+1)+1)} (k+1)^2 = (-1)^{((k+1)+1)} \frac{ (k+1)((k+1)+1) }{ 2 }\] \[(-1)^{(k+1)} \frac{ k(k+1) }{ 2 } + (-1)^{((k+1)+1)} (k+1)^2 = \] By inductive hypothesis

OpenStudy (anonymous):

wait so you lost me, the last step you have there is it simplified and proven??

OpenStudy (anonymous):

im not done, you need to make both sides look equal for it to fully proven

OpenStudy (anonymous):

i got stuck somewhere and im trying to figure it out how to do it right now

OpenStudy (anonymous):

ok np ty

OpenStudy (anonymous):

this is what i had but i think its wrong (-1)^(n+1)n(n+1)/2 + (-1)^(n+2)*(n+1)^2 (-1)^(n+1) [ n(n+1)/2 + (-1)(n+1)^2 ] (-1)^(n+1) [ n(n+1)/2 - (n+1)^2 ] (-1)^(n+1) [ (n(n+1) - 2(n+1)^2)/2 ] (-1)^(n+1) [ (n^2 +n - 2n^2 -4n -2)/2 ] (-1)^(n+1) [ (-n^2 -3n -2)/2 ] (-1)^(n+1)(-1) [ (n^2 +3n +2)/2 ] (-1)^(n+2) [ (n+1)(n+2)/2 ]

OpenStudy (anonymous):

\[(-1)^{(k+1)} \frac{ k(k+1) }{ 2 } + (-1)^{(k+1)}(-1) (k+1)^2 = \] \[(-1)^{(k+1)} (k+1) (\frac{ k }{ 2 } + (-1) (k+1)) =\] I factored out a \[(-1)^{(k+1)}(k+1)\] \[(-1)^{(k+1)} (k+1) (\frac{ k }{ 2 } + \frac{ -2(k+1) }{ 2 }) = \] \[(-1)^{(k+1)} (k+1) ( \frac{ -k-2 }{ 2 }) = \] \[(-1)(-1)^{(k+1)} (k+1) ( \frac{ k+2 }{ 2 }) = \] \[(-1)^{(k+2)} (k+1) ( \frac{ k+2 }{ 2 }) =\] \[(-1)^{((k+1)+1)} (k+1) ( \frac{ ((k+1) + 1) }{ 2 }) =\] There ya go, both sides are equal so this holds true for k+1 thus it hold true for n by induction

OpenStudy (anonymous):

just follow understand what i did, its better to use summation for induction when doing these problems

OpenStudy (anonymous):

alright thank you much! would you by chance want to look at another computer sci class problem i have :) ?

OpenStudy (anonymous):

if its another math related i problem i think i can do it

OpenStudy (anonymous):

and your welcome

OpenStudy (anonymous):

want me to post it separate or here?

OpenStudy (anonymous):

you can post it here

OpenStudy (anonymous):

Define the sequence c1, c2... by the equations. c1=c2=0 cn= c[n/3] +n for all n > 2 , prove the statement for all n>= 2 involving cn. the inductive step will assume truth of the statement c[n/3] **thats basement c[n/3] not brackets**

OpenStudy (anonymous):

can you define what a basement is?

OpenStudy (anonymous):

basement or floor= greatest integer less than or equal to x, if [x] is basement

OpenStudy (anonymous):

some refer to as floor

OpenStudy (anonymous):

yea that what i thinking of

OpenStudy (anonymous):

opposite is ceiling

OpenStudy (anonymous):

so we apply the base case first n = 2 so \[c \lfloor \frac{ 2 }{ 3 } \rfloor + 2 = 2 \] so its true

OpenStudy (anonymous):

wait you are trying to prove all n > 2 right? its cause you wrote >= 2 but 2 doesnt work actually since c0 is not defined yet

OpenStudy (anonymous):

prove the statement for all n>= 2 involving cn. the inductive step will assume truth of the statement c[n/3] is what it says

OpenStudy (anonymous):

alright im gonna reapply the base c for n = 3 c[3/3] + 3 = 3 true

OpenStudy (anonymous):

is there anything else to the question? i feel like something is missing

OpenStudy (anonymous):

how is 2/3+2=2 true? or 3/3+3=3?

OpenStudy (anonymous):

its not sorry i messed up you are trying to prove: c[n/3] + n = cn is true for all n >= 2 the thing is i dont know what c0 is equal to because if we apply the base case to n = 2 then c2 = c[2/3] + 2 0 = c0 + 2

OpenStudy (anonymous):

it says c1=c2=0 sorry

OpenStudy (anonymous):

cn= c[n.3]+n for all n>2, prove n>= n for involving cn.

OpenStudy (anonymous):

what are the basis steps is the second part

OpenStudy (anonymous):

im sorry i dont think i can help you with this, i cant seem to figure out the base case here

OpenStudy (anonymous):

alright ty anyways

OpenStudy (anonymous):

i would reccomend mathhelpforum.com and let the professionals try it hahaha again sorry hope you can get the answer :(

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!