Fact-checked by Grok 2 weeks ago

Graph of a function

In , the graph of a function f is defined as the set of all ordered pairs (x, f(x)) in the Cartesian plane, where x ranges over the of f. This representation visually depicts the relationship between input values (typically along the horizontal axis) and corresponding output values (along the vertical axis), ensuring each x-value maps to exactly one y-value. The graph serves as a special case of a between two sets, distinguished by the function's single-valued property. To construct the graph of a function, one selects values from the , computes the corresponding outputs using the function's rule, plots these points, and connects them appropriately—often with a smooth for continuous functions. A key diagnostic tool is the , which confirms whether a given represents a function: if every vertical line intersects the at most once, it qualifies as the graph of a function; multiple intersections indicate a but not a function. Properties such as the (all x-coordinates on the ), range (all y-coordinates), intercepts, , and asymptotic behavior can be analyzed directly from the . Graphs of functions are indispensable in pure and applied mathematics, enabling visualization of complex relationships that tables or formulas alone cannot convey as intuitively. They facilitate the study of function behavior, such as increasing/decreasing intervals and extrema, and are widely used in fields like physics to model motion, to represent supply-demand curves, and to simulate systems. In computational contexts, graphing tools and software further enhance by handling intricate or piecewise-defined functions.

Core Concepts

Formal Definition

In mathematics, the graph of a function f: X \to Y, where X and Y are sets, is formally defined as the set G(f) = \{(x, f(x)) \mid x \in X\} of all ordered pairs consisting of an element from the domain and its image under f, regarded as a subset of the Cartesian product X \times Y. This set-theoretic construction identifies the graph as the precise collection of input-output associations that characterize the function itself. A distinction arises between total functions, where the domain X is fully specified and every element of X is mapped to an element in Y, and partial functions, where the domain is a proper of some ambient set and the graph includes ordered pairs only for those elements on which f is defined. In , the of either type serves as a —a of X \times Y—with the functional property that each x \in X (or the effective for partial cases) appears in at most one , ensuring uniqueness of outputs. This relational view underpins the foundational role of in equating functions with their extensional behavior. The structure of the graph allows detection of key properties such as injectivity, surjectivity, and bijectivity. For functions from \mathbb{R} to \mathbb{R}, injectivity holds if no horizontal line intersects the graph more than once (horizontal line test), surjectivity if the projection of the graph onto the codomain covers all of \mathbb{R}, and bijectivity if both conditions are satisfied alongside the graph representing a function. In the specific case of graphs in \mathbb{R}^2, the vertical line test verifies that the relation is a function by ensuring no vertical line intersects the graph more than once. For real-valued functions, this ambient space is the Cartesian plane.

Geometric Interpretation

The geometric interpretation of the of a provides a visual bridge from its formal set-theoretic definition—where the is the set of ordered pairs (x, f(x))—to its embedding in coordinate space as a geometric object. For a single-variable real-valued f: D \subseteq \mathbb{R} \to \mathbb{R}, the is represented as a in the Cartesian plane, consisting of all points (x, y) where y = f(x) and x lies in the D. The horizontal axis corresponds to the values, while the vertical axis represents the values, allowing the to illustrate how inputs to outputs across the real line. For functions of two real variables, such as f: D \subseteq \mathbb{R}^2 \to \mathbb{R}, the graph extends to a surface in , where points (x, y, z) satisfy z = f(x, y) with (x, y) in the . This surface visualization captures the function's behavior over a planar , with the xy- serving as the base for inputs and the z-axis for outputs, enabling analysis of variations like peaks, valleys, and saddles. In the case of complex-valued functions, such as f: \mathbb{[R](/page/R)} \to \mathbb{C}, the graph is interpreted in three-dimensional space as a space curve parametrized by (t, \operatorname{Re} f(t), \operatorname{Im} f(t)) for real parameter t. This representation places the input along one axis and the real and imaginary components of the output along the other two axes. The of an f^{-1}, when it exists, is the of the original across the line y = x in the . This geometric property holds because inverting swaps inputs and outputs, mirroring points (a, b) to (b, a). For real-valued functions on an , the inverse exists if the function is bijective, which is ensured by conditions such as strict monotonicity (either increasing or decreasing) and , guaranteeing a ./01%3A_Functions_and_Limits/1.07%3A_Inverse_Functions)

Single-Variable Graphs

Plotting Techniques

