Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#1 Re: Help Me ! » How to sum sequence of floors numbers? » 2012-02-01 17:05:44

Thank you very much. That was very helpful.

Appreciate it.

#2 Re: Help Me ! » How to sum sequence of floors numbers? » 2012-02-01 15:56:41

Actually, I got what I want but I got another problem which is :

I want to simplify the following equation:

(because I am not allowed to post any link, I'll give you the link without http)
img201.imageshack.us/img201/9801/codecogseqnh.gif

to be this equation:

(3/8)n^2

or

(3/8)n^2 - (.................) << anything else in the blank

I hope you get what I need

Thanks

#3 Help Me ! » How to sum sequence of floors numbers? » 2012-02-01 12:02:07

NumOne
Replies: 5

How can I sum the following sequence:

∑ k∈{⌊n∕2⌋…n-1}k = ⌊n∕2⌋ + ⌊n+1∕2⌋ + ⌊n+2∕2⌋ + ...... + (n-1)

(In another form)

n-1
  ∑    k  =  ⌊n∕2⌋ + ⌊n+1∕2⌋ + ⌊n+2∕2⌋ + ...... + (n-1)
⌊n∕2⌋

What I think is discard the floor and sum what inside each floor !! This is just a guess.

Give me any hint or general formula that helps me to sum them

Thanks

#5 Re: Help Me ! » How can I get this equation? » 2012-01-31 03:03:11

for clarifying the question

2a/n (1/2n^2 log n - 1/8 n^2) + Θ(n)
= ???
= ???
= ???
= ???
= a n log n - (an/4 - Θ(n))

What are the steps between both of them ?

#6 Help Me ! » How can I get this equation? » 2012-01-30 15:29:37

NumOne
Replies: 5

Hi

I have the following equation:

2a/n (1/2n^2 log n - 1/8 n^2) + Θ(n)

What are the steps that I can do to let the previous equation be the following:

a n log n - (an/4 - Θ(n))

Thanks

#7 Help Me ! » Prove of Asymptotic Notation » 2012-01-17 11:16:52

NumOne
Replies: 0

Hi

I need to prove the following statements:

1) for any a>1, and any b, a^n ∈ ω(n^b).

We have to prove f(n) > C.g(n) for all C>0, n0>0 and n>=n0
a^n > C . n^b

Since a > 1 , I think a >= n and a > b
which assures that the left hand side will be always greater than the right hand side.

Is that right ?

2) We have f(n)= n^2 and g(n)=42.
Is f(n) ∈ O (g(n)) or f(n) ∈ Ω(g(n)) ?

What I think is f(n) ∈ Ω(g(n))
n^2 >= C.g(n)
n must be >= 7 and C = 1
Is this prove right or not ?

Thanks

#8 Re: Help Me ! » How to expand logarithms » 2012-01-16 14:37:44

n1*n2/n, where n1<=n<=n2, 2*n1>n and n*2>n2

Located on StackOverFlow.com
How to Prove Asymptotic Notations

It's complicated !!

#9 Help Me ! » How to expand logarithms » 2012-01-16 14:00:23

NumOne
Replies: 4

Hi

I have the following statement

2^(⌊lg n⌋+⌈lg n⌉)∕n ∈ Θ(n)

I need to prove it. The first thing that I am going to do is to expand the exponential .. someone gave me a hint about expanding the exponential but I didn't understand it.

Can someone explain that to me plz ?

Thanks

Board footer

Powered by FluxBB