How do you convert Cartesian coordinates to polar
Favorites|Homepage
Subscriptions | sitemap
HOME > Mathematics > How do you convert Cartesian coordinates to polar

How do you convert Cartesian coordinates to polar

[From: ] [author: ] [Date: 11-05-03] [Hit: ]
e.g. (3,4) --> (r,so in polar coords, it is (5,......
(x,y) --> (r,theta)

r=sqrt(x^2+y^2) <-- absolute length

theta = arctan or inverse tan of (y/x)

e.g. (3,4) --> (r,theta)

r=sqrt(3^2+4^2)=sqrt(25)=5
theta=arctan(4/3)=53 degrees

so in polar coords, it is (5,53)

-
x = r*cos Θ
y = r*sin Θ
DA = dx dy = (r) dr dΘ
1
keywords: Cartesian,coordinates,polar,you,How,do,convert,to,How do you convert Cartesian coordinates to polar
New
Hot
© 2008-2010 http://www.science-mathematics.com . Program by zplan cms. Theme by wukong .