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

Show that :- \(\lim _{n \to\infty }\frac{2^{n-1}-1}{n}(\mod 13)=0\) you can use anything you want to solve , have fun !! Hint1 :- \(\frac{2^{n-1}-1}{n}(\mod 13)=k \mod 13\) \(\frac{2^{n-1}-1}{n}(\mod 13)=13 m+k\) Hint2:- \(\lim _{n \to\infty }\frac{2^{n-1}-1}{n}=?\)

OpenStudy (perl):

question, what is mod 13 of a decimal for example if n = 10 , plugging in (2^(10-1) -1 ) /10 = 51.1

OpenStudy (perl):

how do you calculate 51.1 mod 13 ?

OpenStudy (anonymous):

hhmmm mod always means residues , dont give it much important but give it a range of (0,1,.....,12)

OpenStudy (anonymous):

ok since u know then act smart any try what u know ; u asked

OpenStudy (perl):

i'm not sure how to evaluate these decimals mod 13 , since that is what you will get

OpenStudy (perl):

mod is not defined for decimals as far as i know.

OpenStudy (anonymous):

ok so 51.1=51+1/10=511/10 mod 13

OpenStudy (perl):

ok :)

OpenStudy (perl):

im asking because im not sure if the question makes sense . did you make up this problem ?

OpenStudy (anonymous):

hey @perl if u dont know that does not mean its wrong :D just feed ur knowledge a bit

OpenStudy (perl):

i'll assume it is a well defined problem, since im no expert on number theory. maybe ganeshie can give it a try

OpenStudy (anonymous):

well its more analysis than being number theory

OpenStudy (perl):

ok can you give a hint

OpenStudy (perl):

i will make a table and plug in n = 1,2,3,...

OpenStudy (anonymous):

:D ok so what ever n is , u would have range of (0,1,....,12) which is sounds like a line right ?

OpenStudy (anonymous):

one way to do this is trying to map new function ( line ) and see

OpenStudy (perl):

so what did you get for 51.1 mod 13 ? the value must be an integer i will need this in order to proceed.

OpenStudy (perl):

can we ignore the decimal .1

OpenStudy (anonymous):

ok i added hint to the question

OpenStudy (anonymous):

and btw residues is integer when u work with integers and have integers stuff this is how ppl used to it but it also can be in real number :D and it might be infinite residue of some mod for irrational numbers

OpenStudy (anonymous):

ok i have to go have fun ...

OpenStudy (perl):

maybe @ganeshie8 can take a look your hint didn't really help me

OpenStudy (anonymous):

hmmm

ganeshie8 (ganeshie8):

by wolfram test the limit is DNE http://www.wolframalpha.com/input/?i=lim+%282%5E%28n-1%29-1%29%2Fn+mod+13

OpenStudy (perl):

the non modular limit does not exist

OpenStudy (mathmath333):

i have never seen a \(mod\) symbol in limit

ganeshie8 (ganeshie8):

hahaha! looks like this is a new dessert prepared by @Marki

OpenStudy (anonymous):

yeah my new paper !horri

OpenStudy (anonymous):

but woli gives me 0 take snap shot for ur result

ganeshie8 (ganeshie8):

here madam http://gyazo.com/ed5bc4e71d8a1c68629c24b75c3bd3cc

OpenStudy (anonymous):

aww yeah does not contradict to what im saying :P ok so result from 0 to 13 try to find why it should be 0

ganeshie8 (ganeshie8):

"0 to 13" is a range of integers so the limit does not converge to any single number

ganeshie8 (ganeshie8):

or am i missing something hmm

OpenStudy (anonymous):

hmm idk :| this is what im thinking of anyway xD

ganeshie8 (ganeshie8):

idk what you're thinking hmm why would an alternating sequence of 0->12 ever converge to 0 ?

OpenStudy (perl):

some of these have defined modular output n = 11 (2^(11-1) -1 ) / 11 = 93 = 2 mod 13

OpenStudy (perl):

others are decimals , like n = 10 (2^(10-1) -1 ) / 10 = 51.1

ganeshie8 (ganeshie8):

ahh decimals are not a problem we can just work them as remainder : 51.1 mod 13 = 13*3 + 12.1mod 13 = 12.1

