Line from origin with elevation theta in polar form?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
BlackWyvern
Messages
104
Reaction score
0

Homework Statement


I need to get y = mx in polar form. I looked at it logically, and I figured I needed a function f(x) that will resolve 0 when x =/= 0, and will resolve 1 when x = 0. I thought for a while, and then realized that sine sort of does that, and just needs a tweak to do it exactly:

[tex]r = cos^\infty(\theta - c)[/tex]

But this function, although great, is cumbersome. I can't find any other formulas, and my attempts to derive one only equal in cancellations on both sides.

Homework Equations


x = rcos(theta)
y = rsin(theta)
m = tan(theta)
Anything else you can think of.

Just to make it clear, I would like it in r form, I know of the [tex]\theta = \varphi[/tex] equation.
 
Last edited:
Physics news on Phys.org
[tex]r = \lim_{\substack{x\rightarrow 0}} x\sec(\theta-c) \,[/tex]

This also seems to make a line from the origin.
 
BlackWyvern said:

Homework Statement


I need to get y = mx in polar form. I looked at it logically, and I figured I needed a function f(x) that will resolve 0 when x =/= 0, and will resolve 1 when x = 0. I thought for a while, and then realized that sine sort of does that, and just needs a tweak to do it exactly:

[tex]r = cos^\infty(\theta - c)[/tex]

But this function, although great, is cumbersome. I can't find any other formulas, and my attempts to derive one only equal in y = rsin(theta)
m = tan(theta)
Anything else you can think of.

Just to make it clear, I would like it in r form, I know of the [tex]\theta = \varphi[/tex] equation.
Just as you cannot get a vertical line in y= mx+ b form, you cannot cannot get a line through the origin in [itex]r= f(\theta)[/itex] form. A line through the origin at fixed "angle of elevation" [itex]\phi[/itex] (better not to use [itex]\theta[/itex] for this constant) is [itex]\theta= \phi[/itex]. r, of course, can be number, positive, zero, or negative.
 
I see, thanks for that.