If a line makes angles
α
,
β
,
γ
and
δ
with the four body diagonals of a cube and the value of
cos
2
(
α
)
+
cos
2
(
β
)
+
cos
2
(
γ
)
+
cos
2
(
δ
)
can be expressed as
q
p
, where
p
and
q
are coprime integers, find the value of
p
+
q
.
Clarification: Body diagonals of a cube are the diagonals which do not lie along any face of the cube.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If there is a line that makes angles with the 4 diagonals, it has to intercept the intersection of the diagonals, leaving the same angle to all of them. That leaves us with 4 cos 2 x .
The diagonal of the square can be expressed by the 3 ∗ side . And cos x = 3 ∗ side side ⇒ 4 cos 2 x = 3 4 .
Hence the required value is 4 + 3 = 7 . □
Thats a great way to see it!
How it will turn out if we change ' a line makes angles with....' to ' a vector makes angles with...'. Will the result be different and equal to 8/4? Cause i solved the problem like this: Let's call the cube ABCD.EFGH and vector a is the one which makes 4 angles respectively with four diagonals of the cube: AG, BH, DF, CE. And s, x are the lengths of the cube and the diagonals respectively. It goes like this:
The sum = p/q = (AG. a/ |AG|.|a|)^2 + (BH.a/ |BH|.|a|)^2 + (CE.a/|CE|.|a|)^2 + (DF.a/ |DF|.|a|)^2
= { (AG.a)^2 + 2 AG.a.CE.a + (CE.a)^2/ (a.x)}^2 + { (BH.a)^2 + 2. BH.a.DF.a + ( DF.a) ^2/ a.x} ^2
(Note: here, I add two terms 2.AG.a.CE.a and 2. BH.a.DF.a which both equal 0 because AG, CE & BH, DF are perpendicular vectors)
= (AG.a + CE.a/ a.x)^2 + ( BH.a + DF.a/ a.x)^2
( Note: Identity applied here)
= (AG + CE/ x)^2 + ( BH + CE/x)^2
= 2. ( 2s/x)^2 = 2. (2.s/√3.s)^2 = 8/3
Can you please show me why there is a difference like this between a line and a vector? great thanks to you.
Okay there's a whole method to find this value but here let us just be smarter as far as the value is concerned. We can think of a very special case when α , β , γ & δ are all equal & equal to θ (say). In this case, our line will start from O & will meet the middle point or the meeting point of the diagonals of the square P 1 P 2 P 3 P 4 . Let this point be G.
Now let 2 a be the length of the sides of cube. Using Pythagoras theorem in △ P 1 G P 4 we find P 1 G = √ 2 a . Now since G O = a (why). From right triangle P 1 G O tan θ = G O P 1 G = √ 2 cos 2 θ = sec 2 θ 1 = 1 + tan 2 θ 1 = 3 1 Hence our required value reduces to 1 / 3 + 1 / 3 + 1 / 3 + 1 / 3 = 4 / 3 ⇒ 4 + 3 = 7
Let A , B , C , D , G be the vertices of the base of the cube, and ( O , x , y , z , ) be a system of cartesian coordinates in R 3 with A ≡ O , x ∥ ( B − O ) , y ∥ ( D − O ) , z ⊥ ( x , y ) , G the point of intersection of the four diagonals, and L the lenght of the side cof the cube ; we have:
O ( 0 , 0 , 0 )
B ( L , 0 , 0 )
C ( L , L , 0 )
D ( 0 , L , 0 )
G ( 2 L , 2 L , 2 L ) , so:
∣ G O ∣ = ∣ G B ∣ = ∣ G C ∣ = ∣ G D ∣ = 2 3 L , and the unit versors of the diagonals are: u i = ∣ G C i ∣ G − A i
u A = 3 1 ( 1 , 1 , 1 )
u B = 3 1 ( − 1 , 1 , 1 )
u C = 3 1 ( 1 , − 1 , 1 )
u D = 3 1 ( − 1 , − 1 , 1 )
if u l = ( c o s θ x , c o s θ y , c o s θ z ) is the unit vector of a generic stright line, we have:
u l ⋅ u l = ∣ u l ∣ 2 = 1
c o s ( α ) = u A ⋅ u l
c o s ( β ) = u B ⋅ u l
c o s ( γ ) = u C ⋅ u l
c o s ( δ ) = u D ⋅ u l
substituting, squaring, summing and simplyfing we obtain:
c o s 2 ( α ) + c o s 2 ( β ) + c o s 2 ( γ ) + c o s 2 ( δ ) = 3 4 ( c o s 2 ( θ x ) + c o s 2 ( θ y ) + c o s 2 ( θ z ) ) =
3 4
You have posted the same solution as mine
Problem Loading...
Note Loading...
Set Loading...
Let the unit vectors of four diagnols be :
r 1 ^ = 3 1 ( i ^ + j ^ + k ^ )
r 2 ^ = 3 1 ( i ^ − j ^ + k ^ )
r 3 ^ = 3 1 ( − i ^ + j ^ + k ^ )
r 4 ^ = 3 1 ( − i ^ − j ^ + k ^ )
Any arbitary unit vector can be expressed as :
a ^ = l i ^ + m j ^ + n k ^
l , m , n are directional cosines of a
Now a ^ . r 1 ^ = c o s ( α )
a ^ . r 1 ^ = c o s ( β )
a ^ . r 1 ^ = c o s ( γ )
a ^ . r 1 ^ = c o s ( δ )
Our desired thing becomes :
( a ^ . r 1 ^ ) 2 + ( a ^ . r 2 ^ ) 2 + ( a ^ . r 3 ^ ) 2 + ( a ^ . r 4 ^ ) 2
S = 3 1 ( ( l + m + n ) 2 + ( l − m + n ) 2 + ( − l + m + n ) 2 + ( − l − m + n ) 2 )
⇒ S = 3 4 ( l 2 + m 2 + n 2 )
Also we know that l 2 + m 2 + n 2 = 1
S = 3 4
⇒ a = 4 , b = 3 , a + b = 7