PDA

View Full Version : a proof question..


transgalactic
Nov21-08, 07:51 AM
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



??

HallsofIvy
Nov21-08, 08:20 AM
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.

transgalactic
Nov21-08, 11:18 AM
but there are variables
even if i presume that a>b
i cant develop into a formula
i cant put it into the given expression
??

transgalactic
Nov21-08, 11:25 AM
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


i got a similar resolt but it didnt came from
that in the i say "if a>b ..."

tiny-tim
Nov21-08, 11:36 AM
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?)

transgalactic
Nov21-08, 12:14 PM
in the first post i typed the question and added a link to the formula

regarding the question:
i did it correctly?