SOLUTION: In the xy plane line l passes through the origin and is perpendicular to the line 4x+y=k, where k is a constant. If the two lines intersect at the point (t, t+1), what is the value

Algebra ->  Coordinate-system -> SOLUTION: In the xy plane line l passes through the origin and is perpendicular to the line 4x+y=k, where k is a constant. If the two lines intersect at the point (t, t+1), what is the value      Log On


   



Question 754176: In the xy plane line l passes through the origin and is perpendicular to the line 4x+y=k, where k is a constant. If the two lines intersect at the point (t, t+1), what is the value of t?
I don't understand the significance of the line passing through the origin.
The answer is -4/3

Found 2 solutions by Alan3354, Edwin McCravy:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
In the xy plane line l passes through the origin and is perpendicular to the line 4x+y=k, where k is a constant. If the two lines intersect at the point (t, t+1), what is the value of t?
I don't understand the significance of the line passing through the origin.
The answer is -4/3
---------------
In the xy plane line l passes through the origin and is perpendicular to the line 4x+y=k, where k is a constant.
-----------------
4x+y = k
y = -4x+k --> slope = -4
The line perpendicular has a slope of +1/4, the negative inverse.
Use y = mx + b and the point (0,0) to find b
0 = (1/4)*0 + b
b = 0
-------
The equation of the line is y = (1/4)x or y = x/4
-----
At point (t,t+1), t+1 = t/4
4t+4 = t
3t = -4
t = -4/3
=================
The Origin is not significant, it could be any point to find the equation of the line.

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
We put the line

4x + y = k

in slope-intercept form y = mx + b

4x + y = k
     y = -4x + k

So it has slope m = -4.

That means that any line perpendicular to it has
the slope m = 1%2F4, the "negative reciprocal"
of the -4, i.e., "invert and change the sign".

Now we can find the equation of the line through
the origin (0,0) with slope 1%2F4.

We use the point-slope formula:
y - y1 = m(x - x1)
where (x1,y1) = (0,0)
y - 0 = 1%2F4(x-0)

which simplifies to

y = 1%2F4x

That will be easier to work with if we 
clear the fraction by multiplying both
sides by 4

4y = x 

Now we have this system of equations:

     y = -4x + k
    4y = x

which we are told it has solution (t,t+1),
their given point of intersection.

So we substitute t for x and t+1 for y:

     t+1 = -4t + k
    4(t+1) = t

which simplify to:

    5t-k = -1 
    4t+4 = t

and the second one simplifies further and we have:

    5t-k = -1
      3t = -4

We solve the 2nd equation for t

       t = -4%2F3

That's all you wanted.  However you can continue and
find k too

Substituting -4%2F3 for t the first equation, we have

    5t-k = -1
    5(-4%2F3)-k = -1
    -20%2F3-k = -1
    -20-3k = -3
       -3k = 17
         k = -17%2F3

But all you wanted was  t = -4%2F3

Edwin