find the lim x->0 (e^(-x) -1) / (1-e^x)

i did this using a table and the found the limit but is there a way to do this algebraically

You can do this (and mnore complicated problems) easily using Taylor expansions.

We have:

exp(x) = 1 + x + x^2/2 + x^3/6 + ...

Substituting this in the formula and exäding gives:

(e^(-x) -1) / (1-e^x) =

[-x + x^2/2 + ...]/[-x - x^2/2 + ...] =

[1 - x/2 + ...]/[1+x/2 + ...] =

1 - x + ....

Formulated rigorously, this means that in a neighborhood of x = 0, we have:

(e^(-x) -1) / (1-e^x) = 1 + O(x)

Where O(x) means that there exists a neighborhood of zero such that

|O(x)| < M |x|

for some constant M. See also here for general use of this notation:

http://en.wikipedia.org/wiki/Big_O_notation

This then means that the limit equals 1.

In this particular case, you could also have used L'Hôpital's rule, but that's equivalent to this derivation.

I would attempt l'Hôpital's rule first, as it is simpler and takes less time, an important factor for exams. However it depends on whether the course curriculum includes the rule or Taylor's expansion.

Using l'Hôpital's rule, when finding the limit of an apparently indefinite quantity involving a numerator and a denominator, we would replace the numberator and denominator by their respective derivatives and find the limit again. The rule can be applied repeatedly until a defined limit is obtained.

For the case in point,
lim x->0 (e-x-1)/(1-ex)
= lim x->0 -e-x/-ex
= 1

Yes, there is a way to solve the limit algebraically. In order to evaluate the limit as x approaches 0 for the expression (e^(-x) - 1) / (1 - e^x), we need to simplify the expression. Here's how you can approach it:

Step 1: Multiply both the numerator and denominator by -1 to change the signs:
(-1)(e^(-x) - 1) / (-1)(1 - e^x)

Step 2: Distribute the negative sign:
(1 - e^x) / (e^x - 1)

Step 3: Rearrange the terms:
(-e^x + 1) / (e^x - 1)

Step 4: Factor out -1 from the numerator:
-1(e^x - 1) / (e^x - 1)

Step 5: Cancel out the common factor of (e^x - 1) in both the numerator and denominator:
-1

So, the limit as x approaches 0 for the expression (e^(-x) - 1) / (1 - e^x) is -1.

Note that by canceling out (e^x - 1), we are assuming that e^x ≠ 1 for x near 0. Since e^x = 1 at x = 0, we cannot directly substitute x = 0 into the original expression. However, by simplifying the expression algebraically, we can find the limit.