A log question (probably easy)

  • Thread starter Thread starter meee
  • Start date Start date
  • Tags Tags
    Log
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
meee
Messages
87
Reaction score
0
find the solution(s) to 2e^2x = e^x

its on a practise exam I am doing. i did with my calculator, but how could this be done without a calculator?
 
Last edited:
Physics news on Phys.org
ohh yeah like this?

x=loge(2e^2x)
x = loge2 + loge(e^2x)
x = loge2 + 2xloge(e )
x = loge2 +2x
-x = loge2
x= -loge2
 
That looks right.

Now, there's another way to solve this problem too. :smile: It comes up often enough that you should know about it (or at least will know about it). e^(2x) is just (e^x)^2 -- so your equation is a quadratic equation in e^x... and you know how to solve quadratic equations.