Intercepts and Symmetry Notes for Graphs
Intercepts: x-intercepts and y-intercepts
Definitions
- X-intercepts: points where the graph crosses the x-axis (the horizontal axis). These occur where the y-value is zero: y = 0. Intercepts are written as ordered pairs (x, y) with y = 0, i.e., (x, 0).
- Y-intercepts: points where the graph crosses the y-axis (the vertical axis). These occur where the x-value is zero: x = 0. Intercepts are written as (0, y).
Example 1 (graph a): basic parabola y = f(x) with intercepts at (2, 0) and (-2, 0); y-intercept at (0, -4).
- X-intercepts: (2, 0) and (-2, 0).
- Y-intercept: (0, -4).
- Note on notation: online homework expects precise ordered-pair format, e.g., writing the answer as (2,0) and (-2,0) rather than just 2, 0. If you write just “2, 0” it may be marked wrong by MyLab; use the parentheses and comma.
Example 2 (graph b): intercepts for a graph with trigonometric/irrational x-values
- X-intercepts: x = (\dfrac{\pi}{2}) and x = (-\dfrac{\pi}{2}); therefore the intercepts are ((\dfrac{\pi}{2}), 0) and ((-\dfrac{\pi}{2}), 0).
- Y-intercept: when x = 0, y = 1, so (0, 1).
- Note: (\pi/2) is an irrational number; it can be left as (\dfrac{\pi}{2}) for an exact answer. You may approximate decimal values for visualization (≈ 1.5708), but exact forms are preferred when solving symbolically.
Quick procedure to find x-intercepts (set y = 0)
- Start from the equation of the graph: y = f(x).
- Let y = 0 and solve: 0 = f(x).
- Solve using available methods: factoring, quadratic formula, or square-root method after isolating terms.
- Example pathway for a simple quadratic: if f(x) = x^2 - 4, then 0 = x^2 - 4 ⇒ x^2 = 4 ⇒ x = ±2, giving x-intercepts (±2, 0).
- If solving via the square-root method (after isolating a squared term), you might add a constant to both sides and then take square roots to obtain both positive and negative roots.
Quick procedure to find y-intercepts (set x = 0)
- Set x = 0 in the graph’s equation: y = f(0).
- The resulting y-value gives the y-intercept (0, f(0)).
- Example: for f(x) = x^2 - 4, f(0) = -4, so y-intercept is (0, -4).
Symmetry about axes and the origin
Definitions of symmetry
- X-axis symmetry: if a point (x, y) lies on the graph and the graph is symmetric about the x-axis, then the reflected point (x, -y) also lies on the graph.
- Y-axis symmetry: if a point (x, y) lies on the graph and the graph is symmetric about the y-axis, then the reflected point (-x, y) also lies on the graph.
- Origin symmetry: if a point (x, y) lies on the graph and the graph is symmetric about the origin, then the reflected point (-x, -y) also lies on the graph.
Visual intuition
- X-axis symmetry mirrors across the horizontal axis (top↔bottom).
- Y-axis symmetry mirrors across the vertical axis (left↔right).
- Origin symmetry mirrors through the point (0,0) (diagonal reflection).
Example: testing symmetry rules from a plotted point
- If a point (x, y) is on the graph and the graph is symmetric about the x-axis, then the point (x, -y) should also be on the graph.
- If a point (x, y) is on the graph and the graph is symmetric about the y-axis, then the point (-x, y) should also be on the graph.
- If a point (x, y) is on the graph and the graph has origin symmetry, then the point (-x, -y) should also be on the graph.
Example 1: symmetry from a given graph (x-axis symmetry)
- Suppose the graph contains the point (0, 2). If it has x-axis symmetry, then (0, -2) should also lie on the graph.
- If (5, 3) is on the graph and the graph has x-axis symmetry, then (5, -3) should also be on the graph.
Example 2: symmetry from a given graph (y-axis symmetry)
- If (-2, 3) is on the graph and the graph has y-axis symmetry, then (2, 3) should also be on the graph.
Example 3: symmetry from a given graph (origin symmetry)
- If (-a, -b) is on the graph and the graph has origin symmetry, then (a, b) should also be on the graph.
Practical test strategy (how to determine symmetry from a graph you’re given)
- Step 1: Find a point on the graph by choosing an x-value and solving for y (or reading off a point).
- Step 2: Test for x-axis symmetry by replacing y with -y and checking whether the resulting point satisfies the graph’s equation.
- Step 3: Test for y-axis symmetry by replacing x with -x and checking the resulting point.
- Step 4: Test for origin symmetry by replacing x with -x and y with -y, and checking whether the resulting point satisfies the graph’s equation.
- If a reflected point does not lie on the graph, that particular symmetry does not hold.
Worked example: graph with equation y^2 = x + 9
- Pick a point on the graph: choose x = 7. Then y^2 = 7 + 9 = 16, so y = ±4. Points on the graph include (7, 4) and (7, -4).
- Check x-axis symmetry: since (7, 4) is on the graph and (7, -4) is also on the graph (substitute into the equation to verify: (-4)^2 = 7 + 9 ⇒ 16 = 16), the graph has x-axis symmetry.
- Check y-axis symmetry: test the reflected point (-7, 4). Substitute: 4^2 = (-7) + 9 ⇒ 16 = 2, which is false. Thus no y-axis symmetry.
- Check origin symmetry: test the reflected point (-7, -4). Substitute: (-4)^2 = (-7) + 9 ⇒ 16 = 2, false. Thus no origin symmetry.
- Conclusion: y^2 = x + 9 has x-axis symmetry only.
- Additional notes: the graph is a sideways parabola opening to the right, with the vertex at (-9, 0). The x-intercept occurs where y = 0: 0 = x + 9 ⇒ x = -9, so the x-intercept is (-9, 0).
Quick recap on notation and estimation practices
- Always use ordered pairs for intercepts: (x, 0) for x-intercepts and (0, y) for y-intercepts.
- When a graph involves irrationals or π, keep exact forms when possible (e.g., ((\pi/2), 0) rather than decimal approximations).
- If the problem specifies a particular form for answers (e.g., exact vs decimal), follow those instructions to avoid being marked incorrect.
Real-world relevance and connections
- Intercepts anchor the graph to the axes and provide essential starting points for graph sketching and understanding function behavior.
- Symmetry properties help predict the shape of a graph without full plotting, reducing computation and improving intuition about functions and conic sections.
- Understanding intercepts and symmetry connects algebraic solving with geometric interpretation, a foundational concept in calculus and analytic geometry.