HallsofIvy said:
Did this exercise really use n both as a vector and as the dimension?
I'm going to use v in place of the vector "n".
Write v= (v1, v2, v2,..., vn) and a as (a1, a2, a3,...,an).
Then x-a= (x1-a1, x2-a2,x3- a3,...,xn-an) and
v.(x-a)= v1(x1-a1)+ v2(x2-a2)+ v3(x3-a3)+...+ vn(xn- an)
Get your equation from that.
(Suppose this problem had been about R<sup>3</sup>? What would you have done then?)
First of all, thank you vey much for the help, and the problem really use n for both dimension and vector, not very good but that isn't very important.
About the problem, I thought in the expression for x to be a system like this:
x1=a1 + v2(x2-a2)/v1 + v3(x3-a3)/v1 + ... +vn(xn-an)/v1
x2=a2 + v1(x1-a1)/v2 + v3(x3-a3)/v2 + ... +vn(xn-an)/v2
.
.
.
xn=an + v1(x1-a1)/vn + v2(x2-a2)/vn + ... +vn-1(xn-1-an-1)/vn
Is it something like that?
Now for R <sup>3</sup> I think that it is a particular case of that, so it is going to be something like this:
x1=a1 + v2(x2-a2)/v1 + v3(x3-a3)/v1
x2=a2 + v1(x1-a1)/v2 + v3(x3-a3)/v2
x3=a3 + v1(x1-a1)/v3 + v2(x2-a2)/v3
for a better view i called, v1/v2=i;v1/v3=j;v2/v3=k; and also defined un=xn-1n ao we have,
x1=a1+u2/i+u3/j
x2=a2+u1*i+u3/k
x3=a3+u1*j+u2*k
What more I can get from this in R3?
Well, thank you again,
Aron
PS- My first propouse is to learn vectors and aply calculus to more than one variable to use it in physics general physics. Is it a good think to see or there are useless points and an easy and more effective away to get where I want? (I already know basic calculus, derivation, integration and know a little about differential equation, but I always get some problems to aply this to physics, more especific the part that need some geometry.