Eigenstuff of Second Derivative

Click For Summary

Discussion Overview

The discussion revolves around finding the eigenvalues and eigenfunctions of the second derivative operator in polar coordinates, specifically the operator ##\hat{O}=\frac{d^2}{d\phi^2}##. Participants explore the implications of periodic boundary conditions on the solutions and the nature of the eigenfunctions.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses confusion about the form of the eigenfunctions, suggesting that both $$f_q(x)=Ae^{\pm \sqrt{q} \phi}$$ and $$f_q(x)=Ae^{\sqrt{q} \phi}+Be^{-\sqrt{q} \phi}$$ should be valid solutions.
  • Another participant asserts that the two solutions are equivalent and emphasizes the property of having two independent solutions for a second-order ordinary differential equation (ODE).
  • Concerns are raised about the periodicity of the solutions, with one participant noting that requiring periodic solutions implies that q must be negative.
  • There is a discussion about the implications of having one term versus two in the solutions, with some participants suggesting that the first solution may be a simplified representation of the second.
  • One participant proposes that for a given eigenvalue q, there are two eigenfunctions that satisfy the differential equation, which could be treated simultaneously using the ##\pm## notation.

Areas of Agreement / Disagreement

Participants do not reach a consensus on whether the two forms of the eigenfunctions are equivalent. There is ongoing debate about the implications of periodicity and the nature of the solutions, particularly regarding the requirement for q to be negative.

Contextual Notes

Participants note that the periodicity condition leads to specific constraints on the eigenvalues, particularly that q must be a negative real number for the solutions to be periodic. There are unresolved questions about the periodicity of the second proposed solution.

Hertz
Messages
180
Reaction score
8
Hi,

I'm trying to find the eigenvalues and eigenvectors of the operator ##\hat{O}=\frac{d^2}{d\phi^2}##
Where ##\phi## is the angular coordinate in polar coordinates.

Since we are dealing with polar coordinates, we also have the condition (on the eigenfunctions) that ##f(\phi)=f(\phi+2\pi)##.

This problem leads us to the differential equation ##\hat{O}f=qf## where q is the eigenvalue corresponding to the eigenfunction ##f##.

The solution that I am looking at then concludes that the eigenfunctions take the form:$$f_q(x)=Ae^{\pm \sqrt{q} \phi}$$

But I don't see why this supposedly the solution instead of:$$f_q(x)=Ae^{\sqrt{q} \phi}+Be^{-\sqrt{q} \phi}$$

The second solution is the one I came up with, but I was unable to solve for the "spectrum of the operator" or the allowed values of q. That's why I tried to find an alternative solution.

I hope you can see my confusion. I understand how to find the spectrum given the first result, but I'm still not convinced that the first result is correct. After all, the general solution to the differential equation is what I got for my result. Furthermore, I can use the periodicity condition to solve for ##B## in terms of ##A## but for some reason my end result is not periodic. Can someone please provide some insight into the problem? Thank you
 
Physics news on Phys.org
The two solutions you mentioned are equivalent. You have two independent solutions which is the property of a second order ODE.
About your other problem. You need periodic solutions? OK, make the ones you have periodic. You should just require q to be negative!
 
Shyan said:
The two solutions you mentioned are equivalent. You have two independent solutions which is the property of a second order ODE.
About your other problem. You need periodic solutions? OK, make the ones you have periodic. You should just require q to be negative!

But the first solution has a single unknown whereas the second solution has two unknowns. Also, the first solution only has one term. It's a plus OR minus. It's as if they assume that either A or B has to be 0.

Good thinking on negative q's. I will look more into that. I'm still confused why my solution isn't periodic though. I set ##f(\phi)=f(\phi+2\pi)## and solved for B in terms of A and substituted it back into the original. I would think that the end product would be periodic, but it's not :(
 
Hertz said:
But the first solution has a single unknown whereas the second solution has two unknowns. Also, the first solution only has one term. It's a plus OR minus. It's as if they assume that either A or B has to be 0.
The first one is only a bad way of writing the second one!

Hertz said:
Good thinking on negative q's. I will look more into that. I'm still confused why my solution isn't periodic though. I set f(ϕ)=f(ϕ+2π)f(\phi)=f(\phi+2\pi) and solved for B in terms of A and substituted it back into the original. I would think that the end product would be periodic, but it's not :(
By imposing the condition [itex]q<0[/itex], you're exponentials become imaginary which are linear combinations of sines and cosines! So q can't be any number, it has to be a negative real number and then the solutions become periodic.
 
Shyan said:
The first one is only a bad way of writing the second one!

I don't think they are the same my friend.

-e
Oh or is it that they are just splitting the problem up into two separate eigenfunctions?! I.e. "For a given eigenvalue q, there are two eigenfunctions ##f_+## and ##f_-## which satisfy the differential equation." Then each eigenfunction has a single unknown and the periodicity condition can be used to find information about q. (Is there a less technical way to say "periodicity condition"?) Plus, the two eigenfunctions can be treated at the same time using the ##\pm## notation.

Can you do this?? This seems like a really hand-wavy argument to me!

Shyan said:
By imposing the condition [itex]q<0[/itex], you're exponentials become imaginary which are linear combinations of sines and cosines! So q can't be any number, it has to be a negative real number and then the solutions become periodic.

Why do I need to impose this condition? Shouldn't I be able to solve for the appropriate values of ##q## just by assuming periodicity and then discovering the implications?

Here is my Mathematica code so you know I'm not making an algebra error:
Code:
F[x_] := A E^{Sqrt[q] x} + B E^{-Sqrt[q] x}
eq1 := F[x] == F[x + 2 Pi];
f[x_] := F[x][[1]] /. Solve[eq1, B][[1]][[1]] // Simplify

In the first line I defined F as my general solution. In the second line I state the condition. And then in the third line I solve for B given the condition and substitute it into F, I define this new function as f.

So then, why is f not periodic? Is it because a sum of two exponentials simply can't be periodic? Then why don't I get an issue with solving the equation for B? (I did all this on paper too.)

Furthermore... Even if I was able to solve for B and able to satisfy the periodicity condition, then what condition would I use to determine my allowed values of q??
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
41
Views
5K
  • · Replies 19 ·
Replies
19
Views
4K
Replies
6
Views
2K
Replies
10
Views
2K
Replies
7
Views
2K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K