First of all forgive my very poor and not to scale drawing. Also for the not so good looking maths formatting
Essentially I am looking for the area of the shaded part. This is what I've gotten so far
Area of larger circle with radius being $20+w$ minus area of inner circle radius of $20$. Add the area of the rectangle which has a length of $40+2w$ and a length of $w$.
so the final equation is $$ A = \frac{\pi}{2} ( w^2 + 40w ) + 2w^2 + 40w $$
it asks to find $w$ when the area is given (i.e. $A = 200$). I haven't been able to solve it without having to go through a long messy quadratic equation, or is there a more straightforward way and I went wrong somewhere?
Thanks!
It is easier to take the mean radius $R_m$ of shaded circle:
$R_m=\frac {20+20+w}2=20+\frac w 2$
Then the area is:
$$A =w\cdot R_m\cdot \pi+20 w=w(20+\frac w 2)\pi+20w=\frac{\pi}2 w^2+20(\pi+1)w$$
This is a function of degree two that can be easily plotted. For $A=200$ you can find w:
$$A\approx\frac{\pi}2 w^2+20(\pi+1)w\approx 1.57 w^2+82.8 w=200$$
which gives $w\approx 2.3$