Cartesian Coordinates: Solving & Verifying w/ Pythagorean Theorem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
tatiana
Messages
43
Reaction score
1
We learned about cartesian coordinates briefly in class and i didnt completely understand them. I am not looking for an answer but rather the process on how to get to an answer in cartesian coordinates, for instance, in this example:


A point on a polar coordinate system is located at r=2.0 and = 25 degrees.


& then how you would use the Pythagorean Theorem to verify your answer?
 
Mathematics news on Phys.org
You need to use sines and cosines to find the corresponding x and y.

Then r is always the hypotenuse so you can plug it into the Pythagorean Theorem with the x and y you just found: x^2 + y^2 = r^2.
 
In general if you are given something in polar coordinates (r,a) then x=rcos(a) and y=rsin(a).