Final answer:
To convert the given rectangular equation to polar form, we substitute x = r × cos(θ) and y = r × sin(θ) into the equation, simplify, and use trigonometric identities to arrive at the polar equation r = -10 × cos(θ).
Step-by-step explanation:
To convert the rectangular equation (x+5)^2 + y^2 = 25 to polar form, we will use the relationships between rectangular coordinates (x, y) and polar coordinates (r, θ). In polar coordinates, the x and y positions of a point are expressed as:
- x = r × cos(θ)
- y = r × sin(θ)
Now, let's substitute these expressions into the rectangular equation:
(r × cos(θ) + 5)^2 + (r × sin(θ))^2 = 25
Expanding the square and simplifying:
r^2 × cos^2(θ) + 10r × cos(θ) + 25 + r^2 × sin^2(θ) = 25
Using the Pythagorean identity cos^2(θ) + sin^2(θ) = 1:
r^2(1) + 10r × cos(θ) = 0
r^2 + 10r × cos(θ) = 0
This simplifies the polar equation:
r = -10 × cos(θ)
This is the polar form of the original rectangular equation.