Converting Cartesian to Polar: Finding the Polar Equation

  • Thread starter Thread starter ThiagoG
  • Start date Start date
  • Tags Tags
    Polar
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
ThiagoG
Messages
15
Reaction score
0

Homework Statement


Find a polar equation for the curve represented by the Cartesian equation.

y=1+3x

Homework Equations


x2+y2=r2
x=Rcos(θ)
y=Rsin(θ)

The Attempt at a Solution


(1+3x)2+x2=r2
1+6x+10x2=r2
1+6rcos(θ)+10r2cos2(Θ)=r2
 
Physics news on Phys.org
Why are you squaring? This will give you a relation between [itex]x^2[/itex] and [itex]y^2[/itex], not x and y, and so not the original equation. Just replace "x" with [itex]r cos(\theta)[/itex] and "y" with [itex]r sin(\theta)[/itex] in the original equations.
 
  • Like
Likes   Reactions: 1 person
HallsofIvy said:
Why are you squaring? This will give you a relation between [itex]x^2[/itex] and [itex]y^2[/itex], not x and y, and so not the original equation. Just replace "x" with [itex]r cos(\theta)[/itex] and "y" with [itex]r sin(\theta)[/itex] in the original equations.

Oh thank makes a lot of sense. Thank you.