Curiously enough, even though you stated that 'c' is between 0 and 1, it really must be between 0 and 0.5, because anything greater will cause a > 1 in the argument of the arcsine when evaluated, which is out of domain.
Name:
Anonymous2009-09-08 16:06
Since c is positive, both cos(x) and sin(x) should be positive, or they should both be negative. sin(x) and cos(x) are both positive for 0 < x < pi/2, and they are both negative for pi < x < 3Pi/2.
sin(x)*cos(x) = c, with 0 < c < 1 for 0 + k*pi < x < pi/2 + k*pi with k as an element of Z.
Name:
Anonymous2009-09-15 2:50
Since you are given [math]\sin x \cos x = c[\math], this implies [eqn]\int\sin x \cos x dx = \int c dx [\eqn] [eqn]\frac{1}{2}\sin^2 x = cx [\eqn] [eqn] c = \frac{\sin^2 x}{2x}[\eqn].