Solving Tangent Line Problem: Adding & Subtracting 5 Explained

Bryanaam
Messages
5
Reaction score
0

Homework Statement


Ok, how do i solve this question
I've attached the picture.. The answer is A but i don't understand how to get that...

The Attempt at a Solution



The solution is also given , but i don't understand the adding and subtracting 5. the Derivative of

y=ln (e^x + 5) y'= 1/ ( e ^ x + 5) , where is the extra e^x coming from in the first line of the solution. Also i already mention the adding and substracing 5.. I have no idea what's going on .. PLz Math guru's please help me!
 

Attachments

  • Math Problem.JPG
    Math Problem.JPG
    14.7 KB · Views: 376
  • Math Solved.JPG
    Math Solved.JPG
    25 KB · Views: 443
Physics news on Phys.org
Bryanaam said:
y=ln (e^x + 5) y'= 1/ ( e ^ x + 5) , where is the extra e^x coming from in the first line of the solution.
You have to use the chain rule: y = ln(u) with u = e^x + 5; then y' = dy/du * du/dx

For the rest of your question we'll have to wait to see the attachments.
 
As CompuChip said, the "extra" ex is from the chain rule:
ln(ex+ 5)= ln(u) with u= ex+ 5. dy/dx= (dy/du)(du/dx)
dy/du= d(ln(u))/du= 1/u and du/dx= d(ex+ 5)/dx= ex
dy/dx= (dy/du)(du/dx)= (1/u)(ex)= (1/(ex+5))ex)= ex/(ex+ 5).

The first attachment asks what happens to the slope of the tangent lines to y= ln(ex[/sup+ 5) as x increases and answers that it increases to a limit of 1.

The second explains that answer by noting that y'= ex/(ex+ 5), as above, and then does the following:
1) add and subtract 5
\frac{e^x}{e^x+ 5}+ 5- 5
which is incorrectly shown!

Probably whoever did the "art" did not understand what was meant. It should be
\frac{e^x+ 5- 5}{e^x+ 5}
with the "5, added and subtracted" in the numerator of the fraction. Of course, since 5- 5= 0, those are equal. Now separate into two fractions
\frac{e^x+ 5}{e^x+ 5}- \frac{5}{e^x+ 5}= 1- \frac{5}{e^x- 5}
As x increases without bound, so does ex and so does the denominator of the second fraction: the fraction goes to 0 so the entire expression goes to 1.

I would have done it a slightly different way, myself. From the original expression,
\frac{e^x}{e^x+ 5}
instead of adding and subtracting 5, divide both numerator and denominator by ex:
\frac{\frac{e^x}{e^x}}{\frac{e^x+ 5}{e^x}}= \frac{1}{1+ 5e^{-x}}
Now, as x increases without bound, 5e-x goes to 0 so that fraction goes to 1.
 
And a final way would probably to use L'Hopitals rule, but I will not explain that unless the OP requests it because HallsofIvy shows the most common ways, apart from some general techniques with fractions which are quite important.
 
Thankyou so much Guys.. I think i got the idea now.. BTW Compuchip , what's this L'Hopital rule and how is it applied to this question. I'm curious to find out.. Is it a faster method for doing this problem?

Thanks in Advance.. You guys are awesome
 
L'Hopitals rule can be used if you have to evaluate a limit
\lim_{x \to a} \frac{f(x)}{g(x)}
where f and g separately tend to either 0 or (plus or minus) infinity. In other words, if just plugging in x = a would produce something like 0/0, or \infty / \infty (or \infty / -\infty, -\infty / \infty or -\infty / -\infty).

In this case, you may calculate
\lim_{x \to a} \frac{f'(x)}{g'(x)}
and this is equal to original limit.

For your current problem, e^x blows up as x goes to infinity, so the limit would become of the form \infty / \infty.
Therefore, by L'Hopitals rule,
\lim_{x \to \infty} \frac{e^x}{e^x + 5} = \lim_{x \to \infty} \frac{(e^x)'}{(e^x + 5)'} = \lim_{x \to \infty} \frac{e^x}{e^x} = \lim_{x \to \infty} 1 = 1.

However, I suggest one of the methods HallsofIvy has shown in this case.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top