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

AI Thread Summary
The discussion focuses on finding the parametric equation of a line defined by point p = (2,6,3) and direction q = (1,0,1), resulting in the equation x = (2,6,3) + t(1,0,1). The second part involves determining point X on this line such that the vector from point r = (4,1,-1) to X is perpendicular to the line. To check for perpendicularity, the dot product of the two vectors must equal zero. The calculations lead to the conclusion that point X is (1,6,2), confirming the solution. The thread emphasizes the importance of using vector equations and dot products in solving the problem.
vorcil
Messages
395
Reaction score
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
What way can you test to see if two vectors are perpendicular?
 
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
 
cmon PF don't fail me now!
 
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.
 
(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 =] :)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top