Maths Mathematics

MathematicsUnit 410 min read

Curve Sketching: Graphs, Asymptotes, and Key Features

Unit 4 of Mathematics: Learn how to sketch curves by analyzing equations, identifying asymptotes, intercepts, and symmetry, and applying transformations to graphs—essential for visualizing functions and solving real-world problems.

TAKEAWAYS:

  • Graphs reveal behavior: Sketching curves helps visualize functions, identify trends, and solve equations.
  • Asymptotes define boundaries: Vertical, horizontal, and oblique asymptotes show where functions approach infinity or undefined values.
  • Symmetry simplifies sketching: Even, odd, and periodic functions reduce the work needed to draw accurate graphs.
  • Transformations reshape graphs: Shifts, stretches, and reflections help modify basic graphs to match complex equations.
  • Key points matter: Intercepts, maxima/minima, and inflection points define the shape of a curve.
  • Practice makes perfect: Mastering curve sketching requires analyzing equations step-by-step and verifying results.

---

### **Introduction to Curve Sketching**
Curve sketching is the art of drawing the graph of a function based on its equation. Instead of plotting hundreds of points, we use key features like **intercepts**, **asymptotes**, **symmetry**, and **behavior at infinity** to sketch an accurate graph. This skill is crucial for solving problems in calculus, physics, and engineering.

---

### **Step 1: Find the Domain and Range**
Before sketching, determine the **domain** (all possible *x*-values) and **range** (all possible *y*-values) of the function.

#### **How to Find the Domain**
1. **Denominator ≠ 0**: For rational functions (fractions), exclude *x*-values that make the denominator zero.
   Example: For \( f(x) = \frac{1}{x-2} \), *x* ≠ 2. So, domain = all real numbers **except** *x* = 2.
2. **Square roots**: The expression inside a square root must be ≥ 0.
   Example: For \( f(x) = \sqrt{x+3} \), *x* + 3 ≥ 0 ⇒ *x* ≥ −3.
3. **Logarithms**: The argument must be > 0.
   Example: For \( f(x) = \ln(x-1) \), *x* − 1 > 0 ⇒ *x* > 1.

#### **How to Find the Range**
- For \( f(x) = \frac{1}{x} \), *y* can be any real number except 0. So, range = all real numbers **except** *y* = 0.
- For \( f(x) = \sqrt{x} \), *y* ≥ 0. So, range = [0, ∞).



---

### **Step 2: Find Intercepts**
Intercepts are points where the graph crosses the **x-axis** (*y* = 0) or **y-axis** (*x* = 0).

#### **X-intercepts (Roots)**
Set *y* = 0 and solve for *x*.
Example: For \( y = x^2 - 4 \),
\( 0 = x^2 - 4 \) ⇒ \( x = \pm 2 \).
So, x-intercepts are at (2, 0) and (−2, 0).

#### **Y-intercepts**
Set *x* = 0 and solve for *y*.
Example: For \( y = 3x + 2 \),
\( y = 3(0) + 2 = 2 \).
So, y-intercept is at (0, 2).

