How Do You Solve These Limit Problems in Calculus?

  • Thread starter Thread starter Hollysmoke
  • Start date Start date
  • Tags Tags
    Limits
Hollysmoke
Messages
185
Reaction score
0
Hi, I'm having trouble with a couple limits because I'm not sure how to answer them exactly...


a)lim x-> infinity 10^1/x (sorry i don't know how to use LaTex)


b) lim x-> 3 x^-2 - 3^-2 / x-3
Now since this one is 0/0, I tried to factor it but I'm not sure HOW to factor it.
 
Physics news on Phys.org
Hollysmoke said:
Hi, I'm having trouble with a couple limits because I'm not sure how to answer them exactly...


a)lim x-> infinity 10^1/x (sorry i don't know how to use LaTex)
I take it you mean 10^(1/x). You could do that as 101/x in html or 10^{\frac{1}{x}} in Latex (click on that to see the code. What does 1/x go to as x-> infinity? What is 10 to that power?


b) lim x-> 3 x^-2 - 3^-2 / x-3
Now since this one is 0/0, I tried to factor it but I'm not sure HOW to factor it.
If you don't use Latex, PLEASE use parentheses. I assume you mean
(x^(-2)- 3^(-2))/(x- 3). Did you consider multiplying numerator and denominator by x^2? That gives you (1- x^2/9)/(x^2(x-3)). If you REALLY don't like fractions multiply numerator and denominator by 9= 3^2. That gives (9- x^2)/(9x^2(x-3)). Can you factor that?
 
1) As x-> infinity, 1/x = 0, therefore 10^0 = 1

2) How come you multiplied x^2? (Our teacher was teaching us that we factor if, when the limit is put in and you get 0/0, that you should factor)
 
Because it gives you something you CAN factor! You seemed to be having difficulty with the negative powers, I got rid of them.

Of course, you know that a^2- b^2= (a-b)(a+b) so you certainly could do x^(-2)- 3^(-2)= (a^(-1))^2- (3^(-1))^2= (a^(-1)- 3^(-1))(a^(-1)+ 3^(-1)) That would also work.
 
Is the final answer -2/27?
 
That looks good to me. :)
You can always check it by plugging some value of x in the expression, and if it evaluate to some value closed to your result, then it's correct.
Say, let's choose x = 2.99 (closed to 3). Plug it in and you will have: -0.07444609..., which is ver closed to -2 / 27. And you are correct.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top