What is the largest value of
Note: The area under a single period, or "lump", (that is, on ) of the function is around .
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.
A tempting method of solving the problem might involve using some substitution method or integration by parts. It turns out these ways aren't extremely effective. One way of solving this would be by use of numerical methods, but one must wonder if there exists an algebraic way of approaching the problem, and there does. First consider the following identity, it is proven at the end of this answer. ∣ ∣ ∣ ∣ ∣ ∫ a b f ( x ) g ( x ) d x ∣ ∣ ∣ ∣ ∣ ≤ ( ∫ a b ( f ( x ) ) 2 d x ) ( ∫ a b ( g ( x ) ) 2 d x ) For any continuous functions f and g . This can be applied to our function for values within its domain D = { sin 2 x ≥ 0 } = [ n π , n π + 2 π ] for any integer n . In our particular case, we can rewrite the integral expression as ∫ 0 b sin t cos t d t using trigonometric identities. Then we can let f ( t ) = sin t , g ( t ) = cos t , so we can find the right hand side, which would be the maximum value. By substitution into the second expression, we have ∣ ∣ ∣ ∣ ∣ ∫ 0 b sin t cos t d t ∣ ∣ ∣ ∣ ∣ ≤ ∫ 0 b ( sin t ) 2 d t ∫ 0 b ( cos t ) 2 d t = ( − cos b + 1 ) ( sin b ) = sin b − 2 1 sin 2 b Now we need to consider the given constraint, that 4 sin b = 1 + 2 sin 2 b . This could be rearranged as 2 1 sin b − sin 2 b = 4 1 , which could be substituted into what we found: sin b − 2 1 sin 2 b = 4 1 ∫ 0 b 2 sin 2 t d t ≤ 0 . 5 Therefore, 0 . 5 must be the maximum value, which is within the first period of the function 2 sin 2 t , who has an area of around 0 . 6 6 5 4 according to numerical methods. Now, thus far this explanation means nothing if we cannot prove the identity described above. So let us consider one.
Identity: ∣ ∣ ∣ ∫ a b f ( x ) g ( x ) d x ∣ ∣ ∣ ≤ ( ∫ a b ( f ( x ) ) 2 d x ) ( ∫ a b ( g ( x ) ) 2 d x ) for any continuous functions f and g .
Proof:
Consider the function h ( t ) = ∫ a b ( f ( x ) + t g ( x ) ) 2 d x ≥ 0 where f , g ∈ { continuous functions : [ a , b ] → R ; a , b ∈ R } for any t = 0 . It can be expanded to ∫ a b ( f ( x ) ) 2 d x + 2 t ∫ a b f ( x ) g ( x ) d x + t 2 ∫ a b ( g ( x ) ) 2 d x ≥ 0 With respect to t , this is just a quadratic that is always greater than or equal to zero. This necessitates that its dicriminant must always be less than or equal to zero. More particularly: 4 ( ∫ a b f ( x ) g ( x ) d x ) 2 − 4 ∫ a b ( g ( x ) ) 2 d x ∫ a b ( f ( x ) ) 2 d x ≤ 0 ( ∫ a b f ( x ) g ( x ) d x ) 2 ≤ ∫ a b ( g ( x ) ) 2 d x ∫ a b ( f ( x ) ) 2 d x ∣ ∣ ∣ ∣ ∣ ∫ a b f ( x ) g ( x ) d x ∣ ∣ ∣ ∣ ∣ ≤ ∫ a b ( g ( x ) ) 2 d x ∫ a b ( f ( x ) ) 2 d x Q.E.D.