Linear Operators: Identifying and Solving

Click For Summary

Homework Help Overview

The discussion revolves around identifying whether certain operators are linear, specifically focusing on the operator defined as \(\hat{A} \psi(x) = \psi(x+1)\). Participants are exploring the definition of linear operators and applying it to various functions.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants are attempting to apply the definition of a linear operator to the given operator, questioning how to evaluate the operator on linear combinations of functions. There is a focus on understanding the implications of shifting function arguments and how this relates to linearity.

Discussion Status

Some participants express confusion but are making progress in understanding the relationship between the operator and the functions involved. Guidance has been offered on the application of definitions and the evaluation of expressions, with participants actively working through the implications of their findings.

Contextual Notes

There is some uncertainty regarding notation consistency (using \(\hat{A}\) versus \(A\)) and the order of terms in expressions, which participants are encouraged to clarify as they continue their exploration.

Axiom17
Messages
70
Reaction score
0

Homework Statement



I have some operators, and need to figure out which ones are Linear (or not).

For example:

1. [tex]\hat{A} \psi(x) \equiv \psi(x+1)[/tex]

Homework Equations



I have defined the Linear Operator:

[tex]\hat{A}[p\psi_{1}+q\psi_{2}]=p\hat{A}\psi_{1}+q\hat{A}\psi_{2}[/tex]

The Attempt at a Solution



I just don't know where to start with this :rolleyes:
 
Last edited:
Physics news on Phys.org
Axiom17 said:

Homework Statement



I have some operators, and need to figure out which ones are Linear (or not).

For example:

1. [tex]\hat{A} \psi(x) \equiv \psi(x+1)[/tex]

Homework Equations



I have defined the Linear Operator:

[tex]\hat{A}[p\psi_{1}+q\psi_{2}]=p\hat{A}\psi_{1}+q\hat{A}\psi_{2}[/tex]

The Attempt at a Solution



I just don't know where to start with this :rolleyes:

Your confusion comes from popular but dangerous notation. It should read:

[tex](A\psi )(x)=\psi (x+1)[/tex]

which you read: the effect of acting with A on [tex]psi[/tex] is a new function, denoted [tex]A\psi[/tex] whose value at every point x is equal to the value of the original function at the point x displaced by 1.

Now you look at your

[tex]\hat{A}[p\psi_{1}+q\psi_{2}][/tex]

Here you have A acting on the sum of functions. This sum of functions is a function. So from the definition of A:

[tex](\hat{A}[p\psi_{1}+q\psi_{2}])(x)=(p\psi_{1}+q\psi_{2})(x+1)[/tex]

Now, how are sums of functions defined? Isn't it true that they are defined like:

[tex](f+g)(x)=f(x)+g(x)[/tex]

[tex](cf)(x)=cf(x)[/tex].

Paying attention to such details you will get your answer.
 
I understand a bit more but I still don't quite get it. This is what I have so far:

[tex]\left(A\left[P\psi_{1}+Q\psi_{2}\right]\right)(x) = \left(AP\psi_{1}+AQ\psi_{2}\right)(x) = AP\psi_{1}(x)+AQ\psi_{2}(x)[/tex]

.. but then I don't see how to relate that to [itex]\psi(x+1)[/itex]
 
Axiom17 said:
I understand a bit more but I still don't quite get it. This is what I have so far:

[tex]\left(A\left[P\psi_{1}+Q\psi_{2}\right]\right)(x) = \left(AP\psi_{1}+AQ\psi_{2}\right)(x) = AP\psi_{1}(x)+AQ\psi_{2}(x)[/tex]

.. but then I don't see how to relate that to [itex]\psi(x+1)[/itex]

You have missed an important step. You want to calculate

[tex]\left(A\left[P\psi_{1}+Q\psi_{2}\right]\right)(x)[/tex]

Here A acts on a certain function(which is a linear combination of two other functions) and you want to evaluate the result at x. For this you use the definition of A, this is definition that you wrote at the very beginning. Whatever is the function A acts on, it shifts its argument by 1. Here A acts on what is in the [] bracket. It will shifts its argument by 1. Thus:

[tex]\left(A\left[P\psi_{1}+Q\psi_{2}\right]\right)(x)=(P\psi_{1}+Q\psi_{2})(x+1)[/tex]

You used just the definition of A, what A does to whatever it acts on. Now you continue using the definition of the sum of two functions and the product of a number and a function.

So, continue, and see where you will end. But first, let me know if you really-really understand what I wrote above.
 
I think I understand what you've wrote. I see that basically have:

[tex](A\left[function])(x)=(function)(x+1)[/tex]

which is in this case:

[tex](A\left[P\psi_{1}+Q\psi_{2}\right])(x)=(P\psi_{1}+Q\psi_{2})(x+1)[/tex]

Then using the relation [itex](f+g)(x)=f(x)+g(x)[/itex] the RHS of the equation becomes:

