Find Limit: Cancellation Homework Statement

  • Thread starter Thread starter themadhatter1
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
themadhatter1
Messages
139
Reaction score
0

Homework Statement


Find the limit.

[tex]\lim_{x\rightarrow0}\frac{\frac{1}{x+1}-1}{x}[/tex]

Homework Equations


The Attempt at a Solution



I have to do this analytically. Although, I know that the limit is supposed to be -1 from a graphing approach. When you substitute in 0 for x you get 0/0. How do I get this function into a determinate form? I can't factor and I'm not sure what to multiply the top and bottom by.

I tried [tex]\frac{\frac{1}{x+1}+1}{\frac{1}{x+1}+1}[/tex]

and I got

[tex]\frac{1-(x^2+2x+4)}{x(x+1)(x+2)}[/tex] which is still in indeterminate form.
 
Physics news on Phys.org
themadhatter1 said:

Homework Statement


Find the limit.

[tex]\lim_{x\rightarrow0}\frac{\frac{1}{x+1}-1}{x}[/tex]

Homework Equations





The Attempt at a Solution



I have to do this analytically. Although, I know that the limit is supposed to be -1 from a graphing approach. When you substitute in 0 for x you get 0/0. How do I get this function into a determinate form? I can't factor and I'm not sure what to multiply the top and bottom by.

I tried [tex]\frac{\frac{1}{x+1}+1}{\frac{1}{x+1}+1}[/tex]
I wouldn't do that. Try multiplying the original fraction by
[tex]\frac{x+1}{x+1}[/tex]
instead. Something should eventually cancel.


69
 
Do you know, or can you use, L'Hopital's rule?

In this case, L'Hopital's rule would take the form

If
[tex]\lim_{x\rightarrow a} \frac{f(x)}{g(x)} = \frac{0}{0}[/tex]
but
[tex]\lim_{x\rightarrow a} \frac{f'(x)}{g'(x)} = L[/tex]
where L is a finite number,
then
[tex]\lim_{x\rightarrow a} \frac{f(x)}{g(x)} = \lim_{x\rightarrow a} \frac{f'(x)}{g'(x)} = L[/tex]
 
You can get a common denominator with the terms in the numerator and simplify, then you should get a fraction that's not indeterminate anymore.
 
Mute said:
Do you know, or can you use, L'Hopital's rule?

In this case, L'Hopital's rule would take the form

If
[tex]\lim_{x\rightarrow a} \frac{f(x)}{g(x)} = \frac{0}{0}[/tex]
but
[tex]\lim_{x\rightarrow a} \frac{f'(x)}{g'(x)} = L[/tex]
where L is a finite number,
then
[tex]\lim_{x\rightarrow a} \frac{f(x)}{g(x)} = \lim_{x\rightarrow a} \frac{f'(x)}{g'(x)} = L[/tex]

No I dont, I'm just starting calculus, but that looks interesting. I'm sure I'll learn it later.
eumyang said:
I wouldn't do that. Try multiplying the original fraction by
[tex]\frac{x+1}{x+1}[/tex]
instead. Something should eventually cancel.69

Thanks, that works perfectly. I know where I went wrong.