Let f:R→R, f(x)=kx−xk where k∈R is a given constant. Currently I am thinking of positive k and positive x because there would be complex numbers or undefined points of f otherwise, but eventually I want to deal with that too. My questions are:
- When is f positive? Or negative? Or zero?
- What and where are the local maximum and minimum points of f?
- Have these functions been studied in the literature?
Regarding question #1, I have not made much progress. I can see with the aid of a graphing calculator that the function is always positive above a certain x, but I cannot find the specific point in general. For example, if k=2, then x<−0.77⟹f(x)<0 and x>4⟹f(x)>0, and f(x)=0 at x=2, x=4, and x≈−0.77 (what is the exact value?).
Regarding question #2, I see that we would have to differentiate f. Maybe we will have to differentiate twice to prove that the points we find are local maxima/minima, but I'm not sure because I haven't formally studied calculus. If I'm not mistaken, ddx(kx−xk)=kxln(x)−kxk−1 but equating that with 0 is still getting me nowhere.
Regarding question #3, I lament the fact that I cannot directly search the Internet for k^x - x^k
.
Answer
- the signs depend on the solutions of kx=xk, which cannot be solved by elementary means.
Rewrite x=(k√k)x=exln(k)/k
e−u=−kln(k)u,ueu=−ln(k)k,u=W(−ln(k)k),x=−kln(k)W(−ln(k)k).
where W denotes the Lambert function.
- Extrema occur at zeroes of the first derivative,
ln(k)kx−kxk−1=0.
They can be similarly expressed in terms of the Lambert function.
- I doubt they have been specifically studied in the litterature, possibly by lack of applications.
No comments:
Post a Comment