Linear algebra : how to transform a vector equation into a line equation

mnaceypantsey

New member
Joined
Sep 10, 2021
Messages
6
Please let me know if there is a special forum for linear algebra - otherwise any help is appreciated !!
Say I've got the vector eqn : v = <-4,-1> + t<-1.4>, and I need to find the equation y=mx+b for the line defined by this vector eqn. How do I go about this?
 
Say I've got the vector eqn : v = <-4,-1> + t<-1.4>, and I need to find the equation y=mx+b for the line defined by this vector eqn. How do I go about this?
The equation of the line is (t)=(4+t,1+4t)\ell(t)=(-4+t,-1+4t)
Note that when t=0t=0 then (0)=(4,1)\ell(0)=(-4,-1) is a point on the line.
Another point is (1)\ell(1) so now we can find the slope. What is its standard equation?
 
Please let me know if there is a special forum for linear algebra - otherwise any help is appreciated !!
Say I've got the vector eqn : v = <-4,-1> + t<-1.4>, and I need to find the equation y=mx+b for the line defined by this vector eqn. How do I go about this?
Please show us what you have tried and exactly where you are stuck.

Please follow the rules of posting in this forum, as enunciated at:


Please share your work/thoughts about this problem.
 
Please let me know if there is a special forum for linear algebra - otherwise any help is appreciated !!
Say I've got the vector eqn : v = <-4,-1> + t<-1.4>, and I need to find the equation y=mx+b for the line defined by this vector eqn. How do I go about this?
Another approach is to write x and y in terms of t, and eliminate t from the two equations.
 
Top