Active and Passive Transformations Confusion

In summary, the difference between active and passive transformations is that the active transformation acts on the vectors, while the passive transformation acts on the basis vectors.
  • #1
ThereIam
65
0
Hi all,

I'm sort of struggling to understand the difference between active and passive transformations. I'm working with two books, and both say that in one case the vectors are transformed (active) and in the other the operators are transformed (passive). That's fine and dandy, but in terms of being able to actually identify a transformation as one or the other, I am at a loss.

For example, in Boas's Mathematical Methods in the Physical Sciences, she uses two 2x2 rotation matrices as examples. The first has a -sinΘ in the upper right and the sinΘ in the lower left, and is the vector rotation, and the second is the same but with sine terms swapped, and is claimed to be "axes" rotated.

Now, if you just switch the direction of rotation, one effectively becomes the other... i.e., change the sign of Θ and suddenly you have the other matrix. So what make one passive and the other active, really?

In my other book, Shankar's Principles of Quantum Mechanics, the treatment is a little different. He says,

Suppose we subject all the vectors |V> in a space to a unitary transformation (analogous to a rotation, I understand)

|V> → U|V>

Under this transformation the matrix elements of any operator Ω are modified as follows:

<V'|Ω|V> → <UV'|Ω|UV> = <V'|U+ΩU|V>

And then he goes on to talk about how it would be the same story if we just went straight to subjecting all operators to the change U+ΩU which is fine. What I don't understand is something pretty elementary - why is the matrix element of the operator Ω = <V'|Ω|V>. Where the hell did the <V'| come from... why not just <V|?

Thanks for reading my novel. Any help would be extremely appreciated.

Edit: So I think I figured out what the <V'| is... just any other arbitrary row vector in the space... but why isn't it specified as a basis vector? Or is this implied? Like if <V'| was a row basis vector, and |V> was another column basis vector, then I could see how it would be selecting an element of the matrix... but if they're both just some arbitrary vectors, couldn't they have some scaling effect on the matrix element?
 
Last edited:
Physics news on Phys.org
  • #2
ThereIam said:
I'm sort of struggling to understand the difference between active and passive transformations. I'm working with two books, and both say that in one case the vectors are transformed (active)

All I know about this that it is a distinction that physicists like to make. I have never read about it in math books. So I'm moving this to the physics section.
 
  • Like
Likes Demystifier
  • #3
Well, that explains why I couldn't find anything about it in Anton's Elementary Linear Algebra book, haha.
 
  • #4
This terminology confuses the hell out of me too, but I think I understand the following at least. Let R be a rotation operator on ##\mathbb R^3##.

The active transformation by R of a vector x is the map ##x\mapsto x'=Rx##. Note that we have
$$x_i=(Rx)_i =R_{ij}x_j.$$ The passive transformation by R of the vector x is the map ##x\mapsto x'## induced by the transformation ##e_i\mapsto e_i'=Re_i## and the equalities ##x=x_ie_i=x'_ie'_i##. We have
$$x_je_j=x'_i e'_i =x'_i Re_i=x'_i (Re_i)_j e_j =x'_i R_{ji} e_j =x'_i (R^{-1})_{ij} e_j.$$ People never seem to understand the third equality above, so I'll explain it: I'm just rewriting ##Re_i## as a linear combination of basis vectors. The fourth equality requires you to understand the relationship between linear operators and matrices. (If you don't, see the https://www.physicsforums.com/showthread.php?t=694922 about it).

The above implies that ##x_j=x'_i (R^{-1})_{ij}##. Multiply this by ##R_{jk}##. We get
$$x_j R_{jk}=x'_i (R^{-1})_{ij}R_{jk} =x'_i (R^{-1}R)_{ik} =x'_i \delta_{ik}=x'_k.$$ So
$$x'_i=x_j R_{ji}=(R^{-1})_{ij}x_j =(R^{-1}x)_i,$$ i.e. ##x'=R^{-1}x##.

So a passive transformation by ##R## of x is an active transformation by ##R^{-1}## of x.

If we view x not as the vector, but as the vector's matrix of components with respect to the ordered basis ##(e_1,e_2,e_3)##, then we can describe the above as follows: An active transformation by R acts on each vector's matrix of components. A passive transformation by R acts on the basis vectors.

It's also useful to think about this in physical terms. Suppose that R is a clockwise rotation by 30°. Then you can think of the active transformation by R as a clockwise rotation by 30° of the object on which you intend to do a measurement, and a passive transformation by R as a counterclockwise rotation by 30° of the measuring device (or the entire laboratory, or the entire universe...except for the object on which you intend to do a measurement of course).
 
