How do you calculate e^h if h=ln(absolute x)?

Click For Summary
SUMMARY

The calculation of e^h when h = ln(|x|) results in e^h = |x|, confirming that the absolute value is necessary when dealing with real numbers. However, when considering complex numbers, the absolute value is not required, as demonstrated by the equation e^(πi) = -1. The discussion highlights the importance of context—specifically whether the logarithm is defined over the reals or complexes—when determining the necessity of absolute values in logarithmic expressions.

PREREQUISITES
  • Understanding of logarithmic functions, specifically natural logarithms (ln).
  • Knowledge of complex numbers and their properties.
  • Familiarity with differential equations and their solutions.
  • Basic grasp of absolute values and their implications in mathematical expressions.
NEXT STEPS
  • Study the properties of logarithms in both real and complex domains.
  • Learn about the implications of absolute values in calculus, especially in integration.
  • Explore differential equations and their solutions involving logarithmic derivatives.
  • Investigate the relationship between exponential functions and complex numbers, particularly Euler's formula.
USEFUL FOR

Mathematicians, students studying calculus and complex analysis, and anyone interested in the nuances of logarithmic functions and their applications in real and complex number systems.

asdf1
Messages
734
Reaction score
0
if h=ln(absolute x)
then how do you calculate e^h?
 
Physics news on Phys.org
If h = \ln \left| x \right| then e^h = e^{\ln \left| x \right|} = \left| x \right|.

Seems simple, do you mean this?
 
that's what i originally thought,
but the correct answer doesn't need absolute value...
i think that's strange...
 
It must be |x|. Have you ever seen:
e ^ {\mbox{something}} = \mbox{a negative number}??
Viet Dao,
 
VietDao29 said:
It must be |x|. Have you ever seen:
e ^ {\mbox{something}} = \mbox{a negative number}??
Viet Dao,

yes

e^{\pi i}=-1
 
Which brings up an important point, e^{ \ln x } depends on whether we're working in the Reals or the Complexes. The real logarithm is undefined for x < 0.
 
lurflurf said:
yes

e^{\pi i}=-1
:rolleyes:
Okay, my something is \in \mathbb{R}, not C :biggrin:.
Viet Dao,
 
asdf1 said:
that's what i originally thought,
but the correct answer doesn't need absolute value...
i think that's strange...
What were the preceding steps? This type of thing happens a lot when what you were finding was the absolute value of something and droping it gives the something.
for instance if
xy'=y y(0)=0 (the solution being y=x or y=-x)
one might get
|y|=|x| as an answer but though error have
y=|x|
 
asdf1 said:
that's what i originally thought,
but the correct answer doesn't need absolute value...
i think that's strange...
Well, you can always take a numerical example if you're in doubt...:

\begin{array}{l}<br /> e^{\ln \left( { - 1} \right)} = - 1 \\ <br /> e^{\ln \left| { - 1} \right|} = 1 \\ <br /> \end{array}
 
  • #10
TD said:
Well, you can always take a numerical example if you're in doubt...:

\begin{array}{l}<br /> e^{\ln \left( { - 1} \right)} = - 1 \\ <br /> e^{\ln \left| { - 1} \right|} = 1 \\ <br /> \end{array}

This is incorrect. Assuming we're working in the reals e^{\ln(-1)} isn't defined, because \ln is undefined for negative numbers and so any expression including it is also undefined.
 
  • #11
My example wasn't necessarily over the reals, I don't see why we'd have to exclude to complex numbers - at least not for this example which is only intended to show that abs values are needed.
 
  • #12
TD said:
My example wasn't necessarily over the reals, I don't see why we'd have to exclude to complex numbers - at least not for this example which is only intended to show that abs values are needed.
Again where how did this arise. One way absolute values often arise in arguments of logarithums is when one wants an antiderivative of a logarothmic derivative that is restricted to reals and valid almost every where.
ie
xy'=1 y(e)=1
y=log(|x|)
clearly if we are working with complex numbers
y=log(x) would do
and sometimes errors arise as when
xy'=y y(1)=1
clearly
y=x
when restricted to real one often finds
|y|=exp(log(|x|))=|x|
but a common error is to get
y=|x| which satisfys the differential equation every where except the origin
if you log(|x|) did not arise though integrating a logarithmic derivative perhaps some other error was made to cause you to get |h| when h was wanted (or mayber h>0 so it does not matter).
 
  • #13
Originally, I was trying to solve this problem:
dy/dx + ytanx = sinx, y(0)=1

The first step I did was to integrate tanx and then there came the absolute value dilema...
 
  • #14
asdf1 said:
Originally, I was trying to solve this problem:
dy/dx + ytanx = sinx, y(0)=1

The first step I did was to integrate tanx and then there came the absolute value dilema...
So it was due to integrating a logarimic derivative.
Say you were to solve th associated homogeneous problem in preparation for variation of parameters.
y'+y tan(x)=0
y'/y=cos'(x)/cos(x)
log(|y|)=a+log(|cos(x)|)
|y|=|C||cos(x)| then let C absorb the sign
y=C*cos(x)
which is clearly a solution
of course if we were working with complex numbers we would never have introduced the absolute value. This problem arises though finding the function. It has nothing to do with the function itself.
 
  • #15
TD said:
My example wasn't necessarily over the reals, I don't see why we'd have to exclude to complex numbers - at least not for this example which is only intended to show that abs values are needed.

Because the original poster said his question only concerned real numbers and to go outside that without specifically saying so can be confusing.
 
  • #16
Sorry, my bad then although I nowhere saw asdf1 posting before me that it concerned the reals, only Vietdao.
 
  • #17
So isn't it obvious that:
\ln|x| \in \mathbb{R} \mbox{, \forall x \in \mathbb{R} - \{0\}}?
Viet Dao,
 
  • #18
so llurflurf you mean that there is supposed to be an absolute value sign, except that it's already included in "c"?
 
  • #19
the constant in this question doesn't seem to absorb...

lurflurf said:
So it was due to integrating a logarimic derivative.
Say you were to solve th associated homogeneous problem in preparation for variation of parameters.
y'+y tan(x)=0
y'/y=cos'(x)/cos(x)
log(|y|)=a+log(|cos(x)|)
|y|=|C||cos(x)| then let C absorb the sign
y=C*cos(x)
which is clearly a solution
of course if we were working with complex numbers we would never have introduced the absolute value. This problem arises though finding the function. It has nothing to do with the function itself.

that question seems to work, but in this question:
y`= -y/x, y(1)=1
the same problem arises, but the constant doesn't absorb the negative sign...
it's weird~
 
  • #20
asdf1 said:
that question seems to work, but in this question:
y`= -y/x, y(1)=1
the same problem arises, but the constant doesn't absorb the negative sign...
it's weird~
What do you mean
y'=-y/x y(1)=1
y'/y=-1/x
log(|y|)=-log(|x|)+a=log(1/|x|)+a
|y|=exp(a)/|x|
|y|=|c|/|x|
y=c/x
y(1)=c/1=c=1
y=1/x
 
  • #21
crud! the "c" does absob the positive/negative sign!
sorry~
i made a mistake in the calculations...
 
  • #22
thanks for correcting my mistake~
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 4 ·
Replies
4
Views
16K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K