Log Function and Exponent Precedence

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 · 4K views
eurythmistan
Messages
5
Reaction score
0

Homework Statement



This isn't really a specific problem, just a question if hand-writing log functions (or trig functions) is interpreted differently than when typing them into a calculator or something like Wolfram Alpha.

Suppose you have this on paper:

ln ex

Is this the same as both of the expressions below?

ln (ex)

ln (e)x

This is what you get, when you enter what I think are equivalent expressions to each of those, onto a calculator (or wolfram)

ln (e^x) ===> x

ln (e^1)^x ===> 1

But I guess my question is, is this really the way you'd interpret the above expressions, if you saw them written out?

I thought that if you wanted the ln function taken to a power, you'd write these, for example:

(ln e)x

lnxe

If you do something similar with sine, then wolfram and my TI-82 calculator differ in their interpretations:

sin(pi/4)^2 =

.5 (according to wolfram)

.5785... (according to ti-82)

I'm wondering if this is a case where there isn't really one specified standard, or if I'm doing something wrong?


Any insight will be appreciated, thank you!
 
Physics news on Phys.org
The short answer is: avoid ambiguous expressions. Even if you think precedence is well-established, misunderstandings can occur. Use parentheses freely, or just arrange the expression more intelligently.
 
eurythmistan said:

Homework Statement



This isn't really a specific problem, just a question if hand-writing log functions (or trig functions) is interpreted differently than when typing them into a calculator or something like Wolfram Alpha.

Suppose you have this on paper:

ln ex

Is this the same as both of the expressions below?

ln (ex)

ln (e)x
I don't see that the two expressions above are different, unless you mean the second to be (ln e)x.
eurythmistan said:
This is what you get, when you enter what I think are equivalent expressions to each of those, onto a calculator (or wolfram)

ln (e^x) ===> x

ln (e^1)^x ===> 1

But I guess my question is, is this really the way you'd interpret the above expressions, if you saw them written out?

I thought that if you wanted the ln function taken to a power, you'd write these, for example:

(ln e)x

lnxe

If you do something similar with sine, then wolfram and my TI-82 calculator differ in their interpretations:

sin(pi/4)^2 =

.5 (according to wolfram)

.5785... (according to ti-82)

I'm wondering if this is a case where there isn't really one specified standard, or if I'm doing something wrong?


Any insight will be appreciated, thank you!
It looks like wolfram and TI have different rules for determining operator precedence. As Curious3141 says, the best thing to do is to write expressions unambiguously so that there will be no confusion. For your trig example, here's what I mean:
[sin(pi/4]]2 vs. sin((pi/4)2).
 
Totally makes sense, thanks!

This was actually a question posed to me by someone else, and I tried to say something similar to what you both did, but you both said it so much better. Thanks again!