The non-linear relation f ( a ∈ R + ) → b is a function that takes a value a and returns a value b such that ∫ a b x ln x d x = 0 What is the minimum value of a + b ?
Details and Assumptions
f ( n ) is differentiable over its domain.
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 found out that ab=1 and used AM-GM to minimize a+b.
You need to be more careful with rejecting the other possibility. All that you know is that the point wise value is f ( a ) = a or a 1 . This does not imply that f ( x ) = x or f ( x ) = x 1 for all (positive) real values. (This is a very common mistake made in functional equations.)
Without the restriction that f ( n ) is differentiable, there would be infinitely many solutions. For example, if all we had was continuity, then we could have f ( x ) = x 1 for 0 < x < 1 and f ( x ) = x for 1 ≤ x .
Edit: I see in that you addressed this in comments to Finn's solution.
One thing Trevor, does the condition imply that f always takes a and always gives b as the value? I mean every function takes one value in its domain and gives another value as the output, so why did you write the statement that the function takes a value a and gives a value b ?
If we put ln x = t , we get x d x = d t and the integral as 1 / 2 ( ( ln b ) 2 − ( ln a ) 2 ) = 2 1 ln ( a b ) ln ( a b ) .
For it to be 0 , either b = a 1 or b = a . I assume b = a 1 , otherwise there would be no min. value.
Hence, a + b = a + a 1 ≥ 2 for a > 0
First we integrate. We find that the indefinite integral is 1/2 times ln(x) squared. Let's start just by setting this equal to zero. Ln of 1 is zero (anything to the zero is one), therefore if a and b both were one, then the integral will come down to zero. Of course, we must remember: this is the same thing as asking what the limit of the size of delta x is. Of course, this will be true for any numbers that are equal, because it's a tiny sliver of space that is actually not quite zero, but we'll just say that it is. That was the easy part. Now, this is going to require some differential equations and a bit of topology. We are going to do one of the Millenium Challenges. We are going to add 1 to 1. I know, I know, it's impossible. Nonetheless! The first thing we do is add: 1+1. We get 2. Done.
By this logic, something like this integral would be an acceptable answer as well. What's stopping the answer from being π 2 < 2 ? ∫ π 1 π 1 x ln x d x In general, if f ( x ) is continuous at and around n , then h → 0 lim ∫ n − h n + h f ( x ) d x = 0 This would make the relation linear, which cannot happen.
Log in to reply
Why would it make f linear?
Yes, but you could have f ( x ) = x for some values of x and not others. E.g. the function f ( x ) = x for x ≤ 1 , f ( x ) = 1 / x for x ≥ 1 is non-linear. It seems like you need to make some more stringent restrictions on your function/relation/whatever.
Log in to reply
I added that it is differentiable over its domain, eliminating that possibility.
Problem Loading...
Note Loading...
Set Loading...
Since we aren’t given any values for a or b , let’s see if we can find what the integral is equal to.
Let u = ln x . Then d u = x 1 d x . Proceeding with the u -substitution, the integral becomes this. ∫ ln a ln b u d u This is equal to 2 1 u 2 ] ln a ln b = 2 ( ln a ) 2 − ( ln b ) 2 = 0
A little rearranging gives ( ln a ) 2 = ( ln b ) 2 , so ln a = ± ln b ⇒ a = b ± 1 We have two possible relations that could be f ( a ) . These are f ( a ) = a and f ( a ) = a 1 . However, since f ( a ) is non-linear, we can eliminate the possibility that f ( a ) = a and know that f ( a ) = a 1 .
Now we need to find the minimum value of a new relation g ( a ) = a + f ( a ) = a + a 1 . Deriving, we get g ’ ( a ) = 1 − a 2 1 This equals 0 when a = ± 1 , but − 1 is not in the domain of f ( a ) and is therefore not in the domain of g ( a ) either, so we can disregard it. Applying the First Derivative Test, we find that a = 1 is the a -coordinate of the local minimum of g ( a ) , but since g ( a ) does not change direction again and is continuous on its domain, g ( a ) = 2 is also the absolute minimum.
Therefore, the point ( a , b ) we are looking for is ( 1 , 1 ) so a + b = 2