Plotting the graph of a single-variable function involves a systematic process to visualize the relationship between input values x and output values f(x) in the Cartesian plane. Begin by selecting a set of points within the function's domain, typically evenly spaced intervals to capture the function's behavior over a relevant range. For each selected x, compute the corresponding y = f(x) value using the function's formula. Mark these points as ordered pairs (x, f(x)) on the coordinate plane, ensuring the horizontal axis scales appropriately for the domain and the vertical axis for the range. Finally, connect the points with a smooth curve for continuous functions or straight lines for linear ones, approximating the graph's shape based on the function's known properties. To handle discontinuities during plotting, identify points where the function is undefined or exhibits jumps, such as in rational functions where the denominator equals zero. For removable discontinuities (holes), plot an open circle at the location to indicate the point is excluded from the . For jump discontinuities, use open circles at the left and right limits to show the break, preventing the connecting line from crossing the gap. This notation ensures the accurately reflects the function's restrictions without implying at those points. Asymptotes are essential features to identify and sketch during the plotting process, as they guide the graph's long-term behavior. Vertical asymptotes occur where the function approaches infinity as x nears a finite value, often due to division by zero; sketch these as dashed vertical lines at the identified x-values. Horizontal asymptotes represent limits as x approaches positive or negative infinity, drawn as dashed horizontal lines at the corresponding y-values. Oblique (slant) asymptotes, which are linear, arise when the function's degree in the numerator exceeds the denominator by one; compute and sketch them as dashed lines to show the graph's approach at infinity. Always verify the graph's approach to these lines without crossing vertical ones. Tables of values provide a structured way to generate initial points for plotting, especially for non-linear functions. Construct a table with columns for x and f(x), selecting inputs that include critical points like intercepts or domain boundaries, then calculate outputs systematically. This tabular approach facilitates error-checking and ensures comprehensive coverage of the function's variation. For smoother sketches between sparse points, apply linear interpolation, which estimates intermediate values using the straight-line formula between two known points (x_1, y_1) and (x_2, y_2): y = y_1 + \frac{y_2 - y_1}{x_2 - x_1}(x - x_1). This piecewise linear approximation aids hand-plotting but should be refined with more points for accuracy.

Key Features

In the graph of a single-variable f(x), intercepts are points where the crosses the coordinate axes, providing initial insights into the function's behavior. The x-intercept occurs where f(x) = 0, representing or zeros of the function, which can be found by solving f(x) = 0. These points indicate values of x for which the output is zero, often marking or changes in the function. The y-intercept, located at (0, f(0)), reveals the function's value at the and is directly computed by substituting x = 0 into the function. Extrema, or turning points, are critical features that highlight local maxima and minima on the graph. A local maximum exists at x = c if f'(c) = 0 and the first changes from positive to negative around c, indicating a where the shifts from increasing to decreasing. Similarly, a local minimum occurs if f'(c) = 0 and f' changes from negative to positive, marking a . Inflection points, where the concavity changes, are identified when f''(x) = 0 and the second switches sign, altering the curve's bending direction from concave up to concave down or vice versa. These points, distinct from extrema, help delineate regions of varying without necessarily being turning points. Monotonicity describes intervals where the function consistently increases or decreases, determined through sign analysis of the . If f'(x) > 0 on an open interval, the function is increasing (monotonic rising), meaning higher x-values yield higher f(x)-values. Conversely, f'(x) < 0 indicates a decreasing (monotonic falling) interval. Sign charts, plotting the 's sign across critical points, reveal these intervals, aiding in sketching the graph's overall trend. End behavior examines the graph's tendency as x approaches positive or negative infinity, crucial for understanding long-term trends. For rational functions, horizontal asymptotes arise if \lim_{x \to \infty} f(x) = L or \lim_{x \to -\infty} f(x) = L, where L is a finite constant, showing the graph approaching a horizontal line. Polynomials exhibit unbounded growth or decay based on the leading term's degree and sign: even-degree polynomials with positive leading coefficients rise to \infty on both ends, while odd-degree ones diverge oppositely. These limits guide the placement of asymptotes or the direction of tails in graphical representations.

Multivariable Graphs

Two-Variable Surfaces

