Don't know if this is what you are looking for....but....here's a solution using Calculus
The first function can be written as
y = (1/√2) ( 2x^2 - 2x + 1)^(1/2)
The derivative of this function is
y' = ( 1/ sqrt(8)) ( 2x^2 - 2x +1)^(-1/2) ( 4x - 2)
We only need to solve this to find a possible x value of a max / min of this function [a critical point ]
4x - 2 = 0
4x = 2
x = .5 = 1/2
And the y value at this point = [1/ √2] ( 2(1/2)^2 - 2(1/2) + 1)^(1/2) =
[1/√2 ] ( 1/2 - 1 + 1 )^(1/2) = (1/4)^(1/2) = 1/2
This point is a min on [ 0, 1] because
And at x = 0 the function value = 1/√2 ≈ .707
And at x = 1 the function value = 1/√2 ≈ .707
So...the point (.5, .5) is the lowest point on this graph from (0, 1)
The second function can be written as
y = x / ( x^2 + 1) = x ( x^2 + 1)^(-1)
The derivative of this is
y ' = (x^2 + 1)^(-1) - x (x^2 + 1)^(-2) * 2x factor this
y ' = (x^2 + 1)^(-2) [ (x^2 + 1 - 2x^2 ]
y' = ( x^2 + 1)^(-2) [ 1 - x^2)
To find the possible x that minimizes / maximizes this function on the interval we can solve this
1 - x^2 = 0
(1 - x) ( 1 + x) = 0 set both factors to 0 and solve for x and we get that
x = 1 or x = -1 and these are the critical points of this function
We can ignore the second answer since it's out of the interval
So...the function has either a max or min value at x = 1
At x = 1 the y value is 1 / [ 1^2 + 1] = 1/2
At x = 0 the y value is 0 / [ 0^2 + 1] = 0
Since the value a x = 1 is greater than at x = 0....this fuction has a max value on [ 0, 1] of 1/2....and at all other points in (0,1) y is less than 1/2
But the first function has a minimum y value of 1/2 on (0,1)
So..on the interval (0,1) the first function is always greater than the second function
So
√[ (2x^2 - 2x + 1) / 2 ] ≥ 1 / [ x + 1/x ] on (0, 1)
