Question

Test each function to see if it is an eigenfunction of the operator. If it is,...

Test each function to see if it is an eigenfunction of the operator. If it is, what is the eigenvalue? If it is not, can you write it as a superposition of functions (i.e. a sum of functions) that is an eigenfunction of that operator.

pˆ → i~ d dx (1)

φ1(x) = Ae−ikx φ2(x) = Ae+ikx φ2(x) = A sin kx (2)

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Question 1 Write functions that do the following: i) A function that takes 2 arguments and...
Question 1 Write functions that do the following: i) A function that takes 2 arguments and adds them. The result returned is the sum of the parameters. ii) A function that takes 2 arguments and returns the difference, iii) A function that calls both functions in i) and ii) and prints the product of the values returned by both. Question 2 Write functions: i) One that prompts a user for 2 numbers. ii) Adds the two numbers if they are...
In addition to NAND and NOR, find four more two-input boolean functions that are each individually...
In addition to NAND and NOR, find four more two-input boolean functions that are each individually universal. Give a logic expression for each of your functions, using AND, OR, and NOT, and prove that each of these functions is individually universal, by showing for example that you can implement AND, OR, and NOT with your function. You may use the constant values zero and one as inputs to your universal functions to implement other functions. Name your functions f1, f2,...
You must write each of the following scheme functions. You must use only basic scheme functions...
You must write each of the following scheme functions. You must use only basic scheme functions do not use third-party libraries to support any of your work. Do not use any function with side effects. Write a function (running-sum L) that takes a list of numbers L and generates a list of the runnining sums. See the following examples for clarification. (running-sum '(1 2 3)) ---> (1 3 6) (running-sum '()) ---> () (running-sum '(3 0 -2 3)) ---> (3...
Use the shortcut rules to mentally calculate the derivative of the given function. HINT [See Examples...
Use the shortcut rules to mentally calculate the derivative of the given function. HINT [See Examples 1 and 2.] f(x) = 4x4 + 7x3 − 3 f '(x) = Use the shortcut rules to mentally calculate the derivative of the given function. HINT [See Examples 1 and 2.] f(x) = −x + (8/x) +1 f '(x) = Find the derivative of the function. HINT [See Examples 1 and 2.] f(x) = 8x3 − 4x2 + x f '(x) = Find...
​​​​​​ Below are ten functions. Find the first derivative of each. All of the derivatives can...
​​​​​​ Below are ten functions. Find the first derivative of each. All of the derivatives can be found by using combinations of the constant rule, power function rule and sum-difference rule.   Do not use the product rule. It is not needed. The degree of difficulty (more or less) increases from (a) to (j). Be sure to show intermediate work. Five points are awarded for correctly developed derivatives. There is no partial credit, because an incorrect derivative is useless. For example,...
This question is broken into 3 parts, each of which builds on the functions developed in...
This question is broken into 3 parts, each of which builds on the functions developed in the previous part. Note that you can (and should) still answer parts (b) and (c) even if you cannot answer the preceding parts - just assume that the functions work as they should, and continue. Please explain the code as well Write a C function called weighted_digit_sum that takes a single integer as input, and returns a weighted sum of that numbers digits. The...
You can only use built in Lisp functions and you cannot use setq function. Write a...
You can only use built in Lisp functions and you cannot use setq function. Write a function in Lisp called f7 that returns the element at a given location of a list. The locations start at 0. Example: (f7 ‘(c (a b) (d c) (x y)) 2) returns (d c)
Consider the experiment of rolling two standard (six-sided) dice and taking their sum. Assume that each...
Consider the experiment of rolling two standard (six-sided) dice and taking their sum. Assume that each die lands on each of its faces equally often. We consider the outcomes of this experiment to be the ordered pairs of numbers on the dice, and the events of interest to be the different sums. Write out the generating function F(x) for the sums of the dice, and show how it factors into the generating functions for the individual die rolls. Use F(x)...
Your assignment is to write a c++ function that can calculate values for any 5 th...
Your assignment is to write a c++ function that can calculate values for any 5 th order polynomial function. ?(?) = ?0 + ?1? + ?2? 2+?3? 3 + ?4? 5 + ?5? 5 Your function should accept only two parameters, the first parameter should be the value of x at which to calculate y(x). The second parameter should be an array with 6 elements that contain the coefficients a0 to a5. The output of your function should be the...
Given: ?(?) = 8/ (4−?^2) and ?(?) = sin(?) − ?. Answer the following for each...
Given: ?(?) = 8/ (4−?^2) and ?(?) = sin(?) − ?. Answer the following for each of the functions given. (a) Find the domain (b) Find the intercept(s) (c) Find the asymoptote(s) (d) Find the possible critical and inflection numbers (e) Construct a sign table for Hint for (f(x), f'(x), and f'' (x) and show step by step (f) Find the intervals in which the function is increasing/decreasing (g) Find the intervals in which the function is concave up/down (h)...