Natural Logs and inverse functions

b200w
Messages
4
Reaction score
0

Homework Statement


Find the inverse equation (i.e. solve for x)
y=(e^x)/(1+2e^x)2. The attempt at a solution
e^x = y(1+2e^x)
x = ln(y) + ln(1+2e^x)
?
Profit!

I can't figure out what to do with ln(1+2e^x) to get the x out of there so I can finish isolating x. I tried balancing it another way and ended up with x = ln(e^x - y) - ln(2y) which as far as I can tell is worse. Any suggestions? As far as I can tell I'm probably just missing something obvious but I've been sitting here for a while trying to figure it out...
 
Last edited:
Physics news on Phys.org
Starting with y = e^x/(1 + 2e^x),
multiply both sides by (1 + 2e^x).

Get all the terms that involve e^x on one side, and all other terms on the other side.
Factor e^x out of the terms that have this factor and divide both sides by the factor that isn't e^x.
 
*facepalm* Thank you... I don't know why I couldn't figure that out...
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top