- #1
travwg33
- 21
- 0
I seem to find a problem with the limit
lim(x->0)
(x^2sin(x))
-----------
1-cos^2(x)
using the limit as x approaches 0 of x over sine of x equals 1 we can simplify as such
(x) * (x) * sin(x)
----- ------
sin(x) sin(x)
and this would equal 0
but what if we split it like:
x^2 * sin(x)
----- -------
sin(x) sin(x)
then you get
x * x
----
sin(x)
which equals x and then infinity why is this different did i screw up on the second split?
lim(x->0)
(x^2sin(x))
-----------
1-cos^2(x)
using the limit as x approaches 0 of x over sine of x equals 1 we can simplify as such
(x) * (x) * sin(x)
----- ------
sin(x) sin(x)
and this would equal 0
but what if we split it like:
x^2 * sin(x)
----- -------
sin(x) sin(x)
then you get
x * x
----
sin(x)
which equals x and then infinity why is this different did i screw up on the second split?