>
u:= (4*x
- 1)/x;
![u := (4*x-1)/x](xxx.files/C1-0326.gif)
>
v(x):=
(4*x^2 +
3*x)/(x^2);
![v(x) := (4*x^2+3*x)/(x^2)](xxx.files/C1-0327.gif)
>
plot([u(x),v(x)],x
=
10..100,
color=[magenta,brown]);
![[Maple Plot]](xxx.files/C1-0328.gif)
>
plot([u(x),v(x)],x
=
1000..10000,
color=[magenta,brown]);
![[Maple Plot]](xxx.files/C1-0329.gif)
ОТВЕТ к
(5b) :
Как
следует
из
графика,
lпредел
f(x) при
стремлении
x на
бесконечность
равен 4.
>
-infinity;
![-infinity](xxx.files/C1-0330.gif)