33
Abhishek Priyam
·2009-02-21 07:54:00
since it is matrix match i got the answers... but a full method please... [7]
1
skygirl
·2009-02-21 08:07:17
ax+by+cz=0 => plane wid dir ratios a,b,c n passing through origin.
bx+cy+az=0 => ..........................b,c,a .................................
cx+ay+bz=0 => ..........................c,a,b .................................
so the planes pass thrugh the origin..
ans should be a.. [12]
62
Lokesh Verma
·2009-02-21 08:19:07
|a b c| [x y z] =0
|b c a|
|c a b|
So we have 2 cases .. determinant zero and determinant non zero
Determinant is
a3+b3+c3 - 3abc
If a+b+c = 0 then
(a+b)3=-c3
will give determinant zero
a2+b2+c2=ab+bc+ca
means (a+b+c)2=3(a2+b2+c2)
if a+b+c=0
thus, a=b=c=0 (Check this statemtn.. jaldi me galti na hog gaya hai) This will represent the whole space..
now does it solve it :)
33
Abhishek Priyam
·2009-02-21 08:22:01
ye to thik hai..
a aur b ka ??
dono ka Δ=0 hai par uske age?
1
skygirl
·2009-02-21 08:28:34
(A) a+b+c≠0 and a2+b2+c2=ab+bc+ca
a^2+b^2+c^2=ab+bc+ca
=> (a-b)2 + (b-c)2 + (c-a)2 = 0
=> a=b=c ≠0 (given)
so all the eqns become: x+y+z =0
so A -> r
(B) a+b+c=0 and a2+b2+c2≠ab+bc+ca
a^2+b^2+c^2 ≠ab+bc+ca
=> a ≠b ≠c
but a+b+c=0 => x,y,z are collinear. (property)
so, B-> q
(C) a+b+c≠0 and a2+b2+c2≠ab+bc+ca
a^2+b^2+c^2 ≠ab+bc+ca
ax+by+cz=0 => plane wid dir ratios a,b,c n passing through origin.
bx+cy+az=0 => ..........................b,c,a .................................
cx+ay+bz=0 => ..........................c,a,b .................................
so the planes pass thrugh the origin..
so C-> p
(D) a+b+c=0 and a2+b2+c2=ab+bc+ca
a=b=c =0
=> x, y, z non-coplanar ... and it represents the whole space.
33
Abhishek Priyam
·2009-02-21 08:31:38
[1][3]
okieeee.....
samjh me aa gaya...
i was missing a=b=c=nonzero.. [3] in A
tx :)