Sheve
- 5
- 0
Homework Statement
Draw a circle centered on the origin with radius 2. Draw the vertical line x = 1. Find the area bounded on the left by x=1 and on the right by the circle.
Homework Equations
Area of a circle: x^{2} + y^{2} = r^{2}. In this race, r = 2
Polar coordinates:
x = p cos(\theta)
y = p sin(\theta)
The Attempt at a Solution
At first I tried to solve this in rectangular coordinates, using the equation y = \sqrt{4 - x^{2}} and integrating it from 1 to 2. However the antiderivative for that is messy as heck, and this is supposed to be a simple problem. I'm trying to do it in polar coords, but I'm at a loss as how to bound the integral in that case.