If I have a circle of radius 1 then what would the radius of a second circle need to be for it to have twice the area of the first?
sqrt(2)
Edit: should refresh before posting. I'll add the working.
area = pi * r^2
if r = 1, area is pi if you want to find r for twice the area
then 2 * pi = pi * r^2
cancel pi from both sides
2 = r^2 sqrt(2) = r
Area of a circle is pi×r². If you want circle A to have double the area of circle B you need a² to be 2×b². So a is √2×b as stated by the others.
Not sure if answered yet, but it's around 1.41.
@moocher started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
If I have a circle of radius 1 then what would the radius of a second circle need to be for it to have twice the area of the first?