6. Topic 6(COLON) Coordinate Geometry

Lesson 6.4: Intersections And Applications

Official syllabus section covering Lesson 6.4: Intersections and applications within Topic 6: Coordinate Geometry: Intersections of lines with lines and lines with circles.; Using coordinate geometry to model practical situations..

Lesson 6.4: Intersections and Applications

Introduction

In this lesson, we will explore the concept of intersections in coordinate geometry, particularly focusing on intersections of lines with other lines and lines with circles. By the end of this lesson, students will be able to find where lines meet other lines or circles and apply this knowledge to model practical problems. The geometric intuition gained in this lesson will also support later concepts such as gradients and differentiation.

Learning Objectives

  • Understand intersections of lines with lines and lines with circles.
  • Learn to use coordinate geometry to model practical situations.
  • Develop skills in checking results both geometrically and algebraically.
  • Apply coordinate geometry concepts to find points of intersection.
  • Use coordinate geometry to solve real-world problems.

Intersections of Lines with Lines

Understanding Lines in the Cartesian Plane

In the Cartesian coordinate system, any line can be expressed in the slope-intercept form:

$$y = mx + b$$

where

  • $m$ is the slope of the line (the rate of change of $y$ with respect to $x$), and
  • $b$ is the y-intercept (the point where the line crosses the y-axis).

Example 1: Finding the Intersection of Two Lines

Consider the following two lines:

  • Line 1: $y = 2x + 1$
  • Line 2: $y = -x + 4$

To find the point of intersection, we set the equations equal to each other:

$$2x + 1 = -x + 4$$

Now solve for $x$:

  1. Add $x$ to both sides:

$2x + x + 1 = 4$

$$3x + 1 = 4$$

  1. Subtract 1 from both sides:

$$3x = 3$$

  1. Divide both sides by 3:

$x = 1$

Now, substitute $x = 1$ back into one of the original equations to find $y$. Using Line 1:

$$y = 2(1) + 1 = 3$$

Thus, the point of intersection is at $(1, 3)$.

Checking the Intersection Algebraically

To ensure our solution is correct, we can substitute $x = 1$ back into Line 2:

$$y = -1 + 4 = 3$$

Both equations give the same intersection point of $(1, 3)$.

Intersections of Lines with Circles

Understanding Circles in the Cartesian Plane

A circle in the Cartesian plane can be represented by the equation:

$$(x - h)^2 + (y - k)^2 = r^2$$

where

  • $(h, k)$ is the center of the circle,
  • $r$ is the radius of the circle.

Example 2: Finding the Intersection of a Line and a Circle

Consider a line given by the equation:

$$y = 2x + 1$$

and a circle with the following equation:

$$(x - 2)^2 + (y - 3)^2 = 4$$

where the center of the circle is $(2, 3)$ and the radius is $2$.

To find the points of intersection, we substitute the line equation into the circle's equation:

$$(x - 2)^2 + (2x + 1 - 3)^2 = 4$$

Let's simplify:

  1. Replace $y$ in the circle's equation:

$$(x - 2)^2 + (2x - 2)^2 = 4$$

  1. Expand both squares:

$$(x^2 - 4x + 4) + (4x^2 - 8x + 4) = 4$$

  1. Combine like terms:

$$5x^2 - 12x + 8 = 4$$

  1. Set the equation to zero:

$$5x^2 - 12x + 4 = 0$$

Solving the Quadratic Equation

To find $x$, we can use the quadratic formula:

$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

where $a = 5, b = -12,$ and $c = 4$.

Let's calculate the discriminant first:

$$D = (-12)^2 - 4(5)(4) = 144 - 80 = 64$$

Now apply the quadratic formula:

$$x = \frac{12 \pm \sqrt{64}}{10}$$

$$x = \frac{12 \pm 8}{10}$$

This gives us two potential values for $x$:

  1. $x = \frac{20}{10} = 2$
  2. $x = \frac{4}{10} = 0.4$

Finding Corresponding y Values

Now substitute these $x$ values back into the line equation to find the corresponding $y$ values.

  1. For $x = 2$:

$$y = 2(2) + 1 = 5$$

  1. For $x = 0.4$:

$$y = 2(0.4) + 1 = 1.8$$

Thus, the points of intersection are $(2, 5)$ and $(0.4, 1.8)$.

Applications of Coordinate Geometry

Practical Situation: Finding Intersection in Real Life

Consider a situation where two roads intersect in a city, and we have the equations of these roads represented as linear equations. By finding their intersection, we can determine the exact location where these roads meet, useful for navigation or urban planning.

Example 3: Finding Road Intersections

Assume two roads have the following equations:

  • Road A: $$y = \frac{1}{2}x + 3$$
  • Road B: $$y = -2x + 10$$

To find the intersection, set them equal:

$$\frac{1}{2}x + 3 = -2x + 10$$

  1. Clear the fractions by multiplying through by 2:

$$x + 6 = -4x + 20$$

  1. Bring all $x$ terms to one side:

$$x + 4x = 20 - 6$$

$$5x = 14$$

$$x = \frac{14}{5} = 2.8$$

  1. Substitute into one of the equations, e.g., Road A:

$$y = \frac{1}{2}(2.8) + 3 = 1.4 + 3 = 4.4$$

Thus, the roads intersect at $$\left($$\frac{14}{5}, 4.4

ight)$ or $(2.8, 4.4).

Checking Results

To ensure the intersection is correct, substitute $x = 2.8$ into Road B:

$$y = -2(2.8) + 10 = -5.6 + 10 = 4.4$$

Both roads intersect at $(2.8, 4.4)$ confirming our result.

Conclusion

In this lesson, students has learned how to find intersections of lines with lines and lines with circles, solidifying their understanding of coordinate geometry. This knowledge is not only applicable in mathematics but is also vital in solving real-world problems related to navigation, construction, and urban planning. By combining algebraic methods and graphical checks, students can verify their intersection points confidently.

Study Notes

  • The intersection of two lines can be determined by setting their equations equal.
  • The point of intersection is a solution to both equations.
  • A circle's equation can be manipulated to find intersections with lines by substitution.
  • Real-world situations involving intersections can be solved using coordinate geometry.
  • Always verify results algebraically and geometrically for accuracy.

Practice Quiz

5 questions to test your understanding