Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions 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
expand button
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
Check Mark
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)).

Knowledge Booster
Background pattern image
Computer Science
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.
Similar questions
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education