Limit Log Rule Help: Find Limit as p->infinity

  • Thread starter Thread starter KevinL
  • Start date Start date
  • Tags Tags
    Limit Log
KevinL
Messages
37
Reaction score
0

Homework Statement


Limit as p->infinity of ((p^2-p+1)/((P+1)^2)^(2p+3)

In case the parenthesis are confusing, its one giant fraction all raised to the (2p+3) power.

2. The attempt at a solution
I set the entire problem equal to L and took the ln of both sides. This let's me move the power down using a log rule So:

ln(L) = lim p->infinity (2p+3)* ln((p^2-p+1)/((P+1)^2)

Using the log rule of ln(m/n) = ln(m) – ln(n):

lim p-> infinity (2p+3)[ln(p^2-p+1) - 2ln(p+1)]

At this point I am not sure. I think I can put it into a form where I can then use hopital's rule? So:

[ln(p^2-p+1) - 2ln(p+1)] / (1/(2p+3))

Will that help? I took the derivative of top and bottom but its not looking like something I can use.
 
Physics news on Phys.org


KevinL said:

Homework Statement


Limit as p->infinity of ((p^2-p+1)/((P+1)^2)^(2p+3)

In case the parenthesis are confusing, its one giant fraction all raised to the (2p+3) power.

Let's clean this up a bit using LaTeX. If you want to see the code that I used to generate this image, just click on it. Make sure popups are allowed though.

\lim_{p\rightarrow\infty}\left(\frac{p^2-p+1}{(p+1)^2}\right)^{2p+3}

2. The attempt at a solution
I set the entire problem equal to L and took the ln of both sides. This let's me move the power down using a log rule So:

ln(L) = lim p->infinity (2p+3)* ln((p^2-p+1)/((P+1)^2)

So far so good.

Using the log rule of ln(m/n) = ln(m) – ln(n):

lim p-> infinity (2p+3)[ln(p^2-p+1) - 2ln(p+1)]

This isn't going to help too much because you get the indeterminate form \infty - \infty. Instead write it like this:

\ln(L)=\lim_{p\rightarrow\infty}(2p+3)\ln\left(\frac{p^2-p+1}{(p+1)^2}\right)

This is the indeterminate form \infty \cdot 0. Do you know how to handle that?
 


That latex code confuses me, but hopefully I can still write it out like you would into a calculator.

So, with 0 * infinity I need to make it look like this:

ln((p^2-p+1)/((P+1)^2) / (1/(2p+3))

Ordinarily I would use hopital's rule, but wouldn't the top fraction become uglier after differentiating rather than more helpful?
 


It gets uglier before it gets better. If you take the derivative of the top and the bottom you end up with a ratio of rational expressions, which is itself a rational expression. Limits of rational expressions at infinity are easy to compute.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top