Posted by Joel on October 21, 2002 at 18:43:08:
In Reply to: area posted by Helen on October 19, 2002 at 23:06:57:
: Please help me find the area of the region.
: R={(x,y)| 0<=x<=(2Pi), 0<=y<=(2Pi), [Sin(x+y)Cosy]>=(Sin x) }
sin(x+y)cos(y) >= sin(x)
(sin(x)cos(y)+cos(x)sin(y))*cos(y) >= sin(x)
sin(x)cos^2(y) + cos(x)cos(y)sin(y) >= sin(x)
cos(x)cos(y)sin(y) >= sin(x) - sin(x)cos^2(y)
(1/2)cos(x)cos(2y) >= sin(x)(1-cos^2(y))
(1/2)cos(x)cos(2y) >= sin(x) - sin(x)cos^2(y)
(1/2)cos(x)cos(2y) >= sin(x) - sin(x)(1+cos(2y)/2
(1/2)cos(x)cos(2y) >= sin(x) - (1/2)sin(x) - (1/2)sin(x)cos(2y)
cos(x)cos(2y) + sin(x)cos(2y) >= sin(x)
(cos(2y))(sin(x)+cos(x)) >= sin(x)
cos(2y) >= (sin(x))/(sin(x)+cos(x))
y >= (1/2)arccos(sin(x)/(sin(x)+cos(x))
which is a bunch of open-ended, roughly vertical, squiggly lines if I'm not mistaken.
or did I do something illegal with a "zero" someplace?