Proving MAX[a,b] and MIN[a,b] with Real Numbers: A Proof Question

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Proof
transgalactic
Messages
1,386
Reaction score
0
for "a" and "b" are real numbers prove that:
http://img505.imageshack.us/img505/5329/26310844lw6.gif

whats the meaning of MAX[a,b] and MIN[a,b]

how am i supposed to prove that
??
 
Last edited by a moderator:
Physics news on Phys.org
Max[a, b] is "maximum of a and b" or simply the larger of the two numbers.

You are asked to prove that max[a,b] = (1/2)(a+ b+ |a- b|)

As always with absolute value problems, break it into to cases: a> b and a< b, and show that the two sides are the same in each of those cases.
 
but there are variables
even if i presume that a>b
i can't develop into a formula
i can't put it into the given expression
??
 
the only thing i can do with the given expression
is to split |a- b| into two cases
a-b>0 ->a>b
which gives me :
(1/2)(a+ b+ a- b)=a

a-b<0 a<b:
(1/2)(a+ b-a+ b)=bi got a similar resolt but it didnt came from
that in the i say "if a>b ..."
 
transgalactic said:
the only thing i can do with the given expression
is to split |a- b| into two cases
a-b>0 ->a>b
which gives me :
(1/2)(a+ b+ a- b)=a

a-b<0 a<b:
(1/2)(a+ b-a+ b)=b

That's a proof, isn't it?

What's wrong with that? :confused:

(and why didn't you type out the question, and make it easier for every one?)
 
in the first post i typed the question and added a link to the formula

regarding the question:
i did it correctly?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top