Parametric Lines & Planes

In summary, the conversation discusses the parametric representation of lines and planes in linear algebra. It covers the equations for lines in terms of n-tuples and the concept of using a located vector and the dot product to find the equation of a plane passing through a given point. The conversation also touches on the geometric interpretation of the dot product in determining the minimum distance between the origin and the plane.
  • #1
sponsoredwalk
533
5
Hi I'm reading Lang's Intro to Linear Algebra Page's 30 -36 and I'd just like some input on whether I understand this or not. Basically my problem is with Planes but the parametric eq. thing is just clarification.

Parametric Representation of a Line
Basically, if you have two n-tuples (n=2 for convenience!)

(a,b) = A and (p,q) = P

We form the equations:

X(t) = P + tA <==> (x,y) = (p,q) + t(a,b)

with;

x = p + ta
y = q + tb (times -(a/b))
-----------
x = p + ta
-(a/b)y = -(a/b)q - ta
---------------------
x - (a/b)y = -(a/b)q

-(b/a)x + y = q

[tex] y \ = \ \frac{b}{a} \cdot x \ + \ q [/tex]

This is forming the eq. of the line going from point P in the direction of A.

If you want to go from point A in the direction of P the equation becomes

X = A + tP

if you want to go in the opposite direction in either of the equations you just give t a negative value.

If you want to go just from point A to point P let:

0 ≤ t ≤ 1

and let P = P - A

so that X(t) = A + tP = A + t(P - A)

i.e. "t" takes on a value less than 1 so you multiply, say, 0.04 by all the values (P - A) represents in the (x,y) dimensions before going on.
Planes
The idea is to find the equation of the plane in that passes through some random point P by forming a located vector [tex] \overline{PX} [/tex], where X is the set of all points surrounding P, and then taking the dot product with some other located vector [tex] \overline{ON} [/tex] that is perpendicular to [tex] \overline{PX} [/tex].For some located vector [tex]\overline{ON} [/tex] if we want to find the plane that passes through P we'll dot product it:

(X - P) • (N - O) = 0

(X - P) • N = 0

X•N - P•N = 0

X•N = P•N

Okay, obviously O is the origin and can be ignored.

I'm thinking that N = (N - O) = [tex]\overline{ON} [/tex] can be done all the time,
no matter where the plane is to simplify the algebra.

It's like point N determines the angle/direction of the plane with respect to the origin & point P determines the height up or down. Is that correct? On page 34 of the book the picture of the plane could go up and down the N arrow.

Still, X•N = P•N doesn't seem intuitive to me, is there a way to get it?

Like, you're dot producting the variables X = (x,y,z) with a point not on the plane and that's supposed to be equal to the original point that the plane passes through dot producted with this point not on the plane you're constructing :confused:
 
Physics news on Phys.org
  • #2
Just want to say congratz on understanding parametric representations of lines, and excellent choice on using a Springer text. Don't have time to check your plane work, but will hopefully get to it later tonight!
 
  • #3
Both of those quantities are the minimum distance from the origin to the plane, meaning the distance from the origin to the plane traveling in the direction of the normal vector (actually times the length of the normal vector, which is typically chosen to be norm 1 for simplicity).

To see this geometrically, the dot product measures the component of the vector (pictures points in [itex]\mathbb{R}^3[/itex] as vectors pointing from the origin to the location of the point itself - there's always duality). This will be the same for every point on the plane - namely the minimum distance between the origin and the plane.

This same characterization works for the same reason for [itex]n-1[/itex]-dimensional subspaces in [itex]\mathbb{R}^n[/itex], just with [itex]n[/itex] variables. It's actually equivalent to the typical characterization for lines in [itex]\mathbb{R}^2.[/itex]
 

1. What is a parametric line?

A parametric line is a line that is defined by a set of equations, typically in the form of x = at + b and y = ct + d, where a, b, c, and d are constants. These equations represent the x and y coordinates of points on the line as a function of a parameter t.

2. How many equations are needed to define a parametric line?

Two equations are needed to define a parametric line, one for each coordinate. These equations are often referred to as the parametric equations of the line.

3. What is the significance of the parameter t in parametric lines?

The parameter t in parametric lines represents the parameterization of the line. It is a variable that allows us to represent all the points on the line as a function of a single parameter, t. This makes it easier to manipulate and analyze the line.

4. How do parametric lines differ from Cartesian lines?

Parametric lines are typically defined by parametric equations, while Cartesian lines are defined by a single equation in the form of y = mx + b. Parametric lines also allow for more flexibility in representing curved or non-linear lines, while Cartesian lines are limited to straight lines.

5. What is a parametric plane?

A parametric plane is a plane that is defined by three equations, typically in the form of x = at + b, y = ct + d, and z = et + f, where a, b, c, d, e, and f are constants. These equations represent the x, y, and z coordinates of points on the plane as a function of a parameter t.

Similar threads

Replies
4
Views
694
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
13
Views
512
  • Linear and Abstract Algebra
Replies
11
Views
968
  • Linear and Abstract Algebra
Replies
20
Views
1K
  • Linear and Abstract Algebra
Replies
17
Views
2K
  • Linear and Abstract Algebra
Replies
3
Views
796
  • Linear and Abstract Algebra
Replies
20
Views
3K
  • Linear and Abstract Algebra
Replies
2
Views
963
Back
Top