Parametric Equation for Perpendicular Line Through (0,1,2)?

  • Context: Undergrad 
  • Thread starter Thread starter mathrocks
  • Start date Start date
  • Tags Tags
    Vector
Click For Summary

Discussion Overview

The discussion revolves around finding parametric equations for a line that passes through the point (0,1,2), is perpendicular to another specified line, and intersects that line. The scope includes mathematical reasoning and problem-solving techniques related to vector equations and geometric interpretations.

Discussion Character

  • Mathematical reasoning
  • Exploratory
  • Homework-related

Main Points Raised

  • One participant expresses the challenge of the problem and seeks help in finding the parametric equations for the line through (0,1,2) that is perpendicular to the line defined by x=1+t, y=1-t, z=2t.
  • Another participant suggests starting with the general set of parametric equations for a line through (0,1,2) and solving for the parameters.
  • A hint is provided regarding the direction of the line between the points (0,1,2) and (1+t,1-t,2t) and its implications for the problem.
  • Participants discuss the need to translate the properties of intersection and perpendicularity into equations.
  • The dot product condition for perpendicular vectors is introduced, leading to an equation involving the parameters a, b, and c.
  • One participant notes the challenge of finding the intersection and perpendicular conditions, expressing confusion about how to approach these aspects.
  • Another participant reassures that the previous statements are correct and emphasizes the need to build a system of equations based on the conditions of intersection and perpendicularity.
  • It is noted that there is no unique solution for the parameters a, b, and c, as multiple direction vectors can describe the same line.
  • Participants discuss the implications of having more unknowns than equations and the possibility of choosing arbitrary values for some parameters to facilitate solving the system.

Areas of Agreement / Disagreement

Participants generally agree on the approach to solving the problem, but there is uncertainty regarding the specifics of how to establish the intersection and perpendicular conditions. The discussion remains unresolved as participants explore different aspects of the problem.

Contextual Notes

There are limitations in the discussion regarding the assumptions made about the direction vectors and the parameters involved. The participants have not fully resolved how to handle the intersection condition and the implications of having multiple solutions.

mathrocks
Messages
105
Reaction score
0
Vector question--"tough one"

My teacher said this question is really tough and doesn't really expect anyonre in the class to solve it so I thought I might give it a shot in here...

Find parametric equations for the line through the point (0,1,2) that is perpendicular to the line x=1+t, y=1-t, z=2t and intersects this line.

Any help would be much appreciated.
 
Physics news on Phys.org
Ugh... it's been a long while since I couldn't think of any hint to give that doesn't spoil the problem.

Well, I guess there's always the hard way: you could start by writing down the general set of parametric equations for an arbitrary line through (0, 1, 2), then solve for the parameters...
 
Edit: Think I was being too nice... So here's a hint instead:

What direction is a line between P_1(0,1,2) and P_2(1+t,1-t,2t) going? What do we know about this direction?

cookiemonster
 
Hurkyl said:
Ugh... it's been a long while since I couldn't think of any hint to give that doesn't spoil the problem.

Well, I guess there's always the hard way: you could start by writing down the general set of parametric equations for an arbitrary line through (0, 1, 2), then solve for the parameters...

x=at
y=1+bt
z=2+ct

How exactly do I go about solving for the parameters? Do I just set each of them equal to the corresponding givens?
 
You're given two properties of the line you just wrote; it has to intersect another line, and it has to be perpendicular to that line.

You just need to translate these properties into equations.
 
Another hint: the dot product of two perpendicular vectors is equal to zero.
 
Hmm..
In order for something to be perpendicular, the dot product has to be equal to zero...but in this case would my two vectors be <1,-1.2> and <a,b,c>? Or am I suppose to find a,b,c first?
And I'm really confused on how to go about finding the line that intersects with it also. I guess this problem is just really hard for the knowledge I have
 
You're doing fine. Everything you've said so far has been correct.

