Jak znaleźć równoważne równanie x ^ 2 + 4y ^ 2 = 4 we współrzędnych biegunowych?

Jak znaleźć równoważne równanie x ^ 2 + 4y ^ 2 = 4 we współrzędnych biegunowych?
Anonim

Odpowiedź:

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

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

Wyjaśnienie:

Użyjemy dwóch formuł:

# x = rcostheta #

# y = rsintheta #

# x ^ 2 = r ^ 2cos ^ 2theta #

# y ^ 2 = r ^ 2sin ^ 2theta #

# r ^ 2cos ^ 2theta + 4r ^ 2sin ^ 2theta = 4 #

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

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

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