Question: Limiting solutions to positive values

I'm trying to limit the solutions of an equation to only positive values. I already found "with(RealDomain)" to ignore complex solutions.

 

Now I try something like

 

 

but that does not work, I still get both +sqrt(2) and -sqrt(2).

Please Wait...