
William W. answered 12/31/20
Experienced Tutor and Retired Engineer
The conversion of rectangular to polar uses:
x = r•cos(θ)
y = r•sin(θ)
So just substitute these into y = 1 + 3x and it turns into:
r•sin(θ) = 1 + 3r•cos(θ)
To turn this into a function r(θ) just solve for r:
r•sin(θ) - 3r•cos(θ) = 1
r(sin(θ) - 3cos(θ)) = 1
r = 1/(sin(θ) - 3cos(θ))