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

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

대답:

#r = - ((2sin (세타) + 4cos (세타)) / cos (2theta)) #

설명:

# 2y = y ^ 2-x ^ 2-4x #

# x = rcos (세타) #

# y = rsin (theta) #

이 값을 주어진 방정식에 연결하십시오.

# 2rsin (theta) = r ^ 2sin ^ 2 (theta) -r ^ 2cos ^ 2 (theta) -4rcos (theta) #

# 2rsin (theta) + 4rcos (theta) = - r ^ 2 (cos ^ 2 (theta) -sin ^ 2 (theta)) #

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

신분을 사용했다. #cos (2theta) = cos ^ 2 (theta) -sin ^ 2 (theta) #

#r = - ((2sin (세타) + 4cos (세타)) / cos (2theta)) #