Compute Integral Using Jacobian Det in Polar Coordinates

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
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
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