Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(8 pts) This question tests your understanding of proofs for asymptotic notations. (a) Let f(n)=3n21000. In order to prove that f(n)(n2), we need to find
(8 pts) This question tests your understanding of proofs for asymptotic notations. (a) Let f(n)=3n21000. In order to prove that f(n)(n2), we need to find a positive constant c>0 and an integer N1 such that f(n)cn2,foreverynN. Answer the following questions on the answer sheet. (a1) Will c=1,N=8 make the proof correct? (a2) Will c=3,N=12 make the proof correct? (a3) Will c=5,N=13 make the proof correct? (a4) Will c=7,N=20 make the proof correct? (b) Let g(n)=13n2+1000. In order to prove that g(n)O(n2), we need to find a positive constant c>0 and an integer N1 such that g(n)cn2,foreverynN. Answer the following questions on the answer sheet. (b1) Will c=11,N=32 make the proof correct? (b2) Will c=12,N=20 make the proof correct? (b3) Will c=13,N=20 make the proof correct? (b4) Will c=14,N=10 make the proof correct
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started