Linear algebra 1: cauchy schwarz problem

BWE38
Messages
10
Reaction score
0

Homework Statement



If llull = 4, llvll = 5 and u dot v = 10, find llu+vll. u and v are vectors

Homework Equations



llu+vll = llull + llvll cauchy schwarz

The Attempt at a Solution



(1) llu+vll = llull + llvll

(2) (llu+vll)^2 = (llull + llvll)^2

(3) (llu+vll)^2 = llull^2 + 2uv +llvll^2

(4) (llu+vll)^2 = 4^2 + 2(10) +5^2

(5)(llu+vll)^2 = 16 + 20 + 25

(6) sqr(llu+vll)^2 = sqr61

(7) (llu+vll) = 7.81

I think that I am doing it wrong for some reason. Any feed back would be greatly appreciated.
 
Physics news on Phys.org
Line (1) is ofcourse not correct.

Hint: square ||u+v||.
 
Last edited:
BWE38 said:

Homework Statement



If llull = 4, llvll = 5 and u dot v = 10, find llu+vll. u and v are vectors

Homework Equations



llu+vll = llull + llvll cauchy schwarz
No, that is NOT correct! The Cauchy-Schwartz in-equality says that
||u+ v||\le ||u||+ ||v||

The Attempt at a Solution



(1) llu+vll = llull + llvll
again, no.

(2) (llu+vll)^2 = (llull + llvll)^2
No.

(3) (llu+vll)^2 = llull^2 + 2uv +llvll^2
That "2uv" (2 time the dot product of u and v) is NOT 0 tells you immediately that ||u+ v|| is NOT equal to ||u||+ ||v||!

(4) (llu+vll)^2 = 4^2 + 2(10) +5^2

(5)(llu+vll)^2 = 16 + 20 + 25

(6) sqr(llu+vll)^2 = sqr61

(7) (llu+vll) = 7.81

I think that I am doing it wrong for some reason. Any feed back would be greatly appreciated.
It looks right to me! What reason do you have to think this is wrong?
 
  • Like
Likes 1 person
HallsofIvy said:
No, that is NOT correct! The Cauchy-Schwartz in-equality says that
||u+ v||\le ||u||+ ||v||


again, no.


No.


That "2uv" (2 time the dot product of u and v) is NOT 0 tells you immediately that ||u+ v|| is NOT equal to ||u||+ ||v||!


It looks right to me! What reason do you have to think this is wrong?

aha! I see what you are saying now. (llu+vll)^2 = uu + uv +vu + vv, which becomes llu+vll^2 = llull^2 + 2uv + llvll^2

llu+vll = llull +llvll, IFF 2uv = 0

Which in this case it isn't. Because uv is equal to 10.
 
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