Question: Problem #1: Create a struct called Polar to find the equivalent representation of a Cartesian point in the polar coordinates system. A point (sy) in


Problem #1: Create a struct called Polar to find the equivalent representation of a Cartesian point in the polar coordinates system. A point (sy) in the Cartesian Courdinates has the farm (,0) in the polar coontimates, where r-r cos(7), y-r sin(a) r- + r. 0-6 (1) Store the values of x (Coordinate). y (Coordinats). 1 (radins), and thera) as float Write the functions CONVETT to convert the point's coordinates from Cartesian to polar. to add tow polar points prin to output the polar coordinates of the point Hint: The addition of trvo polar points (...). (13. 9.) results in the new polar point (r.) where w 8 - 10+ ) rJP + r. + 2r, r.cos(@.-9) The following driver produces the given sample of input output: int mam) Polar firstPoint, secondPoint result cout firstPoint Coordinate >> firstPoint Coordinate couver EirstPomt). Pris ErstPoint cout Enter the coordinate and coordinate of the second point: ci si secondPoint Coordinate secondPoint Coordinate conuerteecond Point prioritetondPoid result = add firstPoint gecondPoint) cout Uhe sum of the two pointe se endl Problem #1: Create a struct called Polar to find the equivalent representation of a Cartesian point in the polar coordinates system. A point (sy) in the Cartesian Courdinates has the farm (,0) in the polar coontimates, where r-r cos(7), y-r sin(a) r- + r. 0-6 (1) Store the values of x (Coordinate). y (Coordinats). 1 (radins), and thera) as float Write the functions CONVETT to convert the point's coordinates from Cartesian to polar. to add tow polar points prin to output the polar coordinates of the point Hint: The addition of trvo polar points (...). (13. 9.) results in the new polar point (r.) where w 8 - 10+ ) rJP + r. + 2r, r.cos(@.-9) The following driver produces the given sample of input output: int mam) Polar firstPoint, secondPoint result cout firstPoint Coordinate >> firstPoint Coordinate couver EirstPomt). Pris ErstPoint cout Enter the coordinate and coordinate of the second point: ci si secondPoint Coordinate secondPoint Coordinate conuerteecond Point prioritetondPoid result = add firstPoint gecondPoint) cout Uhe sum of the two pointe se endl
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
