d2jsp
Log InRegister
d2jsp Forums > Off-Topic > General Chat > Homework Help > Inner Product Spaces
12Next
Add Reply New Topic New Poll
Member
Posts: 5,205
Joined: Dec 6 2009
Gold: 24,204.00
Sep 30 2014 12:54pm
Not quite sure how to start with this one



Any help would be appreciated
Member
Posts: 5,205
Joined: Dec 6 2009
Gold: 24,204.00
Sep 30 2014 01:07pm
Sorry also this one lol

Member
Posts: 27,290
Joined: Apr 7 2007
Gold: 22,908.00
Sep 30 2014 03:31pm
the inner product space is a generalization of the dot product into vector spaces, hopefully this makes it so you can figure it out yourself ;)
Member
Posts: 118
Joined: Jun 30 2014
Gold: 0.00
Sep 30 2014 05:48pm
Question 3:
Proof in <-- direction first.
If u and v are dependent, it means that v can be written as u = cv where is a scalar not equal to 0.

|<u,v>| = |<cv,v>|

= |c||<v,v>|
= |c| ||v||^2
= |c| ||v|| ||v||
= ||cv|| ||v||
= ||u|| ||v||

now proof --> direction
let |<u,v>| = ||u|| ||v||
if u or v = 0 then they are linearly dependent.( everything is dependent to 0)
therefore u,v =/ 0

let w = u - <u,v>/<v,v> · v
you will probably notice that the equation above is u - (projection u on v) which is orthogonal to v

solving for u
u = w + <u,v>/<v,v> · v

now sub it in

|<u,v>| = |<w + <u,v>/<v,v> · v , v>|

we get
|<u,v>| = ||w + <u,v>/<v,v> · v|| ||v||
from the fact that we let |<u,v>| = ||u|| ||v||

now square both sides
|<u,v>|^2 = ||w + <u,v>/<v,v> · v||^2 ||v||^2
|<u,v>|^2 = ||w||^2 + |<u,v>/<v,v>|^2 · ||v||^2 ||v||^2
|<u,v>|^2 = ||w||^2 + ||u||^2 ||v||^2

which mean ||w||^2 = 0
so w=0

therefore we get
u = 0 + <u,v>/<v,v> · v
this shows u,v are linearly dependent

Question 5: let p(x) = x-1 and q(x) = x^2
using the Gram-Schmidt Process

u = x-1
v = x^2 - projection q(x) on p(x)

projection q(x) on p(x) = <p(x), q(x)>/<p(x),p(x)>· p(x)
now compute the inner product defined by:
<p,q> = p(-1)q(-1) + p(0)q(0) + p(1)q(1)

projection q(x) on p(x) = -2/5 · p(x)

v = x^2 +2/5 · p(x)
v = x^2 + 2/5 (x-1)
v = x^2 +2/5x - 2/5

therefore your orthogonal complement to U is {x-1, x^2+2/5x-2/5}
Member
Posts: 5,205
Joined: Dec 6 2009
Gold: 24,204.00
Sep 30 2014 07:03pm
Wow I will read over this in more detail when I finish working on the other questions but thank you so much!!
Member
Posts: 118
Joined: Jun 30 2014
Gold: 0.00
Sep 30 2014 07:13pm
Quote (Bloo_Guardian @ Sep 30 2014 09:03pm)
Wow I will read over this in more detail when I finish working on the other questions but thank you so much!!


no problem. I know it can be difficult/confusing to read in the current format, so feel free to ask if you don't understand
Member
Posts: 5,205
Joined: Dec 6 2009
Gold: 24,204.00
Sep 30 2014 09:12pm
|<u,v>|^2 = ||w||^2 + |<u,v>/<v,v>|^2 · ||v||^2 ||v||^2
|<u,v>|^2 = ||w||^2 + ||u||^2 ||v||^2

Can you explain how you went from the top line to the bottom line?
Member
Posts: 118
Joined: Jun 30 2014
Gold: 0.00
Sep 30 2014 09:31pm
recall <v,v> = ||v||^2
so you have
|<u,v>/<v,v>|^2 · ||v||^2 ||v||^2
expanding |<u,v>/<v,v>|^2
you get |<u,v>|^2 / ||v||^4 · ||v||^2 ||v||^2

||v||^4 · ||v||^2 ||v||^2 cancel
which leaves you with
|<u,v>|^2

we let |<u,v>| = ||u|| ||v||
so then
|<u,v>|^2 = ||u||^2 ||v||^2

edit: i left the ||w||^2 out because its the same in both lines

This post was edited by cdexswzaq on Sep 30 2014 09:32pm
Member
Posts: 5,205
Joined: Dec 6 2009
Gold: 24,204.00
Sep 30 2014 09:33pm
ooh thats clever okay thanks!
Member
Posts: 167
Joined: Oct 2 2014
Gold: 0.00
Oct 2 2014 10:40pm
isnt this part wrong?

|<u,v>|^2 = ||w + <u,v>/<v,v> · v||^2 ||v||^2
|<u,v>|^2 = ||w||^2 + |<u,v>/<v,v>|^2 · ||v||^2 ||v||^2

arent you missing a few components?
Go Back To Homework Help Topic List
12Next
Add Reply New Topic New Poll