B Wolfram Alpha's Why the 2 i π n?

  • B
  • Thread starter Thread starter OmCheeto
  • Start date Start date
Click For Summary
Wolfram Alpha provides the solution x = (log(y/a) + 2 i π n)/b for the equation y = a * e^(b*x), incorporating the term '2 i π n' to account for all possible complex solutions. The logarithm function has multiple branches in the complex plane, leading to these additional solutions. The original solution x = log(y/a)/b represents only the real solution, while Wolfram's answer includes both real and complex solutions. The complex exponential e^(2iπn) simplifies to 1, confirming that these solutions are valid. Thus, Wolfram Alpha's approach is more comprehensive, offering a complete set of solutions.
OmCheeto
Gold Member
Messages
2,481
Reaction score
3,399
Was going through an old spreadsheet and I re-did some math that I had originally noted that I had done incorrectly. It seemed trivially simple but I wanted to double check with Wolfram to make sure I wasn't missing something.

Here's what I typed in: solve for x when y = a * e^(b*x)

Wolfram Alphas solution: x = (log(y/a) + 2 i π n)/b and a!=0 and y!=0 and b!=0 and n element Z

Why did Wolfram Alpha add the ‘2 i π n’ ?
My solution was x = log(y/a)/b
 
Mathematics news on Phys.org
Wolfram is giving you all the solutions, including complex solutions. The logarithm function has several branches in the complex plane, each with a valid solution. If you were not expected to know about the complex solutions, then your single solution was the expected one. Otherwise, the Wolfram answer is better.
 
  • Like
Likes Hornbein, topsquark, OmCheeto and 1 other person
Plug the answer back in to your formula.$$\begin{eqnarray*}
y&=&ae^{b(\log(y/a)+2i\pi n)/b}\\
&=&ae^{\log(y/a)}e^{2i\pi n}\\
&=&ye^{2i\pi n}
\end{eqnarray*}$$The extra exponential on the right is a complex exponential - it turns out that ##e^{i\phi}=\cos(\phi)+i\sin(\phi)##. And that means that ##e^{2i\pi n}=1##, so the right hand side in my third line above is also equal to ##y##.

As FactChecker says, Wolfram is providing all solutions, including complex ones. The ##n=0## solution is the same as yours and is the only real solution. But ##n=\ldots,-3,-2,-1,1,2,3,\ldots## complex solutions also satisfy the requirements you gave Wolfram.
 
  • Like
Likes FactChecker, topsquark, OmCheeto and 1 other person
Thanks!
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...