ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Math Deficiency - I
    MD-001
    Progress0 / 38 topics
    Topics
    1. Sets: Definition, Representation, and Operations2. Relation and Function: Graphical Transformation of Functions3. Properties of Functions4. Composition and Inverses of Functions5. Domain and Range of Functions6. Maximum and Minimum Values of Functions7. Increasing and Decreasing Functions8. Zeros and Intercepts of Functions9. Piecewise Functions10. Continuity and Discontinuity of Functions11. Polynomials and Rational Functions12. Polynomial Long Division and Synthetic Division13. Solution of Rational Functions14. Absolute Valued Functions and Their Properties15. Asymptotes: Horizontal, Vertical, and Oblique16. Exponential Functions and Their Properties17. Logarithmic Functions and Their Properties18. Systems of Equations: Two Equations and Two Unknowns19. Systems of Equations: Three Equations and Three Unknowns20. Matrix Algebra: Addition, Subtraction, and Multiplication21. Row Operations and Row Echelon Forms22. Augmented Matrices23. Determinant of Matrices: 2x2 and Higher Order24. Cramer's Rule25. Inverse Matrices26. Series and Sequences27. Trigonometry: Angles in Radians and Degrees28. Right Triangle Trigonometry29. Law of Cosines and Sines30. Area of a Triangle31. Graphs of Trigonometric Functions32. Graphs of Inverse Trigonometric Functions33. Basic Trigonometric Identities34. Trigonometric Equations35. General Form of a Conic: Parabolas, Circles, Ellipses, and Hyperbolas36. Degenerate Conics37. Polar and Parametric Equations38. Polar and Rectangular Coordinates
    MD-001›Relation and Function: Graphical Transformation of Functions
    Math Deficiency - ITopic 2 of 38

    Relation and Function: Graphical Transformation of Functions

    10 minread
    1,738words
    Intermediatelevel

    Relation and Function: Graphical Transformation of Functions

    1. Relation

    A relation is a set of ordered pairs, where each element from the first set (called the domain) is associated with an element from the second set (called the codomain). A relation does not necessarily have a one-to-one correspondence between elements of the two sets.

    • Example of Relation:
      Consider the set of ordered pairs R={(1,2),(2,3),(3,4)}R = \{ (1, 2), (2, 3), (3, 4) \}R={(1,2),(2,3),(3,4)}.
      Here, the first elements (1, 2, 3) are from the domain, and the second elements (2, 3, 4) are from the codomain.

    • A relation can be many-to-one, one-to-many, or many-to-many.

    2. Function

    A function is a special type of relation where every element in the domain is associated with exactly one element in the codomain. In other words, a function assigns each input (from the domain) to one and only one output (from the codomain).

    • Notation: A function is often written as f:A→Bf: A \to Bf:A→B, where AAA is the domain and BBB is the codomain. If f(x)=yf(x) = yf(x)=y, then xxx is the input (domain), and yyy is the output (codomain).

    • Example of a Function:
      Let f(x)=2x+1f(x) = 2x + 1f(x)=2x+1. This is a function where for every xxx, there is exactly one corresponding output yyy.
      For x=1x = 1x=1, f(1)=3f(1) = 3f(1)=3.
      For x=2x = 2x=2, f(2)=5f(2) = 5f(2)=5.

    • Vertical Line Test: To check whether a graph represents a function, you can use the vertical line test. If any vertical line intersects the graph at more than one point, the graph does not represent a function.

    3. Graphical Transformation of Functions

    Graphical transformations are operations that alter the graph of a function. These transformations can shift, stretch, shrink, or reflect the graph of a function. These transformations include translations, reflections, stretching/shrinking, and combinations of these.

    Types of Graphical Transformations

    1. Translation (Shifting)

      • Horizontal Shift: A horizontal shift moves the graph left or right.

        • The function f(x)f(x)f(x) shifted right by hhh units becomes f(x−h)f(x - h)f(x−h).

        • The function f(x)f(x)f(x) shifted left by hhh units becomes f(x+h)f(x + h)f(x+h).

        • Example:
          If f(x)=x2f(x) = x^2f(x)=x2, then:

          • A right shift of 3 units: f(x−3)=(x−3)2f(x - 3) = (x - 3)^2f(x−3)=(x−3)2
          • A left shift of 3 units: f(x+3)=(x+3)2f(x + 3) = (x + 3)^2f(x+3)=(x+3)2
      • Vertical Shift: A vertical shift moves the graph up or down.

        • The function f(x)f(x)f(x) shifted up by kkk units becomes f(x)+kf(x) + kf(x)+k.

        • The function f(x)f(x)f(x) shifted down by kkk units becomes f(x)−kf(x) - kf(x)−k.

        • Example:
          If f(x)=x2f(x) = x^2f(x)=x2, then:

          • An upward shift of 2 units: f(x)+2=x2+2f(x) + 2 = x^2 + 2f(x)+2=x2+2
          • A downward shift of 2 units: f(x)−2=x2−2f(x) - 2 = x^2 - 2f(x)−2=x2−2
    2. Reflection

      • Reflection across the Y-axis: A reflection across the y-axis flips the graph horizontally.

        • The function f(x)f(x)f(x) reflected across the y-axis becomes f(−x)f(-x)f(−x).

        • Example:
          If f(x)=x2f(x) = x^2f(x)=x2, the reflection across the y-axis is f(−x)=(−x)2=x2f(-x) = (-x)^2 = x^2f(−x)=(−x)2=x2, which is the same as the original graph in this case. But for other functions, this changes the shape.

      • Reflection across the X-axis: A reflection across the x-axis flips the graph vertically.

        • The function f(x)f(x)f(x) reflected across the x-axis becomes −f(x)-f(x)−f(x).

        • Example:
          If f(x)=x2f(x) = x^2f(x)=x2, the reflection across the x-axis is −f(x)=−x2-f(x) = -x^2−f(x)=−x2, which flips the graph upside down.

    3. Stretching and Shrinking (Scaling)

      • Vertical Stretching/Shrinking: This affects the vertical scale of the graph.

        • The function f(x)f(x)f(x) stretched vertically by a factor of aaa becomes a⋅f(x)a \cdot f(x)a⋅f(x) (where a>1a > 1a>1 stretches the graph, and 0<a<10 < a < 10<a<1 shrinks it).

        • Example:
          If f(x)=x2f(x) = x^2f(x)=x2, a vertical stretch by a factor of 2 gives 2⋅f(x)=2x22 \cdot f(x) = 2x^22⋅f(x)=2x2. A vertical shrink by a factor of 0.5 gives 0.5⋅f(x)=0.5x20.5 \cdot f(x) = 0.5x^20.5⋅f(x)=0.5x2.

      • Horizontal Stretching/Shrinking: This affects the horizontal scale of the graph.

        • The function f(x)f(x)f(x) shrunk horizontally by a factor of bbb becomes f(bx)f(bx)f(bx) (where b>1b > 1b>1 shrinks the graph, and 0<b<10 < b < 10<b<1 stretches it).

        • Example:
          If f(x)=x2f(x) = x^2f(x)=x2, a horizontal shrink by a factor of 2 gives f(2x)=(2x)2=4x2f(2x) = (2x)^2 = 4x^2f(2x)=(2x)2=4x2. A horizontal stretch by a factor of 2 gives f(x2)=(x2)2=x24f\left(\frac{x}{2}\right) = \left(\frac{x}{2}\right)^2 = \frac{x^2}{4}f(2x​)=(2x​)2=4x2​.

    4. Combinations of Transformations

      • Often, transformations are combined. For instance, a function may undergo a horizontal shift, followed by a vertical stretch, and then a reflection.
        • Example: Starting with f(x)=x2f(x) = x^2f(x)=x2, if you first shift it right by 3 units, then reflect it across the x-axis, and then stretch it vertically by a factor of 2, you get: f(x)=−2(x−3)2f(x) = -2(x - 3)^2f(x)=−2(x−3)2
        • This represents a reflection, vertical stretch, and horizontal shift all at once.

    Summary of Key Transformations

    Transformation Type Formula Modification Effect on Graph
    Horizontal Shift f(x±h)f(x \pm h)f(x±h) Shift left (negative) or right (positive)
    Vertical Shift f(x)±kf(x) \pm kf(x)±k Shift up (positive) or down (negative)
    Reflection across Y-axis f(−x)f(-x)f(−x) Flips horizontally (left/right)
    Reflection across X-axis −f(x)-f(x)−f(x) Flips vertically (up/down)
    Vertical Stretch/Shrink a⋅f(x)a \cdot f(x)a⋅f(x) Stretch (if a>1a > 1a>1) or shrink (if 0<a<10 < a < 10<a<1) vertically
    Horizontal Stretch/Shrink f(bx)f(bx)f(bx) Shrink (if b>1b > 1b>1) or stretch (if 0<b<10 < b < 10<b<1) horizontally

    Conclusion

    Understanding the graphical transformations of functions is critical in visualizing how different modifications affect the appearance of a function's graph. These transformations are essential in solving problems that require graph interpretation, function modeling, and function analysis. Mastering these will be very helpful for your exam!

    Previous topic 1
    Sets: Definition, Representation, and Operations
    Next topic 3
    Properties of Functions

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time10 min
      Word count1,738
      Code examples0
      DifficultyIntermediate