English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

For one thing, this isn't really logarithmic differentiation (in the conventional sense), as logarithmic differentiation is usually used to solve questions like this:

Find dy/dx if y = x^[sin(x)]

But with that aside, if

y = ln(e^(-x) + xe^(-x)]

First, let's factor e^(-x) within the ln.

y = ln( e^(-x) [1 + x] ]

Now, we can use the log properties to decompose this into two logs.

y = ln(e^(-x)) + ln(1 + x)

ln and e are inverses of each other, so the first log will leave us with just -x.

y = -x + ln(1 + x)

Now, we differentiate easily. Note that the derivative of ln(x) is equal to 1/x, so

dy/dx = -1 + 1/(1 + x)

If we wanted a cleaner form,

dy/dx = [(-1)(1 + x) + 1] / (1 + x)

And now, simplifying,

dy/dx = [-1 - x + 1] / (1 + x)
dy/dx = -x/(1 + x)

2007-02-05 11:52:02 · answer #1 · answered by Puggy 7 · 0 0

Not sure what the actual problem is here, but assuming you want to find y', this isn't actually logarithmic differentiation per se - you just need to apply the chain rule:

y' = [1/(e^-x + xe^-x)] . [(e^(-x).(-1) + (1.e^-x + x.e^-x.(-1))]
Multiply top and bottom by e^x:
y' = [1 / (1 + x)] . [-1 + 1 + (-x)]
= -x / (x + 1).

You can also write this as -1 + 1 / (x+1) if you prefer.

2007-02-05 11:50:55 · answer #2 · answered by Scarlet Manuka 7 · 0 0

y = ln|e^-x*(1+x)|= ln|e^-x| + ln|1+x| = -x + ln|1+x|
dy/dx = -1 +1/(1+x)

2007-02-05 11:52:04 · answer #3 · answered by mjatthebeeb 3 · 0 0

fedest.com, questions and answers