The graph of a function f: \mathbb{R}^2 \to \mathbb{R} is the set of points (x, y, f(x,y)) in \mathbb{R}^3, forming a surface in three-dimensional space. This surface represents the geometric visualization of how the output value z = f(x,y) varies with the inputs x and y. Unlike single-variable functions, which produce curves in the plane, these surfaces capture the interaction between two independent variables, often requiring 3D plotting tools for accurate representation. Level curves, also known as contour lines, are the curves in the xy-plane where f(x,y) = c for a constant c, satisfying the equation f(x,y) - c = 0. These curves provide a two-dimensional projection of the surface, analogous to topographic maps where equal elevation lines indicate constant height. By plotting multiple level curves for different values of c, one can infer the surface's shape, such as hills or valleys, without full 3D rendering. The partial derivative \frac{\partial f}{\partial x} at a point (a,b) measures the slope of the surface along the trace where y = b is fixed, representing the instantaneous rate of change in the x-direction. Similarly, \frac{\partial f}{\partial y} gives the slope along the trace where x = a is fixed, capturing variation in the y-direction. The gradient vector \nabla f = \left( \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y} \right) points in the direction of steepest ascent on the surface, with its magnitude indicating the rate of that maximum increase. Common examples include the elliptic paraboloid z = x^2 + y^2, which opens upward from the origin like a bowl, with circular traces in planes of constant z and parabolic traces in the xz- and yz-planes. In contrast, the hyperbolic paraboloid z = xy, often called a saddle surface, has straight-line traces along the x- and y-axes at z = 0, but curves upward in the direction y = x (trace z = x^2) and downward along y = -x (trace z = -x^2), producing straight-line traces in planes of constant y or x. To sketch such surfaces, one identifies traces by slicing at constant x or y, yielding single-variable curves that assemble into the 3D form; for instance, fixing y = k in z = x^2 + y^2 gives the parabola z = x^2 + k^2. These traces, akin to cross-sections of single-variable graphs, aid in manual visualization.

Higher-Dimensional Representations

For a function f: \mathbb{R}^n \to \mathbb{R} with n > 2, the graph is defined as the hypersurface \Gamma_f = \{ (x_1, \dots, x_n, y) \in \mathbb{R}^{n+1} \mid y = f(x_1, \dots, x_n) \} embedded in \mathbb{R}^{n+1}. This representation generalizes the familiar surface in \mathbb{R}^3 for n=2, but direct visualization becomes infeasible beyond three dimensions due to human perceptual limits. To visualize such hypersurfaces, cross-sections are commonly employed by fixing all but two input variables to constant values, reducing the graph to a in a three-dimensional that can be plotted and analyzed. Alternatively, projections onto the \mathbb{R}^n or lower-dimensional subspaces involve optimizing the with respect to excess variables, yielding contour-like representations that reveal structural features such as extrema or saddles. These techniques build on three-dimensional surface visualizations by iteratively slicing higher-dimensional objects into interpretable lower-dimensional forms. For vector-valued functions \mathbf{f}: \mathbb{R}^k \to \mathbb{R}^m with k=1, the graph forms a curve in \mathbb{R}^{m+1}, traced by \mathbf{r}(t) = (t, \mathbf{f}(t)), allowing rendering as a space curve when m \leq 2. In higher-dimensional cases, forms extend this by embedding the graph as a manifold, though relies on similar reductions to curves or surfaces. Computational tools facilitate rendering of isosurfaces, defined as level sets \{ \mathbf{x} \in \mathbb{R}^n \mid f(\mathbf{x}) = c \} for constants c, which approximate the function's behavior in n-dimensions via algorithms like generalized marching simplices that extract piecewise linear approximations from data. Software such as or libraries implements these for interactive exploration, enabling of multiple isosurfaces to infer the hypersurface's topology without direct graphing.

Graphical Properties

Continuity and Smoothness

