Why they chose maximum and not minimum functions

transgalactic
Messages
1,386
Reaction score
0
Last edited by a moderator:
Physics news on Phys.org
It's not clear what your question is. In the first example you give, they have |x-a||x-b|< \epsilon in order to get |x-a| only, you have to divide both sides by |x-b| "inverting it reverses the inequality. That doesn't happen in the second example- there is no reciprocal.
 
when to use MAX when to use MIN ?
 
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