You're trying to build a system of equations to use to solve for a, b, and c. The dot product condition gives you another equation to use. Let's list what we know.

You gave:

[tex] \begin{align*}<br /> x &= 1+t\\<br /> y &= 1-t\\<br /> z &= 2t<br /> \end{align*}[/tex]

And the line we're looking for is given by:

[tex] \begin{align*}<br /> x &= as\\<br /> y &= 1 + bs\\<br /> z &= 2 + cs<br /> \end{align}[/tex]

Notice on the last set of equations I used "s" instead of "t" for the parameter. Two lines intersect when their equations are equal. Although we want the two lines to intersect at some point, it's quite possible that they could intersect at "different times." Therefore, we need to use a different parameter for each line when we set them equal (intersecting).

Finally, the dot product condition gives us:

[tex] \begin{align*}<br /> \langle 1,-1,2 \rangle \cdot \langle a,b,c \rangle &= 0\\<br /> a - b + 2c &= 0<br /> \end{align}[/tex]

Set the two lines equal to each other (x = x, y = y, z = z). This satisfies the "intersection" condition. The dot product result satisfies the "perpendicular" condition. With those two conditions, you should have four equations and five unknowns (a, b, c, t, s). More unknowns than available equations -- how can we solve this?

You must realize that there is no unique solution for a, b, and c. Why? Consider your original line. We said its direction vector was <1,-1,2>. Couldn't we use the direction vector <2,-2,4> to describe the same line? Or <6,-6,12>? They all point in the same direction; they just have different magnitudes.

My point is, you can pick an arbitrary value for a, b, or c (say, let c = 2) and then you have a system of four equations and four unknowns, which you can solve to give you the equation of your line, along with the s and t where they intersect.
 
Last edited:
Hurkyl said:
You're given two properties of the line you just wrote; it has to intersect another line, and it has to be perpendicular to that line.

You just need to translate these properties into equations.

I think I am getting stuck on finding how they intersect and are perpendicular...the intersection part is getting me confused.
 
  • #10
TALewis said:
You're doing fine. Everything you've said so far has been correct.

You're trying to build a system of equations to use to solve for a, b, and c. The dot product condition gives you another equation to use. Let's list what we know.

You gave:

[tex] \begin{align*}<br /> x &= 1+t\\<br /> y &= 1-t\\<br /> z &= 2t<br /> \end{align*}[/tex]

And the line we're looking for is given by:

[tex] \begin{align*}<br /> x &= as\\<br /> y &= 1 + bs\\<br /> z &= 2 + cs<br /> \end{align}[/tex]

Notice on the last set of equations I used "s" instead of "t" for the parameter. Although we want the two lines to intersect at some point, it's quite possible that they could intersect at "different times." Therefore, we need to use a different parameter for each line when we set them equal (intersecting).

Finally, the dot product condition gives us:

[tex] \begin{align*}<br /> \langle 1,-1,2 \rangle \cdot \langle a,b,c \rangle &= 0\\<br /> a - b + 2c &= 0<br /> \end{align}[/tex]

Set the two lines equal to each other (x = x, y = y, z = z) and combined with the dot product result you should have four equations and five unknowns (a, b, c, t, s). How can we solve this?

You must realize that there is no unique solution for a, b, and c. Why? Consider your original line. We said its direction vector was <1,-1,2>. Couldn't we use the direction vector <2,-2,4> to describe the same line? Or <6,-6,12>? They all point in the same direction; they just have different magnitudes.

My point is, you can pick an arbitrary value for a, b, or c (say, let c = 2) and then you have a system of four equations and four unknowns, which you can solve to give you the equation of your line, along with the s and t where they intersect.

Oh wow...thank you so much. I guess I just couldn't connect the two things..but I understand now. Awesome, thanks again!
 
  • #11
TALewis said:
You're doing fine. Everything you've said so far has been correct.

You're trying to build a system of equations to use to solve for a, b, and c. The dot product condition gives you another equation to use. Let's list what we know.

