Solving Vector Manipulation Problem with $\lambda$, $\mathbf{b}$, $\mathbf{c}$

In summary, the unknown vector $\mathbf{v}$ can be found by writing it as a linear combination of the known orthogonal basis $\{\mathbf{b}, \mathbf{c}, \mathbf{c}\times\mathbf{b}\}$ and solving for the coefficients. This approach assumes that $\mathbf{b}$ and $\mathbf{c}$ are not collinear, and that the vector space is 3-dimensional due to the involvement of the cross product. The calculations may still hold if $\mathbf{c}\times\mathbf{b}$ is the null vector.
  • #1
Dustinsfl
2,281
5
The unknown vector $\mathbf{v}$ satisfies $\mathbf{b}\cdot\mathbf{v} = \lambda$ and $\mathbf{b}\times\mathbf{v} = \mathbf{c}$, where $\lambda$, $\mathbf{b}$, and $\mathbf{c}$ are fixed and known.
Find $\mathbf{v}$ in terms of $\lambda$, $\mathbf{b}$, and $\mathbf{c}$.

I tried writing stuff out in Einstein summation notation but that didn't lead anywhere at least I didn't see it. Is there another method or approach?
 
Mathematics news on Phys.org
  • #2
Hi dwsmith!

Here's a suggestion.

Start with the known orthogonal basis [TEX]\{\mathbf{b}, \mathbf{c}, \mathbf{c} \times \mathbf{b} \}[/TEX].
Write [TEX]\mathbf{v}[/TEX] as a linear combination of these basis vectors.
Fill in and solve.
 
  • #3
ILikeSerena said:
Hi dwsmith!

Here's a suggestion.

Start with the known orthogonal basis [TEX]\{\mathbf{b}, \mathbf{c}, \mathbf{c} \times \mathbf{b} \}[/TEX].
Write [TEX]\mathbf{v}[/TEX] as a linear combination of these basis vectors.
Fill in and solve.

Maybe this is obvious but how do we know that $\{\mathbf{b}, \mathbf{c}, \mathbf{c} \times \mathbf{b} \}$ spans our vector space? What if these are just lin ind but don't span? If it spans, yes v is a lin combination.
 
  • #4
dwsmith said:
Maybe this is obvious but how do we know that $\{\mathbf{b}, \mathbf{c}, \mathbf{c} \times \mathbf{b} \}$ spans our vector space? What if these are just lin ind but don't span? If it spans, yes v is a lin combination.

The cross product is and can only be defined for 3 dimensions.
Since your problem contains $\mathbf{b} \times \mathbf{v}$, your vector space is 3-dimensional.
 
  • #5
For this approach to work, you do need to know if $\mathbf{b}$ and $\mathbf{c}$ are collinear or not. If they are collinear, then the proposed basis does not work. If they are not collinear, the proposed basis does work.
 
  • #6
$$
\mathbf{v} = c_1\mathbf{b} + c_2\mathbf{c}+ c_3(\mathbf{b}\times\mathbf{c})
$$
So what now? How do I get lambda incorporated?
 
  • #7
We have:
$\mathbf{b} \cdot \mathbf{v} = \lambda$​

Substitute your expression for $\mathbf{v}$.
$\mathbf{b} \cdot (c_1\mathbf{b} + c_2\mathbf{c}+ c_3(\mathbf{b}\times\mathbf{c})) = \lambda$

$c_1 \mathbf{b}^2 + c_2 \mathbf{b} \cdot \mathbf{c}+ c_3 \mathbf{b} \cdot (\mathbf{b}\times\mathbf{c}) = \lambda$​
Since $\mathbf{c}$ is the result of a cross product with $\mathbf{b}$ involved, they are perpendicular, so their dot product is zero.
Furthermore, $\mathbf{b}\times\mathbf{c}$ is perpendicular to $\mathbf{b}$, so their dot product is also zero.

