📈 Graph Key Features
Graph key features are the specific, important points and characteristics of a graph that tell us its story. Identifying them helps us understand the behavior of functions and relationships between variables, which is essential in algebra and beyond.
Step-by-Step Guide
- Find the Y-Intercept: Where does the graph cross the y-axis? Set x=0 and solve for y.
- Find the X-Intercepts (Zeros/Roots): Where does the graph cross the x-axis? Set y=0 and solve for x.
- Find the Vertex: For a parabola, this is the highest or lowest point. Use the formula x = -b/(2a) for a quadratic in the form y=ax²+bx+c.
- Determine the Axis of Symmetry: The vertical line that splits the parabola into mirror images (it goes through the vertex!).
- Check the Direction: Does the parabola open upwards (like a 'U') or downwards (like an 'n')? Look at the sign of the 'a' coefficient.
Visual Examples
Example 1: y = x² - 4
- Y-Intercept: Set x=0. y = (0)² - 4 = -4. Point: (0, -4)
- X-Intercepts: Set y=0. 0 = x² - 4 → x²=4 → x=2, -2. Points: (2, 0) and (-2, 0)
- Vertex: a=1, b=0. x = -0/(2*1) = 0. Plug in x=0: y=-4. Vertex: (0, -4)
- Axis of Symmetry: x = 0 (the y-axis!)
- Direction: a=1 (positive), so it opens upwards.
Example 2: y = -x² + 2x + 3
- Y-Intercept: (0, 3)
- X-Intercepts: 0 = -x² + 2x + 3 → 0 = -(x² - 2x - 3) → 0 = -(x-3)(x+1). So, x=3 and x=-1. Points: (3, 0) and (-1, 0)
- Vertex: x = -2/(2*(-1)) = 1. Plug in x=1: y = -(1)² + 2(1) + 3 = 4. Vertex: (1, 4)
- Axis of Symmetry: x = 1
- Direction: a=-1 (negative), so it opens downwards.
⚠️ Common Mistakes
- Mixing up x and y-intercepts: Remember, the x-intercept has a y-value of 0. The y-intercept has an x-value of 0.
- Vertex Formula Error: The formula is x = -b/(2a). Forgetting the negative sign is a common error.
- Direction Confusion: If 'a' is positive, the graph opens UP. If 'a' is negative, it opens DOWN. Think: "Positive is happy (U), negative is sad (n)."
💡 Tips & Tricks
- ROXS: Remember "Roots (x-intercepts) are on the X-axis." This helps you remember which coordinate is zero.
- Sketch it! Even a rough sketch after finding a few points can help you visualize all the key features and check your work.
- Vertex Shortcut: The x-coordinate of the vertex is always the average of the two x-intercepts! (For Example 2: (-1 + 3)/2 = 1).
Practice Suggestions
Start simple! Grab a quadratic equation, list out the steps, and find all five key features. Use online graphing tools like Desmos to check your answers instantly. Try creating your own equations with specific intercepts or vertices and see if you can graph them correctly.