Hvordan konverterer du 2y = y ^ 2-x ^ 2 -4x til en polarligning?

Hvordan konverterer du 2y = y ^ 2-x ^ 2 -4x til en polarligning?
Anonim

Svar:

#R = - ((2sin (theta) + 4cos (theta)) / cos (2teta)) #

Forklaring:

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

# x = rcos (theta) #

# Y = rsin (theta) #

Plugg disse verdiene i den gitte ligningen

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

Brukt identiteten #cos (2teta) = cos ^ 2 (theta) -sin ^ 2 (theta) #

#R = - ((2sin (theta) + 4cos (theta)) / cos (2teta)) #