How to Find Intersection of Two Lines - Definition, Examples & Practice Problems (2024)

Introduction

When two lines come together at a point, it's called their intersection. This happens when the lines are not parallel to each other. The point where two lines meet is called their point of intersection. In other words, when two lines share a common point, they are called intersecting lines.

We can find where two lines meet by solving their equations or by drawing them on a graph and seeing where they cross. Real-life examples of intersecting lines include two roads intersecting in a traffic signal, intersecting lines in the goal box of a soccer field, beams intersecting at various angles in a bridge, intersecting streets laid out on a city map, etc. In this lesson, we'll go through how to find where two lines intersect.

How to Find Intersection of Two Lines - Definition, Examples & Practice Problems (1)

Finding the Point of Intersection of Two Lines

To find where two lines meet, we follow an algebraic process. Let's take two lines, \(L_1\) and \(L_2\), as an example. Our goal is to figure out where they intersect. This involves solving the equations representing \(L_1\) and \(L_2\) simultaneously.

First, we write the equations of the lines in a standard form. Let's say the equations look like this:

\(a_1x + b_1y + c_1 = 0\)

\(a_2x + b_2y + c_2 = 0\)

Now, let's assume that the point where they intersect is \((x_0, y_0)\). The point of intersection lies on both the intersecting lines. This means that the point of intersection \((x_0, y_0)\) satisfies the equations of both lines. So, we have:

\(a_1x_0 + b_1y_0 + c_1 = 0\)

\(a_2x_0 + b_2y_0 + c_2 = 0\)

By using a rule called Cross Multiplication, we can solve this system of equations. It helps us find \(x_0\) and \(y_0\). The formulas look like this:

`x_0 = \frac{b_1c_2 - b_2c_1}{a_1b_2 - a_2b_1}`

`y_0 = \frac{c_1a_2 - c_2a_1}{a_1b_2 - a_2b_1}`

Angle of Intersection of Lines

To find the angle where two lines meet, we consider a diagram. In this diagram, we have two lines intersecting at a point, and we want to calculate the angle between them.

First, we express the equations of these lines in slope-intercept form. These equations help us understand how the lines are positioned relative to the `x`-axis.

In the diagram, the angle \( \theta \) between the lines is \( \theta = \theta_2 - \theta_1 \), where \( \theta_1 \) and \( \theta_2 \) are the angles each line makes with the `x`-axis.

We use trigonometric functions to calculate the tangent of \( \theta \), which is given by `\tan \theta = \tan (\theta_2 - \theta_1) = \frac{\tan \theta_2 - \tan \theta_1}{1 + \tan \theta_1 \tan \theta_2}`.

Since \( \tan \theta_1 = m_1 \) and \( \tan \theta_2 = m_2 \), we can write

`\frac{\tan \theta_2 - \tan \theta_1}{1 + \tan \theta_1 \tan \theta_2} = \frac{m_2 - m_1}{1 + m_1 m_2}`

Conventionally, we're interested in the acute angle between the lines. So, if the expression `\frac{m_2 - m_1}{1 + m_1 m_2}` is negative, it means we're dealing with the obtuse angle. To ensure we get the acute angle, we take the magnitude of this expression.

Thus, the acute angle \( \theta \) between the lines is given by `\theta = \tan^{-1} | \frac{m_2 - m_1}{1 + m_1 m_2}|`.

This formula helps us determine whether the lines are parallel or perpendicular based on the slopes \( m_1 \) and \( m_2 \).

How to Find Intersection of Two Lines - Definition, Examples & Practice Problems (2)

Properties of Intersecting Lines

  • Intersecting lines always meet at a single point.
  • These lines can cross each other at any angle between `0°` and `180°`.
  • When two lines intersect, they form a pair of vertical angles, which are opposite angles sharing the point of intersection.
  • An acute angle \( \theta \) between two lines \( L_1 \) and \( L_2 \) with slopes \( m_1 \) and \( m_2 \) is given by `\theta = \tan^{-1} | \frac{m_2 - m_1}{1 + m_1 m_2}|`.
  • Two lines \( L_1 \) and \( L_2 \) are parallel if their slopes are equal: \( m_1 = m_2 \).
  • Two lines \( L_1 \) and \( L_2 \) are perpendicular if the product of their slopes equals `-1`: \( m_1 m_2 = -1 \).

