Finding Big-O of sqrt(x^3+x^2+3) - Is Reverse the Same?

  • Thread starter Thread starter shahin93
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on determining the least value of n such that the function sqrt(x^3 + x^2 + 3) is classified as O(x^n). Participants suggest testing the function with specific values of x, such as 10, 100, and 100000, to intuitively grasp the growth rate and identify the appropriate n. The conversation also touches on whether the reverse relationship holds, prompting further exploration of Big-O notation.

PREREQUISITES
  • Understanding of Big-O notation
  • Familiarity with polynomial functions
  • Basic knowledge of limits and growth rates
  • Experience with mathematical analysis techniques
NEXT STEPS
  • Research the properties of Big-O notation in algorithm analysis
  • Explore polynomial growth rates and their classifications
  • Learn about the implications of reverse Big-O relationships
  • Investigate practical applications of Big-O in computational complexity
USEFUL FOR

Students studying algorithms, mathematicians analyzing function growth, and anyone interested in computational complexity and Big-O notation.

shahin93
Messages
10
Reaction score
0

Homework Statement



how do i find the least n such that

sqrt(x^3+x^2+3) is O(x^n)?

is the reverse the same?
 
Physics news on Phys.org
hi shahin93! :smile:

try it for x = 10, then x = 100, then x = 100000 …

you'll soon get the hang of what n needs to be :wink:
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 31 ·
2
Replies
31
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K