Question 953419: how to convert
r^2sin2(theta)=8
from a polar equation to a rectangular equation Found 2 solutions by Fombitz, stanbon:Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! convert
r^2sin2(theta)=8
from a polar equation to a rectangular equation
----
Conversion form:
r = sqrt(x^2+y^2)
theta = arctan(y/x)
-----
Your Problem::
(x^2+y^2)*sin(2(arctan(y/x))) = 8
----
(x^2+y^2)*2sin(arctan(y/x)*cos(arctan(y/x)) = 8
----
(x^2+y^2)*2(y/sqrt(x^2+y^2))*(x/sqrt(x^2+y^2)) = 8
----
(x^2+y^2)(2(xy)/(x^2+y^2)) = 8
------
xy = 4
y = 4/x
--------------
Cheers,
Stan H.
-------------