Conditions for Two Lines to be Parallel or Perpendicular

To determine if two lines are parallel or perpendicular, we consider the angle between them.

When lines are parallel, the angle \( \theta \) between them is `0`, meaning they don't slant away from each other. This occurs when their slopes \( m_1 \) and \( m_2 \) are equal, as parallel lines have the same slope.

For lines to be perpendicular, the angle \( \theta \) between them is a right angle, or `\frac{\pi}{2}` radians. This happens when \( 1 + m_1 m_2 = 0 \) or \( m_1 m_2 = -1 \).

Another way to express these conditions is by using the slope of a line formula, where the slope \( m \) of a line \( ax + by + c = 0 \) is `-a/b`. Applying this to two lines \( L_1 \) and \( L_2 \), their slopes \( m_1 \) and \( m_2 \) help determine if they're parallel or perpendicular.

Condition for Two Lines to be Parallel

To determine if two lines \( L_1 \) and \( L_2 \) are parallel, we check if their slopes are equal. This means that the coefficient of \( x \) in the equation of \( L_1 \) divided by the coefficient of \( y \) is equal to the same ratio in the equation of \( L_2 \).

For example, if the slope of \( L_1 \) is `\frac{1}{2}`, and the slope of \( L_2 \) is also `\frac{1}{2}`, then the lines are parallel.

An instance of this is when the line \( L_1 \) with equation \( x - 2y + 1 = 0 \) is parallel to the line \( L_2 \) with equation \( x - 2y - 3 = 0 \). This happens because both lines have a slope of `\frac{1}{2}`.

Condition for Two Lines to be Perpendicular

To determine if two lines \( L_1 \) and \( L_2 \) are perpendicular, we check if the product of their slopes is equal to `-1`. This means that the negative reciprocal of the slope of one line is equal to the slope of the other.

For example, if the slope of \( L_1 \) is `1/2` and the slope of \( L_2 \) is `-2`, then the lines are perpendicular.

An example of this is when the line \( L_1 \) with equation \( -x + 2y = 1 \) having slope `1/2` is perpendicular to the line \( L_2 \) with equation \( -2x - y = 1 \) having slope `-2`. This happens because `1 + (1/2)(-2) = 0`, satisfying the condition for perpendicularity \( 1 + m_1 m_2 = 0 \)

Finding Point of Intersection Using System of Equations

To find the point of intersection of two lines, we can utilize the method of solving a system of equations. There are primarily two methods for solving such systems: the substitution method and the elimination method.

Substitution Method:

In the substitution method, we solve one of the equations for one variable and then substitute this expression into the other equation. This allows us to solve for the remaining variable. Once we have found the value of one variable, we can substitute it back into either of the original equations to find the corresponding value of the other variable.

Example:

Consider the system of equations:

\(2x + y = 5\)

\(3x - 2y = 8\)

Solution:

Using the substitution method, we can solve the first equation for \(y\):

\(y = 5 - 2x\)

Now, we substitute this expression for \(y\) into the second equation:

\(3x - 2(5 - 2x) = 8\)

\(3x - 10 + 4x = 8\)

\(7x - 10 = 8\)

\(7x = 18\)

`x = \frac{18}{7}`

Substituting `x = \frac{18}{7}` into the first equation:

`2 \left( \frac{18}{7} \right) + y = 5`

`y = 5 - \frac{36}{7}`

`y = -\frac{1}{7}`

So, the point of intersection is `\left( \frac{18}{7}, -\frac{1}{7} \right)`.

Elimination Method:

In the elimination method, we manipulate the equations to eliminate one of the variables by adding or subtracting the equations. This results in a single equation with one variable, which we can then solve to find its value. Once we have the value of one variable, we can substitute it back into one of the original equations to find the corresponding value of the other variable.

Example:

Consider the system of equations:

\(3x + 2y = 10\)

\(2x - y = 4\)

Solution:

To eliminate \(y\), we can multiply the second equation by `2` and add it to the first equation:

\(3x + 2y + 4x - 2y = 10 + 8\)

\(7x = 18\)

`x = \frac{18}{7}`

