Y = 2y ^ 2 + 3x ^ 2-2xy를 어떻게 극좌표 방정식으로 변환합니까?

Y = 2y ^ 2 + 3x ^ 2-2xy를 어떻게 극좌표 방정식으로 변환합니까?
Anonim

대답:

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

설명:

이를 위해 우리는 다음을 필요로 할 것입니다:

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