Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Image: ubuntu2204
Limits Assignment
Note:
You'll see comments below on Questions 1 through 3 stating, "The limit is approximately." Type a number at the end of this line to indicate your answer.
If the (two-sided) limit does not exist, write DNE.
Question 1
[2 points] Consider .
Caution: It's a little hard to see, but this limit is at .
Part a
Estimate the limit to two decimal places by zooming in on a graph.
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In [4], line 1
----> 1 (-Integer(2)) == (-Integer(2))**Integer(3) - Integer(6)(-Integer(2))**Integer(2) + Integer(32)(-Integer(2))**Integer(2) - (-Integer(2)) - Integer(6)
TypeError: 'sage.rings.integer.Integer' object is not callable
Part b
Estimate the limit numerically from the left using at least seven values.
Part c
Estimate the limit numerically from the right using at least seven values.
Part d
Compute the limit using CoCalc's limit command. [Convert your answer to a decimal in order to compare it with the results above.]
Question 2
[2 points] Consider .
Part a
Estimate the limit to two decimal places by zooming in on a graph.
Part b
Estimate the limit numerically from the left using at least seven values.
Part c
Estimate the limit numerically from the right using at least seven values.
Part d
Compute the limit using CoCalc's limit command.
Question 3
[2 points] Consider .
Note: To get , use abs(x) in CoCalc.
Part a
Estimate the limit to two decimal places by zooming in on a graph.
Part b
Estimate the limit numerically from the left using at least seven values.
Part c
Estimate the limit numerically from the right using at least seven values.
Part d
Compute the limit using CoCalc's limit command.
Question 4
[1 point] Let .
Part a
Use CoCalc's limit command to compute the right limit .
Part b
Use CoCalc's limit command to compute the left limit .
[Careful: This is not the limit as x approaches . This is the limit as x approaches positive from the left.]
Question 5
[2 points] Consider the function .
Part a
Compute .
Part b
Compute .
Part c
Graph using xmin= -100, xmax=100, ymin= -1, ymax=1.
Recall, if either of the limits above is a number, then the graph of has a horizontal asymptote. Does your graph have two horizontal asymptotes that match the answers from parts a and b?
Question 6
[1 point] Let . Compute .
[Don't forget to declare variables a and b.]