Miten muunnetaan 2y = y ^ 2-x ^ 2 -4x polaariseksi yhtälöksi?

Miten muunnetaan 2y = y ^ 2-x ^ 2 -4x polaariseksi yhtälöksi?
Anonim

Vastaus:

#R = - ((2sin (theta) + 4cos (theta)) / cos (2theta)) #

Selitys:

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

# X = riskipääomatoimien (theta) #

# Y = RSIN (theta) #

Liitä nämä arvot annettuun yhtälöön

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

Käytetty identiteettiä #cos (2theta) = cos ^ 2 (theta) sin ^ 2 (theta) #

#R = - ((2sin (theta) + 4cos (theta)) / cos (2theta)) #