Find the smallest possible real number K such that 1 − x 2 ≤ x K .
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.
First , multiply by 2 x : 2 x 1 − x 2 < = 2 K . Now substitute x = sin ( θ ) and utilise the pythagorean identity for sine to attain 2 sin ( θ ) cos ( θ ) < = 2 K .This is the double angle identity for sine, meaning that the above expression is equal to: sin ( 2 θ ) < = 2 K . Obviously the maximum value of the sine function is 1 , so K = 0 . 5 . As a side note, equality occurs when θ = 4 π , x = 2 2
@Samuel Sturge , you can use \le in LaTex for ≤ . \ge ≥ , \ne = .
Problem Loading...
Note Loading...
Set Loading...
This is a calculus approach to the problem:
Let f ( x ) = x 1 − x 2 . The maximum value of this function will be equal to K , since by definition, a maximum point is where f ( x ) ≤ f ( m a x ) , for all x .
f ′ ( x ) = 1 − x 2 − 1 − x 2 x 2 .
Setting f ′ ( x ) = 0 gives 2 x 2 = 1 after simplification, so the extrema are at x = ± 2 1 .
As the square root term is positive, the maximum value must be achieved when x is positive, so x = 2 1 is a maximum. This maximum is equal to f ( 2 1 ) = 2 1 , so K = 2 1 .