Projection Problem Homework: Describe Vector V in Terms of a and b

  • Thread starter Thread starter himynameismar
  • Start date Start date
  • Tags Tags
    Projection
himynameismar
Messages
9
Reaction score
0

Homework Statement



The projection of the vector V onto (a,b) = (a,b)
The projection of the vector V onto (-b,a) = (-b,a)
Describe V in terms of a and b

Homework Equations


The Attempt at a Solution



I let V=(x,y) then place that into the projection equation for each to get:

[(x,y)(a,b)/(a,b)(a,b)](a,b) = [ax+by/a^2+b^2](a,b)=(a,b)

[(x,y)(-b,a)/(-b,a)(-b,a)](-b,a) = [-bx+ay/b^2+a^2](-b,a)=(-b,a)

After seeing this I realized that:

k(V)=V so k has to equal 1

so both [ax+by/a^2+b^2] and [-bx+ay/b^2+a^2] should eqaul 1

Then I let:
[ax+by/a^2+b^2]=[-bx+ay/b^2+a^2]
the denominators cancel each other out and I'm left with

ax+by=-bx+ayAfter that I solved for y to get y=(a^2+b^2-ax)/b
Subsituting that in I get:
[-bx+a[(a^2+b^2-ax)/b]/b^2+a^2]

Reducing and all that other good stuff I finally get x=[a^2+b^2-(a^3/b)+[(ab^2)/2]]/[(a^2)/b]-b]

I am unaware if I am doing this correctly, maybe it's just how it looks that is throwing me off. Any advice or help would be greatly apperciated. THanks
 
Last edited:
Physics news on Phys.org
You had two equations and two unknowns.

This = 1 and That = 1.
You only used one equation
This = That.
Now use either of the original... they're linear so you could solve them via linear methods but its just as easy in this case to solve one eqn for y in terms of x and substitute it into the other. When you're done verify that both original equations are true.

There is however a quicker way to do this problem... by noting that the two given vectors are orthogonal to each other!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top