Questions tagged [vectors]
Use this tag for questions and problems involving vectors, e.g., in an Euclidean plane or space. More abstract questions, might better be tagged vector-spaces, linear-algebra, etc.
12,707 questions
-5
votes
1
answer
44
views
What is a good notation for a shifted (rotated?) vector?
Suppose I have a vector $X$. What would be a good way to denote the vector $Y$, with $Y_1=X_N$ and $Y_{i+1}=X_i$? Is there a standard?
I'm looking for a possible convention like $X^\text{SH}$ or $X^*$ ...
0
votes
0
answers
28
views
What is a good notation for a randomly sorted vector?
Suppose I have a vector $X$. What would be a good way to denote the vector $Y$, where each element $Y_i$ is randomly picked without replacement from $X$? Something like $X^\text{RS}$ or whatever. ...
-4
votes
0
answers
47
views
Vector Rotation Communative Property [closed]
I understand 3D object rotation is non-commutative, however a 3D vector has 2 axes of rotation, not 3. Is a 3D vector's rotation commutative?
3D Vector: <x,y,z>
Intuitively, it only needs to ...
-1
votes
1
answer
39
views
Finding the shortest distance and time for it using relative velocity
Two airplanes A and B flies with constant velocities in the same height as 300 km/h to the direction which makes an angle $\alpha$ to the west from north and 400 km/h to the west respectively, here $\...
-1
votes
1
answer
39
views
Finding the accelerations and tension of a pully wedge system [closed]
According to the figure below, a wooden cuboid A of mass "M" is suspended to a horizontal fixed straight inextensible string which passes through 2 smooth rings which are attached to the ...
1
vote
2
answers
74
views
Why are the projections of an area element onto the coordinate planes the components of its normal vector? [duplicate]
I understand that the components of the cross product $\bf{u}\times\bf{v}$ are the area of the parallelogram enclosed by $\bf{u}$ and $\bf{v}$, projected onto the respective coordinate planes (e.g. ...
0
votes
1
answer
41
views
XYZ coordinate distance
I was presented with this question...
So a plane that traveled 1 mile at an incline of $45^\circ$ from the ground $(Z)$ and angle of $30^\circ$ towards the North $(Y)$ from the East $(X)$, went a ...
-5
votes
0
answers
36
views
Finding dimension of subspace of a vector space [closed]
Let $S$ be a set of vectors in $\mathbb{P}$$_2$ which are of the form $ax^2+bx+c$ where $a,b$ are scalars.Then what is the dimension of $S$?
If $c$ is a polynomial function of $b$ passing through ...
7
votes
1
answer
130
views
Plane/line distance problem: finding a point given equations of plane and line
Here is the question:
The point $Q$ has position vector $(7,4,6)$, the plane $P$ has equation $2x + y + 3z = 36$, and the line $L$ has equation $(20, -8, 1) + t(-7, 5, 3)$.
$Q$ lies in the plane $P$. ...
0
votes
0
answers
65
views
Prove that if a subspace $S$ of $\mathbb R^n$ contains a strongly positive vector, then $S$ has a basis of strongly positive vectors.
A vector $v= (a_1,...,a_n) \in \mathbb R^n$ is called strongly positive if $a_i>0$ for all # $i=1,...,n $
a) Suppose that is $v$ is strongly positive. Show that any vector that is “close enough” to ...
0
votes
0
answers
20
views
Rotating A Vector Keeping Angle From Origin Unchanged [closed]
I am looking to rotate a vector in a way which does not change the relative distance or angle from origin. This is to ensure that the distance of any random vector is the same from the original vector ...
1
vote
1
answer
77
views
Prove that: $a\cdot IA^2+b\cdot IB^2+c\cdot IC^2=abc$. [closed]
Given triangle $ABC$ with $BC=a, CA=b, AB=c$,
let $I$ be the center of the circle inscribed in the triangle.
Prove that: $a\cdot IA^2+b\cdot IB^2+c\cdot IC^2=abc$.
3
votes
1
answer
67
views
Why is $dA_{\perp} = dA\cos(\theta)$?
I'm sure there's an easy fix to this, but I can't seem to find it. Let $dA$ be a tiny patch of area on an arbitrary surface. Let $dA_{\perp}$ be the part of this area that is parallel to the vector ...
-3
votes
1
answer
90
views
Why vectors multiplication is their dot-product [closed]
I have an expression:
$$|\vec{v} - \vec{w}|^2$$
I know I can simply substract the vector $\vec{v}$ from the vector $\vec{w}$ and then calculate resultant vector magnitude, but I want to do that by ...
0
votes
0
answers
17
views
Looking for general advice for finding collection of evenly spaced vectors as determined by absolute cosine similarity
I have a problem where I'm trying to find a collection of $N$ unit vectors, $V = \left\{ \hat{v}_1,\hat{v}_2,...,\hat{v}_N\right\}$, on the half-sphere in $\mathbb{R}^3$ such that such for $\hat{v}_i=(...
6
votes
2
answers
397
views
But why is the curl of a vector field a cross product?
I'm a first year undergrad student who is learning vector calculus. I've reached out to my professor at university, read math textbooks and browsed several online resources, but one thing has been ...
1
vote
2
answers
62
views
How do I rotate one direction vector by another vector's direction away from positive z? [closed]
Let's say I have two normalized (-1 to 1) direction vectors A and B:
...
0
votes
1
answer
44
views
Simple relationship between correlations
The following question rose from work with time-series but I generalized it so that it might be interesting to a larger audience:
Let A, C be vectors of $\mathbb{R}^n$ and B,D vectors of $\mathbb{R}^...
4
votes
2
answers
230
views
If $\operatorname{dim}(V)=n$, then $\operatorname{dim}(\wedge^n (V))=1$
Context
Suppose $V$ is a $n$-dimensional vector space over $\mathbb{R}$. In our differential geometry class, we define the tensor product
\begin{align}
\overbrace{V\otimes \cdots \otimes V}^{k\text{ ...
0
votes
1
answer
117
views
How to find a plane through a point and a line without using vectors? [closed]
Given the plane $\pi$ represented by $2x + 3y - z + 5 = 0$ and a point $P(-1, -1, 2)$:
I need to verify whether the point $P$ belongs to the plane $\pi$;
I need to determine the plane $\pi'$, passing ...
0
votes
0
answers
28
views
What is the expected overlap between two random unit complex vectors of length $L$?
Given two random, uniformly sampled unit vectors $v_1, v_2 \in \mathbb{C}^L$, what is the expected value of their overlap $\langle v_1, v_2 \rangle$? I need a formula to calculate this value, given ...
1
vote
0
answers
48
views
$S^3$ to describe three-vectors
In this wiki article about topological defects ( see the "To restate more plainly..." paragraph is remarked that a $3$- sphere $S^3$ can be used to encode a three-vector, its direction plus ...
0
votes
1
answer
87
views
Use determinant to compute the volume of a "box" with vertices $(0,0,0), (3,1,1), (1,3,1), (1,1,3)$
So I graphed the vectors and it formed a pyramid instead of a "box":
I know that the volume of a "box" or parallelepiped is the triple product or the determinant of a $3 \times 3$ ...
0
votes
1
answer
31
views
Why two vectors in the same coset must have same distance to a lattice
I'm trying to understand the post-quantum cryptography standards released by NIST, which led me to learn about lattices. My knowledge of group theory isn't great but I followed along with the basics. ...
1
vote
2
answers
70
views
Flux of $ (-\sin y)\mathbf{i} + (x \cos y)\mathbf{j}$
I am trying to calculate the outward flux of the vector field $\mathbf{F} = (-\sin y)\mathbf{i} + (x \cos y)\mathbf{j}$ across the square in the first quadrant bounded by $0 \leq x \leq \frac{\pi}{2}$ ...
0
votes
0
answers
48
views
The meaning of the formula finding the area of a triangle in coordinates
I was trying to find out the area of a triangle given three points in the coordinates (I didn’t search on the internet, I later found out that this was already done by someone). I got the formula as ...
0
votes
1
answer
65
views
Determining if a set of vectors is a basis
Given a set of vectors in some space $\mathbb{R}^{3}$ where
$$V = \{v_{1}, v_{2}, v_{3}\} \in \mathbb{R}^{3}$$
and $v_{n}$, $n=1,2,3$ is a column vector.
And we have a matrix $$A=(v_{1}, v_{2}, v_{3})$...
0
votes
2
answers
75
views
What exactly is the geometrical meaning of a dot product? Why does it use both vectors instead of just the projection of one vector onto the other? [duplicate]
I'm just starting to learn about vectors, and I am a bit confused. According to my reference material, a dot product is the degree of "alignment" between two vectors.
Consider two vectors a ...
0
votes
0
answers
29
views
when to take express rows in matrix, and when as columns.
Usually in my class, we express them as columns of the matrix but only for some questions are the vectors taken as rows, but even then the method for calculating row and column spaces didn't change. ...
2
votes
4
answers
83
views
The Dot Product of Position Vector $\vec{r}(t)$ and Velocity Vector $\frac{d\vec{r}(t)}{dt}$
As excerpted above, Wolfram Mathworld states this:
If $\vec{r}(t)$ is the position vector, then
$$ \vec{r}(t) \cdot \frac{d\vec{r}(t)}{dt} = |\vec{r}(t)| \left| \frac{d\vec{r}(t)}{dt} \right|.$$
I ...
-1
votes
0
answers
41
views
Find Vector From 3 points
How to find the unit vector $\vec{CD}$ perpendicular to line segment $\bar{AB}$ pictured here?
2
votes
1
answer
30
views
The Linear (In)Dependence of Rows of $\mathbf{X}$ and (Non)Trivial Solutions to $\mathbf{Xa}=\mathbf{0}$.
Let $\mathbf{X}$ be an $m\times n$ matrix. Let $\mathbf{a}$ be an $n\times1$ vector. Consider the homogeneous equations:
$$
\mathbf{Xa}=\mathbf{0}.
$$
It is known that the columns of $\mathbf{X}$ are ...
0
votes
3
answers
47
views
Why can't (1,0) be the null vector for the vector space in which (1, x)+(1, y) = (1, x+y)?
I have been trying to see if...
v = { (1,x) ∈ R² }, (1, x) + (1, y) = (1, x+y), k·(1, x) = (1, k·x)
...is a real vector space or not. I can't understand why isn't (1,0) a valid null vector, since it ...
1
vote
1
answer
46
views
determinant of $A = \begin{pmatrix} 0 & x^T \\ x & C \end{pmatrix}$, where $x$ is n-dimensional column vector and C is $n \times n$ dimensional matrix
I'm trying to find the determinant of
$
A = \begin{pmatrix}
0 & x^T \\
x & C
\end{pmatrix}
$, where $x$ is an n-dimensional column vector and C is an $n \times n$ dimensional square and ...
0
votes
0
answers
31
views
Can an equation with a norm be put into purely linear and quadratic terms?
I am attempting to use least-squares methods to estimate parameters in a cone function. I have the following equation of a single sided cone in $\vec{x} \in \mathbb{R}^3 $:
\begin{equation}\large f(\...
1
vote
2
answers
78
views
Why is the angular velocity differentiated as a constant?
Kinematics, uniform motion around a circle.
The angular velocity, which is defined as $\omega=\frac{\varphi}{t}$, when a point is rotated by an angle of $2\pi$ for a time equal to the rotation period, ...
1
vote
0
answers
44
views
Integral over unit sphere of radius vector tensor field
How do I solve the following two integrals over the unit sphere?
$$\iint_S \vec{r_0}\otimes\vec{r_0}dS \\ \iint_S \vec{r_0}\otimes\vec{r_0}\otimes\vec{r_0}\otimes\vec{r_0}dS$$
I undestand I should use ...
-2
votes
1
answer
64
views
Software for closest vector problem in $F_2$ [closed]
I need to solve exactly the closest vector problem over the field $F_2$ with 2 elements, and I am looking for a software that can do better than my brute-force code in C.
Specifically, I have a list ...
0
votes
0
answers
35
views
Picking orientation of three vectors to minimize volume.
Assume you have three vectors in $\mathbb{R}^3$ Then they form an infinity pyramid with its apex at the origin (if we consider the lines spanned by the vectors).
This partitions the space into two ...
1
vote
0
answers
49
views
hyperplane intersecting a polyhedral cone
$\newcommand{\R}{\mathbb R}$
Consider a family $V$ of non-null vectors in $\R^n$. Consider the (open) polyhedral cone
$$C(V) = \{x\in\R^n\;:\;v\cdot x> 0\,,\;\forall v\in V\}\,.$$
We will call $C(V)...
0
votes
1
answer
55
views
Computing the commutation relation in vector form
I am trying to prove the commutation relation:
$$[p^2,\frac{\vec{r}}{r}]=\frac{2}{r^2}(\hat{r}+i\hat{r}\times \vec{L}).$$
where $\vec{p}=-i\vec{\nabla}$, $\hat{r}=\frac{\vec{r}}{r}$ and $\vec{L}=\vec{...
1
vote
0
answers
44
views
Why do we care about the binormal vector and osculating plane?
In Calculus 3 we learn about vector functions, and one of the first things we learn about them is how they can create space curves/paths. The first applications we learn about has to do with physics, ...
0
votes
0
answers
23
views
Correct notation for matrix and vector repetitions
Given a matrix $A^{w \times f}$. I repeat the matrix $L$ times along the $f$ dimension, resulting in $A'^{w \times Lf}$. What is the proper notation for the repetition operation?
1
vote
2
answers
131
views
finding the shortest distance using relative velocity
let v and r be the velocity and displacement vectors, at an instance considering 2 bodies A and B
$$r_A = 13i + 5j$$
$$r_B = 3i - 5j$$
$$v_A = 3i - 10j$$
$$v_B = 15i + 14j$$
the question asks, ...
1
vote
1
answer
135
views
Auto-Stereograms. Find vectors whose elements are limited to the range 0 to 1 and which satisfy the following equations
I figured out what I believe is an entirely new way of generating auto stereograms (3D without glasses). It relies on being able to solve the following equations. Given two sets $l_i$ and $r_i$, each/...
4
votes
0
answers
40
views
Assigning mass equally around a wheel [closed]
I need to fit 25 similar parts around a wheel in 25 fixed, equally spaced locations. The parts are of similar but not equal mass - about 1% total variation. Is there a formula (or better still a ...
0
votes
1
answer
29
views
Commutativity of vector addition in the context of displacement addition
Why do we use addition of vectors as a mathematical model when adding displacements? One of the properties of this operation is commutativity. When we try to apply the commutative property to two ...
0
votes
1
answer
47
views
Calculating magnitude of basis vectors for polar coordinates
Let $M=\mathbb R^2\setminus\{0\}$ be a smooth manifold. Let $(U,\phi)$ be one of its coordinate charts where $U\subseteq M$ is open. Fix $p\in M$. Let $\{\frac{\partial}{\partial r}, \frac{\partial}{\...
0
votes
1
answer
48
views
Showing coplanar vectors are also colinear
I have a question regarding this problem: if vectors $\vec a \times \vec b,\vec b \times \vec c,\vec c \times \vec a$ are coplanar, then they are also colinear.
I visually understand this, but don't ...
0
votes
0
answers
29
views
find the position vector within a system of coplaner points
a,b,c,d are position vectors of four coplaner points A,B,C,D. Here $d = \lambda a + \mu b + \gamma c$ and $\lambda + \mu + \gamma = 1$. AB and CD intersects at E. how to show that the position vector ...