Find unknown vector X if these relations hold true

  • Thread starter Thread starter Purcolator
  • Start date Start date
  • Tags Tags
    Relations Vector
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
8 replies · 3K views
Purcolator
Messages
5
Reaction score
0
Member warned about posting a problem with no effort shown

Homework Statement


If an unknown vector X satisfies the relation
X · b = β
X × b = c
express X in terms of β, b, and c.

Homework Equations


X · b = |X||b|cos(θ)
X × b = |X||b|sin(θ)

The Attempt at a Solution


I don't know where to start... :( someone pls give me a hint
 
Physics news on Phys.org
Purcolator said:

Homework Equations


X · b = |X||b|cos(θ)
X × b = |X||b|sin(θ)

For the cross product, you need notation to say "the magnitude of " [itex]| X \times b | = ...[/itex]

One approach to this problem would be to represent the vectors in their 3 components (e.g. [itex](X_x,X_y,X_z)[/itex]) but I think that would be a big mess.

Another approach is to assume that "express [itex]X[/itex] in terms of [itex]\beta,b,c[/itex] can be fulfilled by a treating those quantities as single symbols. With that approach we can write [itex]X = P + Q[/itex] with [itex]P, Q[/itex] vectors as long as they are expressed in terms of the symbols [itex]\beta, b, c[/itex]. Begin by letting [itex]P[/itex] be the component of [itex]X[/itex] that in in the same direction as vector [itex]b[/itex]. The direction of [itex]b[/itex] is expressed as the unit vector [itex]\frac{b}{|b|}[/itex]. Can you find the component of [itex]X[/itex] in that direction? Perhaps you have studied how to "project" a vector onto another vector.

 
  • Like
Likes   Reactions: Purcolator
OK that makes sense! so I'm guessing Q would be the projection of X onto c? However I'm stuck from here because i cannot express that projection in terms of correct variables (don't know A dot C)... am i wrong?
 
OK that makes sense... but how would i express X dot (B x C) when i am formulating the projection? I'm trying to take X out... :/
 
Purcolator said:
OK that makes sense... but how would i express X dot (B x C) when i am formulating the projection? I'm trying to take X out... :/

My guess is that you'll have to use one of the formulas that expresses X dot (b x c) in a different way. ( perhaps the signed volume of a parallelopiped formula in http://en.wikipedia.org/wiki/Cross_product ) See if there is an expression that uses X x b or b x X since you can replace those expressions with c or -c. Don't forget that projecting X on a vector V involves dividing (X dot V) by |V|.
 
Thanks so much. i finally got the answer... I appreciate you tremendously!