← MathScape

Finding Intersection Points for Area Problems

MATH162
Reference: Stewart 5.1  •  Chapter: 5  •  Section: 1

Navigation: Wiki Home > Chapter 5 > Section 5.1 > Finding Intersection Points

Finding Intersection Points for Area Problems

Quick Reference: Methods by Curve Type

Curve Types Method Example
Two polynomials Set equal, factor $x^2 = 2x \Rightarrow x^2 - 2x = 0 \Rightarrow x(x-2) = 0$
Polynomial & line Rearrange, factor/quadratic formula $x^2 = x + 2 \Rightarrow x^2 - x - 2 = 0$
Trigonometric Use identities, solve on interval $\sin x = \cos x \Rightarrow \tan x = 1$
Transcendental Graph + numerical methods $e^x = x^2$ → approximate solutions

The basic method: Set $f(x) = g(x)$, solve for $x$, then find $y$ by substituting back.


Before You Start

1. Can you solve quadratic equations?

Solve $x^2 - 5x + 6 = 0$.

Check Your Answer

Factor: $(x-2)(x-3) = 0$, so $x = 2$ or $x = 3$.

If this was difficult, review factoring or the quadratic formula.

2. Can you solve trigonometric equations?

Find all solutions to $\sin x = \frac{1}{2}$ on $[0, 2\pi]$.

Check Your Answer

$x = \frac{\pi}{6}$ or $x = \frac{5\pi}{6}$

If this was difficult, review the unit circle.


Where Do the Boundaries Meet?

Before you can integrate, you need to know where to start and stop. When a region is enclosed entirely by curves (with no explicit bounds like "from $x = 0$ to $x = 3$"), the integration limits come from the intersection points.

Finding intersections is detective work: you're asking "For what values of $x$ (or $y$) do these two curves have the same height (or same horizontal position)?"

Prerequisite Map

Prerequisites
Solving Equations
This skill
Finding Intersection Points

Legend: 🟡 Yellow = immediate prerequisites | 🟢 Green = this skill

Quick Reference

Property Value
Chapter Chapter 5: Applications of Integration
Section §5.1 Areas Between Curves
Difficulty Intermediate
Time ~15 minutes

Key Concepts

The Basic Method

To find where $y = f(x)$ and $y = g(x)$ intersect:

Set them equal and solve for $x$: $$f(x) = g(x)$$

Then substitute back to find the $y$-coordinates if needed.

Common Intersection Scenarios

Curves Equation to Solve Technique
Two polynomials $f(x) = g(x)$ Move all to one side, factor
Polynomial and line $ax^n + \cdots = mx + b$ Rearrange and factor
Trig functions $\sin x = \cos x$ Use identities, solve on interval
Transcendental $e^x = x^2$ Graphing/numerical methods

Step-by-Step Procedure

Step 1: Set the two equations equal: $$f(x) = g(x)$$

Step 2: Rearrange to get everything on one side: $$f(x) - g(x) = 0$$

Step 3: Factor or use the quadratic formula:

Step 4: Solve for $x$ (or $y$ if integrating with respect to $y$).

Step 5: Verify by substituting back into original equations.

Example: Two Parabolas

Find where $y = x^2$ and $y = 2x - x^2$ intersect.

Set equal: $x^2 = 2x - x^2$

Rearrange: $2x^2 - 2x = 0$

Factor: $2x(x - 1) = 0$

Solve: $x = 0$ or $x = 1$

Find y-coordinates:

When Exact Solutions Are Impossible

Sometimes the intersection equation can't be solved algebraically:

$$\frac{x}{\sqrt{x^2 + 1}} = x^4 - x$$

In such cases:

  1. Graph both functions
  2. Use technology to find approximate intersection points
  3. Use those approximate values as your integration limits

Calculator tip: Most graphing calculators have an "intersect" function. On a TI-84, graph both curves, then press 2nd → CALC → intersect.

