How Do I Convert Polar Functions to Cartesian Functions?

In summary, the conversation discusses converting Polar functions to Cartesian functions and solving related problems. The tools provided for this task are x=rcos(\theta), y=rsin(\theta), r^{2}=x^{2}+y^{2}, and tan(\theta)=\frac{y}{x}. The conversation also mentions using basic trig identities and finding patterns to solve these problems. Examples of solving for a circle and parabola are given, and the conversation ends with the participant feeling more confident in approaching these types of problems.
  • #1
Lancelot59
646
1
I'm having issues getting converting Polar functions to Cartesian functions. Take for example:

[tex]rcos(\theta)=1[/tex] I just figured that since it was going to always equal the same thing, and because [tex]x=rcos(\theta)[/tex] that the Cartesian equation was x=1, and I was right.

However logic fails here:[tex]r=3sin(\theta)[/tex]

Now I know I have the following tools to work with:
[tex]x=rcos(\theta)[/tex]
[tex]y=rsin(\theta)[/tex]
[tex]r^{2}=x^{2}+y^{2}[/tex]
[tex]tan(\theta)=\frac{y}{x}[/tex]I remember from an example in class that this form is a circle, but I want to be able to algebraically prove it. This looks simple compared to what's further down the page:
[tex]r=tan(\theta)sec(\theta)[/tex]
[tex]r=2sin(\theta)+2cos(\theta)[/tex]

I'm completely at a loss as to where I should begin. Is there some usual procedure for solving these problems?
 
Last edited:
Physics news on Phys.org
  • #2
r=3sin(theta)

r^2 = 3rsin(theta) = 3y

x^2 + y^2 = 3y

Circle centered at (0,1.5) with diameter of 3
 
  • #3
Lancelot59 said:
[tex]r=tan(\theta)sec(\theta)[/tex]
I'm completely at a loss as to where I should begin. Is there some usual procedure for solving these problems?

Just keep chopping them down as you see them, find patterns, exploit them and convert them

r=tan(theta)*sec(theta) is same as
r=tan(theta)*1/(cos(theta))
r*cos(theta) = tan(theta)
x= tan(theta) = y/x

x^2 = y A bloody parabola
 
  • #4
Lancelot59 said:
[tex]r=2sin(\theta)+2cos(\theta)[/tex]

I'll throw you one more freebie, by now you should've gotten the clue that these problems are not hard at all, all you need is those 4 tools and some basic trig identities

r=2*sin(theta) + 2*cos(theta) multiply it out by r

r^2 = 2*r*sin(theta) + 2*r*cos(theta)

x^2 + y^2 = 2y + 2x

Its a circle centered at (1,1) with radius of sqrt(2)
 
  • #5
cronxeh said:
x^2 = y A bloody parabola
I just had to do one substitution to finish that...

cronxeh said:
Circle centered at (0,1.5) with diameter of 3
I see...
cronxeh said:
I'll throw you one more freebie, by now you should've gotten the clue that these problems are not hard at all, all you need is those 4 tools and some basic trig identities

...

Its a circle centered at (1,1) with radius of sqrt(2)
It makes sense. I just needed to see the solutions to some, now I have a better idea of what to do. Thanks!
 
Last edited:

FAQ: How Do I Convert Polar Functions to Cartesian Functions?

What is the formula for converting polar coordinates to Cartesian coordinates?

The formula for converting polar coordinates (r, θ) to Cartesian coordinates (x, y) is:
x = r cos(θ)
y = r sin(θ)

Why do we need to convert polar coordinates to Cartesian coordinates?

Cartesian coordinates are more commonly used in mathematics and science, making it easier to graph and analyze data. Converting polar coordinates to Cartesian coordinates allows us to easily plot points and perform calculations on a graph.

Can all points in polar coordinates be converted to Cartesian coordinates?

Yes, all points in polar coordinates can be converted to Cartesian coordinates. However, the reverse is not true - not all points in Cartesian coordinates can be converted to polar coordinates.

How do negative angles affect the conversion from polar to Cartesian coordinates?

Negative angles are measured clockwise from the positive x-axis in the Cartesian coordinate system, while in polar coordinates, angles are measured counterclockwise from the positive x-axis. Therefore, when converting from polar to Cartesian coordinates, you may need to adjust the angle by adding or subtracting 360 degrees depending on the quadrant the point is in.

Are there any real-world applications for converting polar to Cartesian coordinates?

Yes, there are many real-world applications for converting polar to Cartesian coordinates. For example, in navigation and mapping, GPS coordinates are often given in polar form (latitude and longitude) but are converted to Cartesian coordinates for more accurate plotting on a map. Additionally, in physics and engineering, polar coordinates are commonly used in analyzing circular or rotational motion, but are often converted to Cartesian coordinates for easier calculation and visualization.

Back
Top