Logaritmic equation

51 Views Asked by At

Solve the system of equations

$20=x(1-e^{-k})$

$30=x(1-e^{-2k})$

Can anybody explain how to find $k$ and $x$ from this 2 equations?

2

There are 2 best solutions below

1
On BEST ANSWER

Divide one by another one, then cross-multiply and you get
$2(1-e^{-2k})=3(1-e^{-k})$. That is a quadratic equation.

0
On

Hint: $\displaystyle\frac32=\frac{x(1-e^{-2k})}{x(1-e^{-k})}=\frac{1-(e^{-k})^2}{1-e^{-k}}$.