Understanding the Relationship between Ln and e^x

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
5 replies · 6K views
Tricky557
Messages
6
Reaction score
0

Homework Statement



I'm just not sure what the answer to this is. I think it's an identity for e^x and ln, but I've never had a course that dealt with e^x or logs. So I don't know.

What is the answer to e^14ln(x)? It's part of a larger problem, but I can't get the rest of it done until I know that.


Homework Equations



None.

The Attempt at a Solution



I think the answer is x^14. But I'm not sure.
 
Physics news on Phys.org
Well, what was your reasoning?



Aside: when you're writing linearly, be careful about parentheses! The expression
e^14ln(x)​
means
[tex]e^{14} \ln(x)[/tex]
whereas
e^(14ln(x))​
means
[tex]e^{14 \ln(x)}[/tex]
 
Yes, sorry about that. I did mean to write:

e^(14*ln(x))

I was thinking, that if I equated some random variable(say y) to e^(14ln(x)), then I could just solve that equation.

y= e^(14*ln(x))
lny= 14lnx

lny = 14lnx

lny = ln(x^14)

e^ of both sides

y = x^14The part of that I am unsure about is:

Does 14lnx = ln(x^14) ?
 
Yes, that works, so you can see that by definition, elnx = x. Also, a*lnx = ln(ax)
 
Tricky557 said:
Yes, sorry about that. I did mean to write:

e^(14*ln(x))

I was thinking, that if I equated some random variable(say y) to e^(14ln(x)), then I could just solve that equation.
That's not the best approach. The intended goal of this problem is for you to simplify the given expression. Setting your expression equal to, say, y, doesn't help much to move things toward your goal of simplification.

Use the properties of logs and exponents to rewrite your expression in a different (and simpler) form.
Tricky557 said:
y= e^(14*ln(x))
lny= 14lnx

lny = 14lnx

lny = ln(x^14)

e^ of both sides

y = x^14


The part of that I am unsure about is:

Does 14lnx = ln(x^14) ?
Yes.
 
Thanks for the help!