For each part below, determine whether: • S(r) is O(g(x)) g(r) is O(f(x)) • f(r) is O(g(x)) and g(r) is O(f(x)) none of the above. (a) f(x) = 3r+log(r), g(x) = x + (log(x))² (b) f(x)=r!, g(x) = 1²¹ (c) f(x) = g(x) = log(r) (d) f(x)=x²0 +¹.9 +¹8..., g(x) = r².1

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

5

This is Discreet math please answer questions with proper formatting for proofs
For each part below, determine whether:
f(x) is O(g(x))
• g(x) is O(f(x))
• J(r) is O(g(x)) and g(x) is O(f(x))
none of the above.
(a) f(x) = 3r+log(r), g(x) = x + (log(x))²
(b) f(x)=r!, g(x) = 1²
(c) f(x) = g(x) = log(r)
(d) f(x)=x20 +¹.9 +¹8..., g(x) = x².1
Transcribed Image Text:For each part below, determine whether: f(x) is O(g(x)) • g(x) is O(f(x)) • J(r) is O(g(x)) and g(x) is O(f(x)) none of the above. (a) f(x) = 3r+log(r), g(x) = x + (log(x))² (b) f(x)=r!, g(x) = 1² (c) f(x) = g(x) = log(r) (d) f(x)=x20 +¹.9 +¹8..., g(x) = x².1
Expert Solution
Step 1 forrg for (a) f(x) = 3x + log(x), g(x) = x + (log(x))^2

(a) f(x) is O(g(x)) and g(x) is not O(f(x)) To show that f(x) is O(g(x)), we need to find positive constants c and k such that f(x) <= c*g(x) for all x > k. Taking c = 4 and k = 1, we have:

3x + log(x) <= 4*(x + (log(x))^2) for all x > 1

which is true. Therefore, f(x) is O(g(x)).

To show that g(x) is not O(f(x)), we need to show that for any positive constant c and any k, there exists an x > k such that g(x) > c*f(x). Let c = 1 and k = 1. Then for any x > e, we have:

x + (log(x))^2 > 3x + log(x)

Therefore, g(x) is not O(f(x)).

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education