Question

prove log_2 n^2 = little o(log_2 n^3) without using limits

prove log_2 n^2 = little o(log_2 n^3) without using limits

Homework Answers

Answer #1

`Hey,

Note: Brother if you have any queries related the answer please do comment. I would be very happy to resolve all your queries.

Let f(n)=log2(n^2) and g(n)=log2(n^3)

So, f(n) can be written as

f(n)=2*log2(n) (Using log properties)

g(n)=3*log2(n) (Using log properties)

So,

f(n)<=(3/2)*g(n)

So, we can choose any constant c>3/2

So, f(n)<c*g(n)

where c>3/2 be it c=2

So,

f(n)=o(g(n)) using the little o definition

Kindly revert for any queries

Thanks.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Prove using the definition of O-notation that 2^(n+2)∈O(2^(2n)), but 2^(2n)∉O(2^(n+2)).
Prove using the definition of O-notation that 2^(n+2)∈O(2^(2n)), but 2^(2n)∉O(2^(n+2)).
Consider function f (n) = 3n^2 + 9n + 554. Prove f(n) = O(n^2) Prove that...
Consider function f (n) = 3n^2 + 9n + 554. Prove f(n) = O(n^2) Prove that f(n) = O(n^3)
Determine the limits of the following sequences. The prove your claims using an e - N...
Determine the limits of the following sequences. The prove your claims using an e - N argument. a. an = n / (n2 + 1) b. bn = (4n + 3) / (7n - 5) c. cn = 1/n sin(n)
Given T(n)= T(n-1) + 2*n, using the substitution method prove that its big O for T(n)...
Given T(n)= T(n-1) + 2*n, using the substitution method prove that its big O for T(n) is O(n^2). 1. You must provide full proof. 2. Determine the value or the range of C.
Put the following complexity classes in ascending order. O(n log n) O(n) O(2^n) O(n^3)
Put the following complexity classes in ascending order. O(n log n) O(n) O(2^n) O(n^3)
Prove or disprove the following statement: 2^(n+k) is an element of O(2^n) for all constant integer...
Prove or disprove the following statement: 2^(n+k) is an element of O(2^n) for all constant integer values of k>0.
give T(n)=T(n-1)+2^n use substituiton method prove that it’s big oh O(n^2)
give T(n)=T(n-1)+2^n use substituiton method prove that it’s big oh O(n^2)
Prove, using the definition of Big-Oh that r + 3 is O(r2) r + 3 is...
Prove, using the definition of Big-Oh that r + 3 is O(r2) r + 3 is O(r) Experimentally (use charts to) analyze the runtime of an algorithm which performs T(w) operations when the input to the algorithm is size w. Hint: chart it against 2n. T(0) = T(1) = 3 T(a) = 2*T(a-2)+T(a-1) use big-oh proof
prove fermats little theorem using induction
prove fermats little theorem using induction
Prove that if n is an integer and 3 is a factor of n 2 ,...
Prove that if n is an integer and 3 is a factor of n 2 , then 3 is a factor of n.
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT