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
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 6K views
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?