| 
September 19th, 2008, 12:36 AM
| | Banned | | Join Date: Sep 2008
Posts: 21
Country: Thanks: 7
Thanked 2 Times in 2 Posts
| | the Big-O notation problems hello folks.
Can you help me solve these problems of big O notation and moreover, can you explain for me the easiest way to solve Big O notation problems? I mean, how do we begin to solve and what is the general concept?
Thanks in advance  
Last edited by CaptainBlack; September 20th, 2008 at 03:04 AM.
| 
September 19th, 2008, 09:30 AM
| | Super Member | | Join Date: Aug 2008 Location: Lyon, France
Posts: 780
Country: Thanks: 44
Thanked 501 Times in 420 Posts
| | The question in your textbook is not quite rigorously written: it is necessary to specify at the neighbourhood of which point you define the big-O notation. For instance, it seems clear in the present case that it should be  .
That said,  means no more than  for some  and for large enough  . I'll neglect the subscript under the O in the following (but write it on your paper anyway!).
Because  , what you have to do is only to look at the largest term (when  tends to  ). You determine which one is larger by using usual comparisons between polynomial terms, and between polynomial and logarithmic terms. For instance, for a), the dominating term is  (it is larger than  , which dominates  ). This term is not  because  is not compatible with  . On the other hand  , so that  . As a summary,  and it is not  since  .
For b), remember  .
For c), you can use  (or look at the limit as  tends to  ).
For d), cf. a) and c). | | The Following 2 Users Say Thank You to Laurent For This Useful Post: | |  | 
September 20th, 2008, 03:06 AM
|  | Grand Panjandrum | | Join Date: Nov 2005 Location: South of England
Posts: 11,379
Country: Thanks: 667
Thanked 3,619 Times in 2,916 Posts
| | Quote:
Originally Posted by Laurent The question in your textbook is not quite rigorously written: it is necessary to specify at the neighbourhood of which point you define the big-O notation. For instance, it seems clear in the present case that it should be  . | There is no need for the  notation it is implicit in the usual definition of Big-O notation.
RonL
__________________ Truth does not change because it is, or is not, believed by a majority of the people.
Giordano Bruno | | The following users thank CaptainBlack for this useful post: | |  | 
September 20th, 2008, 03:12 AM
|  | Grand Panjandrum | | Join Date: Nov 2005 Location: South of England
Posts: 11,379
Country: Thanks: 667
Thanked 3,619 Times in 2,916 Posts
| | Quote:
Originally Posted by narbe hello folks.
Can you help me solve these problems of big O notation and moreover, can you explain for me the easiest way to solve Big O notation problems? I mean, how do we begin to solve and what is the general concept?
Thanks in advance    | For a description of Big-O notation see the Wikipedia article.
RonL
__________________ Truth does not change because it is, or is not, believed by a majority of the people.
Giordano Bruno | 
September 20th, 2008, 07:26 AM
| | Banned | | Join Date: Sep 2008
Posts: 21
Country: Thanks: 7
Thanked 2 Times in 2 Posts
| | 7 new problems Hello my friends,
I added 7 new problems regarding Big-O notation. I need to know, how you solve them. I want to learn the way and the logic to solve them. Thank you for helping me  | 
September 20th, 2008, 09:45 AM
|  | Senior Member | | Join Date: Sep 2008 Location: R³
Posts: 321
Country: Thanks: 80
Thanked 65 Times in 59 Posts
| | Landau symbol Quote:
Originally Posted by narbe hello folks.
Can you help me solve these problems of big O notation and moreover, can you explain for me the easiest way to solve Big O notation problems? I mean, how do we begin to solve and what is the general concept?
Thanks in advance    | The link below illustrates the Landau symbols O(big-o) and o(small-o), I think it will be helpful Landau Symbols -- from Wolfram MathWorld | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -7. The time now is 08:50 PM. | | |