To convert the point (2, π/3) to rectangular coordinates, use the formulas x = r * cos(θ) and y = r * sin(θ). After substituting the values, the rectangular coordinates of the point are (1, √3).
To plot the point (2,π/3) in rectangular coordinates, we need to convert the polar coordinates to rectangular coordinates using the equations:
x = r * cos(θ)
y = r * sin(θ)
Substituting the given values, we have:
x = 2 * cos(π/3)
y = 2 * sin(π/3)
Simplifying the equations, we get:
x = 2 * 0.5
y = 2 * (√3/2)
Therefore, the rectangular coordinates of the point (2,π/3) are (1, √3).