[tex](P\psi_{1})(x+1)+(Q\psi_{2})(x+1)[/tex]

(which hopefully is correct).

Then using the other relation [itex](cf)(x)=cf(x)[/tex] this becomes:<br /> <br /> [tex]P\psi_{1}(x+1)+Q\psi_{2}(x+1)[/tex]<br /> <br /> .. but that's what I had 2 steps before! <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f641.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":frown:" title="Frown :frown:" data-smilie="3"data-shortname=":frown:" />[/itex]
 
Now, look at your right hand side:

[tex] \hat{A}[p\psi_{1}+q\psi_{2}]=p\hat{A}\psi_{1}+q\hat{A}\psi_{2}[/tex]

Which you want to calculate at x

[tex](p\hat{A}\psi_{1}+q\hat{A}\psi_{2})(x)[/tex]

First you notice that you have here a sum of two functions evaluated at x. Therefore the first step is to us general formula (f+g)(x)=f(x)+g(x). That is

[tex](p\hat{A}\psi_{1}+q\hat{A}\psi_{2})(x)=(p\hat{A}\psi_{1})(x)+(q\hat{A}\psi_{2})(x).[/tex]

Then you need to use (cf)(x)=cf(x) and at the end the definition of A (in two terms). See if you get the same as from the LHS (left hand side).

All this exercise is nothing but careful application of definitions! It's pretty formal. Nothing really deep. But it teaches you to be careful with putting and moving parenthesis right.

BTW: P and p, as well as Q and q should be the same. You better use p,q everywhere.
 
I've got a bit confused now :redface: but perhaps I'm not too far away :wink:

So this is the operator:

[tex]\hat{A}\psi(x)=(A\psi)(x)=\psi(x+1)[/tex]

This is the definition of a linear operator:

[tex]\hat{A}[p\psi_{1}+q\psi_{2}]=p\hat{A}\psi_{1}+q\hat{A}\psi_{2}[/tex]

Thus obtain this:

[tex]\left(A\left[p\psi_{1}+q\psi_{2}\right]\right)(x) = \left(Ap\psi_{1}+Aq\psi_{2}\right)(x) = Ap\psi_{1}(x)+Aq\psi_{2}(x)[/tex]

Then this step:

[tex](p\hat{A}\psi_{1}+q\hat{A}\psi_{2})(x)=(p\hat{A}\psi_{1})(x)+(q\hat{A}\psi_{2})(x)[/tex]

Now using [itex](cf)(x)=cf(x)[/itex] can change the RHS of the above to:

[tex]p\hat{A}\psi_{1}(x)+q\hat{A}\psi_{2}(x)[/tex]

Now using [itex](f+g)(x)=f(x)+g(x)[/itex] can change the above (the RHS) to:

[tex](p\hat{A}\psi_{1}+q\hat{A}\psi_{2})(x)[/tex]

.. which gives the LHS! :approve:

SO that means that the operator [itex]\hat{A} \psi(x) \equiv \psi(x+1)[/itex] is a linear operator.. right?

*note1: not sure what should be the correct notation as far as to use [itex]\hat{A}[/itex] or A throughout.*

*note2: I see I've changed around the order of terms, does this matter? I.e. is Ap the same as pA?*
 
All right. See how it should look like:

Definition of A: for any [tex]\psi[/tex] and any x:
[tex](A\psi)(x)=\psi(x+1)[/tex]

Theorem: A is linear

Proof: What it means A is linear? It means I need to prove that for any two functions [tex]\psi_1,\psi_2[/tex] and any numbers p,q we have
[tex]A(p\psi_1+q\psi_2)=pA\psi_1+qA\psi_2.[/tex]
The above equations is eqaulity of two functions. To check that two functions are equal I need to check that there values at every point are equal. So I calculate the LHS:

[tex](A(p\psi_1+q\psi_2))(x)=(p\psi_1+q\psi_2)(x+1)[/tex]

(from the definition of A).

[tex](p\psi_1+q\psi_2)(x+1)=p\psi(x+1)+q\psi_2(x+1)[/tex]

(from the definition of sum and products of functions.

Now I calculate the RHS at x:

[tex](pA\psi_1+qA\psi_2)(x)[/tex]

First I use the definition of sum and products
[tex](pA\psi_1+qA\psi_2)(x)=p(A\psi_1)(x)+q(A\psi_2)(x)[/tex]
And now I use definition of A in each of these terms:
[tex]p(A\psi_1)(x)+q(A\psi_2)(x)=p\psi_1(x+1)+q\psi_2(x+1)[/tex]

I see that LHS=RHS.

Calculating LHS I first used definition of A (once) and then sum and products of functions.
Calculating RHS I first used sum and product definitions, and the definition of A (twice).

Think of it. Contemplate until you get it. You will use similar reasonings many times in the future.
 
Last edited:

Similar threads

Replies
3
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 0 ·
Replies
0
Views
2K
Replies
24
Views
3K
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
2
Views
2K
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K