Common Pitfalls Table

Mistake Consequence Prevention
Dividing by a variable Lose $x = 0$ as a solution Factor instead: $x^2 = 2x \Rightarrow x(x-2) = 0$
Stopping at first root Miss additional intersections Factor completely; check for multiple roots
Forgetting domain restrictions Include invalid solutions For $\sqrt{x}$, need $x \geq 0$; check interval
Squaring both sides carelessly Introduce extraneous solutions Always verify by substituting back
Using wrong interval for trig Miss solutions or include wrong ones Check if $\sin x = \frac{1}{2}$ has 1, 2, or more solutions in YOUR interval
💡 The Division Trap — Most Common Algebra Error

Wrong approach: $$x^2 = 3x$$ $$\frac{x^2}{x} = \frac{3x}{x}$$ $$x = 3$$

This loses $x = 0$ because we divided by $x$ (which could be zero).

Correct approach: $$x^2 = 3x$$ $$x^2 - 3x = 0$$ $$x(x - 3) = 0$$ $$x = 0 \text{ or } x = 3$$

Rule: Never divide by a variable. Always move everything to one side and factor.

Checking Your Work

Always verify intersection points by:

  1. Substituting back into both original equations
  2. Sketching the curves to confirm the intersections make geometric sense
  3. Checking that you found all intersection points within the relevant domain

Practice Problems

Level 1 Line Meets Parabola

Find the intersection points of $y = x^2$ and $y = 4$.

Thought Process

Set them equal: $x^2 = 4$.

Taking the square root: $x = \pm 2$.

The y-coordinate is given: $y = 4$ for both points.

Show Answer

$x^2 = 4 \Rightarrow x = \pm 2$

Intersection points: $\boxed{(-2, 4) \text{ and } (2, 4)}$

Level 2 Two Polynomial Curves

Find the intersection points of $y = x^2 - 4x$ and $y = 2x$.

Thought Process

Set equal: $x^2 - 4x = 2x$

Rearrange: $x^2 - 6x = 0$

Factor: $x(x - 6) = 0$

So $x = 0$ or $x = 6$.

Find y-coordinates using the simpler equation $y = 2x$:

  • At $x = 0$: $y = 0$
  • At $x = 6$: $y = 12$
Show Answer

$x^2 - 4x = 2x$

$x^2 - 6x = 0$

$x(x - 6) = 0$

$x = 0$ or $x = 6$

Intersection points: $\boxed{(0, 0) \text{ and } (6, 12)}$

Level 3 Using the Quadratic Formula

Find the intersection points of $y = x^2 + 1$ and $y = 5 - x$.

Thought Process

Set equal: $x^2 + 1 = 5 - x$

Rearrange: $x^2 + x - 4 = 0$

This doesn't factor nicely with integers, so I'll use the quadratic formula: $$x = \frac{-1 \pm \sqrt{1 + 16}}{2} = \frac{-1 \pm \sqrt{17}}{2}$$

Show Answer

$x^2 + 1 = 5 - x$

$x^2 + x - 4 = 0$

Using the quadratic formula: $$x = \frac{-1 \pm \sqrt{1 + 16}}{2} = \frac{-1 \pm \sqrt{17}}{2}$$

So $x = \frac{-1 + \sqrt{17}}{2} \approx 1.56$ or $x = \frac{-1 - \sqrt{17}}{2} \approx -2.56$

For y-coordinates, use $y = 5 - x$:

  • At $x = \frac{-1 + \sqrt{17}}{2}$: $y = 5 - \frac{-1 + \sqrt{17}}{2} = \frac{11 - \sqrt{17}}{2}$
  • At $x = \frac{-1 - \sqrt{17}}{2}$: $y = 5 - \frac{-1 - \sqrt{17}}{2} = \frac{11 + \sqrt{17}}{2}$

