f ( x ) = e sin ( x ) cos ( x )
Let f ( x ) denote the function of the expression above. If the greatest possible value of f ( x ) can be represented by the form ( a c − b ) a 1 ⋅ e a c − b
Where a , b , c are constants and e ≈ 2 . 7 1 8 3 . . . (Euler's constant) and a , b , c are integers. Find a + b + c .
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.
oh, I forgot to post my solution. lol
Yay! Did the same way :)
lol, it's ϕ − 1 , I tried to hide it by doing ( a c − b ) a 1 instead of a c − b . But idk how "unobvious" it is.
Here we take the derivative and set it equal to 0. differentiating
0 = d x d ( e sin ( x ) cos ( x ) )
Product rule ⟹ 0 = cos ( x ) d x d e s i n ( x ) − sin ( x ) e sin ( x )
Focusing on the derivative of e sin ( x ) . And using the chain rule ( f ( g ( x ) ) ) ′ = f ′ ( g ( x ) ) ⋅ g ′ ( x ) . Setting f ( x ) = e x and g ( x ) = sin ( x )
e sin ( x ) ⋅ cos ( x )
Putting this back into our old equation gives
0 = e sin ( x ) ( cos 2 ( x ) − sin ( x ) )
Since e sin ( x ) has no roots, cos 2 ( x ) − sin ( x ) = 0
Doing some arithmetic and using the ever useful identity cos 2 ( x ) = 1 − sin 2 ( x )
( 1 − s i n 2 ( x ) ) − sin ( x ) = 0
sin 2 ( x ) + sin ( x ) − 1 = 0
Quadratic eq
sin ( x ) = 2 − 1 ± 5
Observe f ( x ) is increasing as x increases (to a certain point, which is of course the maximum). Thus we ignore the - case. So
sin ( x ) = 2 − 1 + 5
Using the once again ever useful cos 2 ( x ) = 1 − sin 2 ( x )
cos ( x ) = ( 2 5 − 1 ) 2 1
Thus the max value of our expression is
cos ( x ) e sin ( x ) = ( 2 5 − 1 ) 2 1 e 2 5 − 1
Thus c = 5 and a = 2 and b = 1
So a + b + c = 8
Interesting fact: You can also say that it's ϕ − 1 since ϕ − 1 = ϕ − 1
Demonstration:
As we all know, ϕ is famous for its additive properties, we have,
ϕ n + 2 = ϕ n + 1 + ϕ n ∀ n ∈ R ⟹ ϕ = 1 + ϕ − 1 ( for n = ( − 1 ) ) ⟹ ϕ − 1 = ϕ − 1
Problem Loading...
Note Loading...
Set Loading...
Well, this is quite an easy problem (compared to the rest of the problems in this set). It is set as a Calculus problem, so I'll simply use the first derivative test and the graph provided to find maxima of f ( x ) .
f ( x ) = e sin ( x ) cos ( x ) ⟹ f ′ ( x ) = e s i n x ( cos 2 x − sin x )
Critical points of f ( x ) (points of extremum, if any) are given by f ′ ( x ) = 0 . Setting that, we have,
cos 2 x = sin x ⟹ 1 − sin 2 x = sin x ⟹ sin 2 x + sin x − 1 = 0 ⟹ sin x = 2 − 1 ± 5 ⟹ sin x = 2 5 − 1
The other solution is rejected since it is < ( − 1 ) and we are dealing explicitly with reals for this case. Now, comes the reasoning part. From the given graph, it is clear that maxima occurs in 1st quadrant in the principal range [ 0 , 2 π ] and the value we obtained is also the sine of a first quadrant x . So, it is our point of maximum. Hence, for positive solution of sin x , the value of cos x is also positive (note that we are talking about the point of maxima x = x m a x here). So, we have,
sin ( x m a x ) = 2 5 − 1 ⟹ cos ( x m a x ) = 1 − sin 2 x = ( 2 5 − 1 ) 1 / 2
Using these values, we have,
m a x ( f ) = ( 2 5 − 1 ) 1 / 2 ⋅ e 2 5 − 1
Comparing values with given form, we have c = 5 , b = 1 , a = 2 .
Hence, we have the sum = 5 + 1 + 2 = 8
Notes:
x m a x denotes the point of maxima in [ 0 , 2 π ] , in case you didn't bother to read every minute detail.
We can also use the higher derivative test without relying on the graph.