What is the limit at infinity for the given expression?

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
10 replies · 2K views
physics604
Messages
92
Reaction score
2
1. Evaluate lim x[itex]\rightarrow[/itex]-[itex]\infty[/itex] [itex]\sqrt{x^2+x+1}[/itex]+x.The answer is -[itex]\frac{1}{2}[/itex].

Homework Equations



None.

The Attempt at a Solution



I multiplied by the conjugate first, so it turns into

lim x[itex]\rightarrow[/itex]-[itex]\infty[/itex] [itex]\frac{(x^2+x+1)-x^2}{\sqrt{x^2+x+1}-x}[/itex]


= lim x[itex]\rightarrow[/itex]-[itex]\infty[/itex] [itex]\frac{x+1}{\sqrt{x^2+x+1}-x}[/itex]

I divide by 1/x on the top, and 1/√x2 on the bottom.

lim x[itex]\rightarrow[/itex]-[itex]\infty[/itex] [itex]\frac{\frac{x}{x}+\frac{1}{x}}{\sqrt{\frac{x^2}{x^2}+\frac{x}{x^2}+ \frac{1}{x^2} }-\frac{x}{x}}[/itex]

= lim x[itex]\rightarrow[/itex]-[itex]\infty[/itex] [itex]\frac{1+\frac{1}{x}}{\sqrt{1+\frac{1}{x}<br /> +\frac{1}{x^2}} -1}[/itex]

At this point, this is all the algebra I can do. So now I have to plug in the -[itex]\infty[/itex].

When x goes to -[itex]\infty[/itex] into [itex]\frac{1}{x}[/itex], I get 0. Same with [itex]\frac{1}{x^2}[/itex], I also get 0.

So wouldn't that make my equation

[itex]\frac{1+0}{(√1+0+0)-1}[/itex]? My answer would be undefined then, not -[itex]\frac{1}{2}[/itex]...
 
Physics news on Phys.org
physics604 said:
1. Evaluate lim x[itex]\rightarrow[/itex]-[itex]\infty[/itex] [itex]\sqrt{x^2+x+1}[/itex]+x.The answer is -[itex]\frac{1}{2}[/itex].

Homework Equations



None.

The Attempt at a Solution



I multiplied by the conjugate first, so it turns into

lim x[itex]\rightarrow[/itex]-[itex]\infty[/itex] [itex]\frac{(x^2+x+1)-x^2}{\sqrt{x^2+x+1}-x}[/itex]


= lim x[itex]\rightarrow[/itex]-[itex]\infty[/itex] [itex]\frac{x+1}{\sqrt{x^2+x+1}-x}[/itex]

I divide by 1/x on the top, and 1/√x2 on the bottom.

lim x[itex]\rightarrow[/itex]-[itex]\infty[/itex] [itex]\frac{\frac{x}{x}+\frac{1}{x}}{\sqrt{\frac{x^2}{x^2}+\frac{x}{x^2}+ \frac{1}{x^2} }-\frac{x}{x}}[/itex]

= lim x[itex]\rightarrow[/itex]-[itex]\infty[/itex] [itex]\frac{1+\frac{1}{x}}{\sqrt{1+\frac{1}{x}<br /> +\frac{1}{x^2}} -1}[/itex]

At this point, this is all the algebra I can do. So now I have to plug in the -[itex]\infty[/itex].

When x goes to -[itex]\infty[/itex] into [itex]\frac{1}{x}[/itex], I get 0. Same with [itex]\frac{1}{x^2}[/itex], I also get 0.

So wouldn't that make my equation

[itex]\frac{1+0}{(√1+0+0)-1}[/itex]? My answer would be undefined then, not -[itex]\frac{1}{2}[/itex]...


x is NEGATIVE. If that's the case then sqrt(f)/x=(-sqrt(f/x^2)). Think about examples with numbers.
 
  • Like
Likes   Reactions: 1 person
Yes, but how does that apply to my equation?
 
Even if x is negative, [itex]\frac{1}{x}[/itex] would be so small that it would be insignificant.
 
physics604 said:
Yes, but how does that apply to my equation?

You are screwing up a sign with x being negative. You should be getting 1/(-1-1). The sign on the square root is wrong.
 
physics604 said:
Even if x is negative, [itex]\frac{1}{x}[/itex] would be so small that it would be insignificant.

No idea what you are talking about. (-1)*sqrt(2) is -sqrt(2*(-1)^2). It's not sqrt(2*(-1)^2).
 
I think my algebra is right. What step did I do wrong?
 
Office_Shredder said:
When you divide by 1/x on the top, and [itex]1/\sqrt{x^2}[/itex] on the bottom you have multiplied your expression by -1.

And you also converted ##1/\sqrt{x^2}## into 1/x when you multiplied the second term. They just plain aren't equal.
 
Okay, thanks I got it.