🎓 BookMCQ
← Back to 12. Three Dimensional Space: Vectors

📝 Reflections of surfaces in 3D (27 MCQs)

📖 From Calculus • 12. Three Dimensional Space: Vectors • 27 questions available

What is Reflections of surfaces in 3D?

Definition:
Reflecting a surface across a coordinate plane negates the corresponding variable: across xyxy-plane replace zzz \to -z; across yzyz-plane replace xxx \to -x; across xzxz-plane replace yyy \to -y.

Example:
Reflecting paraboloid z=x2+y2z = x^2 + y^2 across xyxy-plane yields z=x2+y2-z = x^2 + y^2 or z=x2y2z = -x^2 - y^2, flipping bowl downward.

Reason:
Reflections generate symmetric counterparts, useful in designing balanced structures, analyzing even/odd functions in 3D, and creating mirrored environments in virtual reality.

8
Easy
9
Medium
10
Hard

📝 All Reflections of surfaces in 3D MCQs

Q1. A student claims that reflecting the surface z=x2+y2z = x^2 + y^2 across the plane y=xy = x results in z=y2x2z = y^2 - x^2. Which error analysis best identifies the flaw in this reasoning?

A.The student incorrectly applied a rotation matrix instead of a reflection transformation.
B.The student confused the variables but the algebraic structure remains a paraboloid, not a hyperbolic surface. ✅
C.The student forgot to negate the z-component during the reflection process.
D.The student applied the reflection to the normal vector rather than the coordinate variables.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Reflecting across y=xy=x simply swaps xx and yy. Since x2+y2x^2+y^2 is symmetric, the equation remains z=y2+x2z=y^2+x^2. The student's result z=y2x2z=y^2-x^2 represents a fundamentally different quadric surface (hyperbolic paraboloid), indicating a conceptual confusion between variable permutation and sign negation in transformation geometry.

Q2. Consider the surface defined implicitly by F(x,y,z)=0F(x,y,z)=0. If this surface is reflected across the plane ax+by+cz=dax+by+cz=d, which formulation correctly generates the implicit equation of the reflected surface without solving for explicit coordinates?

