I don't believe AI has the right answer.
Let a and b be positive real numbers. Let
Find the largest possible value of m.
I can't prove it right off, but my better judgment tells me it's whatever
values of ' a ' and ' b ' that make all three expressions equal, IF there exist
any such values. I'll work on proving it, and if I succeed I'll post it. I hold
an MS degree in mathematics from Clemson University, but I never studied any
such topics as this in any course I ever took.
WolframAlpha tells me such values do exist, and they are approximately
a=1.1787241761052217926, b=0.848374895731953217
They check with my TI-84 calculator.
So I believe the maximum is approximately 1.1787241761052217926
Edwin
.
Let a and b be positive real numbers.
Let m = min { a, 1/b, b^2 + 1/(a + 1).
Find the largest possible value of m.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
We want to have
a = , (1)
+ = (2)
Substitute expression (1) into equation (2). You will get
+ = .
Simplify this three-story fraction in the left side
+ = .
Multiply both sides by b*(b+1). You will get
b^3*(b+1) + b^2 = b+1.
Write in the canonical polynomial form
b^4 + b^3 + b^2 - b - 1 = 0.
It can not be solved algebraically. Solve it numerically using specialized software
www.desmos.com/calculator.
The only positive root is b = 0.84837 (approximately).
See the plot, showing the root, under this link
https://www.desmos.com/calculator/tett0qlsmc <<<---=== it is the report on numerical solution
(Click on x-interception point to see the value of the root).
So, the solutions are b= 0.84837, a = = = 1.17873 (close to the values in the post by Edwin).
The value of the expression + is
+ = 1.17871.
Thus the approximate solution, derived this way, is
a = 1.17873, b = 0.84837, 1/b = 1/17873 = a, + = 1.17871.
This set of values provides the maximum possible value of m = min ( a, , )
over all pairs of positive real numbers {(a,b)}.
Solved.