I am having trouble getting the right answer to the question.Any help would be appreciated: $$ 4\cdot 3^{2x} =\mathrm{e}^x. $$
How to solve this Logarithmic expression?
0
$\begingroup$
logarithms
education
-
2Take the log of both sides? – 2017-02-21
-
0yes this is the equation – 2017-02-21
1 Answers
2
Taking the $\log$ of both sides, you get
$$\log(4\cdot 3^{2x})=\log(e^x),$$
and using the properties of the logarithm, you get:
$$\log(4)+2x\log(3)=x$$
and it is now a simple linear equation for you to solve.
The final result is:
$$x=\frac{\log 4}{1-2\log 3}.$$
The properties of the logarithm I used are:
$\log(ab)=\log a+\log b$,
$\log(a^q)=q\log a$,
$\log(e^x)=x$.
-
0@MuskanPirzada I am glad I could helped, you can accept the answer if it suits you. – 2017-02-21