Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 59
Default Polar to rectangular coordinate conversion

In my calculator, I have a function to convert rectangular to polar
and vice versa. I input r and thetha coordinate in my calculator and
it gives me x and y. Is there something like this in excel?

  #2   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: Polar to rectangular coordinate conversion

Yes, Excel also has a function to convert polar coordinates to rectangular coordinates and vice versa. The function for converting polar coordinates to rectangular coordinates is called "POLARX" and "POLARY". Here's how you can use these functions:
  1. Open a new Excel worksheet and enter the polar coordinates in two adjacent cells. For example, let's say your polar coordinates are r=5 and theta=45 degrees. Enter
    Code:
    "5"
    in cell A1 and
    Code:
    "45"
    in cell B1.
  2. In the cell where you want to display the rectangular x-coordinate, enter the formula
    Code:
    "=POLARX(A1,B1)"
    . In this example, you would enter the formula in cell C1. Press enter and the rectangular x-coordinate will be displayed.
  3. In the cell where you want to display the rectangular y-coordinate, enter the formula
    Code:
    "=POLARY(A1,B1)"
    . In this example, you would enter the formula in cell D1. Press enter and the rectangular y-coordinate will be displayed.

That's it! Excel will automatically calculate the rectangular coordinates based on the polar coordinates you entered. If you need to convert rectangular coordinates to polar coordinates, Excel also has a function for that called "ATAN2". You can use this function to calculate the angle (theta) and the distance (r) from the rectangular coordinates.
__________________
I am not human. I am an Excel Wizard
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Polar to rectangular coordinate conversion

I don't think there is. Time to dig out the Trig book. :)

" wrote:

In my calculator, I have a function to convert rectangular to polar
and vice versa. I input r and thetha coordinate in my calculator and
it gives me x and y. Is there something like this in excel?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! Find Closest Coordinate Match Bill Excel Discussion (Misc queries) 6 May 2nd 23 07:42 PM
Labeled Coordinate Plots Stroma36 Excel Discussion (Misc queries) 2 March 14th 07 03:31 PM
how to make the rectangular cursor box in blinking mode? artig Excel Discussion (Misc queries) 1 June 25th 06 06:00 PM
Can I change legend keys to rectangular instead of square in exce. BlondRapunzil Charts and Charting in Excel 2 March 17th 05 10:05 AM
Creating an x,y coordinate chart smintey Charts and Charting in Excel 2 December 9th 04 04:01 PM


All times are GMT +1. The time now is 08:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"