0% found this document useful (0 votes)
2 views

Assignment Calculus

The document outlines a group assignment for Calculus, detailing tasks related to plotting functions f(x) and g(x) in Python. It includes discussions on limits, asymptotes, continuity, and the domain and range of g(x), with specific due dates and assignment numbers. The assignment requires graphical representations and Python code for each part of the analysis.

Uploaded by

Ehtisham Amjad
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Assignment Calculus

The document outlines a group assignment for Calculus, detailing tasks related to plotting functions f(x) and g(x) in Python. It includes discussions on limits, asymptotes, continuity, and the domain and range of g(x), with specific due dates and assignment numbers. The assignment requires graphical representations and Python code for each part of the analysis.

Uploaded by

Ehtisham Amjad
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Information Course Details Assignment Info

Group 8 Calculus Group Assignment


231996, 232052, 233002, 222690 Ms. Nomana Abid Due Date: October 22, 2024
Date Submitted October 22, 2024 Assignment Number 2

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

You might also like