transgalactic said:
the base is :
2+ x^(1/3)
if x gose to infinity the the base gose to infinity
and p=0
it gives me (infinity)^0
and its undefined
It is undefined because this is what is called an "indeterminate power"; other examples are 0^0 and 1^infinity. Nonetheless there
will be a value for it.
The solution involves one of the more exotic applications of L'Hopital's Rule, since this first has to be wrestled into the form of an indeterminate ratio 0/0 or infinity/infinity.
You start off by taking the logarithm of your expression, which will be
lim n-> inf. (1/n) ln [2 + n^(1/3)] ; this now has the apparent result 0 · infinity (an indeterminate product).
You next rewrite this product as a ratio, since f · g = f / (1/g) ; it is usually best to put the logarithmic expression in the numerator to apply L'Hopital's Rule, since we're going to be taking derivatives:
lim n-> inf. ( ln [2 + n^(1/3) ] ) / n .
This now has the apparent value infinity/infinity, making it a candidate for L'Hopital's Rule. Differentiate numerator and denominator separately:
lim n-> inf. [ ( 1/{ 2 + n^(1/3) } ) · ( 1/{ 3 · n^(2/3) } ) ] / 1 [using the Chain Rule on the numerator]
Since n appears in the denominator raised to positive powers, once this compound fraction is simplified, the limit is (1/2)·(1/3)·0 = 0 .
This, however, is the natural logarithm of the
original expression, so this limit is the natural logarithm of our original limit. So the original limit is e^0 = 1 .
This is a formal technique for dealing with such problems; as nrqed and atqamar point out, though, this one can sort of be "eyeballed" for a solution...