Jak przekonwertować y = -y ^ 2-3x ^ 2-xy na równanie polarne?

Jak przekonwertować y = -y ^ 2-3x ^ 2-xy na równanie polarne?
Anonim

Odpowiedź:

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

Wyjaśnienie:

Przepisz jako:

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

Zastąp w:

# x = rcostheta #

# y = rsintheta #

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

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

Podziel obie strony według # r #

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

Wycofaj się # r #:

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

Robić # r # temat:

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