Does iωLog[(-iω + √((r^2-ω^2)/r)] = ArcTan[ω/√(r^2-ω^2)]?

  • Context: Graduate 
  • Thread starter Thread starter Katy_A
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the mathematical equivalence of two expressions involving complex logarithms and the arctangent function. Participants are exploring whether the equation iωLog[(-iω + √((r^2-ω^2)/r)] equals ArcTan[ω/√(r^2-ω^2)], focusing on the derivation and verification of this relationship through algebraic manipulation and graphical comparison.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • One participant expresses difficulty in reproducing a result from their supervisor's notes using the formula for ArcTan, seeking assistance or confirmation of correctness.
  • Another participant suggests substituting a derived expression into the right-hand side to check for equivalence, proposing a visual comparison using MATLAB.
  • A participant using Mathematica confirms that the graphs of both expressions appear to match, yet they struggle to understand the algebraic justification for this observation.
  • One participant references Euler's formula and suggests it may provide insight into the relationship between logarithmic and trigonometric functions.
  • A different participant attempts to manipulate the logarithmic expression but notes that their result does not account for an additional factor of ω present in the original equation.
  • Another Mathematica user shares specific numerical outputs from their calculations, indicating a potential discrepancy in their results compared to the expected equivalence.
  • One participant expresses uncertainty about the correctness of their plots, echoing the confusion regarding the presence of ω in the expressions.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the equivalence of the two expressions. There are multiple competing views and uncertainties regarding the algebraic steps needed to confirm the relationship.

Contextual Notes

Participants note challenges in deriving the equivalence, including missing steps in algebraic manipulation and potential issues with numerical plotting. The discussion reflects a reliance on complex analysis and the properties of logarithmic and trigonometric functions.

Katy_A
Messages
2
Reaction score
0
This is my first post so I apologise for the notation not being very good.

I have been given some notes to check over by my PhD supervisor, and the notes he has given me state that:

[tex]i \omega \log \left(\frac{\sqrt{r^2-\omega ^2}-i \omega }{r}\right)[/tex] = [tex]\tan ^{-1}\left(\frac{\omega }{\sqrt{r^2-\omega ^2}}\right)[/tex]

But I can't seem to reproduce this answer using ArcTan(x) = (i/2)ln(1-ix/1+ix). Can someone please either show me how to obtain this ArcTan result from the exponential equation I have given or tell me that it's wrong.

Thank you.
 
Last edited:
Physics news on Phys.org
so x = w/sqrt(r^2 -w^2) from arctan(x) side

try subbing the x expression above into the righthand side of the answer and see if you can reduce it to an expression in w that matches the initial log expression from the first equation. That would demonstrate that the answer is correct.

You could also use MATLAB to compare the two expressions plotting both against x to see if the curves look the same as a kind visual proof that the answer is true before you begin the algebraic work trying to prove it.
 
I am using Mathematica and I have plotted the graphs against one another and they do appear to be the same. But I still can't work out why by using pencil and paper by substituting in for x.

And Mathematica gives [tex]\tan ^{-1}\left(\frac{\omega }{\sqrt{r^2-\omega ^2}}\right)[/tex] = [tex]\frac{1}{2} i \log \left(1-\frac{i \omega }{\sqrt{r^2-\omega ^2}}\right)-\frac{1}{2} i \log<br /> \left(1+\frac{i \omega }{\sqrt{r^2-\omega ^2}}\right)[/tex]...so I don't understand why the graphs says they are equal.
 
I don't have the thing solved either so I'm looking around for the key step:

Have you looked at Euler's formula?

http://en.wikipedia.org/wiki/Euler_formula

Roger Cote's formula is shown which mixes log and trig functions together:

ln(cos x + isin x)=ix
 
Last edited:
Using the formula you posted, you get:
$$\tan^{-1}\left(\frac{\omega}{\sqrt{r^2-x^2}}\right)=\frac{i}{2}\ln\left(\frac{\sqrt{r^2-x^2}-i\omega}{\sqrt{r^2-x^2}+i\omega}\right)$$
Inside the log, multiply and divide by ##\sqrt{r^2-\omega^2}-i\omega##.
$$\frac{i}{2}\ln\left(\frac{\left(\sqrt{r^2-x^2}-i\omega\right)^2}{r^2-\omega^2+\omega^2}\right)=\frac{i}{2}\ln\left(\frac{\sqrt{r^2-\omega^2}-i\omega}{r}\right)^2=i\ln\left(\frac{\sqrt{r^2-\omega^2}-i\omega}{r}\right)$$

But this doesn't give the extra factor of ##\omega## in OP.
 
Katy_A said:
I am using Mathematica and I have plotted the graphs against one another and they do appear to be the same.

I must be missing some key bit here

Code:
In[1]:= r = RandomReal[{-10, 10}]

Out[1]= -6.19522

In[2]:= w = RandomReal[{-10, 10}]

Out[2]= -4.22769

In[3]:= I w Log[(Sqrt[r^2 - w^2] - I w)/r]

Out[3]= -10.1064 - 9.38736*10^-16 I

In[4]:= ArcTan[w/Sqrt[r^2 - w^2]]

Out[4]= -0.751057

If you show exactly what you did to plot these then perhaps the problem can be discovered.
 
I'm with Pranav-Arora, i can't get the ω.. Maybe the plot isn't correct at all..
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K