Vector Cross Product (with Right Triangle)

In summary, the student was having difficulty figuring out how to do the cross product and ended up looking online for a solution.
  • #1
d-rock
14
0

Homework Statement


For the vectors in the figure below, with a = 8, b = 7, c = sqrt(113), give the magnitude and direction of the following cross products.

(See attachment for figure/right triangle).

(a) a x b


(b) a x c


(c) b x c


Homework Equations



[tex]\vec{A} \cdot \vec{B} = ABcos(\Theta)[/tex]

[tex]\vec{C} = ABsin(\Theta)[/tex]


The Attempt at a Solution



(a) For part one, I was able to do the Cross Product since they gave the magnitudes A and B and in the figure, vectors A and B are straight lines which means the magnitude is also the X or Y (depending on the direction).

So, I did the Cross Product and got 56k, with it coming out of the computer screen.



Now, for the last two, I have no real clue how to do this. We just learned Cross Products today and haven't gone in-depth, and I've read the book on it but it does not help. Take note I am in a college-level/duel-enrollment level course which I'm in high school, and have had no background with physics before.

Can anyone just help me on how to figure out the X and Y of vector C? That's most likely why I think I keep getting this wrong.
 

Attachments

  • W0033-Nalt.jpg
    W0033-Nalt.jpg
    2 KB · Views: 1,376
Physics news on Phys.org
  • #2
d-rock said:

Homework Statement


For the vectors in the figure below, with a = 8, b = 7, c = sqrt(113), give the magnitude and direction of the following cross products.

(See attachment for figure/right triangle).

(a) a x b


(b) a x c


(c) b x c


Homework Equations



[tex]\vec{A} \cdot \vec{B} = ABcos(\Theta)[/tex]

[tex]\vec{C} = ABsin(\Theta)[/tex]


The Attempt at a Solution



(a) For part one, I was able to do the Cross Product since they gave the magnitudes A and B and in the figure, vectors A and B are straight lines which means the magnitude is also the X or Y (depending on the direction).

So, I did the Cross Product and got 56k, with it coming out of the computer screen.



Now, for the last two, I have no real clue how to do this. We just learned Cross Products today and haven't gone in-depth, and I've read the book on it but it does not help. Take note I am in a college-level/duel-enrollment level course which I'm in high school, and have had no background with physics before.

Can anyone just help me on how to figure out the X and Y of vector C? That's most likely why I think I keep getting this wrong.

I can't see the figure. Does [tex]\vec{c}=\vec{a} +\vec{b}[/tex]?
 
  • #3
I think the answer to that is no.

The figure is like this:

VectorA is straight to the right.

VectorB is straight up.

VectorC starts at the end of VectorB and goes back to the origin (so the head of VectorC touches the tail of VectorA).


So VectorC is like the opposite of what it would be in addition, if my knowledge of vectors so far is right.
 
  • #4
d-rock said:
I think the answer to that is no.

The figure is like this:

VectorA is straight to the right.

VectorB is straight up.

VectorC starts at the end of VectorB and goes back to the origin (so the head of VectorC touches the tail of VectorA).So VectorC is like the opposite of what it would be in addition, if my knowledge of vectors so far is right.

If [tex]\vec{c}[/tex] goes form the tip of [tex]\vec{b}[/tex] to the tail of [tex]\vec{a}[/tex], then

[tex]\vec{a} +\vec{b} +\vec{c} = 0 \Rightarrow \vec{c}=-\vec{a} - \vec{b} [/tex]

and you should be able to easily obtain the components of [tex]\vec{c}[/tex] by simple addition.
 
  • #5
a+ b= -c


a= <8, 0, 0>
b= <0, 7, 0>
c= <-8, -7, 0>

It should be easy to do the cross products using the component formula.

If you must use the "length- angle" formula, start by writing it correctly! [itex]\vec{A} \times\vec{B}= |\vec{A}||\vec{B}|cos(\theta)[/itex] is clearly wrong as the right hand side is a number, not a vector. You mean [itex]|\vec{A} \times\vec{B}|= |\vec{A}||\vec{B}|cos(\theta)[/itex] and the result is a vector of that length perpendicular to both A and B. Since A and B are perpendicular, [itex]cos(\theta)= 0[/itex] so A x B is easy.

