Finding limits of 2 varible functions

  • Thread starter Thread starter tnutty
  • Start date Start date
  • Tags Tags
    Functions Limits
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
tnutty
Messages
324
Reaction score
1

Homework Statement




Find the limit, if exist, otherwise show why it doesn't;

F(x,y) = R;

where R =

x^2 + y^2
------------------------
sqrt( x^2 + y^2 + 1) - 1


Attempt :

|R| = R

Since I know that |x| <= sqrt(x^2) <= sqrt(x^2 + y^2 + 1) = J

R <= J^2 + J^2 / (J + 1) = 2*J^2 / (J + 1)

Stuck here.

Also does the methods of 1 variable function to find limits, such as l'hopital rule apply to 2 variable? I assume not, since the book has not mentioned it.
 
Physics news on Phys.org
Suggestion: Go back to the beginning and rationalize the denominator.
 
Billy Bob said:
Suggestion: Go back to the beginning and rationalize the denominator.

Perfect. Should have seen that. Thank you.