Find horizontal asymptotes of a radical function

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
2 replies · 17K views
LANS
Messages
24
Reaction score
0

Homework Statement


Find the horizontal asymptotes for the following equation:

Homework Equations


[tex] f(x) = \sqrt{x^2+4x}-\sqrt{x^2+x}[/tex]

The Attempt at a Solution


First I factored f(x):
[tex] f(x) = \sqrt{x}\sqrt{x+4}-\sqrt{x+1}[/tex]
Then I conjugated it:
[tex] f(x) = \frac{x(x+4-x+1)}{\sqrt{x}\sqrt{x+4}-\sqrt{x+1}}[/tex]
That's as far as I've been able to get. Any help would be appreciated.

edit: I "cheated" by plugging in big numbers and found the asymptote is y= -1.5
 
Last edited:
Physics news on Phys.org
LANS said:

Homework Statement


Find the horizontal asymptotes for the following equation:



Homework Equations


[tex] f(x) = \sqrt{x^2+4x}-\sqrt{x^2+x}[/tex]


The Attempt at a Solution


First I factored f(x):
[tex] f(x) = \sqrt{x}\sqrt{x+4}-\sqrt{x+1}[/tex]
Then I conjugated it:
[tex] f(x) = \frac{x[x+4-x+1]}{\sqrt{x}\sqrt{x+4}-\sqrt{x+1}}[/tex]
That's as far as I've been able to get. Any help would be appreciated.

edit: I "cheated" by plugging in big numbers and found the asymptote is y= -1.5
do you mean (plus sign on denominator & brackets)
[tex]f(x) = \frac{x[x+4-x+1]}{\sqrt{x}(\sqrt{x+4}+\sqrt{x+1})}[/tex]

i would start with
[tex]f(x) = \frac{3x}{\sqrt{x^2+4x}+\sqrt{x^2+x}}[/tex]

now try taking x outside the denominator and cancelling with numerator (or equivalently multiply both by 1/x)

then take the limit as x goes to +- infinity
 
Last edited:
I fixed the brackets, and I'll try that tomorrow (I'm going to bed now). Thanks.