كيف يمكنك تحويل y = 3x ^ 2-5x-y ^ 2 إلى معادلة قطبية؟

كيف يمكنك تحويل y = 3x ^ 2-5x-y ^ 2 إلى معادلة قطبية؟
Anonim

إجابة:

# R = - (sintheta + 5costheta) / (الخطيئة ^ 2theta-3cos ^ 2theta) #

تفسير:

لهذا نحتاج إلى ما يلي:

# س = rcostheta #

# ذ = rsintheta #

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

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

# rsintheta + ص ^ ^ 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) #