Compute Integral Using Jacobian Det in Polar Coordinates

Mamooie312
Messages
10
Reaction score
0

Homework Statement


Determine the Jacobian determinant for "polar" coordinates and use that to compute the intergral . . . Blah blah blah that's not the point.


Homework Equations



(x,y) maps by T to (r, theta) or (theta, r) detT = jacobian

The Attempt at a Solution



Anyways, first I treated it as a map from (x,y) to (theta, r) and I got the answer in the book but negative and then I did it the other way and I got the answer in the book. Why is this and if I differ how I map the function then I supposed to integrate the opposite way (like from pi to 0 instead of from 0 to pi)
 
Physics news on Phys.org
I have no idea what you are saying or what question you are asking. Please show exactly what you did in calculating the Jacobian.
 
T: (x,y) to (theta, r) x = rcostheta y = rsintheta derivative matrix of T: t11 = -rsintheta t12 = costheta t21 = rcostheta t22 = sintheta detT = -r(sintheta)(squared) - r(costheta)(squared) = -r but the Jacobian should just be r and if you map T: (x,y) to (r, theta) instead of what I did then it works out to be r, why is this.
 
Mamooie312 said:
T: (x,y) to (theta, r) x = rcostheta y = rsintheta derivative matrix of T: t11 = -rsintheta t12 = costheta t21 = rcostheta t22 = sintheta detT = -r(sintheta)(squared) - r(costheta)(squared) = -r but the Jacobian should just be r and if you map T: (x,y) to (r, theta) instead of what I did then it works out to be r, why is this.

take your matrix and do the determinant.

rsin2(x) + rcos2(x) is what you'll get
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top