Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How do you find the limit of this function. When limit approaches 0?
I have no idea how to do this. Square Root(1+t) - Square Root(1-t) all of which divided by t. Please help, I don't want just the answer I actually want to understand how to do it so a step by step would be nice.
1 Answer
- Anonymous8 years agoFavorite Answer
Since the limit as it stands approaches 0/0, which is inherently meaningless, you need to either use L'Hopital's rule or find an algebraic way of simplifying it.
i'm assuming you probably don't yet know L'Hopital's rule (at a glance, that looks like it might get messy anyway) so algebra is the way to go.
Whenever you have a difference or a sum involving square roots and you're trying to simplify, a good thing to try is multiplying by the conjugate (if you're unfamiliar with that term, the conjugate of a - b is simply a + b, and vice versa). This is helpful because (a + b)(a - b) = a^2 - b^2, which will eliminate those square roots.
In this case, multiply top and bottom by [sqrt(1 + t) + sqrt(1 - t)]
so the numerator becomes: (1 + t) - (1 - t) = 1 + t - 1 + t
which simplifies to: 2t
The denominator is now: t[sqrt(1 + t) + sqrt(1 - t)]
The t in the numerator and the denominator will now cancel, leaving:
2/[sqrt(1 + t) + sqrt(1 - t)]
As t --> 0, the denominator goes to (sqrt1 + sqrt1) = 2
Thus we have 2/2 = 1.