Solving Vector Cross Product Homework

  • Thread starter Thread starter oreosama
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
The discussion revolves around solving a homework problem involving the cross product of two vectors, a and b. The user correctly calculated the cross product a x b as -12j - 18k and then attempted to find 3a x 2b, resulting in -48j - 108k. The magnitude of this vector was computed as sqrt(13968). Additional inquiries about finding a vector perpendicular to the plane defined by vectors a and b led to the confirmation that a x b provides a perpendicular vector, while any scalar multiple of a or b remains parallel to the plane. The conversation emphasizes understanding vector relationships and their geometric implications.
oreosama
Messages
51
Reaction score
0

Homework Statement


vector a = (4i+3j-2k)
vector b = (2i-3j+2k)

1. a x b
2. 3a x 2b
3. |3a x 2b|


The Attempt at a Solution



1. -12j - 18k

2. 6(a x b)
6(-12j - 18k)
-48j -108k

3. |6(a x b)|
sqrt(48^2 + 108^2)

sqrt(13968)


idk if I am using identities wrong or if I am way off, thanks for confirmation on right/wrong and any help
 
Physics news on Phys.org
oreosama said:

Homework Statement


vector a = (4i+3j-2k)
vector b = (2i-3j+2k)

1. a x b
2. 3a x 2b
3. |3a x 2b|

The Attempt at a Solution



1. -12j - 18k

2. 6(a x b)
6(-12j - 18k)
-48j -108k

3. |6(a x b)|
sqrt(48^2 + 108^2)

sqrt(13968)idk if I am using identities wrong or if I am way off, thanks for confirmation on right/wrong and any help

Hi oreosama, welcome to PF. Your work is correct except a siliy mistake, How much is 12*6?

ehild
 
thanks for that.

using the same vectors

a=(4i+3j-2k)
b=(2i-3j+2k)

the vectors a and b define a plane surface. determine a possible vector perp. to that surface. determine a possible vector parallel to that surface.

perp: a x b= -12j -18k

assuming that's right..

parralel: I have no idea :(

i know parallel vectors just have scaler multiplier but I am working with 2 vectors(of which I am assuming intersect to create a plane?). I am pretty confused at this point so I am going to sleep and hope someone provides insight by the time i wake up. thanks for any help
 
If <a> and <b> are contained within the plane, then a vector parallel to <a> or <b> will also be parallel to the plane.
If two vectors are parallel, then their cross product is the zero vector. Therefore compute:
\vec{a}\, ×\,\vec{c} = 0 where \vec{c} is the vector you want. You can solve a linear system of 3 variables, and get a dependence on the components of <c>.
Note: <b> can be used in place of <a>
 
The vectors a and b lay in the surface, and so do their linear combinations. All are parallel with the plane. (you can shift a vector parallel with itself, it is the same vector.)

ehild
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...

Similar threads

Back
Top