Consider the four dimensional space R4 with coordinates x1 x
Consider the four dimensional space R^4 with coordinates (x_1, x_2, x_3, x_4). A hyperplane is the set of points whose coordinates satisfy an equation a x_1 + b x_2 + c x_3 + d x_4 = k, where a, b, c, d, and k are fixed real numbers. Find the coordinates od a vector which is perpendicular to a plane a x_1 + b x_2 + c x_3 + d x_4 = k? What is the intersection of two hyperplanes x_1 = 1 and x_2 = 2? Describe the intersection as a geometric object in words and by an equation. What is the intersection of a four dimensional sphere x^2 _1 + x^2 _2 + x^2 _3 + x^2 _4 = R^2 with a hyperplane x_1 = r for r R? Find the distance between the hypersphere x^2 _1 + x^2 _2 + x^2 _3 + x^2 _4 = R^2 and the hyperplane a x_1 + b x_2 + c x_3 + d x_4 = f where a, b, c, d, f are real numbers. Derive a formula for the volume of an n-dimensional sphere sigma^n k = 0 |z_k|^2 = R^2 and an n-dimensional ball sigma^n k = 1 |z_k|^2
Solution
(1) Given plane ax1+bx2+cx3+dx4 = k
So we can express it in terms of vectors ---- r.n = k
So perpendicular coordinates are (a,b,c,d).
(2) Now x1 = 1, x2 = 2
So a+2b+cx3+dx4 = k
cx3+dx4 = k-a-2b
cx3+dx4 = p (a new constant equat to k-a-2b)
so It represents the equation of a line in the plane of x3 and x4.
(3). x12 + x22 + x32 + x42 = R2
x1 = R
for r < R,
x22 + x32 + x42 = R2 - r2
It represents a three dimensional sphere because R2 - r2 > 0 .
for r = R,
x22 + x32 + x42 = R2 - R2
x22 + x32 + x42 = 0
It means x2 = 0, x3 = 0, x4= 0
It represents a point (R,0,0,0).
for r > R
x22 + x32 + x42 = R2 - r2
It doesn\'t represent any geometry bacause right hand side is negative whereas left hand side is positive.
