What are the limits of f(x) for different values of p and q?

  • Thread starter Thread starter EV33
  • Start date Start date
  • Tags Tags
    Limits
EV33
Messages
192
Reaction score
0

Homework Statement


P(x)=a0*x^(p)+a1*x^(p-1)+a2*x^(p-2)...
Q(x)=b0*x^(q)+b1*x^(q-1)+b2*x^(q-2)...

f(x)=lim (n\rightarrow\infty)P(n)/Q(n)

prove what f(x) is equal to for when p<q,q<p,p=q

Find the different values of f(x)

Homework Equations



The only information that I know I can use is the definition of a limit, the squeeze principle,, 1/n converges as n goes to infinity, the limit of a^n where a is a fixed number, and that you can multiply, add, and divide limits.

The Attempt at a Solution



Let
P(n)/Q(n)=(a0*n^(p)+a1*n^(p-1)+a2*n^(p-2)...)/(b0*n^(q)+b1*n^(q-1)+b2*n^(q-2)...)
I'll just start off by asking my first question. It is not legal to divide the top by n^p and the bottom by n^q correct? I would assume its not ok to do because the ratio between the two is not 1.
 
Last edited:
Physics news on Phys.org
If my wording isn't clear please let me know and I can reword what I said.
 
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