Substituting `x = \frac{18}{7}` into the second equation:

`2 \left( \frac{18}{7} \right) - y = 4`

`y = 2 \left( \frac{18}{7} \right) - 4`

`y = \frac{8}{7}`

So, the point of intersection is `\left( \frac{18}{7}, \frac{8}{7} \right)`.

Solved Examples

Example `1`: Find the point of intersection for the lines \(3x + 2y - 5 = 0\) and \(2x - y + 3 = 0\).

Solution:

Using the method described, let's find the point of intersection for the lines \(3x + 2y - 5 = 0\) and \(2x - y + 3 = 0\).

First, we identify the coefficients \(a_1\), \(b_1\), \(c_1\), \(a_2\), \(b_2\), and \(c_2\):

\(a_1 = 3, \quad b_1 = 2, \quad c_1 = -5\)

\(a_2 = 2, \quad b_2 = -1, \quad c_2 = 3\)

Now, we apply the formulas for \(x_0\) and \(y_0\):

`x_0 = \frac{b_1c_2 - b_2c_1}{a_1b_2 - a_2b_1}`

`y_0 = \frac{c_1a_2 - c_2a_1}{a_1b_2 - a_2b_1}`

Substituting the values:

`x_0 = \frac{(2)(3) - (-1)(-5)}{(3)(-1) - (2)(2)}`

`y_0 = \frac{(-5)(2) - (3)(3)}{(3)(-1) - (2)(2)}`

Solving these equations:

`x_0 = \frac{6 - 5}{-3 - 4} = -\frac{1}{7}`

`y_0 = \frac{-10 - 9}{-3 - 4} = \frac{-19}{-7} = \frac{19}{7}`

So, the point of intersection is `(-\frac{1}{7}, \frac{19}{7})`.

Example `2`: Determine if the lines \(4x - 2y + 7 = 0\) and \(2x - y + 3 = 0\) are parallel, perpendicular, or neither.

Solution:

The slopes of the lines are:

`m_1 = \frac{4}{2} = 2`

`m_2 = \frac{2}{1} = 2`

Since the slopes are equal, the lines are parallel.

Example `3`: Find the acute angle between the lines \(2x + 3y - 4 = 0\) and \(3x + 2y + 5 = 0\).

Solution:

The slopes of the lines are:

`m_1 = \frac{-2}{3}`

`m_2 = \frac{-3}{2}`

Using the formula for the acute angle between two lines:

`\theta = \tan^{-1} | \frac{m_2 - m_1}{1 + m_1 m_2}|`

`\theta = \tan^{-1} | \frac{(\frac{-3}{2}) - (\frac{-2}{3})}{1 + (\frac{-2}{3}) (\frac{-3}{2})}|`

`\theta = \tan^{-1} | \frac{-\frac{5}{6}}{1 + 1}|`

`\theta = \tan^{-1} | \frac{-\frac{5}{6}}{2}|`

`\theta = \tan^{-1} |-\frac{5}{12}|`

`\theta = \tan^{-1} ( \frac{5}{12})`

Calculating this, we find \( \theta \approx 22.62^\circ \).

So, the acute angle between the lines is approximately \( 22.62^\circ \).

Example `4`: Determine if the lines \(5x + 2y - 3 = 0\) and \(2x - 5y + 1 = 0\) are parallel, perpendicular, or neither.

Solution:

To determine the relationship between the lines, we compare their slopes.

The slope of the first line is `\frac{-5}{2}` and the slope of the second line is `\frac{2}{5}`.

The product of their slopes is `-1`. Hence the lines are perpendicular.

Example `5`: Find the point of intersection for the lines \(x + 2y - 5 = 0\) and \(3x - y + 4 = 0\)using the elimination method.

Solution:

To find the point of intersection for the lines \(x + 2y - 5 = 0\) and \(3x - y + 4 = 0\) using the elimination method, we can manipulate the equations to eliminate one of the variables.

First, let's rewrite the equations in standard form:

\(x + 2y = 5\)

\(3x - y = -4\)

Now, to eliminate \(y\), we can multiply the first equation by `1` and the second equation by `2` to make the coefficients of \(y\) the same:

\(1(x + 2y) = 1(5)\)

