Question about converting x = pi/6 to polar form

AI Thread Summary
To convert t = pi/6 into polar form, the correct approach involves using the tangent function rather than cosine. The initial attempt using cosine led to an equation that introduced extraneous solutions due to squaring both sides. The correct relationship derived from tangent is y/x = sqrt(3)/3, simplifying to sqrt(3)x - 3y = 0. This highlights that while both methods yield similar equations, the tangent approach avoids the pitfalls of squaring. Understanding this distinction clarifies why the tangent method is preferred for accurate solutions.
ishanz
Messages
8
Reaction score
0

Homework Statement


Convert t = pi/6 into polar form.


Homework Equations


x = r*cos(t)
y = r*sin(t)



The Attempt at a Solution


t = pi/6
cos(t) = cos(pi/6)
cos(t) = sqrt(3)/2
x/r = sqrt(3)/2
sqrt(3)r = 2x
sqrt(3)sqrt(x^2 + y^2) = 2x
sqrt(3x^2 + 3y^2) = 2x
3x^2 + 3y^2 = 4x^2
0 = x^2 - 3y^2

However, the book says to use tangent instead, as shown below:

t = pi/6
tan t = sqrt(3)/3
y/x = sqrt(3)/3
sqrt(3)x - 3y = 0

This is the correct answer. However, I do not understand why the answer I obtained is incorrect. Is it legal to cosine both sides as I did?
 
Physics news on Phys.org
Actually the answer you got and the correct answer are nearly the same.

\sqrt{3}x-3y=0

x-\sqrt{3}y=0

x=\sqrt{3}y

x^2=3y^2

x^2-3y^2=0

which is what you had. The only problem is that when you squared both sides you have introduced more solutions which are not correct. If we go backwards such as taking the square root of both sides we get:

x^2=3y^2

x=\pm \sqrt{3} y

and the solutions x=-\sqrt{3}y are not correct.

It is difficult to avoid squaring in this line you had: \sqrt{3(x^2 + y^2)} = 2x which is why using the tangent is the best approach.
 
Ahh, that makes a lot of sense. Thanks a lot!
 
You're welcome :smile:
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top