Q:

A vector can be represented by its rectangular coordinates x and y or by its polar coordinates r and . Theta is measured in radians. The relationship between them is given by the equations:

0

 A vector can be represented by its rectangular coordinates x and y or by its polar coordinates r and Theta is measured in radians. The relationship between them is given by the equations:

Assign values for the polar coordinates to variables r and theta. Then, using these values, assign the corresponding rectangular coordinates to variables x and y.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

>> r = 5; >> theta = 0.5; >> x = r * cos(theta) x = 4.3879 >> y = r * sin(theta) y = 2.3971

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now