When ∫ 0 1 f ( x ) d x = 0 and − 1 ≤ f ( x ) ≤ 1 , the maximum value of
∫ 0 1 ( f ( x ) ) 3 d x
is X . Find [ 1 0 0 X ] .
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.
I think the "2/3" in the last line should be a "1". After all, you are dividing the interval [0,1] into 2 parts - the first into [0,1/3] and then the second should be [1/3, 1]
On integrating, we get : 4 ( f ( x ) ) 4 + c
On substituting f ( x ) = 1 from given inequality (As f(x) will be maximum when f ( x ) = 1 ), we get : X = 1 / 4 .
Therefore, [ 1 0 0 X ] = 2 5
Total wrong solution.
If f(x) = 1, the second constraint is not satisfied.
All in all, it seems you lucked out in finding the right answer.
we can simplify this by assuming that f(x) takes the form
f(x)=b for 0<=x<=a
f(x)=-c for a<x<=1
with 0<=a,b,c<=1
then the integration requirement gives that
ab=(1-a)c
and we wish to maximize
F(a,b,c)=ab^3-(1-a)c^3
from integration requirement we get
c=ab/(1-a)
thus
F(a,b)=ab^3-(1-a)a^3b^3/(1-a)^3
using the usual method of set dF/da=0 and dF/db=0, solving, and finding max we get
F(a,b,c) is maximized at (a,b,c)=(1/3,1,1/2) which gives a maximum area of x=1/4 thus we get [100X]=[100/4]=[25]=25
Why does the first assumption hold? There is probably a pretty easy argument involving |a|^3 < |a| if |a|<1, so making a non-partwise constant function would make you lose more than you gain.
Problem Loading...
Note Loading...
Set Loading...
Solution : Consider the expression, ( f ( x ) − 1 ) ( f ( x ) + 2 1 ) 2 . Note that, this expression is always negative. Also notice that, this expression is f ( x ) 3 − 4 3 f ( x ) − 1 / 4 So the integral, ∫ 0 1 f ( x ) − 1 ) ( f ( x ) + 2 1 ) 2 = ∫ 0 1 f ( x ) 3 d x − 4 1 . So answer is atmost 4 1 . Since this expression will be 0 when f ( x ) = 2 − 1 , 1 . Since we can easily find such function, where ∫ 0 1 f ( x ) d x = 0 . For example take, f ( x ) = 1 , ∀ x ∈ [ 0 , 1 / 3 ] and f ( x ) = 2 − 1 ∀ x ∈ [ 1 / 3 , 2 / 3 ] . So we have proved that answer is 4 1 .