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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks

Similar threads

Back
Top