tmt1
- 230
- 0
Supposing we have $f(x) = {2}^{lnx}$, how would we find $f'(x)$?
tmt said:Supposing we have $f(x) = {2}^{lnx}$, how would we find $f'(x)$?
kaliprasad said:you can take log on both sides to get
ln f(x) = ln x ln 2
and differentiate both sides
alternatively
$f(x) = 2^{ln x} =e^{(ln 2) ln x} = x^{ln 2}$ and now you can differentiate
tmt said:So the answer would be ${2}^{lnx} (\frac{1}{2} lnx + \frac{1}{x} ln2)$ ?
kaliprasad said:kindly show the steps
tmt said:Ok, if we take your second expression, with seems easier, we have ${x}^{ln2}$.
So, if we differentiate that, do we get something like: $ln2({x}^{ln2 - 1}) * \frac{1}{2}$. I'm not sure how to properly evaluate this. The $\frac{1}{2}$ comes from the derivative of $ln2$ but this seems incorrect.