How Can the Triangular Potential Well TISE Be Simplified?

Click For Summary

Homework Help Overview

The discussion revolves around simplifying the Time-Independent Schrödinger Equation (TISE) for a triangular potential well. Participants are examining the transformation of the second derivative with respect to position into a second derivative with respect to a new variable, w, defined in terms of x.

Discussion Character

  • Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are exploring how to express the second derivative in terms of the new variable w. There are attempts to derive the relationship between dx and dw, and questions about the implications of the transformation on the original equation.

Discussion Status

Some participants have provided guidance on using the chain rule to facilitate the conversion of derivatives, while others express confusion about the steps involved and the necessity of certain transformations. There is an ongoing exploration of the relationships between the variables and the implications for the equation.

Contextual Notes

There are indications of confusion regarding the definitions of variables and the transformations involved, particularly concerning the presence of cube roots and the role of x in the equations. Participants are questioning the complexity of the expressions and the rationale behind certain steps.

QuantumJG
Messages
30
Reaction score
0

Homework Statement


Show that the TISE expression you found in part (a):

I found it (a) to be:

[tex]\frac{d^{2} \psi}{dx^{2}} - \frac{2m}{\hbar ^{2}}(e \xi x - E) \psi (x) = 0[/tex]

Show it (a) can be simplified to:

[tex]\frac{d^{2} \psi}{dw^{2}} - w \psi = 0[/tex]

Homework Equations



w = z - z0

where:

[tex]z = \left( \frac{2me \xi }{ \hbar ^{2} } \right)^{ \frac{1}{3} } x[/tex]

[tex]z_{0} = \frac{2mE}{\hbar ^{2}} \left( \frac{ \hbar ^{2} }{ 2me \xi } \right)^{ \frac{2}{3} }[/tex]

The Attempt at a Solution



So far I have found:

[tex]w = \left( \frac{2m}{ \hbar ^{2} e^{2} \xi ^{2} } \right)^{ \frac{1}{3} } (e \xi x - E)[/tex]

But my problem is:

how do I convert:

[tex]\frac{d^{2} \psi}{dx^{2}}[/tex] to [tex]\frac{d^{2} \psi}{dw^{2}}[/tex], because I'm totally stuck on that.
 
Last edited:
Physics news on Phys.org
Well, you know w in terms of x. So what is dw in terms of dx? Then solve for dx^2, and plug it into your Schrödinger Eq.
 
well,

[tex]dw = \left( \frac{2me \xi }{ \hbar ^{2} } \right)^{ \frac{1}{3} } dx[/tex]

[tex]\therefore dw = z dx[/tex]

But I'm confused as to how that's going to help.
 
QuantumJG said:

Homework Statement


Show that the TISE expression you found in part (a):

I found it (a) to be:

[tex]\frac{d^{2} \psi}{dx^{2}} - \frac{2m}{\hbar ^{2}}(e \xi x - E) \psi (x) = 0[/tex]

Show it (a) can be simplified to:

[tex]\frac{d^{2} \psi}{dw^{2}} - w \psi = 0[/tex]

Homework Equations



w = z - z0

where:

[tex]z = \left( \frac{2me \xi }{ \hbar ^{2} } \right)^{ \frac{1}{3} }[/tex]

[tex]z_{0} = \frac{2mE}{\hbar ^{2}} \left( \frac{ \hbar ^{2} }{ 2me \xi } \right)^{ \frac{2}{3} }[/tex]
Are you sure this is right? Where did x go? And where did the cube roots come from?

The Attempt at a Solution



So far I have found:

[tex]w = \left( \frac{2m}{ \hbar ^{2} e^{2} \xi ^{2} } \right)^{ \frac{1}{3} } (e \xi x - E)[/tex]
This seems unnecessarily complicated. Perhaps I'm missing something obvious, but if you compare the original and simplified equations, can't you see what w is equal to by inspection?
But my problem is:

how do I convert:

[tex]\frac{d^{2} \psi}{dx^{2}}[/tex] to [tex]\frac{d^{2} \psi}{dw^{2}}[/tex], because I'm totally stuck on that.
Use the chain rule:

[tex]\frac{df}{dx} = \frac{dw}{dx}\frac{df}{dw}[/tex]
 
QuantumJG said:
well,

[tex]dw = \left( \frac{2me \xi }{ \hbar ^{2} } \right)^{ \frac{1}{3} } dx[/tex]

[tex]\therefore dw = z dx[/tex]

But I'm confused as to how that's going to help.

Knowing this and squaring it to get dx^2, you can replace the denominator in

[tex]\frac{d^2 \psi}{dx^2}[/tex]

with that and get the 2nd derivative in terms of w. Then you will want to divide out the factor in front of your new 2nd derivative to get the 2nd equation you listed in your first post.

EDIT: The chain rule will also get you the same thing. But since w is linearly proportional to x, I just take the proportionality constant out and square it.

EDIT2: Also, the cube roots look right. They are needed to cancel out all the coefficients in the final form of the equation. If QuantumJG finishes this last step, then he should get a simple ODE in terms of w only and no other terms.
 
vela said:
Are you sure this is right? Where did x go? And where did the cube roots come from?

I just realized I forgot to put x into the equation for z

vela said:
This seems unnecessarily complicated. Perhaps I'm missing something obvious, but if you compare the original and simplified equations, can't you see what w is equal to by inspection?

Use the chain rule:

[tex]\frac{df}{dx} = \frac{dw}{dx}\frac{df}{dw}[/tex]

but then wouldn't:

[tex]\frac{d}{dx} \left( \frac{df}{dx} \right) = \frac{d}{dx} \left( \frac{dw}{dx}\frac{df}{dw} \right)[/tex]

[tex]= \frac{df}{dw} \frac{d}{dx} \left( \frac{dw}{dx} \right) + \frac{dw}{dx} \frac{d}{dx} \left( \frac{df}{dw} \right)[/tex]
 
Use the chain rule on the last term:

[tex]\frac{dw}{dx}\frac{dw}{dx}\frac{d}{dw}\left(\frac{df}{dw}\right)[/tex]
 
nickjer said:
Use the chain rule on the last term:

[tex]\frac{dw}{dx}\frac{dw}{dx}\frac{d}{dw}\left(\frac{df}{dw}\right)[/tex]

Wait that's confusing, why did you put in that extra [tex]\frac{dw}{dx}[/tex]?
 
nickjer said:
EDIT2: Also, the cube roots look right. They are needed to cancel out all the coefficients in the final form of the equation. If QuantumJG finishes this last step, then he should get a simple ODE in terms of w only and no other terms.
Oh, okay, I did miss something obvious. :smile:
 
  • #10
QuantumJG said:
Wait that's confusing, why did you put in that extra [tex]\frac{dw}{dx}[/tex]?
That's the one from the first differentiation. Because dw/dx is a constant, you get

[tex]\left(\frac{d}{dx}\right)^2 = \frac{dw}{dx} \frac{d}{dw}\left(\frac{dw}{dx} \frac{d}{dw}\right) = \left(\frac{dw}{dx}\right)^2 \frac{d^2}{dw^2}[/tex]
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
Replies
7
Views
3K
Replies
2
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
7
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
4
Views
5K
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K