How to Find the Operator A2 for A = d/dx + x

  • Thread starter Thread starter terp.asessed
  • Start date Start date
  • Tags Tags
    Operator
Click For Summary

Homework Help Overview

The discussion revolves around finding the operator A2 for the operator A defined as d/dx + x, within the context of quantum physics. Participants are exploring the application of this operator to a function f(x) and the subsequent operations required to derive A2.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the correct application of the operator A to the function f(x) and how to compute A2. There are attempts to clarify the expansion of the operator and the differentiation process involved. Questions arise regarding specific terms that should appear in the final expression for A2.

Discussion Status

Some participants have identified initial mistakes in applying the operator correctly and are working through the implications of those mistakes. There is ongoing clarification about the differentiation of products and the proper expansion of terms. A productive direction is noted as participants refine their understanding of the operator's application.

Contextual Notes

Participants are operating under the constraints of a homework assignment, which may limit the information they can reference or the methods they can employ. The discussion includes a hint provided by the original poster to include f(x) before carrying out operations, which influences the approach taken by others.

terp.asessed
Messages
126
Reaction score
3
Hello--I am practicing for the upcoming quiz (as part of quantum physics), but have no idea how to solve the sample problem the teacher gave (w/ solution)...

Write out the operator A2 for A = d/dx + x
(Hint: INCLUDE f(x) before carrying out the operations)

so...I tried:

A {df(x)/dx + f(x)} = d/dx{df(x)/dx + f(x)} + df(x)/dx + f(x)
= d2f(x)/dx2 + df(x)/dx + df(x)/dx + f(x)
= d2f(x)/dx2 + 2df(x)/dx + f(x)

...when the solution is A2 = d2/dx2 + 2xd/dx + 1 + x2

...where did I make mistake? Could someone please point out? Thanks!
 
Physics news on Phys.org
terp.asessed said:
...where did I make mistake?

Here, right at the beginning:
A {df(x)/dx + f(x)} = d/dx{df(x)/dx + f(x)} + df(x)/dx + f(x)

You've expanded ##A f## as ##\frac{\mathrm{d}}{\mathrm{d}x} f + f##. It should be ##A f = \frac{\mathrm{d}}{\mathrm{d}x} f + x f##.
 
  • Like
Likes   Reactions: terp.asessed
Thanks! But, I still have trouble getting all the solution values:

A f(x) = df(x)/dx + xf(x)
= d (df(x)/dx + xf(x))/dx + x df(x)/dx + x2f(x)
= d2f(x)/dx2 +x df(x)/dx + x df(x)/dx + x2f(x)
= d2f(x)/dx2 +2x df(x)/dx + x2f(x)...I could NOT get (+1) part from the solution: A2 = d2/dx2 + 2xd/dx + 1 + x2

...How do I get (+1) value? Did I leave out some values while I tried to solve for A2?
 
terp.asessed said:
A f(x) = df(x)/dx + xf(x)
A2f(x) = d (df(x)/dx + xf(x))/dx + x df(x)/dx + x2f(x)
= d2f(x)/dx2 +x df(x)/dx + x df(x)/dx + x2f(x)
You didn't apply the first ##\frac{d}{dx}## correctly between the last two lines.
 
Wait, thank you for correcting my first mistake, but I still don't see how I got the last two lines wrong...
 
Thank you for correcting my first mistake, forgetting to add A2 f(x), but I still cannot see how I got last two lines wrong

DrClaude said:
You didn't apply the first ##\frac{d}{dx}## correctly between the last two lines.

...could you pls clarify more? Thanks.
 
You should get two terms out of
$$
\frac{d}{dx} \left( x f(x) \right)
$$
 
So, I should have gotten d(xf(x))dx, NOT x df(x)/dx?

d(xf(x))dx = xdf(x)/dx + df(x)/dx?

I redid from the beginning, but I still cannot get (+1) part:

A2f(x) = d2f(x)/dx2 + df(x)/dx + 2xdf(x)/dx + x2f(x)

I got df(x)/dx INSTEAD of 1...or rather f(x) in the case of A2f(x)...
 
Last edited:
terp.asessed said:
So, I should have gotten d(xf(x))dx, NOT x df(x)/dx?
I'm not sure what you mean here. You have written yourself the first term of ##A^2 f(x)## as d (df(x)/dx + xf(x))/dx, meaning
$$
\frac{d}{dx} \left( \frac{d f(x)}{dx} + x f(x) \right)
$$
which expands to
$$
\frac{d}{dx} \left( \frac{d f(x)}{dx} \right) + \frac{d}{dx} \left( x f(x) \right)
$$
It is the second term there that you do not calculate properly.
terp.asessed said:
d(xf(x))dx = xdf(x)/dx + df(x)/dx?
What is ##
\frac{d}{dx} \left( f(x) g(x) \right)
## ?
 
  • Like
Likes   Reactions: terp.asessed
  • #10
What is ##
\frac{d}{dx} \left( f(x) g(x) \right)
## ?[/QUOTE]

d(f(x)g(x)/dx = g(x)df(x)/dx + f(x) dg(x)/dx?
 
  • #11
terp.asessed said:
d(f(x)g(x)/dx = g(x)df(x)/dx + f(x) dg(x)/dx?
Correct, now apply it to your problem by setting ##g(x) = x##.
 
  • #12
GOTCHA! Finally got the result:

A2f(x) = d2f(x)/dx2 + f(x) + 2xdf(x)/dx + x2f(x)

Also, one more question...if A = 2x d/dx...just in case...is it:

Af(x) = 2x df(x)/dx
OR
=2xf(x) df(x)/dx?
 
  • #13
terp.asessed said:
Also, one more question...if A = 2x d/dx...just in case...is it:

Af(x) = 2x df(x)/dx
OR
=2xf(x) df(x)/dx?
You can see that A as a combination of operators, ##\hat{A} = \hat{B} \hat{C}##, with ##\hat{B} \equiv 2x##, meaning "multiply by ##2x##," and ##\hat{C} \equiv \frac{d}{dx}##, meaning "differentiate with respect to ##x##." These operators are to be applied in sequence, starting from the right-most and moving to the left, meaning here "differentiate with respect to ##x##, then multiply the result by ##2x##." Therefore your first line above is correct.
 
  • Like
Likes   Reactions: terp.asessed
  • #14
Thank you very much!
 

Similar threads

Replies
12
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 39 ·
2
Replies
39
Views
6K
Replies
11
Views
17K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
16K
  • · Replies 2 ·
Replies
2
Views
8K