极坐标转化直角坐标的题目

问题描述:

极坐标转化直角坐标的题目
p=4cos(theta)
p=-4cos(theta)
能提供过程么

嗯…
把横纵坐标表示为(x,y)
然后按照
p^2=x^2+y^2
p*cos(theta)=x
p*sin(theta)推就是了