Cone Geometry Notes
1. Cone through triangle ABC
Given plane x/a + y/b + z/c = 1 meets axes at A(a,0,0), B(0,b,0), C(0,0,c).
Sphere through A, B, C, and origin: x^2 + y^2 + z^2 - ax - by - cz = 0.
Using homogenization with plane equation, the cone becomes:
yz(b/c + c/b) + zx(c/a + a/c) + xy(a/b + b/a) = 0.
2. Cone with vertex (2,2,1)
Given equation:
2x^2 + 2y^2 + 7z^2 - 10yz - 10zx + 2x + 2y + 26z - 17 = 0.
Shift origin: x=X+2, y=Y+2, z=Z+1.
After substitution, equation becomes homogeneous:
2X^2 + 2Y^2 + 7Z^2 - 10YZ - 10ZX = 0.
Hence, it represents a cone with vertex (2,2,1).
3. Homogeneous method using partial derivatives
Convert equation to homogeneous form using variable t.
Then solve:
∂f/∂x = 0, ∂f/∂y = 0, ∂f/∂z = 0.
Solve ratios to obtain vertex.
4. Key Concept
Cone equation must be homogeneous.
Vertex is point where gradient becomes zero (sharp point).