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

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

ตอบ:

#R = - (sintheta + 5costheta) / (บาป ^ 2theta-3cos ^ 2theta) #

คำอธิบาย:

สำหรับสิ่งนี้เราต้องการสิ่งต่อไปนี้:

# x = rcostheta #

# การ y = rsintheta #

# rsintheta = 3 (rcostheta) ^ 2-5 (rcostheta) - (rsintheta) ^ 2 #

# rsintheta = 3r ^ ^ 2cos 2theta-5rcostheta-R ^ ^ 2sin 2theta #

# rsintheta + R ^ ^ 2sin 2theta = 3r ^ ^ 2cos 2theta-5rcostheta #

# sintheta + rsin ^ 2theta = ^ 3rcos 2theta-5costheta #

# rsin ^ 2theta-3rcos ^ = 2theta -sintheta-5costheta #

#R = (- sintheta-5costheta) / (บาป ^ 2theta-3cos ^ 2theta) = - (sintheta + 5costheta) / (บาป ^ 2theta-3cos ^ 2theta) #