SOLUTION: Convert the following equation from rectangular to polar form: y=x^2 The help is GREATLY appreciated! thanks!!!!

Algebra ->  Trigonometry-basics -> SOLUTION: Convert the following equation from rectangular to polar form: y=x^2 The help is GREATLY appreciated! thanks!!!!      Log On


   



Question 422399: Convert the following equation from rectangular to polar form: y=x^2
The help is GREATLY appreciated!
thanks!!!!

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
Convert the following equation from rectangular to polar form: y=x^2
The help is GREATLY appreciated!
thanks!!!!

Use this picture for all conversions:



and these x%2Fr=cos%28theta%29, y%2Fr=cos%28theta%29, 
and y%2Fx=tan%28theta%29, r%5E2=x%5E2%2By%5E2

Cross multiple the first two:

and x=r*cos(q), y=r*cos(q), and y/x=tan(q), r² = x² + y²

y = x²

Replace y by r*sin(q)
Replace x by r*cos(q)

r*sin(q) = [r*cos(q)]²

r*sin(q) = r²cos²(q)

Divide both sides by r

sin(q) = r*cos²(q)

Swap sides:

r*cos²(q) = sin(q)
     
     sin(q)
r = —————————
     cos²(q)

You can leave it like that. Or else, write as

       sin(q)
r = ——————————————
     cos(q)*cos(q)


    sin(q)     1
r = —————— × ——————  
    cos(q)   cos(q)


r = tan(q)*sec(q)

Edwin