Last edited by a moderator:
  • Like
Likes Truecrimson, blue_leaf77 and ThereIam
  • #5
ThereIam said:
In my other book, Shankar's Principles of Quantum Mechanics, the treatment is a little different.
You didn't explain what he says about active vs. passive transformations. My first thought is that whatever he says, it has something to do with the fact that
$$\langle\alpha|X|\alpha\rangle =\langle\alpha|U^\dagger U X U^\dagger U|\alpha\rangle = \langle\alpha'|X'|\alpha'\rangle$$ with ##|\alpha'\rangle=U|\alpha\rangle## and ##X'=UXU^\dagger##.

Note that ##|\alpha\rangle## represents the object on which we intend to do measurements, and ##X## represents the measuring device.
 
  • #6
Fredrik said:
You didn't explain what he says about active vs. passive transformations. My first thought is that whatever he says, it has something to do with the fact that
$$\langle\alpha|X|\alpha\rangle =\langle\alpha|U^\dagger U X U^\dagger U|\alpha\rangle = \langle\alpha'|X'|\alpha'\rangle$$ with ##|\alpha'\rangle=U|\alpha\rangle## and ##X'=UXU^\dagger##.

Note that ##|\alpha\rangle## represents the object on which we intend to do measurements, and ##X## represents the measuring device.
This has to do with active or passive transformation?
 
  • #7
Active versus passive transformation for vectors has to do with changing vectors versus changing coordinates. If you are moving East, and you turn counterclockwise through 90 degrees, then you'll be heading North. That's a different velocity vector than the one you started with. But now look at your journey on a map. Hold the map one way, and you're traveling horizontally across the map. Turn the map clockwise through 90 degrees, and now you're traveling vertically across the map. Your velocity hasn't changed, but its representation in terms of horizontal and vertical has changed.

Mathematically, an active change of a vector means an operation that takes a vector and returns a different vector. A passive change leaves the vector alone, but changes the basis that you use to describe that vector.

So if [itex]v[/itex] is a vector, and [itex]R[/itex] is a rotation, a linear transformation on vectors, then [itex]R(v)[/itex] is a new vector, call it [itex]\tilde{v}[/itex],different from [itex]v[/itex]. In terms of components, let [itex]v^i[/itex] be the components of [itex]v[/itex], so
[itex]v = v^i e_i[/itex], where [itex]e_i[/itex] is the [itex]i^{th}[/itex] basis vector, and where by convention, repeated indices are summed over. Let [itex]\tilde{v}^i[/itex], be the components of [itex]\tilde{v}[/itex]. Since [itex]R[/itex] is a linear transformation, we can write:

[itex]\tilde{v}^i = R^i_j v^j[/itex] (again, [itex]j[/itex] is summed over)

So,

[itex]\tilde{v} = \tilde{v}^i e_i = R^i_j v^j e_i[/itex]

Now, we can define a new basis, [itex]\tilde{e}_j[/itex] via: [itex]\tilde{e}_j = R^i_j e_i[/itex]. So we can also write:

[itex]\tilde{v} = v^j \tilde{e}_j[/itex]

So there are two ways to represent the rotated vector [itex]\tilde{v}[/itex] in terms of components:
  1. Keep the basis [itex]e_i[/itex] and rotate the components, [itex]\tilde{v}^i = R^i_j v^j[/itex]
  2. Keep the components [itex]v^i[/itex] and rotate the basis, [itex]\tilde{e}_i = R^j_i e_j[/itex]
These are both active transformations--they are changing the vector [itex]v[/itex] to a different vector, [itex]\tilde{v}[/itex]. Now, let's use [itex]\tilde{v}[/itex] in the form [itex]\tilde{v}^i e_i[/itex] and rotate back using the inverse transformation [itex]R^{-1}[/itex]. Again, we have the option of writing [itex]R^{-1}(\tilde{v})[/itex] by keeping the components the same, [itex]\tilde{v}^i[/itex] and rotating the basis, or the other way around. Let's keep the components the same. So we have:

[itex]v = R^{-1}(\tilde{v}) = \tilde{v}^i (R^{-1})^j_i e_j[/itex]

So we have:

[itex]\tilde{v} = \tilde{v}^i e_i[/itex]
[itex]v = \tilde{v}^i (R^{-1})^j_i e_j[/itex]

