Calculating Triangle Area in 4-Space: Can Cross Products Be Used?

  • Thread starter Thread starter CheesePlease
  • Start date Start date
  • Tags Tags
    Area Triangle
CheesePlease
Messages
2
Reaction score
0

Homework Statement


Find the area of triangle with vertices (-2,-2,2,2), (0,0,1,-1), (-1,-2,1,1)


Homework Equations


The Attempt at a Solution


The only way I know how to find the area of a triangle is by finding half the parallelogram. I.e. A = (1/2)||u x v||

But this requires cross product and you can't find the cross product in 4-space, can you?

Any help/explanation would be greatly appreciated.
 
Physics news on Phys.org
CheesePlease said:

Homework Statement


Find the area of triangle with vertices (-2,-2,2,2), (0,0,1,-1), (-1,-2,1,1)


Homework Equations


The Attempt at a Solution


The only way I know how to find the area of a triangle is by finding half the parallelogram. I.e. A = (1/2)||u x v||

But this requires cross product and you can't find the cross product in 4-space, can you?

Any help/explanation would be greatly appreciated.

You'll need to form displacement vectors between pairs of vertices. You can then find the magnitudes of those displacement vectors. After that you can use the dot product to find the cosine of the angle between two adjacent sides of the triangle.

All three points lie in a plane (it happens to be in R4 but that's not important), so I would advise drawing a rough sketch of the three points. With a bit of trig you should be able to get the area of the triangle.
 
Great, got it. Thanks you!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top