Wie konvertiert man 2y = y ^ 2-x ^ 2 -4x in eine Polargleichung?

Wie konvertiert man 2y = y ^ 2-x ^ 2 -4x in eine Polargleichung?
Anonim

Antworten:

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

Erläuterung:

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

# x = Rcos (Theta) #

# y = rsin (Theta) #

Fügen Sie diese Werte in die angegebene Gleichung ein

# 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)) #

Benutzte die Identität #cos (2theta) = cos ^ 2 (theta) -sin ^ 2 (theta) #

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