Vector and Basis Transformations in Schutz's Intro to GR: Am I Doing It Right?

Click For Summary

Homework Help Overview

The discussion revolves around vector and basis transformations in the context of general relativity, specifically using Schutz's introductory text. The original poster is working through problems related to expressing a function and vectors in polar coordinates, encountering difficulties with the transformation process and the appearance of the resulting components.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the transformation of a function and vectors from Cartesian to polar coordinates, questioning the correctness of their calculations and the resulting components. They explore the relationship between basis vectors and the transformation matrix, expressing uncertainty about combining these elements correctly.

Discussion Status

Some participants have offered guidance on specific components and transformations, while others express confusion about the process and the implications of their calculations. There is a recognition of the complexity involved in the transformations, and participants are actively seeking clarification on their approaches.

Contextual Notes

Participants note that the problem involves expressing vectors and functions in a new coordinate system, with specific attention to the transformation of basis vectors. There is mention of the appearance of complex components leading to doubts about the correctness of their solutions.

CatSails
Messages
5
Reaction score
0
Hi, I'm working through Schutz's intro to GR on my own, and I'm trying to do problems as I go to make sure it sinks in. I've encountered a bump in chapter 5, though. I don't think this is a tough problem at all, I think it's just throwing me off because x and y are coordinates as well as variables, if you know what I mean.

Homework Statement


Hopefully my latex tags work!
Let [tex]f= x^2 +y^2 + 2xy[/tex]
[tex]V \rightarrow (x^2 +3y, y^2+3x)[/tex]
[tex]W \rightarrow (1,1)[/tex]

So, among other things, I have to express f as a function of r and theta, and find the components of V and W in the r, theta basis. I thought I knew what I was doing, but the new components of my V vector are pretty ugly, which always makes me suspicious.

Homework Equations



[tex]x^2 + y^2 = r^2[/tex]
[tex]x = rcos\theta[/tex]
[tex]y=rsin\theta[/tex]
[tex]V^{\alpha '} = \Lambda^{\alpha '}_{\beta} V^{\alpha}[/tex]

The Attempt at a Solution



Well, I'm pretty sure f is just [tex]f(r, \theta) = r^2 + 2r^2\cos\theta[/tex],
I'd rather not write out the matrix equation, but using the equation above for the transformation of vector components, and writing out V in r and theta as [tex]V \rightarrow (r^2\cos^2\theta +3r\sin\theta, r^2\sin^2\theta +3r\cos\theta)[/tex], and I've calculated the transformation matrix between cartesian and polar to have components from left to right, top to bottom, of [tex]\cos\theta, \sin\theta, -\sin\theta /r, \cos\theta/r[/tex], I get pretty ugly vector components for the new coordinate system (complete with things that don't simplify much, like cos^3 + sin^3, etc).
Does it look like I'm doing it right? Completely wrong matrix?
Thanks.
 
Physics news on Phys.org
CatSails said:
Hi, I'm working through Schutz's intro to GR on my own, and I'm trying to do problems as I go to make sure it sinks in. I've encountered a bump in chapter 5, though. I don't think this is a tough problem at all, I think it's just throwing me off because x and y are coordinates as well as variables, if you know what I mean.

Homework Statement


Hopefully my latex tags work!
Let [tex]f= x^2 +y^2 + 2xy[/tex]
[tex]V \rightarrow (x^2 +3y, y^2+3x)[/tex]
[tex]W \rightarrow (1,1)[/tex]

So, among other things, I have to express f as a function of r and theta, and find the components of V and W in the r, theta basis. I thought I knew what I was doing, but the new components of my V vector are pretty ugly, which always makes me suspicious.

Homework Equations



[tex]x^2 + y^2 = r^2[/tex]
[tex]x = rcos\theta[/tex]
[tex]y=rsin\theta[/tex]
[tex]V^{\alpha '} = \Lambda^{\alpha '}_{\beta} V^{\alpha}[/tex]

The Attempt at a Solution



Well, I'm pretty sure f is just [tex]f(r, \theta) = r^2 + 2r^2\cos\theta[/tex],
You left out a factor of sin theta in the second term.
I'd rather not write out the matrix equation, but using the equation above for the transformation of vector components, and writing out V in r and theta as [tex]V \rightarrow (r^2\cos^2\theta +3r\sin\theta, r^2\sin^2\theta +3r\cos\theta)[/tex], and I've calculated the transformation matrix between cartesian and polar to have components from left to right, top to bottom, of [tex]\cos\theta, \sin\theta, -\sin\theta /r, \cos\theta/r[/tex], I get pretty ugly vector components for the new coordinate system (complete with things that don't simplify much, like cos^3 + sin^3, etc).
Does it look like I'm doing it right? Completely wrong matrix?
Thanks.
Looks okay to me so far. What are you getting?
 
Last edited:
You are right, I did leave out sin theta. That was happily just a typo/transcription error, though.

I think I do know what [tex]\hat{r}, \hat{theta}[/tex] are. They're the unit basis vectors in the r, theta coordinate system, corresponding to the radial direction and the angular direction, they're orthogonal, etc.
But it's also part of my confusion. The question specifically asks for the components of the vector. I know when you transform the basis vectors, the transformation is
[tex]e_{\alpha'} = \Lambda^{\beta}_{\alpha'} e_{beta}[/tex]
Where the unprimed labels are cartesian, and the primed in this case is the polar. That gives

[tex]e_r = \cos\theta e_x + \sin\theta e_y[/tex]
[tex]e_{\theta} = -r\sin\theta e_x +r\cos\theta e_y[/tex]

So I guess I don't understand how to combine these. The question specifically asks for the "V and W components on the polar basis, as functions of r and theta."

I calculated the components (which are ugly, which lead me here), but I never transformed the basis vectors. I suppose it's possible that the correct answer is a combination of the components I calculated and the coefficients that come from transforming the basis vectors, but I don't think so. I'm just not clear on this process, I guess.
 
I guess I should put in my ugly vector: The answer I had got for the components of V is

[tex]r( r(\cos^3\theta + \sin^3\theta) + 3\sin\theta\cos\theta, \frac{3(\cos^2\theta-\sin^2\theta)}{r} +\sin^2\theta\cos\theta - \cos^2\theta\sin\theta)[/tex]

Thanks for the help, also!
 
Okay, to think out loud for a moment:

I do think that the components of the vector are just those that I displayed above. The component transformation should not depend on the basis transformation, I think. It's really just that the answer I got was so ugly that I thought I must be wrong.
 
The [itex]3\sin\theta\cos\theta[/itex] in the r-component is off by a factor of 2, but otherwise looks good.
 
You are right, that should have been 6, not 3.
Thanks for the help!
 

Similar threads

Replies
6
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K