C is a vector with length [itex]\sqrt{64+ 49}= \sqrt{113}[/itex] as you say. The vector from the base of A to the tip of B makes angle, with A, of arctan(7/8) so for C itself you can either take the angle to be 180 minus that, or just ignore it and multiply the final answer by -1.

The angle C makes with B is, of course, 90 degrees minus arctan(7/8).
 
  • #6
I wrote it that way because the physics book wrote it that way, they just specified it (i.e. on the right side A and B stood for the magnitudes of the vectors, etc.).


Also I had that process similarly done already:

part B: A x C

8 0 0 8 0 0

-7 -8 0 -7 -8 0

Doing that process gave an answer of -64. However, on WebAssign, on which my homework is, it told me I was wrong.

I also chose the direction of the angle as "Into the page" which it said was correct, however.


So I do not understand why the -64 is wrong?
 
  • #7
d-rock said:
I wrote it that way because the physics book wrote it that way, they just specified it (i.e. on the right side A and B stood for the magnitudes of the vectors, etc.).Also I had that process similarly done already:

part B: A x C

8 0 0 8 0 0

-7 -8 0 -7 -8 0

Doing that process gave an answer of -64. However, on WebAssign, on which my homework is, it told me I was wrong.

I also chose the direction of the angle as "Into the page" which it said was correct, however.So I do not understand why the -64 is wrong?

[tex] \vec{c} = (-8,-7,0) [/tex] not [tex](-7,8-0)[/tex] And so the cross product is:

[tex]\vec{a} \times \vec{c} = \left| \begin{array}{ccc} \hat{i} & \hat{j} & \hat{k} \\ 8 & 0 & 0 \\ -8 & -7 & 0 \end{array} \right| = -56 \hat{k}[/tex]

Which has a magnitude of 56 and is directed into the page (since [tex]- \hat{k} [/tex] is into the page)
 
  • #8
Alright. Well, to find the i and j of the third vector earlier, I had used arctan to find an angle and then did magnitude * cos(angle) and so on.


But turns out I used the wrong angle. I had done the angle from the origin, instead I should've used the one between VectorB and VectorC.



Well anyway, I understand your way too. Thanks for explaining, I got it right!
 

Related to Vector Cross Product (with Right Triangle)

What is the vector cross product?

The vector cross product is a mathematical operation that takes two vectors as input and produces a third vector that is perpendicular to both of the input vectors.

How is the vector cross product calculated?

The vector cross product is calculated using the formula: A x B = |A||B|sin(theta)n, where A and B are the input vectors, |A| and |B| are their magnitudes, theta is the angle between them, and n is a unit vector perpendicular to both A and B.

What is the significance of the right triangle in the vector cross product?

The right triangle in the vector cross product represents the relationship between the two input vectors and the resulting perpendicular vector. The length of the perpendicular vector is equal to the product of the lengths of the two input vectors multiplied by the sine of the angle between them.

What are some real-world applications of the vector cross product?

The vector cross product is commonly used in physics and engineering for calculating torque, angular momentum, and magnetic fields. It is also used in computer graphics for 3D modeling and animation.

Are there any special properties of the vector cross product?

Yes, the vector cross product is anti-commutative, meaning that A x B = -B x A. It is also distributive, meaning that A x (B + C) = A x B + A x C. In addition, the vector cross product is only defined in three-dimensional space.

Similar threads

  • Advanced Physics Homework Help
Replies
4
Views
556
  • Precalculus Mathematics Homework Help
Replies
5
Views
740
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Replies
10
Views
810
  • Advanced Physics Homework Help
Replies
5
Views
2K
Replies
8
Views
896
Replies
7
Views
2K
  • Linear and Abstract Algebra
Replies
32
Views
3K
Replies
12
Views
1K
Back
Top