So using the tranformed coordinates [itex]\tilde{v}^i[/itex] might mean two different things:
  1. We might be talking about the vector [itex]\tilde{v}[/itex] in the original basis, [itex]e_i[/itex]. That's an active transformation.
  2. We might be talking about the vector [itex]v[/itex] in the counter-rotated basis, [itex](R^{-1})^i_j e_i[/itex]. That's a passive transformation.
 

Attachments

  • rotate.jpg
    rotate.jpg
    11.6 KB · Views: 741
  • Like
Likes Truecrimson
  • #8
Fredrik said:
This terminology confuses the hell out of me too, but I think I understand the following at least. Let R be a rotation operator on ##\mathbb R^3##.

The active transformation by R of a vector x is the map ##x\mapsto x'=Rx##. Note that we have
$$x_i=(Rx)_i =R_{ij}x_j.$$ The passive transformation by R of the vector x is the map ##x\mapsto x'## induced by the transformation ##e_i\mapsto e_i'=Re_i## and the equalities ##x=x_ie_i=x'_ie'_i##. We have
$$x_je_j=x'_i e'_i =x'_i Re_i=x'_i (Re_i)_j e_j =x'_i R_{ji} e_j =x'_i (R^{-1})_{ij} e_j.$$ People never seem to understand the third equality above, so I'll explain it: I'm just rewriting ##Re_i## as a linear combination of basis vectors. The fourth equality requires you to understand the relationship between linear operators and matrices. (If you don't, see the https://www.physicsforums.com/showthread.php?t=694922 about it).

The above implies that ##x_j=x'_i (R^{-1})_{ij}##. Multiply this by ##R_{jk}##. We get
$$x_j R_{jk}=x'_i (R^{-1})_{ij}R_{jk} =x'_i (R^{-1}R)_{ik} =x'_i \delta_{ik}=x'_k.$$ So
$$x'_i=x_j R_{ji}=(R^{-1})_{ij}x_j =(R^{-1}x)_i,$$ i.e. ##x'=R^{-1}x##.

So a passive transformation by ##R## of x is an active transformation by ##R^{-1}## of x.

If we view x not as the vector, but as the vector's matrix of components with respect to the ordered basis ##(e_1,e_2,e_3)##, then we can describe the above as follows: An active transformation by R acts on each vector's matrix of components. A passive transformation by R acts on the basis vectors.

It's also useful to think about this in physical terms. Suppose that R is a clockwise rotation by 30°. Then you can think of the active transformation by R as a clockwise rotation by 30° of the object on which you intend to do a measurement, and a passive transformation by R as a counterclockwise rotation by 30° of the measuring device (or the entire laboratory, or the entire universe...except for the object on which you intend to do a measurement of course).
But an Active transformation actually changes a vector (it's direction in the case of rotation) which is a physical thing while a passive transformation is just changing our description of it. So, shouldn't the former be different from the latter? And therefore this "So a passive transformation by ##R## of x is an active transformation by ##R^{-1}## of x" is a little misleading?
 
  • #9
ThereIam said:
in Boas's Mathematical Methods in the Physical Sciences, she uses
I haven't noticed before that Boas is a female. :smile:
 

Related to Active and Passive Transformations Confusion

What is the difference between active and passive transformations?

Active transformations refer to changes that are actively applied to an object, such as moving, rotating, or scaling it. Passive transformations, on the other hand, are changes that are applied to an object's coordinates system.

How do active and passive transformations affect an object?

Active transformations directly alter the appearance of an object by changing its position, orientation, or size. Passive transformations, on the other hand, affect how the object is interpreted in space, but do not change its appearance.

What are some examples of active transformations?

Moving an object from one location to another, rotating an object to a different orientation, and scaling an object to a different size are all examples of active transformations.

What are some examples of passive transformations?

Changing an object's coordinate system from Cartesian to polar coordinates, or applying a translation to the object's origin are examples of passive transformations.

Why is it important to understand the difference between active and passive transformations?

Understanding the difference between active and passive transformations is essential for creating and manipulating objects in 3D space. It allows for precise control over an object's appearance and behavior, and can help avoid confusion or errors in the transformation process.

Similar threads

Replies
10
Views
2K
Replies
1
Views
2K
Replies
47
Views
4K
Replies
9
Views
2K
Replies
2
Views
1K
  • Special and General Relativity
Replies
4
Views
462
Replies
6
Views
1K
Replies
9
Views
5K
  • Quantum Physics
Replies
5
Views
1K
Back
Top