Perpendicular means at an exact right angle — ninety degrees — to another line, surface, or plane. A wall is perpendicular to the floor. In geometry, two lines are perpendicular when they intersect at ninety degrees, indicated by a small square symbol at the point of intersection.
Origin
The word derives from Latin perpendiculum meaning a plumb line — a weight on a string used to establish a true vertical. The roots are per meaning through and pendere meaning to hang. The same pendere root gives pendant, pendulum, suspend, and depend.
⚠ Google voices not detected — transcript-only mode.
Ready
🎧 Podcast 2 — Daily Use
Perpendicular in Conversation
Two British speakers · Real everyday dialogue
⚠ Google voices not detected — transcript-only mode.
Ready
🌟 Podcast 3 — AI Prompt Engineering
Perpendicular — AI Prompts
5 AI prompts for developers · Copy & Read each prompt aloud
⚠ Google voices not detected — read buttons use available voice.
Ready
I am a developer working on 3D graphics in JavaScript. Explain what a perpendicular vector — also called a normal vector — is in 3D geometry. Show me how to compute the normal of a triangle face using the cross product in JavaScript or Three.js, with a clear code example.
Act as a graphics programming tutor on Replit. Explain how perpendicular normals are used in lighting calculations — specifically Phong shading. What is the dot product of a normal and a light direction used for, and how does this relate to the brightness of a surface?
Explain the concept of perpendicular in CSS layout and web design. What does it mean for an element to be perpendicular to the scroll axis, how does writing-mode affect perpendicularity, and when would a developer need to think about perpendicular axes in a UI layout?
I am learning linear algebra for machine learning. Explain perpendicular vectors and orthogonality in plain English. What does it mean for two vectors to be perpendicular in n-dimensional space, why does their dot product equal zero, and where does this matter in machine learning algorithms like PCA?
Explain how perpendicular intersections are handled in collision detection for 2D games. When a moving object hits a wall, how do you compute the reflection angle using the wall's perpendicular normal? Give me a JavaScript code example for a simple 2D bouncing ball.