Finding the angle in between 3D vectors

  • Thread starter Thread starter pugfug90
  • Start date Start date
  • Tags Tags
    3d Angle Vectors
AI Thread Summary
To determine if the parallelogram formed by points A(2,-1,4), B(3,1,2), C(0,5,6), and D(-1,3,8) is a rectangle, the angles between vectors must be calculated using the cosine formula. The vectors AD and BC were found to be <-3,4,4> and AB and DC as <1,2,-2>. The calculated angle using the dot product resulted in approximately 98.9 degrees. The solution acknowledges that the book lists the angle as 81.02 degrees, which is complementary to the calculated angle, confirming the properties of the parallelogram. Thus, both angles in the parallelogram sum to 180 degrees, validating the approach.
pugfug90
Messages
118
Reaction score
0

Homework Statement


I did the rest of a problem right.. It asks to determine whether the parallelogram is a rectangle, meaning right angles..

A(2,-1,4), B(3,1,2), C(0,5,6), D(-1,3,8)




Homework Equations


cos theta = dot product of u and v divided by magnitude of u and v


The Attempt at a Solution


I drew a sketch parallelogram, with A at Northwest, B at NE, C at SE, and D at SW..
blah blah
I got vector AD and BC to be <-3,4,4> and vectors AB and DC to be <1,2,-2>

mag of AB/BC is square root 41, etc. if you can help me, you should know how I got there.
now..

cos theta = [(-3*1) +(4*2) + (4*-2)]/[square root of 41*square root of 9]

[-3]/[square root 369]=cos theta

theta=?98.9?

The back of my book says 81.02 degrees..
 
Physics news on Phys.org
You're not doing anything wrong. There are two different angles in a parallelogram which sum to 180 degrees. 98.9+81.1= 180.
 
Thanks for that! :-D
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Back
Top