The number of integers that satisfy the following condition is
The equation has two distinct real roots in the interval [0, ].
Find .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let u = |sin(x)| in the original quadratic equation such that:
u = [-1 (+/-) sqrt(1 - 4b)] / 2
are the corresponding roots (via the Quadratic Formula). If the roots are to be real and distinct, then we require the discriminant to be positive, or b < 1/4. Replacing back |sin(x)| for u gives:
|sin(x)| = [-1 (+/-) sqrt(1 - 4b)] / 2 (i)
however the absolute value is strictly non-negative, which eliminates the negative root and leaves us with:
|sin(x)| = [-1 + sqrt(1 - 4b)] / 2 (ii)
and 0 <= |sin(x)| <= 1 for all x, hence we now obtain the inequalities:
0 <= [-1 + sqrt(1 - 4b)] / 2 <= 1;
or 1 <= sqrt(1 - 4b) <= 3;
or 1 <= 1 - 4b <= 9;
or -8 <= 4b <= 0;
or -2 <= b <= 0.
thus b = {0, -1, -2} for integer values. At b = 0, the original quadratic equation has distinct roots at x = 0 & pi. At b = -1, we get distinct roots at x = arcsin [ (-1+sqrt(5))/2 ] = arcsin (0.618) = 0.212 pi & 0.788 pi. At b = -2, we obtain a double root at x = pi/2 which is disregarded.
So n = 2 integers, and n^2 + n = 6.