So:
$c_1 b^2 = \lambda$​
$c_1 = {\lambda \over b^2}$​
It helps if you draw a picture of the vectors involved.
From the picture you should be able to see that $\mathbf{v}$ will be a linear combination of $\mathbf{b}$ and $\mathbf{c} \times \mathbf{b}$.

Btw, as Ackbach remarked, it is possible that $\mathbf{c}$ and $\mathbf{c} \times \mathbf{b}$ are both null vectors, but the calculations will still hold.
 
Last edited:
  • #8
ILikeSerena said:
We have:
$\mathbf{b} \cdot \mathbf{v} = \lambda$​

Substitute your expression for $\mathbf{v}$.
$\mathbf{b} \cdot (c_1\mathbf{b} + c_2\mathbf{c}+ c_3(\mathbf{b}\times\mathbf{c})) = \lambda$

$c_1 \mathbf{b}^2 + c_2 \mathbf{b} \cdot \mathbf{c}+ c_3 \mathbf{b} \cdot (\mathbf{b}\times\mathbf{c})) = \lambda$​
Since $\mathbf{c}$ is the result of a cross product with $\mathbf{b}$ involved, they are perpendicular, so their dot product is zero.
Furthermore, $\mathbf{b}\times\mathbf{c}$ is perpendicular to $\mathbf{b}$, so their dot product is also zero.

So:
$c_1 b^2 = \lambda$​
$c_1 = {\lambda \over b^2}$​
It helps if you draw a picture of the vectors involved.
From the picture you should be able to see that $\mathbf{v}$ will be a linear combination of $\mathbf{b}$ and $\mathbf{c} \times \mathbf{b}$.

Btw, as Ackbach remarked, it is possible that $\mathbf{c} \times \mathbf{b}$ is the null vector, but the calculations will still hold.

I don't think b and c can be collinear since c is normal to b.
 
  • #9
dwsmith said:
I don't think b and c can be collinear since c is normal to b.

What can happen is that b and v are collinear.
In that case c is the null vector.
I'm not sure if the definition of collinearity includes the null vector or not...
 
Last edited:

Related to Solving Vector Manipulation Problem with $\lambda$, $\mathbf{b}$, $\mathbf{c}$

What is vector manipulation?

Vector manipulation is the process of changing the magnitude or direction of a vector using mathematical operations, such as addition, subtraction, or multiplication.

What is the role of $\lambda$, $\mathbf{b}$, and $\mathbf{c}$ in solving vector manipulation problems?

$\lambda$ is a scalar value that represents the amount by which the vector is scaled. $\mathbf{b}$ and $\mathbf{c}$ are vectors that are used in conjunction with $\lambda$ to perform the desired manipulation, such as scaling, addition, or subtraction.

How do you solve vector manipulation problems using $\lambda$, $\mathbf{b}$, and $\mathbf{c}$?

To solve a vector manipulation problem, you first need to determine the desired operation (scaling, addition, or subtraction). Then, you can use the values of $\lambda$, $\mathbf{b}$, and $\mathbf{c}$ to perform the operation on the given vector(s) and obtain the resulting vector.

What are some common applications of vector manipulation in science?

Vector manipulation is used in various fields of science, such as physics, engineering, and computer science. It can be used to represent and manipulate physical forces, velocities, and positions in a three-dimensional space. It is also used in computer graphics to rotate, scale, and translate objects.

What are some tips for solving vector manipulation problems effectively?

One helpful tip is to remember the properties of vector operations, such as the commutative and distributive properties. It is also important to carefully consider the given vectors and their direction when determining the appropriate operation to use. Additionally, practicing with different types of vector manipulation problems can improve problem-solving skills.

Similar threads

  • Advanced Physics Homework Help
2
Replies
44
Views
3K
Replies
2
Views
603
Replies
16
Views
2K
  • Advanced Physics Homework Help
Replies
1
Views
1K
  • Special and General Relativity
Replies
1
Views
701
  • Differential Equations
Replies
1
Views
812
Replies
6
Views
1K
  • Advanced Physics Homework Help
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Special and General Relativity
Replies
12
Views
3K
Back
Top