Vector Equation of Straight Line: y=4x+3

  • Thread starter Thread starter blackenedrose
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
To find a vector equation for the line given by y=4x+3, first recognize that this equation is already in Cartesian form. The next step is to parameterize it, which involves identifying points on the line; for example, when x=0, y=3 gives the point (0, 3, 0), and when x=1, y=7 gives (1, 7, 0). The vector equation can then be constructed using these points and the direction vector derived from them. It's important to note that a single equation like y=4x+3 describes a plane in three dimensions, so specifying that the line lies in the xy-plane (with z=0) is crucial. Ultimately, the parameter lambda can be used to express x and y in terms of each other for the vector equation.
blackenedrose
Messages
2
Reaction score
0

Homework Statement


find a vector equation for the straight line given by y=4x+3


Homework Equations


y=mx+c


The Attempt at a Solution



i think i need to change this into cartiesen then to parametrics but have no idea how to change that equation into cartisean
 
Physics news on Phys.org
Welcome to PF rose,

The equation is already in Cartesian form, all you need to do now is parameterise it.
 
Ok, thanks for pointing that out but as a person who has never been taught any of this before any chance of an example of how to do that? I've done it before when it has been for exampl r1=i+2j+2K+ landa(i-j+3k) yes i know how to get that into parametrics but not if its just y=4x+3
 
Okay, you have done this when you have 3 dimensions and I think you are saying you can find the vector equation of a line through 2 given points: the line through (1, 2, 2) and (2, 1, 5) has "direction vector" (2-1)i+ (1-2)j+ (5-2)k= i- j+ 3k so we can write the vector equation as r= (i+ 2j+ 2k)+ lambda(i- j+ 3k).

One problem you have is that the single equation y= 4x+ 3 is that a single equation in 3 dimensions describes a plane, not a line. So you must mean "in the xy-plane" which means that z= 0.

Now, one way to do that is to find two points! if x= 0, y= 3 so one point the line passes through is (0, 3, 0). If x= 1, y= 7 so another point is (1, 7, 0). Use exactly the same method as above to find the vector equation of the line through those two points. You should see that the component of the k vector is 0: the line is always in the xy-plane, of course.

One thing that may be confusing you is that the is no one vector equation. The parameter, lambda, has no "geometrical" meaning and can be chosen almost arbitrarily. When we have all the other coordinates written as functions of the other (here y is a function of x) we can always use that one coordinate as the parameter. That is, if y= f(x), we can write x= lambda, y= f(lambda) and have the vector equation r= lambda i+ f(lambda) j.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top