ElectricSeal
New member
- Joined
- Apr 12, 2019
- Messages
- 1
Hello,
I'm stuck with the following exercise:
V is a Vectorial Space with dot product (<.>) and norm (||.||).
For two orthogonal vectors v and w, prove that ||v-w|| >= ||v||.
I tried using dot properties like this:
||v|| = sqrt(<v, v>)
||v-w|| = sqrt(<v-w, v-w>) = sqrt(<v, v-w> - <w, v-w>) = sqrt(<v, v> - <v, w> - <w, v> - <w, w>)
<v, w> = <w, v> = 0 because v and w are orthogonal so:
||v-w|| = sqrt(<v, v> - <w, w>)
However, this is <= sqrt(<v, v>)
What am I doing wrong? Is this even the correct path to solve this?
Thanks!
I'm stuck with the following exercise:
V is a Vectorial Space with dot product (<.>) and norm (||.||).
For two orthogonal vectors v and w, prove that ||v-w|| >= ||v||.
I tried using dot properties like this:
||v|| = sqrt(<v, v>)
||v-w|| = sqrt(<v-w, v-w>) = sqrt(<v, v-w> - <w, v-w>) = sqrt(<v, v> - <v, w> - <w, v> - <w, w>)
<v, w> = <w, v> = 0 because v and w are orthogonal so:
||v-w|| = sqrt(<v, v> - <w, w>)
However, this is <= sqrt(<v, v>)
What am I doing wrong? Is this even the correct path to solve this?
Thanks!