How to determine if two lines are equivalent using their parametric equations?

  • Thread starter DrunkApple
  • Start date
In summary: If you don't get "t" as the parameter, you have done something wrong. If you do, then the two equations are equivalent.
  • #1
DrunkApple
111
0

Homework Statement


Show that r1(t) and r2(t) define the same line, where
[itex]r_{1}[/itex](t) = <3,-1,4> + t<8,12,-6>
[itex]r_{2}[/itex](t) = <11,11,-2> + t<4,6,-3>


Homework Equations





The Attempt at a Solution


I set [itex]r_{1}[/itex](t) = [itex]r_{2}[/itex](t) and got the value of t which is 2.
then I plugged that t value into [itex]r_{1}[/itex](t) and [itex]r_{2}[/itex](t) which both of them came out to be <19,23,-8>. Is this how to do it?
 
Physics news on Phys.org
  • #2
DrunkApple said:

Homework Statement


Show that r1(t) and r2(t) define the same line, where
[itex]r_{1}[/itex](t) = <3,-1,4> + t<8,12,-6>
[itex]r_{2}[/itex](t) = <11,11,-2> + t<4,6,-3>


Homework Equations





The Attempt at a Solution


I set [itex]r_{1}[/itex](t) = [itex]r_{2}[/itex](t) and got the value of t which is 2.
then I plugged that t value into [itex]r_{1}[/itex](t) and [itex]r_{2}[/itex](t) which both of them came out to be <19,23,-8>. Is this how to do it?
In general, you should use a different variable for the parameter in the two expressions; i.e.
r1(t)=3,-1,4> + t<8,12,-6>

r2(s)=<11,11,-2> + s<4,6,-3>​

All that you have shown is that the two lines intersect at <19,23,-8> .

See if you can find a linear relationship between s & t that makes the two lines equivalent.
 
  • #3
[itex]r_{1}[/itex](t) = <3,-1,4> + t<8,12,-6>
[itex]r_{2}[/itex](t) = <11,11,-2> + t<4,6,-3>

As SammyS suggested, use another letter, say, s (in honor of SammyS, of course!) as parameter for the second equation. Then, where the lines intersect, we must have
x= 3+ 8t= 11+ 4s
y= -1+ 12t= 11+ 6s
z= 4- 6t= -2- 3t.

You can solve the first equation for, say, s as a function of t. Replace s in the other two equations with that and see what happens.
 

FAQ: How to determine if two lines are equivalent using their parametric equations?

How do I check if r1(t) and r2(t) are equal?

One way to check if r1(t) and r2(t) are equal is by setting them equal to each other and solving for t. If the resulting equation is true for all values of t, then r1(t) and r2(t) are equal.

Can I use a calculator to check if r1(t) and r2(t) are equal?

Yes, you can use a calculator to check if r1(t) and r2(t) are equal. Simply plug in different values for t and see if the resulting values for r1(t) and r2(t) are the same. If they are, then r1(t) and r2(t) are equal.

3. What if r1(t) and r2(t) have different variables or parameters?

If r1(t) and r2(t) have different variables or parameters, you can still check if they are equal by setting them equal to each other and solving for the common variable or parameter. If the resulting equation is true for all values of that variable or parameter, then r1(t) and r2(t) are equal.

4. Are there any other methods to check if r1(t) and r2(t) are equal?

Yes, there are other methods to check if r1(t) and r2(t) are equal. One method is to graph both functions and see if the resulting graphs are identical. Another method is to take the derivative of both functions and see if they are equal. If the derivatives are equal, then the original functions are also equal.

5. What does it mean if r1(t) and r2(t) are not equal?

If r1(t) and r2(t) are not equal, it means that the two functions are not equivalent and have different outputs for the same input values. This could be due to different mathematical operations or different parameters in the functions.

Similar threads

Back
Top