-3

I need to find limit sqrt((3x-1)/(x+2)) when x->infinity

Can anyone help me please?

Jan Vorisek
  • 530
  • 1
  • 7
  • 17

2 Answers2

2

The answer is sqrt(3):

As x gets very very big, the degree 0 terms (-1x^0 and 2x^0) grow insignificant thus leaving:

sqrt(3x/x)

As you can see this reduces to:

sqrt(3)

And this is no longer affected by x and is, then, the answer.

Note

Math questions are best suited on Stack Exchange's Math page.

Community
  • 1
  • 1
mjgpy3
  • 8,597
  • 5
  • 30
  • 51
1

mjgpy3 deserves credit for his correct and elegant explanation.

But I'll offer you Wolfram Alpha as a way to answer these for yourself without having to ask here:

http://www.wolframalpha.com/input/?i=limit%20%20sqrt((3x-1)%2F(x%2B2))%20%20as%20x-%3Einfinity

duffymo
  • 305,152
  • 44
  • 369
  • 561