Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Curve Tracing (Asymptotes, Symmetry, Intercepts, Increasing/Decreasing Nature) – IIT JEE Guide
Source: https://www.fatskills.com/iit-jee-math/chapter/how-to-solve-curve-tracing-asymptotes-symmetry-intercepts-increasingdecreasing-nature-iit-jee-guide

How to Solve: Curve Tracing (Asymptotes, Symmetry, Intercepts, Increasing/Decreasing Nature) – IIT JEE Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~8 min read

How to Solve: Curve Tracing (Asymptotes, Symmetry, Intercepts, Increasing/Decreasing Nature) – IIT JEE Guide

Introduction Mastering curve tracing lets you predict the exact shape of a graph in under 2 minutes—saving 10+ marks in IIT JEE (Main + Advanced) on questions where others guess or skip. Whether it’s rational functions, trigonometric curves, or parametric equations, this skill turns abstract algebra into a visual cheat sheet for limits, maxima, and area calculations.


What You Need To Know First

  1. Limits & Continuity – How to find horizontal/vertical asymptotes using limits.
  2. Differentiation – First and second derivatives to determine increasing/decreasing nature and concavity.
  3. Basic Graphs – Shapes of standard functions (e.g., ( y = x^2 ), ( y = \frac{1}{x} ), ( y = \sin x )).

Key Vocabulary

Term Plain-English Definition Quick Example
Asymptote A line the curve approaches but never touches. ( y = 0 ) is a horizontal asymptote for ( y = \frac{1}{x} ).
Symmetry (Even/Odd) Even: Mirror image across y-axis. Odd: Rotational symmetry. ( y = x^2 ) (even), ( y = x^3 ) (odd).
Intercept Points where the curve crosses the x- or y-axis. ( y = x^2 - 1 ) has x-intercepts at ( x = \pm 1 ).
Critical Point Where the derivative is zero or undefined. ( y = x^3 ) has a critical point at ( x = 0 ).
Inflection Point Where the curve changes concavity. ( y = x^3 ) has an inflection point at ( x = 0 ).
Domain All x-values where the function is defined. ( y = \frac{1}{x} ) has domain ( x \neq 0 ).

Formulas To Know

  1. Vertical Asymptotes
  2. Formula: Solve ( \text{Denominator} = 0 ) (for rational functions).
  3. Variables: ( f(x) = \frac{P(x)}{Q(x)} ), ( Q(x) = 0 ) gives vertical asymptotes.
  4. MEMORISE THIS

  5. Horizontal Asymptotes

  6. Formula:
    • If ( \lim_{x \to \pm \infty} \frac{P(x)}{Q(x)} = L ), then ( y = L ) is a horizontal asymptote.
    • If degree of ( P(x) < ) degree of ( Q(x) ), ( y = 0 ).
    • If degree of ( P(x) = ) degree of ( Q(x) ), ( y = \frac{\text{Leading coefficient of } P}{\text{Leading coefficient of } Q} ).
  7. MEMORISE THIS

  8. Slant (Oblique) Asymptotes

  9. Formula: If degree of ( P(x) = ) degree of ( Q(x) + 1 ), perform polynomial long division.
  10. MEMORISE THIS

  11. First Derivative Test (Increasing/Decreasing)

  12. Formula: ( f'(x) > 0 ) → Increasing, ( f'(x) < 0 ) → Decreasing.
  13. MEMORISE THIS

  14. Second Derivative Test (Concavity)

  15. Formula: ( f''(x) > 0 ) → Concave up, ( f''(x) < 0 ) → Concave down.
  16. MEMORISE THIS

  17. Symmetry Tests

  18. Even Function: ( f(-x) = f(x) ) → Symmetric about y-axis.
  19. Odd Function: ( f(-x) = -f(x) ) → Symmetric about origin.
  20. MEMORISE THIS

Step-by-Step Method

Step 1: Find the Domain

  • Identify all x-values where the function is undefined (e.g., division by zero, square roots of negatives).
  • Example: For ( y = \frac{1}{x-2} ), domain is ( x \neq 2 ).

