How do you write log to the base e?

289 Views Asked by At

I was given a question, find $f'(1)$ of $f(x) = \ln \sqrt{2-x}$.

So I wrote

$$1/2 \ln (2-x)^{(-1/2)(-1)} = -1/2 \ln (2-x)^{-1/2}$$ $$= -(1/2\ln)/\sqrt{2-x}$$

But when I sub in $x = 1$ I get a SYNTAX error, I realised log base e cannot be put in my calculator. I don't know how to put this into my calculator, can anyone help? Thanks!!

3

There are 3 best solutions below

0
On

Given, $$ f(x) = \ln \sqrt{2-x} $$

Use chain rule to differentiate.

$$ f^{'}(x) = \frac{1}{\sqrt{2-x}}\frac{1}{2 \sqrt{2-x}} (-1) $$

So, at $x=1$,

$$f^{'}(1) = \frac{-1}{2} $$

0
On

Using the chain rule, and since

$$\begin{cases}\left(\sqrt{2-x}\right)'=-\cfrac1{2\sqrt{2-x}}\\{}\\ \left(\log x\right)'=\cfrac1x\end{cases}\implies\left(\log\sqrt{2-x}\right)'=-\frac1{2\sqrt{2-x}}\cdot\frac1{\sqrt{2-x}}=-\frac1{2(2-x)}$$

for $\;x<2\;$, certainly.

0
On

$f(x)=\ln(\sqrt{2-x})=\frac{1}{2}\ln(2-x)$, hence $f'(x)=\frac{1}{2}\frac{1}{2-x}\cdot(-1)$.