Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 2 . Asymptotics Another common approximation in applied math and engineering is to use only the leading order terms for functions that grow without
Question Asymptotics
Another common approximation in applied math and engineering is to use only the leading order terms for functions that grow without bound. In this exercise we will recall how to use the bigO notation to denote such an
approximation, and write some simple MATLAB code that can help us confirm when the definition can be applied.
a Consider the functions
fx e
x
and
fx e
x
Is it true that fx in Ofx or that fx in Ofx as x infty Justify your answer by taking a limit
b When we write the expression limninfty fn L this really means that we can ensure that fn will be
as close to L as we like, provided we take n sufficiently large Write MATLAB code that takes as input a
symbolic function f a limit L and an error threshold err, and returns the smallest positive integer n for which
fn L err. Examining the limit you considered in a use your code to produce the smallest integer n
for which the ratio of functions you considered is within of its limiting value.
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