Polar coordinates (trig question)

AI Thread Summary
The discussion centers on solving the polar coordinate equation r = 2tan(theta)sec(theta) and finding the relationship between x and y. The initial confusion arises from the transformation of rcos^2 into x^2 and how it relates to y. Participants clarify that by substituting the definitions of x and y in polar coordinates, one can derive y as a function of x. Ultimately, the correct relationship is established as y = 1/2(x^2), confirming the solution provided in the guide. The conversation highlights the importance of understanding the conversion between polar and rectangular coordinates.
Oxygenate
Messages
7
Reaction score
0

Homework Statement


Given r = 2tan(theta)sec(theta)

Find cos(theta) then use inverse key to find sec(theta)

The answer given in the solution guide is y = 1/2 x^2

Attempt at solution
Since tan = sin/cos and sec = 1/cos
We have r = 2sin/cos * 1/cos
So rcos^2 = 2sin
rcos^2 is defined as x^2 so x^2 = 2sin

Unless 2 sin is defined as 2 y, I don't see how we can get to y = 1/2x^2??
 
Physics news on Phys.org
I do not understand where you got this part from:

Oxygenate said:
rcos^2 is defined as x^2 so x^2 = 2sin

In polar coordinates,
<br /> x=r\cos\theta<br />
and
<br /> y=r\sin\theta<br />

Substitute your expression for r into these two equations. Solve the first one in such a way that you can plug your result into the second one to solve for y in terms of x.
 
Oxygenate said:
So rcos^2 = 2sin
rcos^2 is defined as x^2 so x^2 = 2sin
r cos^2 isn't the same as x^2. r^2 \cos^2 \theta = x^2.

For this problem just use the equations for converting between rectangular and polar coordinates, using the expression for cos theta and sine theta as hinted and substituting them into the problem equation.
 
Okay, so:

r = 2sin/cos * 1/cos

rcos = 2sin * 1/cos

x = 2sin * 1/cos
x = 2tan

Where does the x^2 come from and where does the y come from?
 
Don't worry about where the x^2 comes from, that is part of the answer and is a result of you solving the problem correctly.

You know that y=r\sin\theta by definition. Find y as a function of theta only.

Then you can eliminate theta when you find y as a function of x only.
 
r = 2tan(theta)sec(theta)
r = 2sin(theta)/cos(theta) * 1/cos(theta)
rcos^2 = 2sin(theta)
r^2cos^2 = r2sin(theta)
x^2 = 2y
y = 1/2(x^2)

It seems like this works too. Thanks! I haven't done trig in like forever...
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top