You gave:

[tex] \begin{align*}<br /> x &= 1+t\\<br /> y &= 1-t\\<br /> z &= 2t<br /> \end{align*}[/tex]

And the line we're looking for is given by:

[tex] \begin{align*}<br /> x &= as\\<br /> y &= 1 + bs\\<br /> z &= 2 + cs<br /> \end{align}[/tex]

Notice on the last set of equations I used "s" instead of "t" for the parameter. Two lines intersect when their equations are equal. Although we want the two lines to intersect at some point, it's quite possible that they could intersect at "different times." Therefore, we need to use a different parameter for each line when we set them equal (intersecting).

Finally, the dot product condition gives us:

[tex] \begin{align*}<br /> \langle 1,-1,2 \rangle \cdot \langle a,b,c \rangle &= 0\\<br /> a - b + 2c &= 0<br /> \end{align}[/tex]

Set the two lines equal to each other (x = x, y = y, z = z). This satisfies the "intersection" condition. The dot product result satisfies the "perpendicular" condition. With those two conditions, you should have four equations and five unknowns (a, b, c, t, s). More unknowns than available equations -- how can we solve this?

You must realize that there is no unique solution for a, b, and c. Why? Consider your original line. We said its direction vector was <1,-1,2>. Couldn't we use the direction vector <2,-2,4> to describe the same line? Or <6,-6,12>? They all point in the same direction; they just have different magnitudes.

My point is, you can pick an arbitrary value for a, b, or c (say, let c = 2) and then you have a system of four equations and four unknowns, which you can solve to give you the equation of your line, along with the s and t where they intersect.

Ok, I want to make sure I'm doing this correctly. My equations are:

1+t=as
1-t=bs
2t=2t+cs
a-b+2c=0

Those are my four equations. Now to solve them, I just pick a point? So if I used the point that you mentioned as an example, c=2. I get...

1+t=as
1-t=1+bs
2t=2t+2s
a-b=-4

But if I try to solve it I get s=0 and t has two different values when s=0 so wouldn't that mean it's skewed? I'm sure I'm doing something horribly wrong somewhere...
 
  • #12
OH man, I see my mistake I think. One of my equations I have 2t=2t+cs..when it should be 2t=2+cs.
Hopefully that's the mistake.
 
  • #13
You have the right idea, but you have either made some small errors in setting the lines equal to each other, or your post has a few typos. The system should be:

[tex] \begin{align*}<br /> a - b + 2c &= 0\\<br /> 1 + t &= as\\<br /> 1 - t &= 1 + bs\\<br /> 2t &= 2 + cs<br /> \end{align}[/tex]

Pick a value for a, b, or c (c = 2 is a good choice), solve that system carefully, and you should get the answer you're looking for.
 
  • #14
TALewis said:
You have the right idea, but you have either made some small errors in setting the lines equal to each other, or your post has a few typos. The system should be:

[tex] \begin{align*}<br /> a - b + 2c &= 0\\<br /> 1 + t &= as\\<br /> 1 - t &= 1 + bs\\<br /> 2t &= 2 + cs<br /> \end{align}[/tex]

Pick a value for a, b, or c (c = 2 is a good choice), solve that system carefully, and you should get the answer you're looking for.

is s=(-1/2), t=(1/2) a=-3, b=1, and c=2?

And will my final final answer be :

x=-3s
y=1+s
z=2+2s
 
Last edited:
  • #15
That's what I got. Check it to see that your conditions are satisfied:

Your new line must pass through the point (0,1,2).
It must intersect with the original line.
It must be perpendicular to the original line.
 
  • #16
TALewis said:
That's what I got. Check it to see that your conditions are satisfied:

Your new line must pass through the point (0,1,2).
It must intersect with the original line.
It must be perpendicular to the original line.

Yup, all conditions are met. Yay!
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
Replies
4
Views
2K