0

So, this is an assignment my friend and I have for our homework: $7 = 8 - 2e^{-3k}$

And the solution should be: $\frac{1}{3\ln(2)}$

But, I have no idea how they got there. I tried doing:

$$\begin{align*} 7 &= 8 - 2e^{-3k}\\ 1 &= 2e^{-3k}\\ \frac{1}{2} &= e^{-3k} \end{align*}$$

And now I don't know what to do next. Help!

PS: Neither of us was in school when they were learning this lesson. So, some description along the way will be greatly welcomed!

Arturo Magidin
  • 398,050

2 Answers2

1

$$ \begin{align} \frac12 & = e^{-3k} \\ \\ 2 & = e^{3k} \\ \\ \log_e 2 & = 3k \\ \\ \frac{\log_e 2}{3} & = k \end{align} $$

0

The logarithm of a positive real number $x$ with respect to the base $a \in (0,\infty)\setminus \{1\}$ is the unique real number $\log_a x$ with the property that $a^{\log_a x}=x$.

In your case you have $\frac{1}{2}=e^{-3k}$ which is equivalent to $e^{3k}=2$. $\ln$ is the notation for $\log_e$ so by the definition in the first paragraph $3k=\ln e^{3k}=\ln 2$.

Beni Bogosel
  • 23,381