คุณแปลง 2y = y ^ 2-x ^ 2 -4x เป็นสมการเชิงขั้วได้อย่างไร

คุณแปลง 2y = y ^ 2-x ^ 2 -4x เป็นสมการเชิงขั้วได้อย่างไร
Anonim

ตอบ:

#R = - ((2sin (theta) + 4cos (theta)) / cos (2theta)) #

คำอธิบาย:

# 2y y = ^ 2-x ^ 2-4x #

# x = rcos (theta) #

# การ y = rsin (theta) #

เสียบค่าเหล่านี้ในสมการที่กำหนด

# 2rsin (theta) r = ^ ^ 2 2sin (theta) -r ^ ^ 2cos 2 (theta) -4rcos (theta) #

# 2rsin (theta) + 4rcos (theta) = - R ^ 2 (cos ^ 2 (theta) -sin ^ 2 (theta)) #

#r (2sin (theta) + 4cos (theta)) = - r ^ 2 (cos (2theta)) #

ใช้ตัวตน #cos (2theta) = cos ^ 2 (theta) -sin ^ 2 (theta) #

#R = - ((2sin (theta) + 4cos (theta)) / cos (2theta)) #