Lines and Planes in 3D

Similar documents
1.5 Equations of Lines and Planes in 3-D

1 EquationsofLinesandPlanesin 3-D

1.5 Equations of Lines and Planes in 3-D

Math (Spring 2009): Lecture 5 Planes. Parametric equations of curves and lines

Rectangular Coordinates in Space

Section 13.5: Equations of Lines and Planes. 1 Objectives. 2 Assignments. 3 Lecture Notes

12.5 Lines and Planes in 3D Lines: We use parametric equations for 3D lines. Here s a 2D warm-up:

The Three Dimensional Coordinate System

Review Exercise. 1. Determine vector and parametric equations of the plane that contains the

JUST THE MATHS SLIDES NUMBER 5.2. GEOMETRY 2 (The straight line) A.J.Hobson

Introduction to Functions of Several Variables

Functions of Several Variables

Updated: January 11, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University

Quadric Surfaces. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Quadric Surfaces Today 1 / 24

Quadric Surfaces. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) Quadric Surfaces Spring /

Section 8.3 Vector, Parametric, and Symmetric Equations of a Line in

Midterm Review II Math , Fall 2018

Problems of Plane analytic geometry

GEOMETRY IN THREE DIMENSIONS

Vectors. Section 1: Lines and planes

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Review of Sets. Review. Philippe B. Laval. Current Semester. Kennesaw State University. Philippe B. Laval (KSU) Sets Current Semester 1 / 16

Three Dimensional Geometry. Linear Programming

Vectors and the Geometry of Space

