bdub21@gmail.com said:
I get x-e^(y)x=1+e^(y) for the first one. Then I can subtract 1 from the right side and take the natural log of e^(y) to get y, but then I stop because I'm pretty sure you're not allowed to take ln(x-e^(y)x) on the left side because there's more than one term? What do I do from x-e^(y)x=1+e^(y)?
Group the e^y terms to one side:
xe^y + e^y = x - 1
And factor out e^y:
e^y(x + 1) = x - 1
Now you can solve for e^y, and hence y.
bdub21@gmail.com said:
I run into the same problem with the second one, I rearrange it to get e^(y)=2-x and then stop because there is more than one term on the right side of the equation.
Just as e^y = x --> y = ln(x),
e^y = 2 - x --> y = ln(2 - x)
We have taken the natural log of both sides of the equation; it doesn't matter how many terms there are.
bdub21@gmail.com said:
I have 2^(log23+log25). I'm attempting to find the exact value here. So I rearrange and get log2(15)ln(2). Where do I go from there?
That looks a little dodgy.
Don't forget the fundamentals:
\(\displaystyle \mbox{ x^{m+n} = x^m \times x^n}\)
(Alternatively -- well, not really -- you could consider the log of a product rule to simplify the exponent.)
and \(\displaystyle \mbox{b^{(\log_b{x})} = ?}\)
bdub21@gmail.com said:
e^(ax)=Ce^(bx), where a is not equal to b. Here I'm solving for x, and I don't even know how to start it.
This is a good finaliser.
Does taking natural logs of both sides sound familiar?
Next I would like you to consider everything that has been covered:
What rules can we use with ln(Ce^(bx))?
And what do we do to solve for x when we have an ax and a bx term? (similar process to how we solved for e^y in your first question)