Hvordan konverterer du y = -y ^ 2-3x ^ 2-xy til en polær ligning?

Hvordan konverterer du y = -y ^ 2-3x ^ 2-xy til en polær ligning?
Anonim

Svar:

#R = - (sintheta) / (sin ^ 2-theta + 3cos ^ 2-theta + costhetasintheta) #

Forklaring:

Omskriv som:

# Y ^ 2 + 3x ^ 2 + xy = -y #

Stedfortræder i:

# x = rcostheta #

# Y = rsintheta #

# (Rsintheta) ^ 2 + 3 (rcostheta) ^ 2 + (rcostheta) (rsintheta) = - rsintheta #

# R ^ 2 (sintheta) ^ 2 + 3r ^ 2 (costheta) ^ 2 + r ^ 2 (costhetasintheta) = - rsintheta #

Opdel begge sider af # R #

#R (sintheta) ^ 2 + 3r (costheta) ^ 2 + r (costhetasintheta) = - sintheta #

Faktorere ud # R #:

#R (sin ^ 2-theta + 3cos ^ 2-theta + costhetasintheta) = - sintheta #

Lave # R # emnet:

#R = - (sintheta) / (sin ^ 2-theta + 3cos ^ 2-theta + costhetasintheta) #