\(2(3x - y) = 2(-4)\)

This gives us:

\(x + 2y = 5\)

\(6x - 2y = -8\)

Adding these equations together, we eliminate \(y\):

\(x + 2y + 6x - 2y = 5 - 8\)

\(7x = -3\)

Now, we can solve for \(x\):

`x = \frac{-3}{7}`

Substituting `x = \frac{-3}{7}` into either of the original equations, let's use the first one:

\(x + 2y = 5\)

`\frac{-3}{7} + 2y = 5`

`2y = \frac{38}{7}`

`y = \frac{38}{14}`

`y = \frac{19}{7}`

So, the point of intersection is `(\frac{-3}{7}, \frac{19}{7})`.

Practice Problems

Q`1`. Determine if the lines \(3x + 4y - 6 = 0\) and \(2x - 3y + 5 = 0\) are parallel, perpendicular, or neither.

  1. Parallel
  2. Perpendicular
  3. Neither

Answer: c

Q`2`. Find the acute angle between the lines \(6x + 3y - 9 = 0\) and \(4x - 2y + 6 = 0\).

  1. \(45.72^\circ\)
  2. \(53.13^\circ\)
  3. \(62.5^\circ\)
  4. \(75.45^\circ\)

Answer: b

Q`3`. Find the point of intersection for the lines \(x - 2y + 3 = 0\) and \(2x - 3y + 6 = 0\).

  1. \((-3, 0)\)
  2. \((1, -2)\)
  3. \((2, 1)\)
  4. \((3, -4)\)

Answer: a

Q`4`. Find the equation of the line passing through the point \((2, 3)\) and perpendicular to the line \(4x - 2y + 8 = 0\).

  1. \(4x - 2y - 5 = 0\)
  2. \(2x - 4y - 5 = 0\)
  3. \(4x + 2y - 7 = 0\)
  4. \(x + 2y - 8 = 0\)

Answer: d

Q`5`. Find the coordinates of the point where the lines \(3x + 5y - 7 = 0\) and \(5x - 3y + 11 = 0\) intersect.

  1. \((-1, -2)\)
  2. \((1, -2)\)
  3. \((-1, 2)\)
  4. \((1, 2)\)

Answer: c

Frequently Asked Questions

Q`1`. What is the intersection point of two lines?

Answer: The intersection point of two lines is the point where both lines meet or cross each other. It is the common solution to the equations representing the two lines.

Q`2`. How do you determine if two lines are parallel, perpendicular, or neither?

Answer: Two lines are parallel if their slopes are equal. They are perpendicular if the product of their slopes is `-1`. If neither condition is met, the lines are neither parallel nor perpendicular.

Q`3`. How can we find the equation of a line passing through a given point and perpendicular to another line?

Answer:To find the equation of a line passing through a given point and perpendicular to another line, we first determine the slope of the given line. Then, we find the negative reciprocal of this slope, which becomes the slope of the perpendicular line. Finally, we use the point-slope form to find the equation of the perpendicular line.

Q`4`. What is the acute angle between two intersecting lines?

Answer:The acute angle between two intersecting lines is the smallest angle formed by the lines when they meet. It can be calculated using trigonometric formulas based on the slopes of the lines.

Q`5`. How do you find the point of intersection of two lines?

Answer: One of the ways to find the point of intersection of two lines is to solve the system of equations representing the two lines. The solution gives the coordinates of the point where the lines intersect.

How to Find Intersection of Two Lines - Definition, Examples & Practice Problems (2024)

FAQs

How to Find Intersection of Two Lines - Definition, Examples & Practice Problems? ›

When two lines intersect each other, they form vertically opposite angles (vertical angles). Vertically opposite angles are opposite to each other and are of equal measure. Intersecting lines may cross or intersect each other at any angle greater than 0° and less than 180°.

How to answer intersecting lines? ›

When two lines intersect each other, they form vertically opposite angles (vertical angles). Vertically opposite angles are opposite to each other and are of equal measure. Intersecting lines may cross or intersect each other at any angle greater than 0° and less than 180°.

How do you find two intersections? ›

