Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7068017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:16:21+00:00 2026-05-28T05:16:21+00:00

Order notation question, big-o notation and the like: What does the max and min

  • 0

Order notation question, big-o notation and the like:

What does the max and min of a function mean in terms of order notation?

for example:

DEFINITION:

“Maximum” rules: Suppose that f(n) and g(n) are positive functions for all n > n0.

Then:

  • O[f(n) + g(n)] = O[max (f(n),g(n)) ]

  • etc…

I need to use these definitions to prove something for homework.. thanks for the help!

EDIT: f(n) and g(n) are supposed to represent running times of algorithms with respect to input size

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:16:22+00:00Added an answer on May 28, 2026 at 5:16 am

    With Big-O notation, you’re talking about upper bounds on computation. This means that you are only interested in the largest term of the combined function as n (the variable) tends to infinity. What’s more, you drop any constant multipliers as well since the formal definition of the notation allows you to discard those parts, which is important as it allows you to focus on the algorithm’s behavior and not on the implementation of the algorithm.

    So, we are combining two functions through summation. Well, there are two cases (strictly three, but it’s symmetric):

    1. One function is of higher order than the other. At that point, the higher order function dominates the lesser; you can pretend that the lesser doesn’t exist.
    2. Both functions are of the same order. This is just like you are doing some kind of ratio-ed sum of the two (since we’ve already thrown away the scaling factors) but then you just end up with the same factor and have just changed the scaling factors a bit.

    The net result looks very much like the max() function, even though it’s really not (it’s actually a generalization of max over the space of functions), so it’s very convenient to use the notation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: What is the “??” operator for? What does the ?? notation mean
I have a Big O notation question. Say I have a Java program that
Order.prototype.selectItem = function(newItem) { ... newItem is the object I want to copy and
Is there an elegant notation for Currying the arguments of a function out of
In order to add events we could use this simple first solution : function
In order to define charset for HTML5 Doctype , which notation should I use?
What's a good strategy to determine the running time (Big O notation) of data
I tried to order csv file but the rank() function acting weird on number
order by in query is taking to much time in MySQL. SHOW PROFILES shows
Order by descending is not working on LINQ to Entity In the following Query

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.