| New Reply |
How change from one to another coordinate system |
Share Thread | Thread Tools |
| Nov22-12, 04:26 PM | #1 |
|
|
How change from one to another coordinate system
Hello!
I have a problem. How can I convert a left part from picture which is in coordinate system (r, s) to coordinate system (x, y) and then to coordinate system (ζ, η) (right part). I need Jacobian matrix because of integration some function above this region. Any helpful links or answers are welcome.
|
| Nov26-12, 11:25 AM | #2 |
|
|
Given a parametrization for your new coordinates (e.g. x=r cos(t), y=r sin(t), the new coordinates are:
[tex]\left(\begin{array}{cc}x'\\y'\end{array}\right)=det(Jacobian(x,y)) \left(\begin{array}{cc}x\\y\end{array}\right)[/tex] Where the Jacobian is merely: [tex]J=\left(\begin{array}{cc}\frac{\partial x}{\partial r}&\frac{\partial x}{\partial t}\\\frac{\partial y}{\partial r}&\frac{\partial y}{\partial t}\end{array}\right)[/tex] |
| Dec1-12, 05:24 PM | #3 |
|
|
Thanks for answer.
Is parameter t in equation x = r cos(t) angle phi in the picture? |
| Dec3-12, 04:02 AM | #4 |
|
|
How change from one to another coordinate system
Yes, but this was the general formula. In your case, you are going from r,phi to x,y so you should take the inverse equations, i.e.
[tex]r=\sqrt(x^2+y^2) , t=atan(y/x)[/tex] You would then have r,t on the left hand side of the equation and the new Jacobian times x,y on the other one. |
| Dec3-12, 05:30 AM | #5 |
|
|
Ok. Thank you
|
| New Reply |
| Thread Tools | |
Similar Threads for: How change from one to another coordinate system
|
||||
| Thread | Forum | Replies | ||
| Convert this rectangular coordinate system point to spherical coordinate system | Calculus & Beyond Homework | 1 | ||
| Tensor transformations for change of coordinate system | Linear & Abstract Algebra | 4 | ||
| Change of Coordinate matrix | Calculus & Beyond Homework | 1 | ||
| Coordinate system transform for antenna measuring system | Electrical Engineering | 1 | ||
| Coordinate transformation and choice of a suitable coordinate system. | Special & General Relativity | 2 | ||