16. Assume that is an arbitrary normalized real function.

A. Calculate for .

B. Calculate for

17. Show that there is no solution to the Time independent Schrodinger equation for a particle in the infinite square well for E=0

What is the most general solution to this second order differential equation

18. The wave function for a particle in a box is given where N is a constant.

a. Determine a value for N such that the wave function is appropriately normalized

Assuming N is a real valued constant

b. Calculate the uncertainty in the particles position

19. The two state functions

Where the function is 0 for and a. Find the A values that normalize the function

Computed integral

For other function

Computed Integral is also , therefore

B. Find the expectation value for x for each function. (Write down any integrals one would need to calculate. You may not need to do any integrals if you make a good logical argument. Hint: Making a variable substitution can help you to visualize whether functions are even or odd about the center of the region.)

Cosine is an even function. The product of an even function and an odd function is an odd function. The integral of an odd function over its domain is 0. Therefore, is 0.

%$1:=[cos^2*x^2]
%$2:=0
plot (cos(x))^2*x==?

As seen in the graph above, the graph is mirrored over the x axis, meaning any integral over a symmetric domain would be 0

For the other function, a similar argument can be made because it will turn out to be the product of 3 odd functions, sin(x), sin(x) and x. The product of 3 odd functions is still an odd function

%$1:=[cos^2*x^2]
%$2:=0
%$4:=[cos(x)^2*x]
%$5:=[sin(x)^2*x]
%$6:=plot
plot sin(x)^2*x==?

Graph of proving this concept

C. Is the expectation value for each function equal to the most probable value for each function? If not, explain

It is not the most probable value, but the “average” of all possible values. The most probable values are the values where amplitude of the wavefunction is greatest, so in both of these cases it would be as far away from the origin, so either at or

D. Find the expectation value of for each function

Solving the other

e) Find the uncertainty in position for each function. For :

For :

a) Find the state function in the wave-vector representation, , for the wavefunction where the wave function is zero for and (outside the box). Normalized

This is the wave-vector representation b) Find the uncertainty in 𝑘 by completing appropriate integrals.

Odd function goes to 0

c) Make an argument for why your calculated uncertainty in k is reasonable

It seems like all the appropriate terms canceled out to yield a mathematically possible answer. There is no dependency on time, and the uncertainty is a function of the size of the infinite square well, which also makes logical senseP