d f(g(t), h(t)) = x dt + f ( y dt = 0. Notice that we can rewrite the relationship on the left hand side of the equality using the dot product: ( f

Rational Numbers on the Coordinate Plane. 6.NS.C.6c

CS770/870 Spring 2017 Ray Tracing Implementation

ds dt ds 1 dt 1 dt v v v dt ds and the normal vector is given by N

Planes Intersecting Cones: Static Hypertext Version

Suggested problems - solutions

Basics of Computational Geometry

Lecture 6 Sections 4.3, 4.6, 4.7. Wed, Sep 9, 2009

Mathematics (

12.7 Tangent Planes and Normal Lines

Analytic Spherical Geometry:

UNIT NUMBER 5.2. GEOMETRY 2 (The straight line) A.J.Hobson

Graded Assignment 2 Maple plots

Answers to practice questions for Midterm 1

Geometric Primitives. Chapter 5

Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives

Quaternions and Dual Coupled Orthogonal Rotations in Four-Space

Illumination Models III: Ray Tracing (View Dependent Global Illumination)

14.6 Directional Derivatives and the Gradient Vector

graphing_9.1.notebook March 15, 2019

About Graphing Lines

Outcomes List for Math Multivariable Calculus (9 th edition of text) Spring

Rational Numbers: Graphing: The Coordinate Plane

Let s write this out as an explicit equation. Suppose that the point P 0 = (x 0, y 0, z 0 ), P = (x, y, z) and n = (A, B, C).

CS 325 Computer Graphics

Notes on Spherical Geometry

WJEC MATHEMATICS INTERMEDIATE GRAPHS STRAIGHT LINE GRAPHS (PLOTTING)

On-Line Computer Graphics Notes CLIPPING

Date Lesson TOPIC Homework. The Intersection of a Line with a Plane and the Intersection of Two Lines

Section A1: Gradients of straight lines

The mathematics behind projections

What you will learn today

Graphics (INFOGR ): Example Exam

Introduction Ray tracing basics Advanced topics (shading) Advanced topics (geometry) Graphics 2010/2011, 4th quarter. Lecture 11: Ray tracing

Geometric Queries for Ray Tracing

slope rise run Definition of Slope

Topic 1.6: Lines and Planes

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle.

Computer Graphics II

Introduction to Transformations. In Geometry

Implicit Generalized Cylinders using Profile Curves

Section 1.1 The Distance and Midpoint Formulas

Section Graphs and Lines

Section 10.1 Polar Coordinates

Def.: a, b, and c are called the for the line L. x = y = z =

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below:

Module 4. Stereographic projection: concept and application. Lecture 4. Stereographic projection: concept and application

Lesson 5: Definition of Rotation and Basic Properties

If the center of the sphere is the origin the the equation is. x y z 2ux 2vy 2wz d 0 -(2)

The Graphics Pipeline. Interactive Computer Graphics. The Graphics Pipeline. The Graphics Pipeline. The Graphics Pipeline: Clipping

Therefore, after becoming familiar with the Matrix Method, you will be able to solve a system of two linear equations in four different ways.

Geometry Tutor Worksheet 4 Intersecting Lines

1.8 Composition of Transformations

High-Dimensional Computational Geometry. Jingbo Shang University of Illinois at Urbana-Champaign Mar 5, 2018

12.4 Rotations. Learning Objectives. Review Queue. Defining Rotations Rotations

LINEAR PROGRAMMING: A GEOMETRIC APPROACH. Copyright Cengage Learning. All rights reserved.

(Refer Slide Time: 00:02:02)

3.5 Equations of Lines and Planes

Lagrange multipliers October 2013

Visualisation Pipeline : The Virtual Camera

Shadows in Computer Graphics

Vector Algebra Transformations. Lecture 4

Revision Problems for Examination 2 in Algebra 1

Practice problems from old exams for math 233

MITOCW MIT_IIT-JEE_Video9_OCW_720p

Objectives. Shading II. Distance Terms. The Phong Reflection Model

BSP Trees. Chapter Introduction. 8.2 Overview

Gradient and Directional Derivatives

Describe Plane Shapes

Section 3.1 Objective 1: Plot Points in the Rectangular Coordinate System Video Length 12:35

Lagrange multipliers 14.8

Polar Coordinates. Calculus 2 Lia Vas. If P = (x, y) is a point in the xy-plane and O denotes the origin, let

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b.

Vertical Line Test a relationship is a function, if NO vertical line intersects the graph more than once

PARAMETRIC EQUATIONS AND POLAR COORDINATES

Mathematics for Business and Economics - I. Chapter7 Linear Inequality Systems and Linear Programming (Lecture11)

Transcription:

Lines and Planes in 3D Philippe B. Laval KSU January 28, 2013 Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 1 / 20

Introduction Recall that given a point P = (a, b, c), one can draw a vector from the origin to P. Such a vector is called the position vector of the point P and its coordinates are a, b, c, the same as P. Position vectors are usually denoted r. In this section, we derive the equations of lines and planes in 3-D. We do so by finding the conditions a point P = (x, y, z) or its corresponding position vector r = x, y, z must satisfy in order to belong to the object being studied (line or plane). Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 2 / 20

Lines in 3D: Statement of the Problem In 3-D, like in 2-D, a line is uniquely determined when one point on the line and the direction of the line are given. In this section, we assume we are given a point P 0 = (x 0, y 0, z 0 ) on the line and a direction vector v = a, b, c. Our goal is to determine the equation of the line L which goes through P 0 and is parallel to v. Definition a, b, and c are called the direction numbers of the line L. Let P (x, y, z) be an arbitrary point on L. We wish to find the conditions P must satisfy to be on the line L. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 3 / 20

Lines in 3D Figure: Line through P 0 parallel to v Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 4 / 20

Lines in 3D: Vector Equation Looking at the figure on the previous slide, we see that a necessary and suffi cient condition for the point P to be on the line L is that P 0 P be parallel to v. This gives us r = r0 + t v Definition The above equation is known as the vector equation of the line L. The scalar t used in the equation is called a parameter. The parameter t can be any real number. As it varies, the point P moves along the line. When t = 0, P is the same as P 0. When t > 0, P is away from P 0 in the direction of v and when t < 0, P is away from P 0 in the direction opposite v. The larger t is (in absolute value), the further away P is from P 0. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 5 / 20

Lines in 3D: Parametric Equation If we switch to coordinates, the vector equation becomes x, y, z = x 0, y 0, z 0 + t a, b, c. Two vectors are equal when their corresponding coordinates are equal. Thus, we obtain x = x 0 + at y = y 0 + bt z = z 0 + ct Definition The above equation is known as the parametric equation of the line L. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 6 / 20

Lines in 3D: Symmetric Form If we solve for t in the parametric equation, assuming that a 0, b 0, and c 0 we obtain x x 0 a = y y 0 b = z z 0 c Definition The above equations are known as the symmetric equations of the line L. If a = 0, we only solve for t in the last two parametric equations to get y y 0 b x = x 0 = z z 0 c We would obtain a similar result if one of the other direction numbers is 0. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 7 / 20

Lines in 3D: Examples Example Find the parametric and symmetric equations of the line through P ( 1, 4, 2) in the direction of v = 1, 2, 3 Example Find the parametric and symmetric equations of the line through P 1 (1, 2, 3) and P 2 (2, 4, 1). Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 8 / 20

Lines in 3D: Line Segment We can also derive a formula for the equation of a line given two points on the line: P 0 = (x 0, y o, z 0 ) and P 1 = (x 1, y 1, z 1 ). Using P 0 for the point and P 0 P 1 for the direction vector, we get: Factoring differently gives x = x 0 + t (x 1 x 0 ) y = y 0 + t (y 1 y 0 ) z = z 0 + t (z 1 z 0 ) x = (1 t) x 0 + tx 1 y = (1 t) y 0 + ty 1 z = (1 t) z 0 + tz 1 When t = 0, we are at the point P 0 and when t = 1, we are at the point P 1. So, if t is allowed to take on any real value, then this equation will describe the whole line. On the other hand, if we restrict t to [0, 1], then this equation describes the portion of the line between P 0 and P 1 which is called the line segment from P 0 to P 1. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 9 / 20

Lines in 3D: Line Segment Example Find the equation of the line segment from P 0 = (1, 2, 3) to P 1 (2, 4, 1). Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 10 / 20

Lines in 3D: Intersecting, Parallel and Skew Lines Recall that in 2-D two lines were either parallel or intersected. In 3-D it is also possible for two lines to not be parallel and to not intersect. Such lines are called skew lines. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 11 / 20

Lines in 3D: Intersecting, Parallel and Skew Lines Recall that in 2-D two lines were either parallel or intersected. In 3-D it is also possible for two lines to not be parallel and to not intersect. Such lines are called skew lines. Two lines are parallel if their direction vectors are parallel. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 11 / 20

Lines in 3D: Intersecting, Parallel and Skew Lines Recall that in 2-D two lines were either parallel or intersected. In 3-D it is also possible for two lines to not be parallel and to not intersect. Such lines are called skew lines. Two lines are parallel if their direction vectors are parallel. If two lines are not parallel, we can find if they intersect if there exists values of the parameters in their equations which produce the same point. More specifically, if the first line has equation r 0 + t v and the second line has equation R 0 + s u then they will intersect if there exists a value for t and s such that r 0 + t v = R 0 + s u. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 11 / 20

Lines in 3D: Intersecting, Parallel and Skew Lines Recall that in 2-D two lines were either parallel or intersected. In 3-D it is also possible for two lines to not be parallel and to not intersect. Such lines are called skew lines. Two lines are parallel if their direction vectors are parallel. If two lines are not parallel, we can find if they intersect if there exists values of the parameters in their equations which produce the same point. More specifically, if the first line has equation r 0 + t v and the second line has equation R 0 + s u then they will intersect if there exists a value for t and s such that r 0 + t v = R 0 + s u. Also, when two lines intersect, we can find the angle between them by finding the smallest angle between their direction vectors (using the dot product). Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 11 / 20

Lines in 3D: Intersecting, Parallel and Skew Lines Recall that in 2-D two lines were either parallel or intersected. In 3-D it is also possible for two lines to not be parallel and to not intersect. Such lines are called skew lines. Two lines are parallel if their direction vectors are parallel. If two lines are not parallel, we can find if they intersect if there exists values of the parameters in their equations which produce the same point. More specifically, if the first line has equation r 0 + t v and the second line has equation R 0 + s u then they will intersect if there exists a value for t and s such that r 0 + t v = R 0 + s u. Also, when two lines intersect, we can find the angle between them by finding the smallest angle between their direction vectors (using the dot product). Finally, two lines are perpendicular if their direction vectors are perpendicular. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 11 / 20

Lines in 3D: Intersecting, Parallel and Skew Lines Example Let L 1 be the line through (1, 6, 2) with direction vector 1, 2, 1 and L 2 be the line through (0, 4, 1) with direction vector 2, 1, 2. Determine if the lines are parallel, if they intersect or if they are skew. If they intersect, find the point at which they intersect. Example Find the angle between the two previous lines. Example Find the points at which L 1 in the example above intersects with the coordinate planes. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 12 / 20

Lines in 3D: Summary for Lines 1 Be able to find the equation of a line given a point and a direction or given two points. 2 Be able to tell if two lines are parallel, intersect or are skewed. 3 Be able to find the angle between two lines which intersect. 4 Be able to find the points at which a line intersect with the coordinate planes. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 13 / 20

Planes in 3D: Statement of the Problem A plane is uniquely determined given a point on the plane and a vector perpendicular to the plane. Such a vector is said to be normal to the plane. To help visualize this, consider the figure below. Figure: Plane determined by a point and its normal Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 14 / 20

Planes in 3D: Equation Given a Point and a Vector Perpendicular Given a point P 0 = (x 0, y 0, z 0 ) and a normal n = a, b, c to a plane, a point P = (x, y, z) will be on the plane if P 0 P is perpendicular to n that is n P0 P = 0 This is known as the vector equation of a plane. Switching to coordinates, we get ax + by + cz + d = 0 where d = ax 0 by 0 cz 0. This is known as the scalar equation of a plane. It is also the equation of a plane in implicit form. Fact Note that when we know the scalar equation of a plane, we automatically know its normal; it is given by the coeffi cients of x, y, and z. Fact A plane in 3D is the analogous of a line in 2D. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 15 / 20

Planes in 3D: Examples Example What is the normal to the plane 3x + 2y z = 10? Example What is the scalar equation of a plane through (1, 2, 3) with normal 2, 1, 4? Example Find the equation of the plane through the points P 1 (0, 1, 1), P 2 (1, 0, 1) and P 3 (1, 3, 1). Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 16 / 20

Planes in 3D: Parallel and Intersecting Planes Two planes are parallel if and only if their normals are parallel. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 17 / 20

Planes in 3D: Parallel and Intersecting Planes Two planes are parallel if and only if their normals are parallel. If two planes p 1 with normal n 1 and p 2 with normal n 2 are not parallel, then the angle θ between them is defined to be the smallest angle between their normals that is the angle with the non-negative cosine. In other words, θ = cos 1 n1 n 2 n1 n2 (1) Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 17 / 20

Planes in 3D: Examples Example Find the angle between the planes p 1 : x + y + z 1 = 0 and p 2 : x 2y + 3z 1 = 0. Find their intersection. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 18 / 20

Planes in 3D: Summary for Planes In addition, using the material studied so far, you should be able to do the following: 1 Be able to find the equation of a plane given a point on the plane and a normal to the plane. 2 Be able to find the equation of a plane given three points on the plane. 3 Be able to find the equation of a plane through a point and parallel to a given plane. 4 Be able to find the equation of a plane through a point and a line not containing the point. 5 Be able to tell if two planes are parallel, perpendicular. 6 Be able to find the angle between two planes. 7 Be able to find the traces of a plane. 8 Be able to find the intersection of two planes. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 19 / 20

Exercises See the problems at the end of my notes on equations of lines and planes in 3D. Philippe B. Laval (KSU) Lines and Planes in 3D January 28, 2013 20 / 20