Intersection points: $$\boxed{\left(\frac{-1 + \sqrt{17}}{2}, \frac{11 - \sqrt{17}}{2}\right) \text{ and } \left(\frac{-1 - \sqrt{17}}{2}, \frac{11 + \sqrt{17}}{2}\right)}$$

Level 4 Trigonometric Intersection

Find all intersection points of $y = \sin x$ and $y = \cos x$ on the interval $[0, 2\pi]$.

Thought Process

Set equal: $\sin x = \cos x$

Divide both sides by $\cos x$ (valid when $\cos x \neq 0$): $$\tan x = 1$$

On $[0, 2\pi]$, $\tan x = 1$ at $x = \frac{\pi}{4}$ and $x = \frac{5\pi}{4}$.

Check: at these points, $\cos x \neq 0$, so division was valid.

Find y-coordinates:

  • At $x = \frac{\pi}{4}$: $y = \sin\frac{\pi}{4} = \frac{\sqrt{2}}{2}$
  • At $x = \frac{5\pi}{4}$: $y = \sin\frac{5\pi}{4} = -\frac{\sqrt{2}}{2}$
Show Answer

$\sin x = \cos x$

$\tan x = 1$ (dividing by $\cos x$)

On $[0, 2\pi]$: $x = \frac{\pi}{4}$ or $x = \frac{5\pi}{4}$

Intersection points: $\boxed{\left(\frac{\pi}{4}, \frac{\sqrt{2}}{2}\right) \text{ and } \left(\frac{5\pi}{4}, -\frac{\sqrt{2}}{2}\right)}$

Verification: At $x = \frac{\pi}{4}$: $\sin\frac{\pi}{4} = \cos\frac{\pi}{4} = \frac{\sqrt{2}}{2}$ ✓

🔄 Still confused about finding intersections?

✅ Checkpoint: If you can handle Level 4 trigonometric intersections, you're well-prepared for most area problems!

Level 5 Three Intersection Points

