Vector Algebra: Find Parametric Equation of Line from p with Direction q

In summary, the conversation discusses finding a parametric equation for a line passing through a given point with a given direction vector, and then finding a point on that line that is perpendicular to the original line. The method involves setting up equations using dot products and solving for the variables.
  • #1
vorcil
398
0
p = (2,6,3)
q = (1,0,1)
r = (4,1,-1)

part a)
Find a parametric equation of the line that passes through p with direction q
x=p + t(q)
x=(2,6,3) + t(1,0,1)

part b)
find the point X on the line in part a so that RX is perpendicular to the line

I'm having trouble doing this one
please help
 
Physics news on Phys.org
  • #2
What way can you test to see if two vectors are perpendicular?
 
  • #3
Office_Shredder said:
What way can you test to see if two vectors are perpendicular?

if a.b = 0
or a=0
or b=0

-

It's asking me to find the point

p = (2,6,3)
q = (1,0,1)
r = (4,1,-1)

pq=p + t(q)
pq=(2,6,3) + t(1,0,1)

part b)
find the point X on the line in part a so that RX is perpendicular to the line

can you please give some more direction?

I already know the answer i just need to know how to get to it!
(1,6,2) is the point
 
  • #4
cmon PF don't fail me now!
 
  • #5
Let (x, y, z) be the point X. Then a vector from r to X is (x- 4, y- 1, z+ 1). That is the vector that must be perpendicular to (1, 0, 1) and so must have dot product with it equal to 0.

That will give you one equation for x, y, and z. Since X is "on the line in part a" it must also satisfy the equation of that line.
 
  • #6
(x-4,y-1,z+1).(1,0,1)=0
(2+t , 6 , 3+t)

(x-4).1 + (y-1).0 + (z+1).1 = 0
(2+t-4).1 + 6-1.0 + ((3+t) + 1).1 = 0
(2+t-4) + (3+t)+1 = 0
t= -1

into original equation,
2+(-1) , 6 , 3+(-1) = (1,6,2)
OH SHI-

XD =] :)
 

FAQ: Vector Algebra: Find Parametric Equation of Line from p with Direction q

What is vector algebra and why is it important?

Vector algebra is a branch of mathematics that deals with the manipulation and properties of vectors. Vectors are quantities that have both magnitude and direction, making them useful in many fields of science and engineering. Understanding vector algebra is important in solving problems involving motion, forces, and other physical phenomena.

What does it mean to find the parametric equation of a line from a point with a given direction?

Finding the parametric equation of a line involves expressing the coordinates of points on the line in terms of one or more variables called parameters. This type of equation is useful for describing the motion of objects along a line in three-dimensional space. In this case, we are given a point (p) and a direction (q) and we need to find an equation that describes all the points on the line that passes through p and has the same direction as q.

What are the steps for finding the parametric equation of a line from a point with a given direction?

The steps for finding the parametric equation of a line from a point with a given direction are as follows:

  • Step 1: Write the parametric equations for x, y, and z in terms of a parameter t.
  • Step 2: Find the direction vector of the line by subtracting the coordinates of the given point from the coordinates of any other point on the line.
  • Step 3: Write the direction vector in terms of the parameter t.
  • Step 4: Substitute the values for x, y, and z into the parametric equations from Step 1.
  • Step 5: Simplify the equations and write the final parametric equation of the line.

What are some applications of finding the parametric equation of a line from a point with a given direction?

The parametric equation of a line can be used in various applications, including:

  • Describing the motion of an object along a straight path with a given direction.
  • Creating 3D models in computer graphics and animation.
  • Defining the path of a particle or a beam of light in physics.
  • Determining the position of an object in navigation and positioning systems.

Can the parametric equation of a line be converted to a general equation?

Yes, the parametric equation of a line can be converted to a general equation by eliminating the parameter t. This results in a single equation that describes the line in terms of x, y, and z. However, the parametric form is often preferred as it allows for easier manipulation and calculation of points on the line.

Back
Top