You are on page 1of 3

BAB III

APLIKASI

1.

> Limit((u+1)/(u^2+1),u=1);value(%);
u1
lim 2
u 1 u 1

1
>

2.

3.

4.

5.

6.

7.

8.
9.

10.

11.

12.

> Limit((x+1)/(x^2+1),x=1);value(%);
x1
lim
x 1 x21
1
> Limit(tan(x)/sin(2*x),x=0);value(%);
tan( x )
lim
x 0 sin( 2 x )
1
2
> Limit(cos(x)/x,x=0);value(%);
cos( x )
lim
x 0 x
undefined

> Limit(abs (x)/x,x=0);value(%);


x
lim
x 0 x
undefined
> Limit((x-4)/(sqrt(x)-2),x=infinity);value(%);
x4
lim
x  x 2

> Limit((1-(2/x))/(x^2-4),x=2);value(%);
2
1
x
lim 2
x 2 x 4
1
8

> Limit((abs(y^3-1))/(y^2-1),y=3);value(%);
y31
lim
y 3 y21
13
4
> Limit((2/x-2/t)/(x-t),x=t);value(%);
2 2

x t
lim
x t xt
2
 2
t
> Limit((cos(x+h)-cos(x))/h,h=0);value(%);
cos( xh )cos( x )
lim
h 0 h
sin( x )
> Limit((t^2-x^2)/(t-x),t=x);value(%);
t 2x2
lim
t x tx
2x
> Limit((sin(1/2*x))/(3*x),x=0);value(%);
x
sin 
1 2
lim
x 0 3 x
1
6
> Limit((ctg(x))/(csc(x)-1),x=0);value(%);
ctg( x )
lim
x 0 csc ( x )1
0

You might also like