Come si converte y = 2y ^ 2 + 3x ^ 2-2xy in un'equazione polare?

Come si converte y = 2y ^ 2 + 3x ^ 2-2xy in un'equazione polare?
Anonim

Risposta:

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

Spiegazione:

Per questo avremo bisogno di:

# 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-rsin (2theta) #

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

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