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›Properties of Functions
    Math Deficiency - ITopic 3 of 38

    Properties of Functions

    12 minread
    1,993words
    Intermediatelevel

    Properties of Functions

    Functions are fundamental concepts in mathematics. The properties of functions help in understanding how they behave and how they can be used to solve problems. Let's explore some of the key properties of functions:

    1. Domain and Range

    • Domain: The domain of a function is the set of all possible input values (usually xxx) that the function can accept. These are the values for which the function is defined.

      • Example: For f(x)=1xf(x) = \frac{1}{x}f(x)=x1​, the domain excludes x=0x = 0x=0 because division by zero is undefined. So, the domain is x∈R∖{0}x \in \mathbb{R} \setminus \{0\}x∈R∖{0}.
    • Range: The range of a function is the set of all possible output values (usually yyy) that the function can produce. It is the set of values the function can take based on its domain.

      • Example: For f(x)=x2f(x) = x^2f(x)=x2, the range is y≥0y \geq 0y≥0 because the square of any real number is always non-negative.

    2. One-to-One Function (Injective Function)

    A function is one-to-one (or injective) if each element of the domain is mapped to a distinct element of the range. In other words, no two different inputs map to the same output.

    • Mathematically:
      If f(x1)=f(x2)f(x_1) = f(x_2)f(x1​)=f(x2​), then x1=x2x_1 = x_2x1​=x2​.

    • Example:
      f(x)=2x+1f(x) = 2x + 1f(x)=2x+1 is a one-to-one function because for any two different values of xxx, the corresponding f(x)f(x)f(x) values are different.

    • Graphically: A function is one-to-one if any horizontal line intersects the graph at most once. This is known as the horizontal line test.

    3. Onto Function (Surjective Function)

    A function is onto (or surjective) if every element in the range has at least one element in the domain mapping to it. In other words, the function covers the entire range.

    • Mathematically:
      For every yyy in the range, there exists at least one xxx in the domain such that f(x)=yf(x) = yf(x)=y.

    • Example:
      f(x)=x2f(x) = x^2f(x)=x2 is not onto if we consider the range to be all real numbers, because there are no real values of xxx that will produce negative numbers. However, if the range is restricted to non-negative real numbers, it becomes onto.

    • Graphically: A function is onto if the range (the set of all possible outputs) is completely covered by the graph of the function.

    4. One-to-One Correspondence (Bijective Function)

    A function is bijective if it is both one-to-one (injective) and onto (surjective). This means that every element in the domain is paired with exactly one element in the range, and every element in the range has a corresponding element in the domain.

    • Mathematically:
      A function fff is bijective if:

      • It is one-to-one: f(x1)=f(x2)  ⟹  x1=x2f(x_1) = f(x_2) \implies x_1 = x_2f(x1​)=f(x2​)⟹x1​=x2​
      • It is onto: Every element in the range has a preimage in the domain.
    • Example:
      f(x)=x+2f(x) = x + 2f(x)=x+2 is a bijection from the set of real numbers to the set of real numbers because each xxx maps to a unique f(x)f(x)f(x), and every real number yyy has a corresponding x=y−2x = y - 2x=y−2.

    5. Even and Odd Functions

    • Even Function: A function is even if its graph is symmetric with respect to the y-axis. This means that for every xxx in the domain, f(−x)=f(x)f(-x) = f(x)f(−x)=f(x).

      • Example:
        f(x)=x2f(x) = x^2f(x)=x2 is an even function because f(−x)=(−x)2=x2=f(x)f(-x) = (-x)^2 = x^2 = f(x)f(−x)=(−x)2=x2=f(x).

      • Graphically: The graph of an even function is symmetric about the y-axis.

    • Odd Function: A function is odd if its graph is symmetric with respect to the origin. This means that for every xxx in the domain, f(−x)=−f(x)f(-x) = -f(x)f(−x)=−f(x).

      • Example:
        f(x)=x3f(x) = x^3f(x)=x3 is an odd function because f(−x)=(−x)3=−x3=−f(x)f(-x) = (-x)^3 = -x^3 = -f(x)f(−x)=(−x)3=−x3=−f(x).

      • Graphically: The graph of an odd function has rotational symmetry about the origin.

    6. Increasing and Decreasing Functions

    • Increasing Function: A function is increasing if, for any two values x1x_1x1​ and x2x_2x2​ in the domain such that x1<x2x_1 < x_2x1​<x2​, the function satisfies f(x1)<f(x2)f(x_1) < f(x_2)f(x1​)<f(x2​). Essentially, as xxx increases, f(x)f(x)f(x) also increases.

      • Example:
        f(x)=x2f(x) = x^2f(x)=x2 is increasing for x≥0x \geq 0x≥0 because as xxx increases, f(x)f(x)f(x) increases.
    • Decreasing Function: A function is decreasing if, for any two values x1x_1x1​ and x2x_2x2​ in the domain such that x1<x2x_1 < x_2x1​<x2​, the function satisfies f(x1)>f(x2)f(x_1) > f(x_2)f(x1​)>f(x2​). Essentially, as xxx increases, f(x)f(x)f(x) decreases.

      • Example:
        f(x)=−x2f(x) = -x^2f(x)=−x2 is decreasing for x≥0x \geq 0x≥0 because as xxx increases, f(x)f(x)f(x) decreases.
    • Strictly Increasing/Decreasing: If the inequalities are strict (i.e., f(x1)<f(x2)f(x_1) < f(x_2)f(x1​)<f(x2​) or f(x1)>f(x2)f(x_1) > f(x_2)f(x1​)>f(x2​) with no equal sign), the function is said to be strictly increasing or strictly decreasing.

    7. Periodic Functions

    A function is periodic if it repeats its values in regular intervals. The smallest positive interval over which the function repeats itself is called the period of the function.

    • Mathematically: A function f(x)f(x)f(x) is periodic if there exists a constant T>0T > 0T>0 such that f(x+T)=f(x)f(x + T) = f(x)f(x+T)=f(x) for all xxx.

    • Example:
      f(x)=sin⁡(x)f(x) = \sin(x)f(x)=sin(x) is a periodic function with period T=2πT = 2\piT=2π, meaning that sin⁡(x+2π)=sin⁡(x)\sin(x + 2\pi) = \sin(x)sin(x+2π)=sin(x).

    8. Continuous and Discontinuous Functions

    • Continuous Function: A function is continuous if there are no breaks, jumps, or holes in its graph. For a function to be continuous at a point ccc, the following must be true:

      • lim⁡x→c−f(x)=lim⁡x→c+f(x)=f(c)\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = f(c)limx→c−​f(x)=limx→c+​f(x)=f(c)

      • Example:
        f(x)=x2f(x) = x^2f(x)=x2 is continuous for all real values of xxx.

    • Discontinuous Function: A function is discontinuous if it has at least one point where the graph breaks or jumps. These points are where the function is not continuous.

      • Example:
        f(x)=1xf(x) = \frac{1}{x}f(x)=x1​ is discontinuous at x=0x = 0x=0 because it is undefined there.

    9. Inverse Functions

    If a function fff is bijective, it has an inverse function, denoted by f−1f^{-1}f−1. The inverse function "reverses" the effect of the original function. In other words, if f(a)=bf(a) = bf(a)=b, then f−1(b)=af^{-1}(b) = af−1(b)=a.

    • Example:
      If f(x)=2x+3f(x) = 2x + 3f(x)=2x+3, then the inverse function is f−1(x)=x−32f^{-1}(x) = \frac{x - 3}{2}f−1(x)=2x−3​.

    • Graphically: The graph of the inverse function is the reflection of the graph of the original function across the line y=xy = xy=x.


    Conclusion

    Understanding the properties of functions is essential for solving problems in algebra, calculus, and many other areas of mathematics. These properties allow us to describe how functions behave, analyze their graphs, and identify relationships between input and output values effectively. Mastering these concepts will be very helpful for your exam!

    Previous topic 2
    Relation and Function: Graphical Transformation of Functions
    Next topic 4
    Composition and Inverses 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 time12 min
      Word count1,993
      Code examples0
      DifficultyIntermediate