Question #21638

2 Answers
Jan 15, 2015

When determining the limit of a function, the first thing you should do is replace the variable with the limit itself and see if an answer exists.

In some cases, the denominator becomes 0, indicating a solution does not exist AT the limit. At this point, you proceed with the process of finding the limit (graphing, incremental approach, etc.)

However, in our specific case of:

#lim_(x->0) (sinx^4)/(sin^2(x^2))#

we actually find that:

VVVVVV incorrect from here, sorry! - Jake VVVVVV

#sin(0^4)=sin(0)=1#

and:

#sin^2(0^2)=sin^2(0)=1#

Indicating that:

#lim_(x->0) (sinx^4)/(sin^2(x^2)) = 1/1 = 1#

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

A first useful step in solving finite limits is always to try and substitute the value at which you are computing the limit. This can be done for infinite limits too, but infinity is thorny and we can't speak of a mere "substitution" because infinity is not a (real) number and thereby infinity's algebra has to be handled with kid gloves.

If only continuous functions are involved (continuous at the point at which you're computing the limit), for finite limits you'll get a finite value. If functions are not all continuous, then there can be some troubles that you have to deal with (indeterminate forms or nonexistence of the limit). For example in case of divisions, when the denominator's limit is #0#.

In our case #lim_{x to 0} sin(x^4) / {sin^2(x^2)}#. We get:
#sin(x^4)=sin(0^4)=sin(0)=0#
#sin^2(x^2)=sin^2(0^2)=sin^2(0)=0^2=0#
So this is the case of an indeterminate form #0/0#: division by zero is not allowed, so the function #sin(x^4) / {sin^2(x^2)}# doesn't exist for #x=0#. This means that the simple substitution of the value at which we're computing the limit is not enough.

When dealing with #sin# function and limits, there's a very important notable limit that often helps:
#lim_{x to 0} {sin x}/x=1#
This doesn't restrict its effectiveness in case of #{sin x}/x# only. In fact, if #f(x)# is a real function of real variable such that #lim_{x to x_0} f(x)=0#, where #x_0 in mathbb{R}#, if #y=f(x)# then we get that:
#lim_{x to x_0} sin f(x) / f(x)=lim_{f(x) to 0}sin f(x) / f(x)=lim_{y to 0} sin y / y=1#

So if #f(x)=x^4# and #x_0=0#, we get:
#lim_{x to 0} sin(x^4) / x^4=1#
Now the question is: can we work our original limit in some way to get this limit involved? We could multiply the numerator and the denominator by #x^4# (which really is multiplying by #1#), getting:
#lim_{x to 0} {sin(x^4) * x^4} / {sin^2(x^2) *x^4}=lim_{x to 0} ({sin(x^4)} / {x^4} * x^4 / {sin^2(x^2)})=lim_{x to 0} ({sin(x^4)} / {x^4}) / ({sin^2(x^2)}/x^4)=lim_{x to 0} ({sin(x^4)} / {x^4}) / (sin(x^2)/x^2)^2=1 / 1=1#
So by some algebraic manipulations (just properties of fractions) we got #lim_{x to 0} sin(x^4) / x^4=1# divided by #lim_{x to 0} sin(x^2) / x^2=1# squared. So the result is #1#.

The graph of the function #sin(x^4)/{sin^2(x^2)}# looks like we're right:
graph{sin(x^4)/(sin(x^2))^2 [-1.5, 1.5, -1, 2]}