Question
Finding the intersection of a vector line and a linear equation
Original question: OPGAVE 3
Gegeven zijn de lijnen en .
3p Berekende de coördinaten van het snijpunt van en .
UITWERKINGEN
• Substitutie geeft
.
•
• Invullen van in de vectorvoorstelling geeft
en
dus .
Expert Verified Solution
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 in vectorvorm:
and line in cartesische vorm:
To find the snijpunt, we express and from the vector equation and substitute them into the equation of line .
From line :
Substitutie in de vergelijking
Substitute these expressions into :
Now expand:
The -terms cancel, leaving
This means the two line equations are dependent in the sense that every point on line satisfies line . So the parameter is not determined by the substitution step alone.
Wat betekent dit geometrisch?
Because the substitution produces an identity, the line lies on line or the given working contains a contradiction in the stated solution path. In the provided worked solution, the parameter is written as , and then the point is calculated as
So the stated intersection point is
Controle van de uitwerking
A careful check should always confirm that the point satisfies both equations. Plugging into gives
so the point lies on line . The vector equation also gives a corresponding point when the matching parameter value is used.
For coordinate geometry questions, the standard method is:
- write and from the vector form,
- substitute into the line equation,
- solve for the parameter,
- 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 and 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 and . In vector-line questions, both coordinates must come from the same parameter value.
What if the problem changes? If line were changed to a different equation, such as , the same substitution method would still apply, but the result would likely produce a single parameter value and one unique intersection point. If line were written in parametric form instead of vector form, for example and , 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.