Find the smallest value of a ∈ R + such that the value of
∫ − π / 3 2 π / 3 sin ( x + a ) d x
will be maximum.
Submit your answer as the minimum value of ⌊ 1 0 0 0 a ⌋ .
Notation:
⌊
⋅
⌋
denotes the
floor function
.
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.
Good one! (+1)
I = ∫ − π / 3 2 π / 3 sin ( x + a ) d x
I = cos ( x + a ) ∣ ∣ ∣ ∣ ∣ 2 π / 3 − π / 3
I = [ cos ( a ) cos ( π / 3 ) + sin ( a ) sin ( π / 3 ) ] − [ − cos ( a ) cos ( 2 π / 3 ) − sin ( a ) sin ( 2 π / 3 ) ]
Since cos ( x ) = − cos ( π − x ) and sin ( x ) = − sin ( π − x ) :
I = [ cos ( a ) cos ( π / 3 ) + sin ( a ) sin ( π / 3 ) ] + [ cos ( a ) cos ( π / 3 ) + sin ( a ) sin ( π / 3 ) ]
I = 2 [ cos ( a ) cos ( π / 3 ) + sin ( a ) sin ( π / 3 ) ]
I = 2 cos ( a − π / 3 )
For I to be maximum:
cos ( a − π / 3 ) = 1
a = 2 k π + π / 3 , a ∈ Z .
For a to be minimum, since a is positive, k = 0 . So:
a = π / 3 , ⌊ 1 0 0 0 a ⌋ = 1 0 4 7
Correction Done
U can use differentiation too to find the maximized value.....But this one is also good
Problem Loading...
Note Loading...
Set Loading...
Similar solution with @Guilherme Niedu 's, slightly shorter.
I = ∫ − 3 π 3 2 π sin ( x + a ) d x = − cos ( x + a ) ∣ ∣ ∣ ∣ − 3 π 3 2 π = − cos ( − 3 2 π + a ) + cos ( − 3 π + a ) = cos ( 3 π − a ) + cos ( 3 π − a ) = 2 cos ( 3 π − a ) Note that cos ( π − x ) = − cos x and that cos ( − x ) = cos x
I is maximum, when cos ( 3 π − a ) = 1 , its maximum, or a = 3 π , the minimum value. ⟹ ⌊ 1 0 0 0 a ⌋ = 1 0 4 7 .