Step 2: Check for Symmetry

  • Even? Compute ( f(-x) ). If ( f(-x) = f(x) ), it’s even.
  • Odd? Compute ( f(-x) ). If ( f(-x) = -f(x) ), it’s odd.
  • Neither? No symmetry.

Step 3: Find Intercepts

  • Y-intercept: Set ( x = 0 ). Solve for ( y ).
  • X-intercepts: Set ( y = 0 ). Solve for ( x ).

Step 4: Find Asymptotes

  • Vertical Asymptotes: Solve denominator = 0 (for rational functions).
  • Horizontal Asymptotes: Take ( \lim_{x \to \pm \infty} f(x) ).
  • Slant Asymptotes: If degree of numerator = degree of denominator + 1, perform long division.

Step 5: Find Critical Points & Increasing/Decreasing Nature

  • Compute ( f'(x) ).
  • Solve ( f'(x) = 0 ) or ( f'(x) ) undefined → Critical points.
  • Test intervals around critical points to determine increasing/decreasing.

Step 6: Find Inflection Points & Concavity

  • Compute ( f''(x) ).
  • Solve ( f''(x) = 0 ) or ( f''(x) ) undefined → Potential inflection points.
  • Test intervals around these points to determine concavity.

Step 7: Sketch the Curve

  • Plot intercepts, asymptotes, critical points, and inflection points.
  • Use increasing/decreasing and concavity to draw the shape.

Worked Examples

Example 1 – Basic: ( y = \frac{x^2 - 1}{x^2 - 4} )

Step 1: Domain - Denominator ( x^2 - 4 = 0 ) → ( x = \pm 2 ). - Domain: ( x \neq \pm 2 ).

Step 2: Symmetry - ( f(-x) = \frac{(-x)^2 - 1}{(-x)^2 - 4} = \frac{x^2 - 1}{x^2 - 4} = f(x) ). - Even function → Symmetric about y-axis.

Step 3: Intercepts - Y-intercept: ( x = 0 ) → ( y = \frac{-1}{-4} = \frac{1}{4} ). - X-intercepts: ( y = 0 ) → ( x^2 - 1 = 0 ) → ( x = \pm 1 ).

Step 4: Asymptotes - Vertical: ( x^2 - 4 = 0 ) → ( x = \pm 2 ). - Horizontal: ( \lim_{x \to \pm \infty} \frac{x^2 - 1}{x^2 - 4} = 1 ) → ( y = 1 ).

Step 5: Critical Points & Increasing/Decreasing - ( f'(x) = \frac{(2x)(x^2 - 4) - (x^2 - 1)(2x)}{(x^2 - 4)^2} = \frac{-6x}{(x^2 - 4)^2} ). - ( f'(x) = 0 ) → ( x = 0 ). - Test intervals: - ( x < -2 ): ( f'(-3) = \frac{18}{25} > 0 ) → Increasing. - ( -2 < x < 0 ): ( f'(-1) = \frac{6}{9} > 0 ) → Increasing. - ( 0 < x < 2 ): ( f'(1) = \frac{-6}{9} < 0 ) → Decreasing. - ( x > 2 ): ( f'(3) = \frac{-18}{25} < 0 ) → Decreasing.

Step 6: Inflection Points & Concavity - ( f''(x) = \frac{18(x^2 + 4)}{(x^2 - 4)^3} ). - ( f''(x) = 0 ) → No real solutions. - Test concavity: - ( x < -2 ): ( f''(-3) = \frac{18(13)}{(-5)^3} < 0 ) → Concave down. - ( -2 < x < 2 ): ( f''(0) = \frac{72}{-64} < 0 ) → Concave down. - ( x > 2 ): ( f''(3) = \frac{18(13)}{5^3} > 0 ) → Concave up.

Step 7: Sketch - Plot intercepts at ( (0, 0.25) ), ( (1, 0) ), ( (-1, 0) ). - Draw vertical asymptotes at ( x = \pm 2 ). - Draw horizontal asymptote at ( y = 1 ). - Curve increases until ( x = 0 ), then decreases. - Concave down everywhere except ( x > 2 ).

What we did and why: We systematically checked domain, symmetry, intercepts, asymptotes, derivatives, and concavity to sketch the curve without plotting points. This method works for any rational function in IIT JEE.


Example 2 – Medium: ( y = \frac{x^2 + 1}{x - 1} )

Step 1: Domain - Denominator ( x - 1 = 0 ) → ( x = 1 ). - Domain: ( x \neq 1 ).

Step 2: Symmetry - ( f(-x) = \frac{x^2 + 1}{-x - 1} \neq f(x) ) or ( -f(x) ). - No symmetry.

Step 3: Intercepts - Y-intercept: ( x = 0 ) → ( y = -1 ). - X-intercepts: ( y = 0 ) → ( x^2 + 1 = 0 ) → No real solutions.

Step 4: Asymptotes - Vertical: ( x = 1 ). - Slant: Degree of numerator (2) = degree of denominator (1) + 1 → Perform long division. - ( \frac{x^2 + 1}{x - 1} = x + 1 + \frac{2}{x - 1} ). - Slant asymptote: ( y = x + 1 ).

Step 5: Critical Points & Increasing/Decreasing - ( f'(x) = \frac{(2x)(x - 1) - (x^2 + 1)(1)}{(x - 1)^2} = \frac{x^2 - 2x - 1}{(x - 1)^2} ). - ( f'(x) = 0 ) → ( x^2 - 2x - 1 = 0 ) → ( x = 1 \pm \sqrt{2} ). - Test intervals: - ( x < 1 - \sqrt{2} ): ( f'(0) = -1 < 0 ) → Decreasing. - ( 1 - \sqrt{2} < x < 1 ): ( f'(0.5) = \frac{-1.75}{0.25} < 0 ) → Decreasing. - ( 1 < x < 1 + \sqrt{2} ): ( f'(2) = \frac{-1}{1} < 0 ) → Decreasing. - ( x > 1 + \sqrt{2} ): ( f'(3) = \frac{2}{4} > 0 ) → Increasing.

Step 6: Inflection Points & Concavity - ( f''(x) = \frac{(2x - 2)(x - 1)^2 - (x^2 - 2x - 1)(2)(x - 1)}{(x - 1)^4} = \frac{4}{(x - 1)^3} ). - ( f''(x) = 0 ) → No solutions. - Test concavity: - ( x < 1 ): ( f''(0) = -4 < 0 ) → Concave down. - ( x > 1 ): ( f''(2) = 4 > 0 ) → Concave up.

Step 7: Sketch - Plot y-intercept at ( (0, -1) ). - Draw vertical asymptote at ( x = 1 ). - Draw slant asymptote ( y = x + 1 ). - Curve decreases everywhere except ( x > 1 + \sqrt{2} ). - Concave down for ( x < 1 ), concave up for ( x > 1 ).

What we did and why: We handled a slant asymptote (common in IIT JEE) and no x-intercepts, showing how to adapt the method for different cases.


Example 3 – Exam-Style: ( y = \frac{x^3}{x^2 - 1} )

Step 1: Domain - Denominator ( x^2 - 1 = 0 ) → ( x = \pm 1 ). - Domain: ( x \neq \pm 1 ).

Step 2: Symmetry - ( f(-x) = \frac{-x^3}{x^2 - 1} = -f(x) ). - Odd function → Symmetric about origin.


Step 3: Intercepts - Y-intercept: ( x = 0 ) → ( y = 0 ). - X-intercepts: ( y = 0 ) → ( x^3 = 0 ) → ( x = 0 ).

Step 4: Asymptotes - Vertical: ( x = \pm 1 ). - Slant: Degree of numerator (3) = degree of denominator (2) + 1 → Perform long division. - ( \frac{x^3}{x^2 - 1} = x + \frac{x}{x^2 - 1} ). - Slant asymptote: ( y = x ).

Step 5: Critical Points & Increasing/Decreasing - ( f'(x) = \frac{3x^2(x^2 - 1) - x^3(2x)}{(x^2 - 1)^2} = \frac{x^4 - 3x^2}{(x^2 - 1)^2} ). - ( f'(x) = 0 ) → ( x^2(x^2 - 3) = 0 ) → ( x = 0, \pm \sqrt{3} ). - Test intervals: - ( x < - \sqrt{3} ): ( f'(-2) = \frac{16 - 12}{9} > 0 ) → Increasing. - ( -\sqrt{3} < x < -1 ): ( f'(-1.5) = \frac{5.0625 - 6.75}{0.5625} < 0 ) → Decreasing. - ( -1 < x < 0 ): ( f'(-0.5) = \frac{0.0625 - 0.75}{0.5625} < 0 ) → Decreasing. - ( 0 < x < 1 ): ( f'(0.5) = \frac{0.0625 - 0.75}{0.5625} < 0 ) → Decreasing. - ( 1 < x < \sqrt{3} ): ( f'(1.5) = \frac{5.0625 - 6.75}{0.5625} < 0 ) → Decreasing. - ( x > \sqrt{3} ): ( f'(2) = \frac{16 - 12}{9} > 0 ) → Increasing.

Step 6: Inflection Points & Concavity - ( f''(x) = \frac{(4x^3 - 6x)(x^2 - 1)^2 - (x^4 - 3x^2)(2)(x^2 - 1)(2x)}{(x^2 - 1)^4} = \frac{2x(x^2 + 3)}{(x^2 - 1)^3} ). - ( f''(x) = 0 ) → ( x = 0 ). - Test concavity: - ( x < -1 ): ( f''(-2) = \frac{-4(7)}{-27} > 0 ) → Concave up. - ( -1 < x < 0 ): ( f''(-0.5) = \frac{-1(3.25)}{-0.875} > 0 ) → Concave up. - ( 0 < x < 1 ): ( f''(0.5) = \frac{1(3.25)}{-0.875} < 0 ) → Concave down. - ( x > 1 ): ( f''(2) = \frac{4(7)}{27} > 0 ) → Concave up.

Step 7: Sketch - Plot intercept at ( (0, 0) ). - Draw vertical asymptotes at ( x = \pm 1 ). - Draw slant asymptote ( y = x ). - Curve increases for ( x < -\sqrt{3} ) and ( x > \sqrt{3} ), decreases elsewhere. - Inflection point at ( x = 0 ).

What we did and why: This is a classic IIT JEE problem—odd symmetry, slant asymptote, and multiple critical points. We prioritized efficiency by using symmetry to reduce calculations.


Common Mistakes

Mistake Why it Happens Correct Approach
Forgetting domain restrictions Students focus on asymptotes but miss holes. Always find domain first before asymptotes.
Misidentifying slant asymptotes Confusing degree conditions. Slant asymptote exists only if numerator degree = denominator degree + 1.
Ignoring symmetry Skipping ( f(-x) ) check. Always test for even/odd symmetry—saves time!
Incorrect derivative signs Arithmetic errors in ( f'(x) ). Double-check using test points.
Plotting intercepts wrong Solving ( y = 0 ) incorrectly. Factor numerator fully before solving.

Exam Traps

Trap How to Spot it How to Avoid it
Hidden holes in the graph Function simplifies (e.g., ( \frac{x^2 - 1}{x - 1} )). Factor numerator and denominator—if terms cancel, there’s a hole, not an asymptote.
Multiple asymptotes Rational function with repeated roots. Check all roots of the denominator, even if repeated.
Disguised symmetry Function looks asymmetric but isn’t. Always compute ( f(-x) )—even if it seems obvious.

1-Minute Recap (Night Before Exam)

"Listen up—this is your 60-second curve tracing cheat sheet for IIT JEE: 1. Domain first—find where the function breaks (denominator = 0, square roots of negatives). 2. Symmetry? Plug in ( -x ). Even? Mirror over y-axis. Odd? Rotate 180°. 3. Intercepts—y-intercept at ( x = 0 ), x-intercepts at ( y = 0 ). 4. Asymptotes—vertical where denominator = 0, horizontal/slant via limits or long division. 5. Derivatives—( f'(x) ) for increasing/decreasing, ( f''(x) ) for concavity. 6. Sketch—plot intercepts, asymptotes, critical points, then connect the dots using the signs of ( f' ) and ( f'' ).

Pro tip: If the function is odd, you only need to sketch ( x \geq 0 ) and mirror it. Even? Reflect over the y-axis. No symmetry? Do the full work—but save time where you can.

Now go ace that graph! ?"


⚡ Recently practiced quizzes in this class

ADVERTISEMENT