Solving a linear equation with a cross product

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 5K views
SP90
Messages
19
Reaction score
0

Homework Statement



Suppose v is a vector satisfying:

[itex]\alpha v + ( a \times v ) = b[/itex]

For [itex]\alpha[/itex] a scalar and [itex]a, b[/itex] fixed vectors. Use dot and cross product operations to solve the above for v.

Homework Equations



The unique solutions should be:

[itex]v=\frac{\alpha^{2}b- \alpha (b \times a) + (b \cdot a)a}{\alpha(\alpha^{2}+|a|^{2}})[/itex]

I'm having trouble getting there.

The Attempt at a Solution



I get that [itex]( a \times v ) = b - \alpha v[/itex] and then dotting both sides with a and v gives two identities:

[itex](b - \alpha v) \cdot a = 0[/itex]
[itex](b - \alpha v) \cdot v = 0[/itex]

Which rearrange to give

[itex](b \cdot a) = \alpha (v \cdot a)[/itex]
[itex](b \cdot a) = \alpha (v \cdot v) = \alpha |v|^{2}[/itex]

I don't know where to go from here. There's no inverse cross product and I've tried several different combinations of cross and dot products which lead to dead ends, or are just the same equations as those two I've just derived.

Any help would be much appreciated.
 
Physics news on Phys.org
Hi SP90! :smile:

You have three vectors, a b and axb, with the third perpendicular to the other two.

So start by finding the component of v along axb, and the component of v perpendicular to axb. :wink: