איך אתה ממיר 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 ^ 2 cos ^ 2 (theta) -4 rcos (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)) #