0

I don't remember what I supposed to do in this situation...I know that it's necessary transform both sides of the equation in the same base. However, what I need to do when i have a 0?

My equation: $e^{2x^3 - 6x^2 + 3} = 0$

Cookie
  • 13,532
EricHideki
  • 11
  • 2

1 Answers1

2

We have to know that $e^{\mathrm{something}}$ is never zero, so that doesn't have any solution. It is never negative, also. But, if you had $$e^{\mathrm{something}} = c > 0$$ we can take $\ln$ on both sides and get: $$\begin{align}\ln e^{\mathrm{something}} &= \ln c \\ \mathrm{something} &= \ln c\end{align}$$ That last equation you should be able to solve, normally. Don't be afraid of $\ln c$, it is just a number. Ok?

Ivo Terek
  • 77,665
  • Thanks Ivo..I've been concluding this also...so...just to confirm: e^something = not exist (right?) – EricHideki Jun 20 '14 at 18:55
  • No. Actually, I meant that $e^{\mathrm{something}} \neq 0$, whatever something may be. In your exercise, you have an exponential equal to zero, but that is impossible, hence, no solution. The rest of my answer is how to go at the problem, if the exponential is equal to something positive, meaning that a solution does exist. – Ivo Terek Jun 20 '14 at 18:57