How to prove that this function is primitive recursive?

[Discrete Mathematics] How to prove a function is big-theta(n^3/2)?

  • The function I was given is (n+1)3/2. I understand that I have to prove that it is both big-O(n3/2) and big-Omega(n3/2). I know how to do this for polynomial functions such as n2 and ...show more

  • Answer:

    Upper bound. For all n > 1: (n+1)^(3/2) < (n+n)^(3/2) = 2^(3/2) * n^(3/2). Lower bound. For all n > 0: (n+1)^(3/2) > (n+0)^(3/2) = n^(3/2). All together, we have 1 * n^(3/2) < (n+1)^(3/2) < 2^(3/2) * n^(3/2) for all n > 1. Hence, (n+1)^(3/2) is Θ(n^(3/2)). I hope this helps!

JK54GL7XXY2Z26X4URCSVXVZFY at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.