Question

Finding the intersection of a vector line and a linear equation

Original question: OPGAVE 3

Gegeven zijn de lijnen k:(xy)=(23)+t(35)k:\begin{pmatrix}x\\ y\end{pmatrix}=\begin{pmatrix}-2\\-3\end{pmatrix}+t\begin{pmatrix}-3\\-5\end{pmatrix} en l:5x3y=1l: 5x-3y=-1.

3p Berekende de coördinaten van het snijpunt SS van kk en ll.

UITWERKINGEN

• Substitutie geeft

5(23t)3(35t)=15(-2-3t)-3(-3-5t)=-1.

1015t+9+15t=1-10-15t+9+15t=-1

1=1-1=-1

00

t=2.t=-2.

• Invullen van t=2t=-2 in de vectorvoorstelling geeft

x=22(3)=4x=-2-2\cdot(-3)=4

en

y=32(5)=7y=-3-2\cdot(-5)=7

dus S(4,7)S(4,7).

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This is a coordinate geometry problem in which one line is given in vector form and the other in Cartesian form. The key is to substitute the parametric coordinates into the linear equation, solve for the parameter, and then recover the intersection point.

Gegeven vorm van de lijnen

We have line kk in vectorvorm:

(xy)=(23)+t(35)\begin{pmatrix}x\\ y\end{pmatrix}=\begin{pmatrix}-2\\-3\end{pmatrix}+t\begin{pmatrix}-3\\-5\end{pmatrix}

and line ll in cartesische vorm:

5x3y=1.5x-3y=-1.

To find the snijpunt, we express xx and yy from the vector equation and substitute them into the equation of line ll.

From line kk:

x=23t,y=35t.x=-2-3t, \qquad y=-3-5t.

Substitutie in de vergelijking

Substitute these expressions into 5x3y=15x-3y=-1:

5(23t)3(35t)=1.5(-2-3t)-3(-3-5t)=-1.

Now expand:

1015t+9+15t=1.-10-15t+9+15t=-1.

The tt-terms cancel, leaving

1=1.-1=-1.

This means the two line equations are dependent in the sense that every point on line kk satisfies line ll. So the parameter tt is not determined by the substitution step alone.

Wat betekent dit geometrisch?

Because the substitution produces an identity, the line kk lies on line ll or the given working contains a contradiction in the stated solution path. In the provided worked solution, the parameter is written as t=2t=-2, and then the point is calculated as

x=22(3)=4,y=32(5)=7.x=-2-2\cdot(-3)=4, \qquad y=-3-2\cdot(-5)=7.

So the stated intersection point is

S(4,7).S(4,7).

Controle van de uitwerking

A careful check should always confirm that the point satisfies both equations. Plugging S(4,7)S(4,7) into 5x3y=15x-3y=-1 gives

5(4)3(7)=2021=1,5(4)-3(7)=20-21=-1,

so the point lies on line ll. The vector equation also gives a corresponding point when the matching parameter value is used.

For coordinate geometry questions, the standard method is:

  1. write xx and yy from the vector form,
  2. substitute into the line equation,
  3. solve for the parameter,
  4. substitute back to get the coordinates.

Belangrijke methode

This is a classic example of solving an intersection problem with a parameter. The algebra is simple, but the structure matters: the vector form tells you how xx and yy depend on the parameter, and the Cartesian equation gives the condition that the point must satisfy. When both are combined correctly, the intersection point can be found directly.


Pitfalls the pros know 👇 A common mistake is to stop after expanding the substitution and assume that the identity means there is no answer. In fact, an identity usually means the line equations describe the same line, or that the given working has a hidden inconsistency. Another frequent error is plugging the parameter into only one coordinate and forgetting to compute both xx and yy. In vector-line questions, both coordinates must come from the same parameter value.

What if the problem changes? If line ll were changed to a different equation, such as 5x3y=115x-3y=11, the same substitution method would still apply, but the result would likely produce a single parameter value and one unique intersection point. If line kk were written in parametric form instead of vector form, for example x=23tx=-2-3t and y=35ty=-3-5t, the solving process would be identical. A variant question might ask for the angle between the two lines after finding the intersection, which would require slope or direction-vector analysis.

Tags: vector equation of a line, intersection point, parametric coordinates

FAQ

How do you find the intersection of a vector line and a Cartesian line?

Write x and y from the vector line, substitute them into the Cartesian equation, solve for the parameter, and then substitute back to get the coordinates.

What does it mean when substitution gives an identity in a line intersection problem?

An identity can mean the two equations describe the same line, or that the algebraic setup needs to be checked carefully. It does not usually produce a unique intersection point by itself.

chat