VECTORS QUESTION (parametric equation)

  • Thread starter Thread starter 037810
  • Start date Start date
  • Tags Tags
    Vectors
037810
Messages
19
Reaction score
0
For example

[x,y,z]=[4,8,-1]+t[2,3,-4]

[x,y,z]=[7,2,-1]+s[-6,1,2]


I did...

x=4+2t=6s
y=8+3t=2+s
z=-1-4t=-1+2s

and got t = -6/5 and s=12/5

so since no interception and not parallel, it's a skew line.

But if they were in the same plane.. how would you find the intersection?

This is confusing me.

thank you.
 
Physics news on Phys.org


You'd find it in the same manner. Just that from two equations you get values of t and s that would satisfy the third equation.
 


yah but these two lines are already skew? so the third equation does not satisfy.

if the screw lines of the diff planes come down to make just one plane, they'd obviously have an intersection right?

how would you find that intersection?
 


because I'm trying to solve this question:

find parametric eq of a linethat intersects both lines, [x,y,z]=[4,8,-1]+t[2,3,-4]

[x,y,z]=[7,2,-1]+s[-6,1,2] at 90 degrees.

So with direction vectors, i cross multiplied to get [1,2,2].

I just need to know the point that the line goes through to complete the equation.

*I'm kinda sketchy though the intersection of the two skewlines will be where the line will pass through..

I'm not sure how to solve this problem..
 
Bearing in mind that I have not vectors in a long time. I would guess that you should, do something like find <(4+2t),(8+3t),(-1-4t)>.<1,2,2>=0 and solve for t. Then put that back into the line for t to get the point.
 
t's would cancel out in that case..
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top