jyada hi basic ho gaya :-)
thanks anyways
calculate the cosine of A in the Δ ABC where A(1,-1,2) B(6,11,2) C(1,2,6)
-
UP 0 DOWN 0 0 3
3 Answers
Asish Mahapatra
·2009-01-31 07:36:07
METHOD I: use cosA = b2 + c2 - a2/2bc
after finding a,b,c using distance formula
METHOD II: cosA = AB.AC/lABl*lACl
Simple find AB vector, AC vector. Take dot product and divide by the product of their magnitudes
Harry Potter
·2009-01-31 08:26:23
CosA=AB.AC/|AB|*|AC|
AB=-5i-12j+ok
AC=0i-3j-4k
AB.AC=0+36+0=36
|AB|*|AC|=√ 25+144+0*√9+16
=13*5=65
CosA= 36/65