asked 50.3k views
3 votes
Express r=2cos(theta)+2sin(theta) as a cartesian function.

asked
User Thorst
by
8.4k points

1 Answer

1 vote
The function is in polar coordinates.

When this is the case, to pass to rectagular (cartesian) coordinates you use:

x = r cos(theta)
y = r sin(theta)

Then,

x = [2cos(theta) + 2sin(theta)]cos(theta) =

= 2 [cos(theta)]^2 + 2sin(theta)cos(theta) = 2 [cos(theta)]^2 + sin(2theta)

y = [2cos(theta) + 2sin(theta)]sin(theta) =

= 2 cos(theta)sin(theta) + 2[sin(theta)]^2 = sin(2theta) + 2[sin(theta)]^2



answered
User Tom McClure
by
8.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.