Mathematics Study Notes: Functions and Inverse Trigonometric Functions

  • Cartesian Product Definition: For two non-empty sets AA and BB, the cartesian product A×BA \times B consists of all ordered pairs (a,b)(a, b) where aAa \in A and bBb \in B.

    • Formula: A×B=(a,b)aA,bBA \times B = {(a, b) \mid a \in A, b \in B}.
    • Example: If A=1,2,3A = {1, 2, 3} and B=p,qB = {p, q}, then A×B=(1,p),(1,q),(2,p),(2,q),(3,p),(3,q)A \times B = {(1, p), (1, q), (2, p), (2, q), (3, p), (3, q)}.
    • Key Properties:
    • If either AA or BB is empty, then A×B=A \times B = \emptyset.
    • If n(A)=pn(A) = p and n(B)=qn(B) = q, then n(A×B)=pqn(A \times B) = pq.
    • Relations: A relation RR from set AA to BB is any subset of A×BA \times B.
    • If (a,b)R(a, b) \in R, then bb is the image of aa, and aa is the preimage of bb.
    • The number of relations from AA to BB is 2mn2^{mn} if n(A)=mn(A) = m and n(B)=nn(B) = n.
  • Definition of Functions: A relation RR from AA to BB is a function if every element in AA connects to one element in BB, denoted as f:ABf : A \rightarrow B.

    • Terminology: If aAa \in A is linked to bBb \in B, then bb is the "image of aa" under ff, and aa is the "pre-image of bb". This is written as b=f(a)b = f(a).
    • Set Condition: A function is part of A×BA \times B where each aAa \in A appears once as the first part of a pair.
    • Methods of Representation:
    • Ordered Pairs: Contains all aAa \in A and ensures uniqueness of the output.
    • Formula Based: Example: f:RR,y=f(x)=4xf : \mathbb{R} \rightarrow \mathbb{R}, y = f(x) = 4x.
    • Piecewise Defined: Different rules for different intervals. Example: f(x)={x+1amp;1xlt;0 3xamp;0xlt;2f(x) = \begin{cases} x + 1 & -1 \le x < 0 \ 3-x & 0 \le x < 2 \end{cases}.
    • Universal Truth: All functions are relations, but not all relations are functions.