L'Hopital's rule for solving limit

AI Thread Summary
The discussion focuses on applying L'Hopital's rule to solve two limit problems. For the first limit, as x approaches 0, both the numerator and denominator approach 0, allowing the use of L'Hopital's rule to evaluate the limit. The second limit presents an indeterminate form of 1 raised to infinity, which can be transformed by taking logarithms, leading to another 0/0 form suitable for L'Hopital's rule. Participants emphasize the importance of recognizing when to apply L'Hopital's rule and suggest transforming expressions to fit its criteria. Understanding these concepts is crucial for solving complex limits effectively.
mousesgr
Messages
31
Reaction score
0
1. lim [(1+x)^(1/x) - e ] / x
x ->0

2. lim [sin(2/x)+cos(1/x)]^x
x -> inf

help...
 
Last edited:
Physics news on Phys.org
Homework should be posted in the homework forum- and you should show us what you have tried to do. Have you considered L'Hopital's rule?
 
qs 1 is not 0/0 or inf/inf from
how do consider L'Hopital's rule?
 
Do you KNOW "L'Hopital's rule"? It is specifically for limit problems where you get things like these.

If you have lim_{x->a} \frac{f(x)}{g{x}} where f(a)= 0 and g(a)= 0, then the limit is the same as lim_{x->a}\frac{\frac{df}{dx}}{\frac{dg}{dx}}.

If you get things like 0^0 or \infty^{\infty} (as your second limit), you can take logarithms to reduct to the first case.
 
mousesgr said:
qs 1 is not 0/0 or inf/inf from
how do consider L'Hopital's rule?
#1 is in form 0 / 0.
Since:
\lim_{x \rightarrow 0} (1 + x) ^ {\frac{1}{x}} = e
So the numerator will tend to 0 as x approaches 0. The denominator also tends to 0. So it's 0 / 0.
You can use L'Hopital's rule to solve for #1.
-------------------
#2 is 1 ^ \infty
First, you can try to take logs of both sides.
So let y = \lim_{x \rightarrow \infty} \left[ \sin \left( \frac{2}{x} \right) + \cos \left( \frac{1}{x} \right) \right] ^ x. So:
\ln y = \ln \left\{ \lim_{x \rightarrow \infty} \left[ \sin \left( \frac{2}{x} \right) + \cos \left( \frac{1}{x} \right) \right] ^ x \right\} = \lim_{x \rightarrow \infty} \ln \left[ \sin \left( \frac{2}{x} \right) + \cos \left( \frac{1}{x} \right) \right] ^ x
= \lim_{x \rightarrow \infty} x \ln \left[ \sin \left( \frac{2}{x} \right) + \cos \left( \frac{1}{x} \right) \right] = \lim_{x \rightarrow \infty} \frac{\ln \left[ \sin \left( \frac{2}{x} \right) + \cos \left( \frac{1}{x} \right) \right]}{\frac{1}{x}}
This is 0 / 0. So again, you can apply L'Hopital's rule to find the limit.
Viet Dao,
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top