Ako konvertujete y = 2y ^ 2 + 3x ^ 2-2 do polárnej rovnice?

Ako konvertujete y = 2y ^ 2 + 3x ^ 2-2 do polárnej rovnice?
Anonim

odpoveď:

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

vysvetlenie:

Na to budeme potrebovať:

# X = rcostheta #

# Y = rsintheta #

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

# Rsintheta = 2r ^ 2sin ^ 2theta + 3r ^ 2cos ^ 2theta-2r ^ 2costhetasintheta #

# Sintheta = 2rsin ^ 2theta + 3rcos ^ 2theta-2rcosthetasintheta #

# Sintheta = 2rsin ^ 2theta + 3rcos ^ 2theta-ṛṣīn (2Theta) #

# Sintheta = r (2sin ^ 2theta + 3cos ^ 2theta-sin (2Theta)) #

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