Here's a step-by-step process:
  1. Write down the equations of the two functions, f(x) and g(x).
  2. Set the two functions equal to each other: f(x) = g(x).
  3. Solve the equation for x. ...
  4. For each x-value found in step 3, plug it back into either f(x) or g(x) to find the corresponding y-value.

What is an example of an intersecting line in a linear equation? ›

For example, the lines y = 2 x + 4 y=2x+4 y=2x+4 and y = 4 x − 5 y=4x-5 y=4x−5 actually intersect at the point. (4.5, 13). (4.5,13).

What is intersecting lines example and definition? ›

Two or more lines which share exactly one common point are called intersecting lines. This common point exists on all these lines and is called the point of intersection. It is to be noted that: The intersecting lines meet at one, and only one point, no matter at what angle they meet.

How to find the intersection of two lines without graphing? ›

To find the point of intersection algebraically, solve each equation for y, set the two expressions for y equal to each other, solve for x, and plug the value of x into either of the original equations to find the corresponding y-value. The values of x and y are the x- and y-values of the point of intersection.

How do you find the intersection of two sets in math? ›

For any two sets A and B, the intersection, A ∩ B (read as A intersection B) lists all the elements that are present in both sets (common elements of A and B). For example, if Set A = {1,2,3,4,5} and Set B = {3,4,6,8}, A ∩ B = {3,4}.

What is the best first step to solve this system by elimination? ›

To solve a system of equations by elimination, we start with both equations in standard form. Then we decide which variable will be easiest to eliminate. How do we decide? We want to have the coefficients of one variable be opposites, so that we can add the equations together and eliminate that variable.

What is the intersection formula? ›

The point of intersection formula is used to find the point of intersection of the two lines, that is the meeting point of two lines. These two lines can be represented by the equation a1x+b1y+c1=0 and a2x+b2y+c2=0, respectively. It is possible to find point of intersection of three or more lines.

What two intersecting lines form? ›

If two lines intersect each other, they form a pair of non-adjacent angles known as vertically opposite angles. The vertically opposite angles are equal to each other.

What is the symbol for intersection? ›

definition and notation

The intersection operation is denoted by the symbol . The set A ∩ B—read “A intersection B” or “the intersection of A and B”—is defined as the set composed of all elements that belong to both A and B.

How to check if two lines intersect? ›

If we have a point of intersection, then we should have one side equal to the other. We then may have to find the point of intersection - we do this by plugging our value of s into the equation of the first line, and t into the equation of the second. This gives us our point of intersection as they should be equal.

When two lines meet, they are called? ›

Two lines meeting at a point are called intersecting lines.

What is a real life example of two intersecting lines? ›

The following are two examples of intersecting lines:

Crossroads are formed when two straight roads intersect at a common point. Scissors: A pair of scissors has two arms that form intersecting lines. Clock: Intersecting lines are formed by two needles passing through a common point in the clock.

How to solve point of intersection? ›

To find the point of intersection algebraically, solve each equation for y, set the two expressions for y equal to each other, solve for x, and plug the value of x into either of the original equations to find the corresponding y-value. The values of x and y are the x- and y-values of the point of intersection.

What is the rule for intersecting lines? ›

Intersecting lines meet at a common point called the point of intersection. At the point of intersection, intersecting lines create four angles: two pairs of opposite angles and two pairs of adjacent angles. Opposite angles formed by intersecting lines are congruent, meaning they have equal measures.

What is the general formula for intersecting lines? ›

The point of intersection formula is used to find the point of intersection of the two lines, that is the meeting point of two lines. These two lines can be represented by the equation a1x+b1y+c1=0 and a2x+b2y+c2=0, respectively. It is possible to find point of intersection of three or more lines.

Top Articles
Latest Posts
Article information

Author: Aracelis Kilback

Last Updated:

Views: 6628

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Aracelis Kilback

Birthday: 1994-11-22

Address: Apt. 895 30151 Green Plain, Lake Mariela, RI 98141

Phone: +5992291857476

Job: Legal Officer

Hobby: LARPing, role-playing games, Slacklining, Reading, Inline skating, Brazilian jiu-jitsu, Dance

Introduction: My name is Aracelis Kilback, I am a nice, gentle, agreeable, joyous, attractive, combative, gifted person who loves writing and wants to share my knowledge and understanding with you.