Assignment Calculus
Assignment Calculus
Question
Plot the functions f x( )and g x( ) in Python and
1. Discuss limits (left- and right-hand limits as well) graphically at any 5 points in the
interval [-10, 10].
2. Find horizontal, vertical and oblique asymptotes of f x( ).
3. Discuss continuity through graphs (the points or intervals where the functions f x( )and g
x( )is discontinuous and continuous).
4. Domain and range of g x( ).
Given Function
Solution
First, we are going to negociate the first part of the question and that is discussing the left and
right hand limits graphically at any 5 points in the interval [-10, 10].
Python Code
Graphical Representation
Python Code
Output
Now, we are going to negociate the second part of the question and that is to find horizontal,
vertical and oblique asymptotes of f x( ).
Python Code
Graphical Representation
Page Turn Over
Now, we are going to negociate the third part of the question and that is to discuss continuity
through graphs (the points or intervals where the functions f x( )and g x( )is discontinuous and
continuous).
Python Code
Output
Now, we are going to negociate the fourth part of the question and that is to find domain and
range.
Python Code
Output