Find the maximum of 'arbitrary power' function

FlorenceC
Messages
24
Reaction score
0
  1. If a and b are positive numbers, find the maximum value of f(x)=x^a(2-x)^b D={0<=x<=2}

attempt of solution
I did this question more intuitively.
So I first differentiated and found it to be axa-1(2-x)b + xa (2-x)bb-1
and I figured it will only be <0 when x>=2 and b is odd, so it will be >0 on the left which means maxima is at x=2 .

Is this right? and how do i prove it rigorously?
 
Physics news on Phys.org
FlorenceC said:
  1. If a and b are positive numbers, find the maximum value of f(x)=x^a(2-x)^b D={0<=x<=2}
attempt of solution
I did this question more intuitively.
So I first differentiated and found it to be axa-1(2-x)b + xa (2-x)bb-1
and I figured it will only be <0 when x>=2 and b is odd, so it will be >0 on the left which means maxima is at x=2 .

Is this right? and how do i prove it rigorously?
Your differentiation is not quite right (sign error).
 
To find the zeros of the derivative, (once you have the right derivative), you will be able to factor out ##x^{a-1}## and ##(2-x)^{b-1}## terms from the derivative. These have zeros when a, b are not 1.
The remaining terms should give you a zero in terms of a and b.
 
Also, I think your logic is wrong for x=2 being a maximum. Plug 2 and 0 into the original function. Then over the remainder of the domain, you can see that f(x) > 0 for x in (0,2).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top