Find all intersection points of $y = x^3 - 4x$ and $y = x^2$, and use them to set up (but don't evaluate) the integral(s) for the area of the region(s) enclosed by these curves.

Thought Process

Set equal: $x^3 - 4x = x^2$

Rearrange: $x^3 - x^2 - 4x = 0$

Factor out $x$: $x(x^2 - x - 4) = 0$

So $x = 0$ or $x^2 - x - 4 = 0$.

For the quadratic: $x = \frac{1 \pm \sqrt{1 + 16}}{2} = \frac{1 \pm \sqrt{17}}{2}$

So we have three x-values:

  • $x = 0$
  • $x = \frac{1 - \sqrt{17}}{2} \approx -1.56$
  • $x = \frac{1 + \sqrt{17}}{2} \approx 2.56$

Since there are three intersection points, the curves enclose two separate regions. I need to determine which curve is on top in each region by testing a point.

Between $x \approx -1.56$ and $x = 0$, test $x = -1$:

  • $y = x^3 - 4x = -1 + 4 = 3$
  • $y = x^2 = 1$
  • So $x^3 - 4x$ is on top.

Between $x = 0$ and $x \approx 2.56$, test $x = 1$:

  • $y = x^3 - 4x = 1 - 4 = -3$
  • $y = x^2 = 1$
  • So $x^2$ is on top.
Show Answer

Finding intersections:

$x^3 - 4x = x^2$

$x^3 - x^2 - 4x = 0$

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

$x = 0$ or $x = \frac{1 \pm \sqrt{17}}{2}$

Let $a = \frac{1 - \sqrt{17}}{2}$ and $b = \frac{1 + \sqrt{17}}{2}$.

Intersection points:

  • $(a, a^2)$ where $a = \frac{1 - \sqrt{17}}{2}$
  • $(0, 0)$
  • $(b, b^2)$ where $b = \frac{1 + \sqrt{17}}{2}$

Setting up the integrals:

Test $x = -1$ (between $a$ and $0$):

  • $x^3 - 4x = 3$, $x^2 = 1$ → cubic is on top

Test $x = 1$ (between $0$ and $b$):

  • $x^3 - 4x = -3$, $x^2 = 1$ → quadratic is on top

Total area: $$A = \int_a^0 [(x^3 - 4x) - x^2]\,dx + \int_0^b [x^2 - (x^3 - 4x)]\,dx$$

$$= \boxed{\int_{(1-\sqrt{17})/2}^{0} (x^3 - x^2 - 4x)\,dx + \int_{0}^{(1+\sqrt{17})/2} (-x^3 + x^2 + 4x)\,dx}$$

CCI-Style Conceptual Questions

Level 2 Conceptual: Number of Intersections

The curves $y = x^2$ and $y = k$ (where $k$ is a constant) can have 0, 1, or 2 intersection points depending on the value of $k$.

For what values of $k$ do the curves have exactly: (a) 0 intersection points? (b) 1 intersection point? (c) 2 intersection points?

Thought Process

The parabola $y = x^2$ has its vertex at $(0, 0)$ and opens upward. The line $y = k$ is horizontal at height $k$.

If $k < 0$: the horizontal line is below the vertex, so no intersection. If $k = 0$: the line touches the vertex exactly once. If $k > 0$: the line intersects the parabola at two points, one on each side.

Show Answer

(a) 0 intersections: $k < 0$

(b) 1 intersection: $k = 0$

(c) 2 intersections: $k > 0$

Mastery Checklist

✅ All boxes checked? You're ready to use these intersections in area problems!


Exam Strategy Tips

🎯 How to find intersections efficiently on exams

Before you start:

  1. Read carefully: Are you finding intersections on ALL of $\mathbb{R}$ or on a specific interval?
  2. Quick mental check: How many intersections should there be? (Two parabolas: 0, 1, or 2)

During the solve:

  1. NEVER divide by a variable. Always factor.
  2. If quadratic doesn't factor easily in 30 seconds, use the formula.
  3. For trig: Write ALL solutions, then filter to your interval.

After you solve:

  1. Quick verify: Plug at least one point into BOTH equations.
  2. Sanity check: Graph sketch—does the number of intersections make sense?

Time trap warning: Some intersection problems are algebraically messy. If you're spending more than 3 minutes, write "bounds: $x = a, b$" and move on—return later.

Mental Model

The "Crossing Paths" Picture:

Two curves intersect where they have the same $(x, y)$ coordinates. Setting $f(x) = g(x)$ asks: "At what x-values do both curves reach the same height?"

Finding intersections is like solving a scheduling problem: "When will Person A and Person B be in the same place?"

Quick verification: After finding $x$-values, plug them into BOTH original equations. If you get the same $y$-value from each, the point is correct.


Connections

Looking back:

Looking ahead:

📚 Historical Note

The problem of finding where curves intersect goes back to ancient mathematics. Apollonius of Perga (262–190 BCE) studied conic sections and their intersections extensively.

The modern algebraic approach—setting equations equal and solving—became possible with the development of analytic geometry by Descartes (1637). Before this, intersections were found through geometric constructions.

Interestingly, finding intersections is closely related to root-finding, one of the oldest computational problems. The quadratic formula was known to Babylonian mathematicians around 2000 BCE, and finding roots of higher-degree polynomials motivated centuries of mathematical development, culminating in Galois theory.


Summary

Concept Key Point
Basic method Set $f(x) = g(x)$, solve for $x$, then find $y$
Never do this Divide by a variable (you'll lose solutions)
Always do this Factor, don't divide: $x^2 = 3x \Rightarrow x(x-3) = 0$
Quadratic formula Use when factoring isn't obvious: $x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}$
Trig intersections Remember multiple solutions; filter to your interval
Verification Substitute back into BOTH original equations

Previous Up Next
Area (y-integration) Section 5.1 Area When Curves Cross

Last updated: 2026-01-22