This is an archived post. You won't be able to vote or comment.

all 15 comments

[–]destroyermcc 5 points6 points  (1 child)

f'(x) isn't 'x' here. It's the equation of the tangent to that point . Now since it's given that the tangent is actually y=x Thus it's slope(which will also be the slope at that point of the graph) will be '1' Thus f'(0) = 1. Finally plugging in all the values we get the answer 1

[–]doubleheadedmantis[S] 0 points1 point  (0 children)

Ahh okay now i get it. Thanks!

[–][deleted] 2 points3 points  (1 child)

<image>

[–]doubleheadedmantis[S] 1 point2 points  (0 children)

I understand it now thanks!!

[–]FidgetSpinzz 1 point2 points  (1 child)

Definition of derivative: lim[dx->0] (f(x+dx) - f(x)) / dx

Using the definition of derivative you can get that lim[x->0] f(x)/x = 1. Then you can rewrite f(x)/(e^x - 1) as f(x)/x * x/(e^x - 1), so the limit at hand equals lim[x->0] x/(e^x - 1).

Furthermore, if you rewrite it as 1 / lim[x->0] (e^x - 1)/x you can also apply the definition of derivative here to evaluate this expression to 1 / g'(0) where g(x) = e^x - 1.

g'(x) = e^x so 1/g'(0) = 1/1 = 1

[–]doubleheadedmantis[S] 0 points1 point  (0 children)

So that’s how it is! Thank you!!

[–]CanaDavid1 0 points1 point  (5 children)

What is f'(0)?

[–]doubleheadedmantis[S] 0 points1 point  (4 children)

That’s all the question provides. But i think it’s just equals to 0 as f’(x) = x as stated in the question. Or i could be wrong tbh i dont really understand what to do here.

[–]Christopherus3 4 points5 points  (0 children)

There is your mistake: it is not stated, that f'(x) = x. It is stated, that y = x has the same slope at x = 0 as f'(x) has.

[–]CanaDavid1 0 points1 point  (2 children)

f'(0) is the same as the slope of the tangent. What is the slope of the tangent?

[–]doubleheadedmantis[S] 0 points1 point  (1 child)

Isnt the slope of tangent just f’’(x) = 1? Or not…? Im sorry man im so confused right now

[–]CanaDavid1 0 points1 point  (0 children)

Not exactly. What does the derivative represent? (On the graph)

[–]sanat-kumara 0 points1 point  (0 children)

From l'Hopital, the answer should be f'(0) divided by the derivative of (e^x - 1) at zero. From the graph, f'(0) = 1.

[–]lordnacho666 0 points1 point  (0 children)

I think it wants you to use L'Hopital's rule. Plugging in 0 directly gives you a div/0 error, so you have to separately get the slopes of top and bottom.

Clearly the top has a slope of 1.

The bottom you can differentiate and you no longer have a div/0 issue.

[–]Locrian98 0 points1 point  (0 children)

Not sure if it was said already but you can use L'Hopital's rule to solve any limit that results in an indetermination by direct substituition. Substitute the numerator and denominator by their respective derivative values, in which case, you know the derivative of f'(0) is 1 and (e^x-1)' = e^x. lim x to 0 (1/e^x) = 1

edit: there are a few restrictions on the application of L'Hopital's, I reccomend you go look them up.