<?xml version="1.0" encoding="UTF-8"?>

<record version="2" id="254">
 <title>transformation between cartesian coordinates and polar coordinates</title>
 <name>TransformationBetweenCartesianCoordinatesAndPolarCoordinates</name>
 <created>2007-07-02 21:59:30</created>
 <modified>2007-07-02 22:09:05</modified>
 <type>Example</type>
<parent id="249">tensor</parent>
 <creator id="1" name="bloftin"/>
 <modifier id="1" name="bloftin"/>
 <author id="1" name="bloftin"/>
 <classification>
	<category scheme="msc" code="02.40.Hw"/>
	<category scheme="msc" code="04.20.Cv"/>
 </classification>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>Calculating the transformation matrix from a cartesian coordinate system to a polar coordinate system illustrates the differences between a contravariant tensor and a covariant tensor of rank one.  From the definition of a contravariant vector

\begin{equation}
\bar{T}^{i} = T^{j}\frac{\partial \bar{x}^{i}}{\partial x^{j}} 
\end{equation}


we get the transformation matrix from the partial derivatives

\begin{equation}
A_{ij} = \frac{\partial \bar{x}^{i}}{\partial x^{j}} 
\end{equation}

From the definition of a covariant vector

\begin{equation}
\bar{T}_{i} = T_{j}\frac{\partial x^{j}}{\partial \bar{x}^{i}}
\end{equation}

the corresponding transformation matrix is

\begin{equation}
B_{ij} = \frac{\partial x^{j}}{\partial \bar{x}^{i}}
\end{equation}

In order to calculate the transformation matrix, we need the equations relating the two coordinates systems.  For cartesian to polar, we have

$$ r = \sqrt{ x^2 + y^2 } $$
$$ \theta = tan^{-1}\left( \frac{y}{x} \right) $$

and for polar to cartesian

$$ x = r \cos \theta $$
$$ y = r \sin \theta $$

So if we designate $(x,y)$ as the bar coordinates, then the transformtion components from polar coordinates $(r,\theta)$ to cartesian coordinates $(x,y)$ is calculted as

$$ A_{11} = \frac{\partial \bar{x}^{1}}{\partial x^{1}} = \frac{\partial x}{\partial r}$$

more to come soon...</content>
</record>
