Why is the limit at x=0 equal to zero in this calculus problem?

  • Thread starter Thread starter SimpliciusH
  • 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
SimpliciusH
Messages
32
Reaction score
0
I was copying some old text and I came across a limit I didn't understand.

It starts as

[tex]\stackrel{Lim}{x\rightarrow0}\frac{\sqrt{x^2+2-1}-x}{x}[/tex]

and then understandably continues until[tex]\stackrel{Lim}{x\rightarrow0}\frac{x-1}{x*\sqrt{x^2+x-1}+x}=0[/tex]

Why would this be zero? x-1 goes to -1, x goes to zero and anything multiplied by zero is zero. And dividing with zero is a no no...Sorry for the bad format I'm still trying to get a hang of latex.
 
Last edited:
Physics news on Phys.org
ehild said:
The second limit has no sense. The expression under the square root becomes negative when x--->0.

ehild

The second limit is derived from the first one. I know the second one makes no sense but its quite confidently written that it equals zero.

Is the zero perhaps a reference to the first limit? And there was a mistake or typo made during solving?
 
You must have made at least one transcription error.

Your first expression

[tex] \lim_{x \to 0} \frac{\sqrt{x^2+2-1}-x}{x}[/tex]

does not exist - the expression goes to infinity IF what you have beneath the square root is correct.

The second expression

[tex] \lim_{x \to 0} \frac{x-1}{x\,\sqrt{x^2 + x -1} +x}[/tex]

does not equal zero - it too goes to infinity (note that the denominator is

[tex] x \left(\sqrt{x^2+x-1} + 1\right)[/tex]

and this goes to zero as [itex]x[/itex] itself does. More importantly, this does not come from your first expression.

Please examine your original problem and repost.

I could attempt to "guess" different forms for the correct expression, but:
- there is no guarantee would ever hit the correct one, even though I'm reasonably sure I would)
- the weather is fantastic, my bicycle is ready to go, and there is a 55-mile ride mapped out that has my name on it. hoo-rah!
 
Last edited:
Thanks for taking a look at this. I've found the same problem solved on some other notes I was doing and found the transcript error.