How do I do this question thanks!
If limx -> infinity [sqrt(x^2+1) - sqrt(x^2-kx)] = 1, find k.
So let's take your limit expression sqrt(x^2+1) - sqrt(x^2-kx)
Rewrite as (sqrt(1+1/x^2) - sqrt(1-k/x))/(1/x)
We now have a scenario where as x => infinity, both top and bottom approach zero. Use L'Hopital's Rule.
Derivative of the top is 1/sqrt(x^2+1) -sqrt(x^2+1)/x^2-k/(2x*sqrt(x^2-kx)) using CAS as I really ceebs doing this one by hand.
Derivative of the bottom is just -1/x^2
Let's now clear the fraction.
Forgetting the negative sign for now, we get x^2/(sqrt(x^2+1) - sqrt(x^2+1)-k/2sqrt(1-k/x)
The last term simply becomes k/2 in the limit as x approaches infinity.
Let's try and simplify the first two terms. x^2/(sqrt(x^2+1) - sqrt(x^2+1) = 1/sqrt(x^2+1) * (x^2-(x^2+1)) = -1/(sqrtx^2+1)
In the limit as x approaches infinity, this drops off, so we're just left with -k/2. Now putting the negative sign back, we have the limit of your function = k/2 = 1. k=2
Admittedly I cheated using CAS to differentiate.
Edit: there's a much easier way of doing this.
sqrt(x^2+1) - sqrt(x^2-kx) = ((x^2+1) - (x^2-kx))/(sqrt(x^2+1)+sqrt(x^2-kx)) using DOTS
This simplifies to (1+kx)/(sqrt(x^2+1)+sqrt(x^2-kx)
Obviously the 1 is insignificant.
We have kx/(sqrt(x^2+1)+sqrt(x^2-kx))
Dividing by x, we get k/(sqrt(1+1/x^2)+sqrt(1-k/x))
Letting x approach infinity, we get k/(sqrt(1)+sqrt(1) = k/2
k/2 = 1 => k=2
So much simpler