What is the equation for a vector in R^n that satisfies a given condition?

  • Context: Undergrad 
  • Thread starter Thread starter AronH
  • Start date Start date
  • Tags Tags
    Exercise Vectors
Click For Summary

Discussion Overview

The discussion revolves around finding an equation for a vector in Rn that satisfies a specific condition related to a dot product and a hyperplane. Participants explore the implications of the problem, including the use of notation and the transformation of the given condition into an equation involving coordinates.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Homework-related

Main Points Raised

  • One participant questions the use of "n" as both a vector and a dimension, suggesting the use of "v" instead.
  • Another participant provides a breakdown of the dot product and its implications for the set P, explaining that the equation n.(x-a) = 0 describes a hyperplane.
  • There are discussions about transforming the original equation into one involving coordinates, with various proposed forms for the equations.
  • One participant suggests that the original equation already contains an equals sign and that the task is to express it in terms of coordinates.
  • Corrections are made regarding signs in the proposed equations, with emphasis on the need to ensure accuracy in the mathematical expressions.
  • Participants express uncertainty about the best approach to learning vectors and applying calculus in physics, with one seeking advice on effective learning paths.

Areas of Agreement / Disagreement

Participants express differing views on the interpretation of the problem and the correct formulation of the equations. There is no consensus on the best approach to the exercise or the most effective learning strategy for applying these concepts in physics.

Contextual Notes

Some participants note potential confusion arising from the notation used in the problem, particularly the dual use of "n." There are also indications of unresolved mathematical steps and the need for clarity in the transformation of the original equation.

Who May Find This Useful

This discussion may be useful for students learning about vectors in higher dimensions, those interested in the application of linear algebra in physics, and individuals seeking clarification on the concepts of dot products and hyperplanes.

AronH
Messages
22
Reaction score
0
I was trying to learn something about vectors in greater dimensions then only 3. I got this exercise and I couldn't get to it. Can anyone help me?
"Let n and a be vectors in R n , and let P = {× Î R n: n . (x-a) =0}.
Find an equation in x1,x2,...xn such that x = (x1,x2,x3...,xn) Î P if and only if the coordinates of x satisfy the equation." (Î means "be part of")
Thas is it.
Thank you all.


Aron
 
Physics news on Phys.org
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?)
 
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.
 
There are two ways to slip up on this problem, either not seeing how to analyze the problem, or not knowing the formula for a dot product. I am guessing it was the former.
I.e. the statement was that x belongs to the set P if and only if n.(x-a) = 0. Since the dot product of two vectors measures the product of their lengths times the cosine of the angle between them, the dot product being zero means that either one of the vectors has length zero, or the angle between them is pi/2. Thus the set consists of all points on the hyperplane passing through the point a, and such that this hyperplane is perpendicular to the vector n. (That is why n was used, since the vector is "normal" to, i.e. perpendicular to, the hyperplane. Probably in the original it was bold, or had an arrow over it to designate a vector, as opposed to the number n. Here the letter is sued for the point thought of as a "point", i.e. the head of the vector, and the letter n is used for the one thought of as a direction "vector", i.e. an arrow joining two points.)

Now you were asked to find an "equation" describing your set, which means something with an "equals" sign in it. But if you look at it as it was given, you see it already has an equals sign in it: namely n.(x-a) = 0. So that is already an equation describing the set. Thus all you were supposed to do was transform this same equation into an equation involving coordinates of the given quantities in the equation. So all you needed to know, is how to write out a dot product in coordinates.

i.e. if we write out n in coordinates, and also write out x-a in coordinates we get the equations:
0 = v.(x-a)= v1(x1-a1)+ v2(x2-a2)+ v3(x3-a3)+...+ vn(xn- an), as Halls of Ivy said.

that is already the equation you want.

Now a third potential problem, is actually solving the equation, and you do not seem to have this quite nailed. E.g. your first equation has minus sign errors. I.e.

x1=a1 + v2(x2-a2)/v1 + v3(x3-a3)/v1 + ... +vn(xn-an)/v1,

should be:

x1=a1 - v2(x2-a2)/v1 - v3(x3-a3)/v1 - ... -vn(xn-an)/v1.

Now provided v1 is not zero, this is the whole story. There is no system, just one equation. I.e. for any values at all of x2,...,xn, you get a solution to your original equation by choosing x1 to satisfy this one equation. It looks as if you should review solving systems of linear equations in several unknowns, beginning with systems of just one equation..
 
Thank you Mathwonk,

I got the points that you talked about.
And sorry guys for the last post I was in a hurry so there were a lot of wrong words and signals too. (I had that minuses in my paper here) Also English isn't my native language so.
Thank you again,


Aron
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 25 ·
Replies
25
Views
5K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 23 ·
Replies
23
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K