In the graphical representation of a function, manifests as a connected without breaks, such as jumps, , or vertical asymptotes, ensuring that the forms a single unbroken path across its . A f is at a point a if the \lim_{x \to a} f(x) exists and equals f(a), which visually corresponds to the approaching the point (a, f(a)) seamlessly from both sides. Discontinuities disrupt this connection: a removable discontinuity appears as an isolated where the exists but f(a) is or differs from the , allowing the to be made continuous by redefining the value at that point, as in f(x) = \frac{x^2 - 1}{x - 1} at x = 1. In contrast, essential discontinuities include jump discontinuities, where the left- and right-hand limits differ, creating a vertical gap in the , or infinite discontinuities, where the approaches , resulting in an that prevents a connected . Differentiability requires not only but also the existence of a line at each point, graphically indicated by a smooth curve without sharp corners or cusps. For instance, the function f(x) = |x| is continuous everywhere but not differentiable at x = 0, where the graph forms a sharp corner, as the left-hand is -1 and the right-hand is $1, preventing a unique line. Where the f'(a) exists, the graph locally resembles its line, providing a that aligns with the curve's direction and steepness at that point. Higher degrees of smoothness are captured by the class C^k functions, where the and its first k derivatives are all , resulting in progressively smoother graphs without abrupt changes in or higher-order behavior. Graphically, a C^1 function lacks corners in its own graph, while higher k ensures that the graphs of the derivatives up to order k also exhibit no discontinuities or sharp turns, avoiding "wiggles" that would indicate non- higher derivatives; for example, a C^3 function's graph appears visually smooth due to the continuity of its , which governs concavity. On compact domains, such as closed intervals, uniform continuity imposes additional graphical constraints by bounding the overall steepness of the graph, ensuring that the function cannot oscillate or rise too rapidly across the entire domain. Specifically, a on a compact set is , meaning for every , there exists a \delta > 0 independent of position such that points within \delta in the domain map to points within \epsilon in the , which visually limits the slope's variation and prevents steep escalations over small intervals. If the function is differentiable on such a domain with a bounded , this uniform continuity directly reflects a global cap on the graph's steepness, as the derivative's supremum norm provides the Lipschitz constant governing the maximum rate of change.

Transformations and Symmetry

Transformations of the graph of a function f(x) can be achieved through various operations that alter its position, size, or orientation without changing its fundamental shape. A vertical shift by k units upward is represented by the graph of f(x) + k, where k > 0, moving every point on the original graph vertically by k. Similarly, a horizontal shift by h units to the right corresponds to the graph of f(x - h), shifting points horizontally by h. Scaling transformations modify the 's dimensions. Vertical scaling by a factor of k > 0 stretches or compresses the vertically if k \neq 1, given by k f(x); for example, if k > 1, the stretches away from the x-axis. Horizontal by $1/k (with k > 0) affects the input, as in f(kx), compressing the toward the y-axis if k > 1. Reflections include vertical reflection over the x-axis via -f(x), flipping the upside down, and horizontal reflection over the y-axis via f(-x), mirroring it left-to-right. Symmetry in graphs reveals structural properties of the function. An even function satisfies f(-x) = f(x) for all x in its , exhibiting reflection symmetry over the y-axis; its graph is unchanged when reflected across this axis, as seen in f(x) = x^2. An odd function meets f(-x) = -f(x), showing rotational symmetry of 180 degrees about the ; rotating the graph halfway around the origin maps it onto itself, exemplified by f(x) = x^3. Periodic functions repeat their graph at regular intervals, with period p > 0 if f(x + p) = f(x) for all x, creating repeating motifs like waves in f(x) = \sin x, where p = 2\pi. The of a g(f(x)) combines transformations from both f and g, applied sequentially: first, the of f(x) is transformed by the input-output of g, then visualized as the output values plotted against x. For instance, if f(x) = x^2 and g(y) = \sqrt{y}, the of g(f(x)) = |x| reflects the parabola's right half over the y-axis. This allows visual prediction of the resulting shape from the individual graphs. In certain coordinate systems, graphs exhibit invariance under group actions, preserving their form under specific transformations. For polar plots, where points are specified by r and \theta, the graph of r = f(\theta) often displays , remaining invariant under by angles that map the function periodically; for example, roses like r = \cos(2\theta) are unchanged after a 180-degree rotation due to the even multiple of \theta. This invariance arises from the rotational group acting on the , highlighting symmetries not apparent in Cartesian coordinates.

