# 极坐标

# 公式

x=rcosθy=rsinθr=x2+y2tanθ=yx(假定x0) x = r\cos\theta \\ y= r\sin\theta \\ r = \sqrt{x^2 + y^2} \\ \tan\theta = \frac{y}{x} (假定 x\ne 0)

# 例子

例:r=2sinθr=2\sin\theta,求圆心的位置以及半径

r=2sinθr2=2rsinθx2+y2=2yx2+(y22y+1)=1x2+(y1)2=1 r = 2\sin\theta \\ r^2 = 2r \sin\theta \\ x^2 + y^2 = 2y \\ x^2 + (y^2-2y +1 ) = 1 \\ x^2 + (y-1)^2 = 1

所以半径是1,圆心在(0,1)(0,1)

结论:

一个半径为aa,圆心在(0,a)(0,a)的圆,极坐标方程为r=2asinθr = 2a\sin\theta

一个半径为aa,圆心在(a,0)(a,0)的圆,极坐标方程为r=2acosθr = 2a\cos\theta

# 求面积

求面积

A=αβ12(f(θ))2dθ A = \int_{\alpha}^{\beta}\frac{1}{2}(f(\theta))^2d\theta