Project 1
Project 1
Project 1
x ^ 2 - 9
In[ ]:= Limit , x → 3
x ^ 2 + 2 x - 3
Out[]= 0
Question 2
6
a. g (z) = at z = - 2, z = 0 and z = 5
z ^ 2 - 3 z - 10
compute the limit from left and right for z → - 2 and find the image
Limit[g[z], z → - 2, Direction → - 1 ]
Out[]= -∞
Limit[g[z], z → - 2, Direction → 1]
Out[]= ∞
ComplexInfinity
compute the limit from left and right for z → 5 and find the image
Limit[g[z], z → 5, Direction → - 1]
Out[]= ∞
Limit[g[z], z → 5, Direction → 1]
Out[]= -∞
ComplexInfinity
compute the limit from left and right for z → 0 and find the image
2 Project 1.nb
Limit[g[z], z → 0, Direction → 1]
3
Out[]= -
5
Limit[g[z], z → 0, Direction → - 1]
3
Out[]= -
5
3
-
5
plot g (z)
Out[]= -10 -5 5 10
-1
-2
If[x < 6, 2 x, x - 1]
2. compute the limit from the right and left for x = 4 and find the mage :
Limit[2 x, x → 4, Direction → 1]
Out[]= 8
Limit[2 x, x → 4, Direction → - 1]
Out[]= 8
3. compute the limit from the right and left for x = 6 and find the image :
Project 1.nb 3
Limit[2 x, x → 6, Direction → 1]
Out[]= 12
Limit[x - 1, x → 6, Direction → - 1]
Out[]= 5
{{x → - 1}}
10
-10 -5 5 10
Out[]=
-5
-10
-15
-20
1
Power: Infinite expression encountered.
0
1
Power: "Infinite expression encountered."
0
4 Project 1.nb
Question 3
Determine where the given function is discontinuous :
t^2 - 9
In[ ]:= f[t_] =
3 t^2 + 2 t - 8
- 9 + t2
Out[]=
- 8 + 2 t + 3 t2
Question (4)
Find Limitx ^ 4 SinPi x, x → 0
0.00004
0.00002
x^4
Out[]= -x^4
-0.10 -0.05 0.05 0.10
x^4Sin[Pi/x]
-0.00002
-0.00004
-0.00006
Project 1.nb 5
Question (5)
Find vertical and horizontal asymptote;
step 1, find the zeros of the denominator :
x
In[ ]:= f[x_] =
x^2 - 9
x
Out[]=
- 9 + x2
Limit[f[x], x → - 3, Direction → 1]
Out[]= -∞
Limit[f[x], x → 3, Direction → 1]
-∞
Limit[f[x], x → - 3, Direction → - 1]
Out[]= ∞
6 Project 1.nb
Limit[f[x], x → - 3, Direction → - 1]
Out[]= ∞
1.0
0.5
Out[]=
x
-10 -5 5 10
-0.5
-1.0