Question
Question: Let A(1,2,1) B(0,0,0) C(2,1,3) and D(1,1,4) be vertices of a tetrahedron ABCD. A plane x+y-z=t cuts ...
Let A(1,2,1) B(0,0,0) C(2,1,3) and D(1,1,4) be vertices of a tetrahedron ABCD. A plane x+y-z=t cuts the tetrahedron into 2 parts whose volumes are in the ratio 1:15. Then, find the sum of squares of possible values of t.
0
1
2
4
2
Solution
Here's how to solve the problem:
1. Evaluate the linear form at the vertices:
Given the plane x+y−z=t, evaluate f(x,y,z)=x+y−z at each vertex:
- f(A)=1+2−1=2
- f(B)=0+0−0=0
- f(C)=2+1−3=0
- f(D)=1+1−4=−2
2. Barycentric parametrization:
Any point P inside the tetrahedron can be expressed as:
P=B+α(A−B)+β(C−B)+γ(D−B)where α,β,γ≥0 and α+β+γ≤1.
Calculate the differences:
- A−B=(1,2,1)
- C−B=(2,1,3)
- D−B=(1,1,4)
Then,
- f(A−B)=1+2−1=2
- f(C−B)=2+1−3=0
- f(D−B)=1+1−4=−2
So, f(P)=2α−2γ=2(α−γ). Let τ=2t, thus α−γ=τ.
3. Volume ratios and cumulative volume function:
The cumulative volume function F(t) (the fraction of the volume where f≤t) is given by:
- For t<0 (τ<0): F(t)=21(3τ+1+3τ2+τ3)
- For t≥0 (τ≥0): F(t)=21(3τ+1−3τ2+τ3)
Since the volumes are in the ratio 1:15, one part is 161 of the total volume, and the other is 1615.
- If t<0, F(t)=161.
- If t≥0, F(t)=1615.
4. Solve for t:
-
Case 1: t<0
21(3τ+1+3τ2+τ3)=161Solving this cubic equation yields t=−1.
-
Case 2: t≥0
21(3τ+1−3τ2+τ3)=1615Solving this cubic equation yields t=1.
5. Final Answer:
The possible values of t are -1 and 1. The sum of their squares is (−1)2+(1)2=1+1=2.
Therefore, the sum of squares of possible values of t is 2.