ganeshie8 (ganeshie8):

so the terms in the sequence will be between [0, 13)

OpenStudy (perl):

you can* modify the mod formula to allow real numbers

ganeshie8 (ganeshie8):

http://www.wolframalpha.com/input/?i=51.1+mod+13

OpenStudy (anonymous):

ok this is what im thinking off to be honest , so u wont think im fooling you from hint 1 we can see that we can express mod operation as line in some space , which give me alternate function lets say \(\psi(n)\) |dw:1420923878301:dw||dw:1420923906550:dw|

OpenStudy (anonymous):

it sounded nice idea for first time xD

ganeshie8 (ganeshie8):

interesting, one sec im still trying to make sense of that..

ganeshie8 (ganeshie8):

what do these lines represent ? |dw:1420924258393:dw|

ganeshie8 (ganeshie8):

\[\frac{2^{n-1}-1}{n}(\mod 13)=k \mod 13\]

OpenStudy (anonymous):

Ok my system shuted down i'll resume some other time

OpenStudy (anonymous):

Ok my system shuted down i'll resume some other time

ganeshie8 (ganeshie8):

Okay, the idea looks interesting but i don't fully get it yet..

OpenStudy (rational):

*

OpenStudy (freckles):

i wonder since it is mod if we should only consider when (2^(n-1)-1)/n is an integer so if it is an integer then ni=2^(n-1)-1 for some integer i So we have \[\lim_{n \rightarrow \infty}\frac{2^{n-1}-1}{n} ( \mod 13)=\lim_{n \rightarrow \infty}\frac{n i}{n} ( \mod 13)=\lim_{n \rightarrow \infty} i (\mod 13)= \\ i (\mod13) \text{ but this still isn't 0 : ( }\]

OpenStudy (freckles):

unless the only value i can be is 0 but that is something else i have to show (if it is even true)

OpenStudy (freckles):

or a multiple of 13

OpenStudy (freckles):

wait can we use Fermat's little theorem... \[\text{ consider } n \text{ as odd } \\ 2^{n-1} \equiv 1 (\mod n) \\ \lim_{n \rightarrow \infty}\frac{2^{n-1}-1}{n}=\lim_{n \rightarrow \infty}\frac{1-1}{n}=\lim_{n \rightarrow \infty}\frac{0}{n}=0\] this is probably completely wrong

OpenStudy (freckles):

i wanted to study number theory just never really got much experience :(

OpenStudy (freckles):

or maybe I should have just said 2^(n-1) is congruent to 1 mod 13

OpenStudy (freckles):

@ganeshie8 does this seem right to you?

OpenStudy (freckles):

or is it like wolfram says

OpenStudy (freckles):

0 to 13

OpenStudy (freckles):

dne whatever

ganeshie8 (ganeshie8):

fermat's little theorem is applicable only when \(n\) is prime \[2^{p-1} \equiv 1 \pmod p\] is true for all odd primes \(p\) in other words, \(2^{p-1}-1\) is divisible by \(p\) for all odd primes

ganeshie8 (ganeshie8):

for our present problem we can only say \(2^{n-1}-1\) is divisble by \(13\) only when \(n-1\) is a multiple of \(12\)

ganeshie8 (ganeshie8):

for example \(2^{13-1}-1\) is divisbible by \(13\)

ganeshie8 (ganeshie8):

\(2^{2(13-1)}-1\) is divisbible by \(13\)

ganeshie8 (ganeshie8):

\(2^{3(13-1)}-1\) is divisbible by \(13\)

ganeshie8 (ganeshie8):

etc...

ganeshie8 (ganeshie8):

but the remainders for other powers can be anything..

OpenStudy (freckles):

I see

ganeshie8 (ganeshie8):

fermat tells us only this much : \(2^{k(13-1)}-1\) is divisible by \(13\) , for all \(k \in \mathbb{N}\)

OpenStudy (freckles):

so wolfram is most likely right in this case

OpenStudy (freckles):

since that one thingy will probably not be congruent to 1 for other integer n (well you know besides the odd integer n)

ganeshie8 (ganeshie8):

yes the remainder could be any real number between 0 and 13

OpenStudy (freckles):

But if we were given that n was odd and n approaches large odd numbers then we could say the limit is 0

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!