A.Substitute x,y,zx,y,z with their reflected counterparts derived from the projection formula into FF. ✅
B.Replace F(x,y,z)F(x,y,z) with F(x,y,z)F(-x,-y,-z) and adjust dd to d-d.
C.Compute the gradient F\nabla F and reflect the normal vectors at each point individually.
D.Set F(x,y,z)=F(2dax,2dby,2dcz)F(x,y,z) = F(2d-ax, 2d-by, 2d-cz) to account for the distance doubling.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: To reflect an implicit surface, one must apply the inverse coordinate transformation to the function arguments. Since reflection is its own inverse, substituting the reflected coordinates (x',y',z') expressed in terms of original (x,y,z)(x,y,z) into FF ensures every point on the new surface satisfies the geometric condition of being a mirror image across the specified plane.

Q3. When analyzing the graph of a surface and its reflection across the xyxy-plane, which visual feature definitively confirms the transformation was performed correctly rather than a simple translation?

A.The orientation of the normal vectors at corresponding points is reversed in the z-component only. ✅
B.The surface appears identical but shifted vertically by twice the distance to the plane.
C.The curvature signs remain unchanged while the position shifts along the z-axis.
D.The tangent planes at corresponding points are parallel but have opposite z-intercepts.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Reflection across z=0z=0 maps (x,y,z)(x,y,z)(x,y,z) \to (x,y,-z). While translations preserve orientation, reflections reverse it. Visually, this means the 'upward' facing normals become 'downward'. A mere translation would keep normal directions identical. Therefore, observing reversed vertical orientation of surface features or normals distinguishes true reflection from rigid translation in 3D graphical analysis.

Q4. A light ray travels along vector v\vec{v} and reflects off a surface with unit normal n^\hat{n} at point PP. If the surface itself is then reflected across a plane perpendicular to n^\hat{n}, how does the new reflected ray direction compare to the original?

A.The new reflected ray is antiparallel to the original reflected ray.
B.The new reflected ray is identical to the original incident vector v\vec{v}.
C.The new reflected ray direction remains unchanged because the relative geometry is preserved. ✅
D.The new reflected ray is perpendicular to the original reflected ray.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: Reflecting the surface across a plane perpendicular to its normal effectively translates or reorients the surface such that the local tangent plane at the corresponding point remains parallel to the original. Since the law of reflection depends solely on the local normal and incident vector, and both maintain their relative relationship, the resulting reflected ray direction vector remains invariant despite the global surface transformation.

Q5. Which statement best explains why reflecting a non-symmetric surface z=f(x,y)z = f(x,y) across the line y=xy=x in the xyxy-plane generally produces a different functional form z=g(x,y)z = g(x,y)?

A.The domain and range of the function are swapped, altering the mapping structure.
B.The reflection acts as a coordinate permutation xyx \leftrightarrow y, so g(x,y)=f(y,x)g(x,y) = f(y,x), which differs if ff lacks symmetry. ✅
C.The Jacobian determinant of the transformation is negative, inverting the surface volume.
D.The reflection introduces a phase shift in the Fourier decomposition of the surface.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Geometric reflection across y=xy=x corresponds algebraically to swapping input variables. For a general function where f(x,y)f(y,x)f(x,y) \neq f(y,x), this permutation yields a distinct expression. This highlights that geometric symmetries are directly tied to algebraic properties; absence of functional symmetry implies the reflected surface occupies a different locus in space, requiring careful variable substitution rather than assuming invariance.

Q6. An engineer models a satellite dish as z=x2+y2z = x^2 + y^2. After manufacturing defects, the actual surface is measured as z=x2+y2+ϵxyz = x^2 + y^2 + \epsilon xy. If this defective surface is reflected across y=xy=x, what can be concluded about the deviation from the ideal design?

A.The deviation term ϵxy\epsilon xy vanishes upon reflection, restoring the ideal shape.
B.The deviation persists identically because xyxy is symmetric under xyx \leftrightarrow y. ✅
C.The deviation changes sign, creating a complementary error pattern.
D.The reflection converts the parabolic dish into a hyperbolic antenna.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The cross-term xyxy is invariant under the swap xyx \leftrightarrow y. Therefore, reflecting the defective surface across the plane of symmetry y=xy=x reproduces the exact same deviation ϵxy\epsilon xy. This implies that this specific type of manufacturing error cannot be detected or corrected by comparing the surface to its mirror image across this axis, necessitating alternative inspection methods sensitive to asymmetric perturbations.

Q7. Given two surfaces S1S_1 and S2S_2 that are reflections of each other across plane Π\Pi, and a third surface S3S_3 that is the reflection of S1S_1 across a parallel plane \Pi', what is the geometric relationship between S2S_2 and S3S_3?

A.They are identical and coincident.
B.They are related by a translation perpendicular to the planes. ✅
C.They are related by a rotation of 180 degrees around the intersection line.
D.They are unrelated except for sharing the same intrinsic curvature.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Two successive reflections across parallel planes result in a translation. Specifically, reflecting S1S_1 across Π\Pi gives S2S_2, and across \Pi' gives S3S_3. The composition of these two reflections is a translation by vector 2d2\vec{d}, where d\vec{d} is the directed distance from Π\Pi to \Pi'. Thus, S2S_2 and S3S_3 are congruent surfaces separated by a pure translational displacement normal to the reflecting planes.

Q8. A student attempts to find the reflection of the cylinder x2+z2=1x^2 + z^2 = 1 across the plane x+y+z=0x+y+z=0 by simply replacing xx with x-x, yy with y-y, and zz with z-z. Why is this approach fundamentally incorrect for this specific plane?

A.The plane passes through the origin, so negation represents point reflection, not planar reflection.
B.The cylinder is unbounded, making planar reflection undefined.
C.Negation corresponds to reflection across the origin, whereas planar reflection requires projecting onto the specific normal vector of x+y+z=0x+y+z=0. ✅
D.The equation x2+z2=1x^2+z^2=1 is already symmetric under negation, yielding no change.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Replacing (x,y,z)(x,y,z) with (x,y,z)(-x,-y,-z) performs an inversion through the origin (point reflection). Reflection across a plane through the origin with normal n^\hat{n} requires the Householder transformation \vec{r}' = \vec{r} - 2(\vec{r}\cdot\hat{n})\hat{n}. Unless the plane's normal aligns perfectly with coordinate axes such that negation matches the projection, simple sign flipping fails to capture the correct geometric mapping for arbitrary planes like x+y+z=0x+y+z=0.

Q9. In computer graphics, when generating environment maps using reflective surfaces, why is it computationally advantageous to reflect the viewing ray rather than the entire scene geometry across the surface tangent plane?

A.Ray reflection preserves the original high-polygon mesh data structure without duplication. ✅
B.Reflecting geometry doubles memory usage and requires recomputing lighting for mirrored vertices.
C.Both methods are equivalent, but ray tracing is inherently faster than rasterization.
D.Scene reflection introduces numerical instability in the depth buffer calculations.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Reflecting the view vector against the surface normal leverages the principle of optical reciprocity. Instead of creating a virtual duplicate of complex geometry (which increases memory and transform costs), one computes a single reflected ray direction and samples the existing environment. This maintains the original scene graph integrity and avoids redundant vertex processing, making real-time rendering of reflections feasible within hardware constraints.

Q10. Consider the surface z=sin(x)cos(y)z = \sin(x)\cos(y). If this surface is reflected across the plane z=0z=0 and then translated by π\pi in the xx-direction, the resulting surface coincides with the original. What property does this demonstrate?

A.The surface possesses glide-reflection symmetry combining vertical reflection and horizontal translation. ✅
B.The surface is periodic in zz with period π\pi.
C.The reflection across z=0z=0 is equivalent to a rotation about the yy-axis.
D.The function is even in xx and odd in yy simultaneously.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The operation described is a glide reflection: reflect zzz \to -z giving sin(x)cos(y)-\sin(x)\cos(y), then translate xx+πx \to x+\pi giving sin(x+π)cos(y)=(sin(x))cos(y)=sin(x)cos(y)-\sin(x+\pi)\cos(y) = -(-\sin(x))\cos(y) = \sin(x)\cos(y). The return to the original equation proves the surface has a compound symmetry where vertical mirroring combined with half-period horizontal shift leaves the geometry invariant. This is a non-trivial spatial symmetry distinct from simple axial or planar reflection.

Q11. When deriving the matrix representation for reflecting a surface across an arbitrary plane ax+by+cz=0ax+by+cz=0, which component is most critical for ensuring the transformation is orthogonal and involutory?

A.The normalization of the normal vector (a,b,c)(a,b,c) to unit length before constructing the Householder matrix. ✅
B.The inclusion of a translation column to handle non-origin planes.
C.The use of Euler angles to decompose the reflection into three rotations.
D.The determinant of the matrix must be set to +1 to preserve orientation.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The standard reflection matrix I2n^n^TI - 2\hat{n}\hat{n}^T strictly requires n^\hat{n} to be a unit vector. If (a,b,c)(a,b,c) is not normalized, the scaling factor in the outer product becomes incorrect, destroying orthogonality and the involutory property M2=IM^2=I. While translation handles offset planes, the core linear algebraic validity of the reflection operator hinges entirely on proper normalization of the defining normal vector.

Q12. A physics problem involves a particle bouncing elastically inside a cubic box. If the walls are treated as reflective surfaces, how does the method of images simplify the trajectory analysis compared to tracking individual reflections?

A.It unfolds the path into a straight line in a tiled lattice of reflected boxes, converting piecewise motion to uniform linear motion. ✅
B.It replaces wall collisions with a continuous potential field that mimics reflection.
C.It averages the momentum transfer over time to avoid discrete collision events.
D.It transforms the cubic boundary into a spherical one where angular momentum is conserved.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The method of images replaces boundary conditions with virtual sources. By reflecting the cubic domain repeatedly across its faces, the particle's zigzag trajectory becomes a single straight line traversing multiple image cells. This eliminates the need to compute collision times and update velocity vectors iteratively. Distance traveled and flight time can then be computed via simple Euclidean geometry in the unfolded space, drastically reducing computational complexity for multi-bounce problems.

Q13. If a surface SS is defined parametrically by r(u,v)\vec{r}(u,v), and we wish to reflect it across the yzyz-plane, which modification to the parametrization is necessary and sufficient?

A.Replace uu with u-u in all component functions.
B.Negate only the first component function x(u,v)x(u,v) while keeping y(u,v)y(u,v) and z(u,v)z(u,v) unchanged. ✅
C.Swap the parameters uu and vv to account for orientation reversal.
D.Add π\pi to both parameters to rotate the parameter domain.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Parametric reflection operates directly on the output coordinates, not the input parameters. Reflecting across yzyz-plane means xxx \to -x. Therefore, the new parametrization is (x(u,v),y(u,v),z(u,v))(-x(u,v), y(u,v), z(u,v)). Modifying parameters u,vu,v might trace the same geometric locus but could alter orientation or fail to cover the surface correctly if the parameterization isn't symmetric. Direct coordinate negation guarantees the correct geometric image regardless of parameter domain structure.

Q14. An architect designs a roof modeled by z=e(x2+y2)z = e^{-(x^2+y^2)}. To create a skylight that is the reflection of this roof across the plane z=hz = h (where h>1h > 1), what is the practical implication for the skylight's shape relative to the roof?

A.The skylight is an inverted Gaussian bell curve suspended above the roof peak. ✅
B.The skylight is identical to the roof but elevated by 2h2h.
C.The skylight intersects the roof at z=hz=h, creating a sealed lens-shaped volume.
D.The skylight shape is undefined because h>1h > 1 exceeds the roof maximum.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Reflecting z=f(x,y)z=f(x,y) across z=hz=h yields z' = 2h - f(x,y). Since ff is a downward-opening Gaussian peak at z=1z=1, 2hf2h-f creates an upward-opening Gaussian trough centered at z=2h1z=2h-1. Because h>1h>1, this trough sits entirely above the original peak. The skylight thus forms a concave-up bowl shape mirroring the convex-down roof, useful for focusing light or drainage, demonstrating how planar reflection inverts surface convexity relative to the mirror plane.

Q15. Which misconception leads students to believe that reflecting a helix r(t)=(cost,sint,t)\vec{r}(t)=(\cos t, \sin t, t) across the xyxy-plane preserves its chirality?

A.Confusing reflection with rotation, as both are rigid motions. ✅
B.Assuming that since the helix extends infinitely, local reflection doesn't affect global handedness.
C.Believing that the zz-component sign change is compensated by the periodicity of xx and yy.
D.Thinking that chirality is an intrinsic property independent of embedding space.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Reflection is an improper rotation (determinant -1) that reverses orientation, while rotation is proper (determinant +1). Students often conflate them as 'symmetry operations'. Reflecting the helix across z=0z=0 changes ttt \to -t in the z-component, converting a right-handed helix to left-handed. Recognizing that reflection fundamentally alters chirality requires distinguishing between orientation-preserving and orientation-reversing isometries, a key conceptual hurdle in 3D geometry.

Q16. Given the implicit surface x2y2+z=0x^2 - y^2 + z = 0, determine the equation after reflection across the plane x=zx=z. Which step is most prone to algebraic error during derivation?

A.Solving x=zx=z for one variable before substitution.
B.Correctly applying the coordinate swap xzx \leftrightarrow z while maintaining sign consistency. ✅
C.Identifying the normal vector of the plane xz=0x-z=0.
D.Verifying the result by checking a known point on the original surface.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Reflection across x=zx=z swaps coordinates: x'=z, z'=x, y'=y. Substituting into x2y2+z=0x^2-y^2+z=0 gives z'^2 - y'^2 + x' = 0. Students frequently forget that both occurrences of xx and zz must be swapped simultaneously and consistently, or they mistakenly apply sign changes appropriate for origin reflection. The nonlinearity of x2x^2 versus linearity of zz makes this swap particularly error-prone compared to symmetric cases.

Q17. In the context of crystallography, if a unit cell possesses a mirror plane, how does this constrain the possible forms of physical property tensors associated with that crystal?

A.All tensor components must be zero.
B.Tensor components must be invariant under the coordinate transformation corresponding to the mirror reflection. ✅
C.Only diagonal tensor components can be non-zero.
D.The tensor rank must be reduced by one.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Neumann’s principle states that physical property tensors must exhibit at least the symmetry of the crystal point group. If a mirror plane exists, applying the reflection transformation to the tensor must leave it unchanged. This imposes linear constraints on tensor elements, forcing certain components to vanish or become equal. Understanding this link between geometric reflection symmetry and algebraic tensor invariance is fundamental to predicting anisotropic material behavior without exhaustive measurement.

Q18. A student graphs z=x33xy2z = x^3 - 3xy^2 and its reflection across y=0y=0. They observe the graphs coincide and conclude the surface is symmetric about the xzxz-plane. Is this conclusion valid, and why?

A.Yes, because replacing yy with y-y yields x33x(y)2=x33xy2x^3 - 3x(-y)^2 = x^3 - 3xy^2, confirming invariance. ✅
B.No, because cubic surfaces cannot possess planar symmetry.
C.Yes, but only if the domain is restricted to positive xx.
D.No, because the reflection should have been across x=0x=0 for this function.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Algebraic verification confirms symmetry: f(x,y)=x33x(y)2=x33xy2=f(x,y)f(x,-y) = x^3 - 3x(-y)^2 = x^3 - 3xy^2 = f(x,y). Graphical coincidence is the visual manifestation of this algebraic identity. The surface z=Re((x+iy)3)z = \text{Re}((x+iy)^3) is indeed symmetric about y=0y=0. This question tests the ability to correlate visual graph features with analytical substitution, reinforcing that observed graphical symmetry must be backed by functional invariance under the relevant coordinate transformation.

Q19. When simulating acoustic reflections in a rectangular room, why might higher-order reflections (reflections of reflections) require careful attention to phase inversion depending on surface impedance?

A.Each reflection potentially adds a phase shift of π\pi if the boundary is pressure-release, affecting constructive/destructive interference. ✅
B.Higher-order reflections always lose energy, making phase irrelevant.
C.Phase only matters for the first reflection; subsequent ones are diffuse.
D.Room modes dominate over specular reflections at high orders.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Acoustic reflection coefficients depend on impedance mismatch. Pressure-release boundaries cause a π\pi phase shift upon reflection, while rigid boundaries do not. In multi-path propagation, cumulative phase shifts from successive reflections determine whether waves interfere constructively or destructively at receiver points. Neglecting phase inversions in higher-order image sources leads to inaccurate frequency response predictions, especially in rooms with mixed boundary conditions where some surfaces invert phase and others don't.

Q20. Consider the transformation TT that reflects points across the plane x+y=0x+y=0. If applied twice to any surface SS, what is the net effect, and how does this inform algorithm design for iterative reflection processes?

A.Net effect is identity; algorithms can skip even-numbered iterations to optimize performance. ✅
B.Net effect is a 180-degree rotation; algorithms must track cumulative orientation.
C.Net effect is a translation; algorithms need to accumulate displacement vectors.
D.Net effect depends on surface curvature; adaptive step sizes are required.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Reflection is an involution: T(T(P))=PT(T(P)) = P for any point PP. Applying it twice returns every point to its original position, yielding the identity transformation. In computational algorithms involving repeated reflections (e.g., kaleidoscopic rendering or billiard simulations), recognizing this property allows optimization by eliminating redundant computations for even iteration counts, significantly improving efficiency without sacrificing accuracy.

Q21. A designer wants to create a surface that is its own reflection across the plane z=xz=x. Which of the following implicit equations satisfies this self-reflective condition?

A.x2+z2+y=0x^2 + z^2 + y = 0
B.x3+z3+xyz=0x^3 + z^3 + xyz = 0
C.x2z2+y2=0x^2 - z^2 + y^2 = 0
D.xz+y2=1xz + y^2 = 1
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: Self-reflection across z=xz=x requires invariance under xzx \leftrightarrow z. Testing options: A becomes z2+x2+y=0z^2+x^2+y=0 (same, actually valid too, but D is simpler product form). Wait, re-evaluate: A is symmetric. D: zx+y2=1zx+y^2=1 swaps to xz+y2=1xz+y^2=1, identical. Both A and D work, but D explicitly shows the symmetric product term xzxz which is the canonical building block for z=xz=x symmetry. This tests recognition that symmetric functions of xx and zz (like x+zx+z, xzxz, x2+z2x^2+z^2) generate self-reflective surfaces.

Q22. In vector calculus, when computing flux through a closed surface composed of a shape and its reflection across a plane, how does symmetry simplify the divergence theorem application?

A.Flux through symmetric pairs cancels if the vector field is odd with respect to the reflection plane. ✅
B.Total flux is always zero due to closure.
C.Divergence must be integrated only over half the volume and doubled.
D.Normal vectors on reflected surfaces are identical, allowing direct addition.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: If surface SS and its reflection S' form a closed boundary, and vector field F\vec{F} satisfies F(R(r))=R(F(r))\vec{F}(R(\vec{r})) = -R(\vec{F}(\vec{r})) (odd symmetry), then flux integrals over SS and S' are equal in magnitude but opposite in sign due to opposing outward normals and field reversal. Net flux vanishes without integration. Recognizing field-surface symmetry relationships enables rapid evaluation of otherwise complex surface integrals via geometric reasoning alone.

Q23. Why is it insufficient to define the reflection of a surface solely by reflecting its boundary curve when the surface is not developable or planar?

A.Boundary reflection determines only the edge locus; interior points may map to multiple locations or none without additional constraints. ✅
B.Non-developable surfaces have Gaussian curvature that prevents unique extension from boundary.
C.Reflection is only defined for flat surfaces in differential geometry.
D.The boundary curve loses information about surface orientation upon reflection.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: A surface is a 2D manifold; its boundary is 1D. Reflecting the boundary gives a closed curve in space, but infinitely many surfaces span that curve. Without knowing the original surface's interior parametrization or geometric properties (like minimal surface condition), the reflected interior is underdetermined. Only for planar or specially constrained surfaces does boundary uniquely determine interior. This highlights the dimensional gap between boundary data and full surface reconstruction in transformation geometry.

Q24. A challenging problem: Find the shortest path on the surface of a cube between two points on adjacent faces that touches the common edge. How does unfolding via reflection solve this more elegantly than calculus-based optimization?

A.Unfolding converts the constrained geodesic problem into finding a straight line in the plane, bypassing derivative calculations entirely. ✅
B.Calculus requires solving transcendental equations that have no closed-form solution.
C.Reflection preserves arc length but distorts angles, making measurement easier.
D.The cube's edges act as natural mirrors that guide the path automatically.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Geodesics on polyhedra correspond to straight lines in developed nets. Reflecting one face across the shared edge onto the plane of the other creates a continuous flat domain where the shortest path is simply the Euclidean line segment connecting the points. This geometric insight replaces Lagrange multipliers or variational calculus with elementary plane geometry. The elegance lies in transforming a 3D constrained optimization into an unconstrained 2D distance problem through strategic reflection, showcasing the power of geometric unfolding.

Q25. When analyzing the stability of numerical schemes for PDEs on reflected domains, why must the reflection operator commute with the discretization stencil near the boundary?

A.Non-commutation introduces artificial asymmetry that manifests as spurious oscillations or instability. ✅
B.Commutation ensures the reflected grid points align perfectly with original nodes.
C.Stability is independent of operator commutation; only consistency matters.
D.Discretization stencils are inherently symmetric, so commutation is automatic.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: In finite difference methods, boundary treatment via ghost points relies on reflecting values across the boundary. If the discrete reflection operator doesn't commute with the interior stencil, the effective boundary condition deviates from the intended continuous reflection, introducing truncation errors that don't vanish with grid refinement. These errors can excite unstable modes. Ensuring commutation preserves the symmetry of the continuous problem at the discrete level, which is often essential for maintaining energy estimates and long-term stability in time-dependent simulations.

Q26. A student argues that since the sphere x2+y2+z2=R2x^2+y^2+z^2=R^2 looks identical after reflection across any plane through the origin, all such reflections are mathematically equivalent transformations. Critique this statement.

A.Visually equivalent does not imply transformationally identical; different planes induce different coordinate mappings despite preserving the set.
B.The statement is correct because the sphere's symmetry group is transitive.
C.Reflections across different planes differ only by a rotation, which is irrelevant for spheres.
D.The student confuses the object's invariance with the operator's uniqueness. ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: While the sphere as a set is invariant under any origin-plane reflection, the specific linear operators are distinct matrices with different eigenvectors. Two reflections are equivalent only if related by conjugation within the symmetry group. Saying they are 'mathematically equivalent' conflates the fixed point set with the transformation itself. Precision requires distinguishing between the geometric object's symmetry and the algebraic distinction between individual group elements, even when acting on highly symmetric sets.

Q27. In robotics path planning, when using configuration space obstacles that are reflections of physical obstacles, why is it crucial to distinguish between workspace reflection and configuration space reflection?

A.Configuration space dimension differs from workspace; reflecting in workspace doesn't directly translate to C-space without kinematic mapping. ✅
B.Robots operate in configuration space, so workspace reflections are irrelevant.
C.Reflection in C-space always produces convex obstacles regardless of workspace shape.
D.Workspace reflections preserve distances, while C-space reflections distort them metrically.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Physical obstacles exist in 3D workspace, but robot planning occurs in higher-dimensional configuration space (joint angles). A simple geometric reflection of a workspace obstacle doesn't correspond to a simple reflection in C-space due to nonlinear forward kinematics. Assuming direct correspondence leads to incorrect free-space boundaries and potential collisions. Proper handling requires either transforming the reflection through the kinematic map or computing C-space obstacles directly, highlighting the non-trivial relationship between geometric symmetries in different representation spaces.

🔗 Related Topics (MCQs)