#How do I solve this limit?

41 messages · Page 1 of 1 (latest)

twilit current
strong stumpBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
tawdry mauve
#

plug in infinity and you should get zero

solar hull
#

If so then you can write sqrt(x^2+1) as x* sqrt(1+1/x^2)

#

When x approaches infinity 1/x^2 approaches 0

#

So you can do a second order Taylor expansion

#

Ie (1+1/x^2)^(1/2)=1+1/2x^2 +o(1/x^2)

#

Also x^2/(x+1)=x/(1+1/x)

#

=x(1-1/x+1/x^2+o(1/x^2))

#

So finally x^2/(1+x)-sqrt(x^2+1)=x-1+1/x-x-1/2x +o(1/x)

#

=1/2x -1 +o(1/x)

#

1/2x approaches 0 as x approaches infinity so the limit is -1

#

Hmmm honestly a second order isn’t even necessary I’m dumb

#

(1+1/x^2)^(1/2)=1+o(1/x)

#

And 1/(1+1/x)=1-1/x+o(1/x)

#

So x/(1+1/x)=x-1+o(1)

#

And x*sqrt(1+1/x^2)=x+o(1)

#

Thus the expression =-1+o(1)=>f(x)~-1 for x approaching infinity with f the function which your trying to find the limit

#

Ie it’s limit is -1

#

Or you could say x^2=(x^2-1)+1

#

Thus x^2/(1+x)=(x^2-1)/(x+1)+1/(x+1)

#

=(x+1)(x-1)/(x+1) -0 when x approaches infinity

#

=x-1

#

Thus x^2/(x+1)-sqrt(x^2+1)=x-1-sqrt(x^2+1)~x-1-sqrt(x^2)~-1

twilit current
#

😮 Sorry for the late reply. Yes I know the taylor series with limits. Thank you so much ❤️

tender vapor
twilit current
#

Is there another way without taylor?

#

@solar hull

#

Tried doing it where I multiply numerator and denom with a root

#

and then divide by x

solar hull
#

Actually you can calculate the limit using derivative rules

#

Like this

#

Using the definition of the derivative

#

This doesn’t use Taylor expansion

#

@twilit current

twilit current
# solar hull

oh wow! Thank you!! 🙂 Your help is very much appreciated

small shoreBOT
#

@twilit current has given 1 rep to @solar hull