Find Projections of b onto a Vector

  • Thread starter Thread starter roadrunner
  • Start date Start date
  • Tags Tags
    Dot
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
roadrunner
Messages
101
Reaction score
0
ii think i did this correct ( i hate projections)

Homework Statement



find the scalar and vector projections of b onto a

Homework Equations



a= (-1, -2 2) b=( 3,3,4)

scalr (a dot b)\|a|
vector (a dot b)\|a| * a/|a|

The Attempt at a Solution




(a dot b)\|a| =(1 =6 +8)/3 =1/3=scalar
1/3* (a/|a|)= 1/3 *(1/3)*a =-1/9, -2/9, 2/9
 
Physics news on Phys.org
i made a typo!

i meant to put (-3 -6 +8)/3 =1/3
 
roadrunner said:

Homework Equations



a= (-1, -2 2) b=( 3,3,4)

scalr (a dot b)\|a|
vector (a dot b)\|a| * a/|a|

The Attempt at a Solution




(a dot b)\|a| =(1 =6 +8)/3 =1/3=scalar
1/3* (a/|a|)= 1/3 *(1/3)*a =-1/9, -2/9, 2/9

(He returns after catching his miscopying of a value...) Check your arithmetic here: there is an error in your dot product calculation. Your method looks all right, so the rest should fall into line from there.
 
a dot b

a = (-1, -2 ,2) b=(3,3,4)

-1(3) +(-2)(3) +2(8)= -3 +-6 +8..ooooooh -1 hahaa

is that the erorr you meant
 
roadrunner said:
a dot b

a = (-1, -2 ,2) b=(3,3,4)

-1(3) +(-2)(3) +2(8)= -3 +-6 +8..ooooooh -1 hahaa

is that the erorr you meant

I believe that should do it. Everything else looked right -- basically, your vector projection components will just flip sign. Does that get you the right result?
 
i think so thanks