What is the area of a triangle formed by vectors?

  • Context: Undergrad 
  • Thread starter Thread starter Dx
  • Start date Start date
  • Tags Tags
    Triangle Vectors
Click For Summary
SUMMARY

The area of a triangle formed by the vectors v1 = i - 4j - k and v2 = -2i - j + k can be calculated using the cross product method. The area formula is A = (1/2) |v1 x v2|, where |v1 x v2| is the magnitude of the cross product. The cross product is computed using the determinant of a matrix formed by the unit vectors i, j, k and the components of the vectors, resulting in -5i + j - 9k. The area is then A = (1/2) * sqrt(117).

PREREQUISITES
  • Understanding of vector operations, specifically cross products
  • Knowledge of unit vectors i, j, k in three-dimensional space
  • Familiarity with calculating magnitudes of vectors
  • Basic trigonometry, particularly sine functions
NEXT STEPS
  • Learn how to compute vector cross products in detail
  • Study the geometric interpretation of vector magnitudes and angles
  • Explore applications of vector operations in physics and engineering
  • Investigate the use of determinants in vector calculations
USEFUL FOR

Students in physics or mathematics, educators teaching vector calculus, and professionals in engineering fields requiring vector analysis.

Dx
[SOLVED] triangle problem using vectors

Hi!
question: Two sides of a triangle are formed by vectors i - 4j-k and -2i - j+k. The area is ?

A=1/2bh so I know to multiply the two vectors as such 1/2(vector1 x vector2) But what do I substitute foe i, j and k? Its not given in the problem.
so far...
1/2(-2i^2-ij+ik+8ji+4j^2-4jk+2ki+kj-k^2)
so what do I substitute foe i, j and k?
Dx :wink:
 
Physics news on Phys.org
You shouldn't concern yourself with i's and j's for an area problem. A= (1/2)(|v_1|)(|v_2|)sinO. So find the magnitudes of the vectors and find the angle between them.
 
How in the world could you be doing a problem like this if you don't know what i,j, i are?

It's not a matter of "what to substitute for i, j, k". They are not numbers. i is the unit vector in the x direction, j is the unit vector in the y direction, k is the unit vector in the z direction.

Also, you do not multiply vectors the way you seem to be trying.

Here, "u x v" is the cross product. It can be defined as "the vector whose length is |u||v|sin(theta) (where theta is the angle between the two vectors) and whose direction is perpendicular to both u and v in the "right hand rule" sense.

It can also be calculated as a determinant:

| i j k|
| 1 -4 -1|
|-2 -1 1|
which equals i((-4)(1)-(-1)(-1))- j(1(1)-(-1)(-2)+ k(1(-1)-(-2)(-4))
or -5i+ j- 9 k. It's length is [sqrt](25+ 1+ 91)= [sqrt](117)
Half of that is the area of the triangle.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
18
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K