آپ ایک پولر مساوات میں 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 ^ 2sin ^ 2 (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)) #