```figure
{"type":"graph","fns":[{"expr":"x^2-4","label":"y = x² − 4"}],"x":[-3,3],"points":[{"x":-2,"y":0},{"x":2,"y":0},{"x":0,"y":-4}],"caption":"X-intercepts at (±2, 0), y-intercept at (0, −4)."}

Step 3: Find Asymptotes

Asymptotes are lines that the graph approaches but never touches. There are three types:

1. Vertical Asymptotes

Occur where the function approaches infinity (denominator = 0). Example: For ( f(x) = \frac{1}{x-3} ), Denominator = 0 ⇒ x = 3. So, vertical asymptote is x = 3.

2. Horizontal Asymptotes

Occur as x → ±∞. Compare degrees of numerator and denominator:

  • If degree of numerator < denominator, horizontal asymptote is y = 0.
  • If equal degrees, divide leading coefficients.
  • If numerator > denominator, no horizontal asymptote (may have oblique asymptote).

Example: For ( f(x) = \frac{2x}{x+1} ), Degrees are equal ⇒ y = 2/1 = 2.

3. Oblique (Slant) Asymptotes

Occur when the degree of the numerator is one more than the denominator. Use long division. Example: For ( f(x) = \frac{x^2 + 1}{x} ), Divide: ( x^2 + 1 = x(x) + 1 ) ⇒ oblique asymptote is y = x.

-5-4-3-2-112345-20-101020xyy = 1/(x−3)
Vertical asymptote at x = 3, horizontal asymptote at y = 0.

Step 4: Test for Symmetry

Symmetry helps reduce the work needed to sketch the graph.

1. Even Function (Symmetry about y-axis)

If ( f(-x) = f(x) ), the graph is symmetric about the y-axis. Example: ( f(x) = x^2 ) is even.

2. Odd Function (Symmetry about origin)

If ( f(-x) = -f(x) ), the graph is symmetric about the origin. Example: ( f(x) = x^3 ) is odd.

3. Periodic Functions (Repeating patterns)

Functions like sine and cosine repeat every ( 2\pi ) units.

-3-2-1123-30-20-10102030xyEven: y = x²Odd: y = x³
Even functions are symmetric about y-axis; odd functions are symmetric about origin.

Step 5: Find Critical Points (Maxima/Minima)

To find peaks (maxima) and valleys (minima), take the first derivative and set it to zero.

Example: For ( f(x) = x^3 - 3x^2 ),

  1. Find ( f'(x) = 3x^2 - 6x ).
  2. Set ( f'(x) = 0 ): ( 3x^2 - 6x = 0 ) ⇒ x = 0 or x = 2.
  3. Test intervals to determine maxima/minima:
    • For x < 0: ( f'(−1) = 3(−1)^2 − 6(−1) = 9 > 0 ) ⇒ increasing.
    • For 0 < x < 2: ( f'(1) = 3(1)^2 − 6(1) = −3 < 0 ) ⇒ decreasing ⇒ local maximum at x = 0.
    • For x > 2: ( f'(3) = 3(3)^2 − 6(3) = 9 > 0 ) ⇒ increasing ⇒ local minimum at x = 2.
-1-0.50.511.522.53-4-3.5-3-2.5-2-1.5-1-0.5xyy = x³ − 3x²Local maxLocal min
Critical points at x = 0 (max) and x = 2 (min).

Step 6: Determine Behavior at Infinity

Check the end behavior of the function:

  • For polynomials: If the degree is even, both ends go to +∞ or −∞. If odd, one end goes to +∞ and the other to −∞.
  • For rational functions: Compare degrees of numerator and denominator.

Example: For ( f(x) = \frac{x^2 + 1}{x^2 - 4} ),

  • As x → ±∞, ( f(x) \approx \frac{x^2}{x^2} = 1 ).
  • So, horizontal asymptote at y = 1.
-5-4-3-2-112345-30-20-10102030xyy = (x²+1)/(x²−4)
Horizontal asymptote at y = 1 as x → ±∞.

Step 7: Sketch the Curve

Combine all the information:

  1. Draw asymptotes (dashed lines).
  2. Plot intercepts.
  3. Mark critical points (maxima/minima).
  4. Test intervals to determine increasing/decreasing behavior.
  5. Sketch the curve smoothly.

Example: Sketch ( y = \frac{x^2 - 1}{x - 2} )

  1. Domain: x ≠ 2 (denominator = 0).
  2. Intercepts:
    • x-intercepts: Set y = 0 ⇒ ( x^2 - 1 = 0 ) ⇒ x = ±1.
    • y-intercept: Set x = 0 ⇒ y = −0.5.
  3. Asymptotes:
    • Vertical: x = 2.
    • Oblique: Divide ( x^2 - 1 ) by x − 2 ⇒ y = x + 2 (with remainder).
  4. Behavior:
    • As x → ±∞, y ≈ x + 2.
    • Test intervals: Increasing for x < −1, decreasing for −1 < x < 2, increasing for *x* > 2.
-3-2-1123-100-5050100xyy = (x²−1)/(x−2)(-1, 0)(1, 0)(0, -0.5)
Oblique asymptote y = x + 2, vertical asymptote x = 2.

Step 8: Transformations of Graphs

Basic graphs can be transformed using shifts, stretches, and reflections.

Transformation Effect on Graph Example
Vertical shift Up by k: ( y = f(x) + k ) ( y = x^2 + 3 )
Down by k: ( y = f(x) - k ) ( y = x^2 - 2 )
Horizontal shift Right by h: ( y = f(x - h) ) ( y = (x - 1)^2 )
Left by h: ( y = f(x + h) ) ( y = (x + 2)^2 )
Vertical stretch Stretch by a: ( y = a f(x) ) ( y = 2x^2 )
Horizontal stretch Stretch by 1/a: ( y = f(ax) ) ( y = \sqrt{x/2} )
Reflection Over x-axis: ( y = -f(x) ) ( y = -x^2 )
Over y-axis: ( y = f(-x) ) ( y = (-x)^3 )
-2-1.5-1-0.50.511.522468xyy = x²Shift up by 2Shift right by 1
Transformations: vertical shift (y = x² + 2), horizontal shift (y = (x−1)²).

Common Mistakes to Avoid

  1. Ignoring domain restrictions: Forgetting to exclude values that make the denominator zero or the square root negative.
  2. Incorrect asymptotes: Misidentifying horizontal vs. oblique asymptotes.
  3. Skipping symmetry tests: Not checking if the function is even, odd, or periodic.
  4. Plotting too few points: Always verify critical points and intercepts.
  5. Forgetting transformations: Misapplying shifts, stretches, or reflections.

Exam Tip

The NEB exam tests curve sketching through:

  1. Short questions (5–10 marks): Sketch graphs of basic functions (e.g., ( y = \frac{1}{x} ), ( y = \sqrt{x} )).
  2. Long questions (15–20 marks): Sketch complex functions, identify asymptotes, intercepts, and critical points.
    • Always label asymptotes, intercepts, and critical points.
    • Show all steps (domain, intercepts, asymptotes, etc.).
    • Use dashed lines for asymptotes.
    • Verify your sketch by testing points.

NEB-Style Questions

  1. Sketch the graph of ( y = \frac{x^2 - 4}{x - 1} ). Identify all asymptotes and intercepts.

    • Solution:
      • Domain: x ≠ 1.
      • x-intercepts: x = ±2.
      • y-intercept: y = −4.
      • Vertical asymptote: x = 1.
      • Oblique asymptote: y = x + 1 (after long division).
      • Sketch the curve, showing all features.
  2. Determine the symmetry and asymptotes of ( y = \frac{x^3 - x}{x^2 + 1} ).

    • Solution:
      • Symmetry: Odd function (since ( f(-x) = -f(x) )).
      • Asymptotes:
        • Horizontal: y = 0 (degree of numerator = degree of denominator).
        • No vertical asymptotes (denominator never zero).
  3. Sketch ( y = \sqrt{x - 2} + 1 ) and describe its transformations.

    • Solution:
      • Original graph: ( y = \sqrt{x} ).
      • Transformations:
        • Right shift by 2: ( \sqrt{x - 2} ).
        • Upward shift by 1: ( +1 ).
      • Domain: x ≥ 2.
      • Range: y ≥ 1.

Practice Problem: Sketch the graph of ( y = \frac{2x}{x^2 - 1} ). Identify:

  • Domain and range.
  • x- and y-intercepts.
  • Vertical and horizontal asymptotes.
  • Symmetry (if any).

Answer:

  1. Domain: x ≠ ±1.
  2. Intercepts:
    • x-intercept: x = 0 ⇒ (0, 0).
    • y-intercept: x = 0 ⇒ y = 0.
  3. Asymptotes:
    • Vertical: x = ±1.
    • Horizontal: y = 0 (since degree of numerator < denominator).
  4. Symmetry: Odd function (since ( f(-x) = -f(x) )).
-3-2-1123-40-30-20-1010203040xyy = 2x/(x²−1)(0, 0)
Odd function with vertical asymptotes at x = ±1 and horizontal asymptote at y = 0.

Based on the NEB +2 Science syllabus for Mathematics (Maths), unit 4.

Discussion

Loading…