Help converting triangular to polar

  • Thread starter Thread starter dare2dream
  • Start date Start date
  • Tags Tags
    Polar
AI Thread Summary
To convert the equation x^2 + 4y^2 = 4 into polar coordinates, start by substituting x and y with their polar equivalents: x = rcos(θ) and y = rsin(θ). This leads to the equation (rcos(θ))^2 + 4(rsin(θ))^2 = 4. Expanding this gives r^2cos^2(θ) + 4r^2sin^2(θ) = 4, which can be factored to r^2(cos^2(θ) + 4sin^2(θ)) = 4. The challenge lies in simplifying the left side, where recognizing that sin^2(θ) + cos^2(θ) = 1 can help, leading to the final expression r^2(1 + 3sin^2(θ)) = 4.
dare2dream
Messages
14
Reaction score
0

Homework Statement


Find an equivalent equation in polar coordinates.


Homework Equations



x^2 + 4y^2 = 4

Anyone know how to do this? I don't remember how when it's an equation...=S

My best guess is (rcos theta)^2 + 4(rsin theta)^2 = 4...but that's as far as I can get.
 
Last edited:
Physics news on Phys.org
how do you work out the x, y projections of a vector in the 1st quadrant? think about the unit circle and how you define sin and cos... you should be able to work out the rules that relate r and \theta to x and y.
 
I know that r^2 = x^2 + y^2 but I don't know how to use that because of the 4 in the equation. I've thought about this problem for a week and this is as far as I've gotten. -.- (This is an equation off a take-home test we received to do over spring break.)

So r^2 = x^2 + y^2, x = rcos (theta), y = rsin (theta), and tan theta = y/x

However, knowing these, I still don't get how to figure out the problem...
 
Last edited:
My best guess is (rcos theta)^2 + 4(rsin theta)^2 = 4...but that's as far as I can get.

you know the answer, so all you need is rearrange (if you want) and get r on one side while the rest on the other... I don't understand your dilemma
 
Okay...well I don't know how to do that..>.>
 
You have this (rcos theta)^2 + 4(rsin theta)^2 = 4. So expand it: r^2\cos^2\theta+4r^2\sin^2\theta=4.

Now, spot that both terms on the left contain r2, so factor this out. What do you obtain on the left hand side? Is there any way you can think of simplifying this expression you obtain?
 
So then you get r^2 (cos^2 theta + 4 sin^2 theta) = 4

I don't know how to simplify that.
 
Well, I presume you know that sin^2(x)+cos^2(x)=1. Can you use this here?
 
Yeah, I remember that, but I don't know what to do with the 4 then.
 
  • #10
4sin^2(x)=sin^2(x)+3sin^2(x)
 
  • #11
so r^2 (1 + 3sin^2 theta) = 4?
 
Back
Top