the_morbidus
- 18
- 0
Homework Statement
prove that if 0<a<b, then
a < \sqrt{ab} < (a+b)/2 < b
Notice that the inequality \sqrt{ab} \leq (a+b)/2 holds for all a,b \geq 0.
-------------------------------
the linear algebra problem is
Let V be the set of pairs (x,Y) of real numbers and define a modified addition operation
(x,y) + (u,v) = (x+u, 0)
as well as a modified scalar multiplication by c \in R via
c(x,y) = (cx, 0)
Using these two modified operations, is V a vector space? Justify your answer.
Homework Equations
The Attempt at a Solution
i tried to solve it by making a = k and b = k+1 so i would know that b's value is definitely greater than a.
\sqrt{ab} = \sqrt{k(k+1)} = \sqrt{k^2 +k} = k + \sqrt{k}
now if i use numbers to demonstrate that this is consistent with what I'm suppose to prove, i'll have k = 1 and then a=1 but if i plug it above then k \sqrt{k} = 2
now for the 3rd part (a+b)/2 then (k+k+1)/2 = (2k+1)/2 = k+ 1/2 and if k=1 then this is smaller than the 2nd step and contradicts what I'm trying to prove.
what should I do?
-------------------------
ok so for the linear algebra problem I was going to introduce another vector U which u and v are part of, and v has a value that is opposite of y to cancel it out, but then that would not explain the (cx,0) part, well y can't be 0 because then y+v = v, unless y=v=0 could work for both, what do you guys think??
Last edited: