Review of required concepts Angle between x axis line (x=radius of circle,0) and the line passing through point on the circle can be measures in degree or Radians. Radian as measure is preferred by mathematician. 360 degrees is about 6.34 radians. Excel trigonometric functions (Sin, Cos, Tan..), taken angle in Radian as an argument. Based on relation between angles in degree and Radian, one can convert degree to Randian and vice versa. For Unit radius circle, x2 + y 2 = 1 (refer graph below, t is angle in radian) Using Unit circle property, and trigonometric properties of sin and Cos function, You get x value (using Cos, of degree in Radian) and y value (using Sin, of degree in Radian). Further, using Atan or Atan 2 you can get inverse of tangent, and can plot the points in 2 quadrant or 4 quadrant. USING ATAN AND ATAN 2 FUNCTION The ATAN function r eturns a result between -π/2 and π/2 radians (or -90 and 90 degrees), or in other words, in the first and fourth quadrants. ATAN(numb