References

  1. [1]
    [PDF] definition, notation A function is a rule (correspondence) that assigns ...
    The graph of a function is the set of all points (x, f(x)), where x belongs to the domain of f. A point (a,b) is on the graph of a function f, if and only if b ...
  2. [2]
    Review of Functions
    Given an algebraic formula for a function f , the graph of f is the set of points ( x , f ( x ) ) , where x is in the domain of f and f ( x ) is in the range.
  3. [3]
    Graphs of Functions - Department of Mathematics at UTSA
    Nov 3, 2021 · A graph of a function is a special case of a relation. In science, engineering, technology, finance, and other areas, graphs are tools used for many purposes.
  4. [4]
    [PDF] Section 2.1 Functions And Their Graphs - Dartmouth Mathematics
    It would be hard to overestimate the importance of graphs in studying functions; we will in fact spend much time in this course considering graphs. However ...
  5. [5]
    Graphs - SERC (Carleton)
    Jun 20, 2006 · Mathematical functions play an important role in the quantitative understanding of the world around us. Geoscientists use functions to model the ...
  6. [6]
    Algebra - Graphing and Functions - Pauls Online Math Notes
    Jun 6, 2018 · Chapter 3 covers graphing, including the coordinate system, lines, circles, and functions, including definition, notation, domain, range, and ...
  7. [7]
    graph of a function in nLab
    Jan 30, 2024 · The graph of a function f : X → Y f : X \to Y is the subset that f f “carves out” of the cartesian product X × Y X \times Y . 2. Definition.
  8. [8]
    Functions and Relations - CSC 208: Discrete Structures
    Note that a total function is one that is well-defined, i.e., "has an answer" every possible input. In contrast, a partial function may be undefined on some ...
  9. [9]
    [PDF] Chapter 2 Relations, Functions, Partial Functions
    However, sometimes, we say “total function” to stress that a function is indeed defined on all of its input domain. 4. Note that if a partial function f = A, G ...
  10. [10]
    9.1 Inverse functions
    Theorem 9.1. 5 (Horizontal line test) If f is a function defined on some subset of the real numbers, then f is injective if and only if every horizontal line ...Missing: via | Show results with:via
  11. [11]
    7.1 Definition of a Function
    Another way of representing a function is its graph. Instead of organizing the values in a table we consider them as elements of a Cartesian product. We give an ...
  12. [12]
  13. [13]
  14. [14]
    2-07 Asymptotes of Rational Functions
    The graphs of rational functions are characterized by asymptotes. Asymptotes are lines that the curve approaches at the edges of the coordinate plane.
  15. [15]
    Tutorial 40: Graphs of Rational Functions - West Texas A&M University
    Mar 18, 2011 · Note that your graph can cross over a horizontal or oblique asymptote, but it can NEVER cross over a vertical asymptote. notebook Example 7: ...
  16. [16]
    [PDF] Interpolation.pdf
    This piecewise linear approach to approximation of functions is the method used in graphing software to plot known analytical functions. The function is ...
  17. [17]
    1.1 Review of Functions - Calculus Volume 1 | OpenStax
    Mar 30, 2016 · Since a function has exactly one output for each input, the graph of a function can have, at most, one y y -intercept. If x = 0 x = 0 ...
  18. [18]
    First Derivative Test -- from Wolfram MathWorld
    1. If f^'(x)>0 on an open interval extending left from x_0 and f^'(x)<0 on an open interval extending right from x_0, then f(x) has a local maximum.Missing: definition | Show results with:definition
  19. [19]
    Inflection Point -- from Wolfram MathWorld
    is an inflection point. The first derivative test can sometimes distinguish inflection points from extrema for differentiable functions . The second derivative ...
  20. [20]
    Monotonic Function -- from Wolfram MathWorld
    A function is monotonic if its first derivative (which need not be continuous) does not change sign. The term monotonic may also be used to describe set ...<|control11|><|separator|>
  21. [21]
    4.6 Limits at Infinity and Asymptotes - Calculus Volume 1 | OpenStax
    Mar 30, 2016 · We begin by examining what it means for a function to have a finite limit at infinity. Then we study the idea of a function with an infinite ...
  22. [22]
    Cross sections of a surface - Math Insight
    If the surface is the graph of a function z=f(x,y), then by fixing the variable z to a single value z=c, one obtains a level curve of the function c=f(x,y).
  23. [23]
    Calculus III - Interpretations of Partial Derivatives
    Nov 16, 2022 · Partial derivatives are the slopes of traces. The partial derivative fx(a,b) f x ( a , b ) is the slope of the trace of f(x,y) f ( x , y ) for ...
  24. [24]
    The gradient vector | Multivariable calculus (article) - Khan Academy
    These gradient vectors— ∇ f ( x 0 , y 0 , … ) ... y 0 ) ‍ , points in the direction of steepest ascent. So, if you walk in the direction of the gradient ...
  25. [25]
  26. [26]
    Level sets - Ximera - The Ohio State University
    The graph of a function of three variables, is a surface in four-dimensional space. A surface in higher than three dimensions is often called a hypersurface.Missing: multivariable | Show results with:multivariable
  27. [27]
    Visualization of hypersurfaces and multivariable (objective ...
    Dec 1, 2004 · In this paper a method to generate such projections is proposed, requiring successive global minimizations and maximizations of the function ...
  28. [28]
    3.1 Vector-Valued Functions and Space Curves - Calculus Volume 3
    Mar 30, 2016 · When graphing a vector-valued function, we typically graph the vectors in the domain of the function in standard position, because doing so ...
  29. [29]
  30. [30]
    Continuous Function -- from Wolfram MathWorld
    The notion of continuity for a function in two variables is slightly trickier, as illustrated above by the plot of the function. z=(x^2-y^2)/(x^2. (4). This ...
  31. [31]
    Discontinuity -- from Wolfram MathWorld
    1. The simplest type is the so-called removable discontinuity. 2. A univariate function f may also have what's known as a jump discontinuity (not ...
  32. [32]
    CC Differentiability
    A function is differentiable at a point if it has a tangent line, is continuous, and looks like a line up close, without a corner or cusp.
  33. [33]
    Derivatives, Tangent Lines, and Rates of Change
    In fact, the requirement that a differentiable function have a tangent line at each point means that its graph has no "corners" --- all of the curves and turns ...Missing: graphical | Show results with:graphical
  34. [34]
    C^k Function -- from Wolfram MathWorld
    A C^k function has k continuous derivatives. C^k(X) specifies it on domain X. C^0 is continuous functions, C^1 is continuously differentiable.Missing: continuity | Show results with:continuity
  35. [35]
    Uniformly Continuous -- from Wolfram MathWorld
    A map f from a metric space M=(M,d) to a metric space N=(N,rho) is said to be uniformly continuous if for every epsilon>0, there exists a delta>0.
  36. [36]
    [PDF] Math 140B - Notes
    Jan 22, 2025 · Let f : I → R be continuous on an interval I and differentiable with bounded derivative on the interior I◦. Then f is uniformly continuous on I.Missing: steepness | Show results with:steepness
  37. [37]
    1.5 - Shifting, Reflecting, and Stretching Graphs
    Shifting moves a graph's location, scaling changes its size and shape, and reflection mirrors it about an axis. These are types of translations.
  38. [38]
    Identifying Transformations
    Vertical transformations change the y -values of the graph, and the formula changes on the outside of the function. · Horizontal transformations change the x - ...
  39. [39]
    MA2C Transformations of Functions
    Elementary transformations of a graph of a function include translation, scaling, and reflection. Vertical transformations are applied to the output of the ...
  40. [40]
    1.6 Transformations – Functions, Trigonometry, and Systems of ...
    ... shifts, reflections and scalings applied to the graph of a function f , we can always represent the final result in the form g(x) = a \, f(bx-h)+k . Each of ...
  41. [41]
    Even and Odd Functions - Ximera - The Ohio State University
    A function is even if and only if its graph is symmetric about the -axis. A function is odd if and only if its graph is symmetric about the origin.
  42. [42]
    [PDF] 22 Fourier series introduction: continued - MIT OpenCourseWare
    A function is an even function if 𝑓(−𝑡) = 𝑓(𝑡) for all 𝑡. • The graph of an even function is symmetric about the 𝑦-axis. 𝑥. 𝑥. 𝑥. 𝑡.
  43. [43]
    Periodic Function - Department of Mathematics at UTSA
    Oct 30, 2021 · Geometrically, a periodic function can be defined as a function whose graph exhibits translational symmetry, i.e. a function f is periodic with ...Missing: motifs | Show results with:motifs
  44. [44]
    Section 2.1: Composition of Functions
    Given a composite function and graphs of its individual functions, evaluate it using the information provided by the graphs. Locate the given input to the inner ...
  45. [45]
    [PDF] 9 Transformations and Composition - Mathematics
    9 Transformations and Composition. Concepts: • Graphs of functions. • Sketching graphs of functions. • Applying transformations to the graph of a function.
  46. [46]
    [PDF] Graphing Polar Equations
    Nov 7, 2012 · Symmetry in Polar Graphs. A graph is symmetrical with respect to the x-axis if for every point. (r,θ) on the graph, the point (r,−θ) is also ...
  47. [47]
    [PDF] 7 | PARAMETRIC EQUATIONS AND POLAR COORDINATES
    Using Symmetry to Graph a Polar Equation. Find the symmetry of the rose defined by the equation r = 3 sin(2θ) and create a graph. Solution. Suppose the point ...