Comprehensive Study Notes on Real Valued Functions and Calculus Basics

Real Valued Function of Real Variables

  • Definition of Set and Function: Let R\mathbb{R} denote the set of all real numbers. Let SS be any subset of R\mathbb{R}. The function ff is defined as f:SRf: S \rightarrow \mathbb{R}, where R=(,)\mathbb{R} = (-\infty, \infty).

  • Classification of Real Valued Functions: A system of functions where a real number is input and it generates a real number is called a real valued function of real variables (ff is a function that maps each element of SS of R\mathbb{R}).

  • Illustrative Example 1: Consider f(x)=x+1f(x) = x+1.

    • At x=0x=0, f(0)=0+1=1f(0) = 0+1 = 1.

    • At x=1x=1, f(1)=1+1=2f(1) = 1+1 = 2.

  • Illustrative Example 2: Consider f(x)=x+2f(x) = x+2.

    • At x=1x=1, f(1)=1+2=3f(1) = 1+2 = 3.

    • At x=7x=-7, f(7)=7+2=5f(-7) = -7+2 = -5.

    • At x=0x=0, f(0)=0+2=2f(0) = 0+2 = 2.

    • In this system, each time a real number is substituted for xx, a corresponding real number is obtained as the value of f(x)f(x). This confirms that f(x)f(x) is a real valued function of real variables.

Specific Real Valued Functions

  • The Constant Function:

    • ff is a constant function if f(x)=kf(x) = k for all xSx \in S, where kk is a constant and SS is the domain of ff.

    • Example: f(x)=2f(x) = 2. Any input results in 2: f(12)=2f(\frac{1}{2}) = 2, f(10)=2f(10) = 2, f(0)=2f(0) = 2, f(30)=2f(30) = 2.

    • The value of f(x)f(x) remains constant even though xx may be changing.

  • The Identity Function:

    • Let ff be a function such that f(x)=xf(x) = x for all xx.

    • Whatever you input is what you generate as output.

    • Example: f(3)=3f(3) = 3.

    • In another form, it is written as Id(x)=xId(x) = x, where IdId represents the identity function.

  • The Signum Function (SgnSgn):

    • Otherwise called the "Sign Function," it is defined by:         Sgn(x)={1amp;for xgt;00amp;for x=01amp;for xlt;0Sgn(x) = \begin{cases} 1 & \text{for } x > 0 \\ 0 & \text{for } x = 0 \\ -1 & \text{for } x < 0 \end{cases}

    • Case 1 (x > 0): Sgn(10)=1Sgn(10) = 1 because 10 > 0. Sgn(3)=1Sgn(3) = 1. Sgn(4)=1Sgn(4) = 1. Sgn(0.000001)=1Sgn(0.000001) = 1.

    • Case 2 (x = 0): Sgn(x)=0Sgn(x) = 0 for x=0x = 0. Example: Sgn(ππ)=0Sgn(\pi - \pi) = 0.

    • Case 3 (x < 0): Sgn(x)=1Sgn(x) = -1. Example: Sgn(10)=1Sgn(-10) = -1 since -10 < 0. Sgn(100)=1Sgn(-100) = -1. Sgn(0.001)=1Sgn(-0.001) = -1.

  • The Absolute or Modulus Function:

    • Shortened as "mod," it is defined by:         mod(x) or x={xamp;for xgt;00amp;for x=0xamp;for xlt;0mod(x) \text{ or } |x| = \begin{cases} x &amp; \text{for } x &gt; 0 \\ 0 &amp; \text{for } x = 0 \\ -x &amp; \text{for } x &lt; 0 \end{cases}

    • It converts all positive values to positive and negative values to positive. It is used to remove negativity. Examples: 10=10|-10| = 10, 20=20|-20| = 20, 10=10|10| = 10, 0=0|0| = 0.

  • The Heaviside Function:

    • Denoted by HH and defined by:         H(x)={1amp;for xgt;00amp;for x0H(x) = \begin{cases} 1 &amp; \text{for } x &gt; 0 \\ 0 &amp; \text{for } x \le 0 \end{cases}

    • Case 1 (x > 0): H(1)=1H(1) = 1, H(π)=1H(\pi) = 1, H(0.0001)=1H(0.0001) = 1.

    • Case 2 (x ≤ 0): H(10)=0H(-10) = 0 since -10 < 0. H(0)=0H(0) = 0 because 000 \le 0. H(π)=0H(-\pi) = 0.

  • The Greatest Integer Function:

    • Denoted by [x][x] and defined by [x]=b[x] = b, where bb is the greatest integer x\le x.

    • Calculation Rule: To calculate the value, always look to the left on a number line and notice the next whole number.

    • For Positive Numbers: It is the whole number before the decimal. Example: [7.35]=7[7.35] = 7, [10]=10[10] = 10, [0.5]=0[0.5] = 0.

    • For Negative Numbers: Add one magnitude-wise (look left). Example: [3.72]=4[-3.72] = -4, [6.282]=7[-6.282] = -7, [7]=7[-7] = -7.

Algebraic Classifications of Functions

  • Linear Function: Defined as f(x)=ax+bf(x) = ax + b.

  • Polynomial Function: Defined as f(x)=anxn+an1xn1++a2x2+a1x1+a0x0f(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_2 x^2 + a_1 x^1 + a_0 x^0, where ana_n are constants.

    • Degree 0: f(x)=10f(x) = 10.

    • Degree 2 (Quadratic): f(x)=2x2+3x+1f(x) = 2x^2 + 3x + 1.

    • Degree 3 (Cubic): f(x)=3x3+2x2+2x+4f(x) = 3x^3 + 2x^2 + 2x + 4.

    • Degree 4 (Quartic): f(x)=3x4+4x2+5xf(x) = 3x^4 + 4x^2 + 5x.

  • Rational Function: Defined as f(x)=p(x)q(x)f(x) = \frac{p(x)}{q(x)}, where q(x)0q(x) \ne 0 and both p(x)p(x) and q(x)q(x) are polynomials. Example: f(x)=2x+3x2+3x+1f(x) = \frac{2x+3}{x^2+3x+1}.

Variables and Domain/Range Concepts

  • Variables:

    • xx is the Input Variable (Independent Variable).

    • yy is the Output Variable (Dependent Variable).

  • Domain: The set of all values of xx for which the function is defined and can calculate corresponding values for f(x)f(x).

  • Range: The set of corresponding values of f(x)f(x).

  • Example Calculation: For f(x)=3x2+2f(x) = 3x^2 + 2:

    • If Domain = {1,2,3}\{1, 2, 3\}

    • f(1)=3(12)+2=5f(1) = 3(1^2) + 2 = 5

    • f(2)=3(22)+2=14f(2) = 3(2^2) + 2 = 14

    • f(3)=3(32)+2=29f(3) = 3(3^2) + 2 = 29

    • Range = {5,14,29}\{5, 14, 29\}.

    • Co-domain = All whole numbers 5\ge 5.

The Inverse Function

  • Definition: To find the inverse function f1(x)f^{-1}(x).

  • Procedure Steps:

    1. Set f(x)=yf(x) = y.

    2. Make xx the subject of the formula.

    3. Replace yy by xx in the resulting expression.

  • Inverse Example 1: Given f(x)=3x+4f(x) = 3x + 4.

    • Set y=3x+4y = 3x + 4.

    • 3x=y4x=y433x = y - 4 \rightarrow x = \frac{y-4}{3}.

    • f1(x)=x43f^{-1}(x) = \frac{x-4}{3}.

  • Inverse Example 2: Given f(x)=12x+1f(x) = \sqrt{\frac{1}{2}x + 1}.

    • y=12x+1y2=12x+1y = \sqrt{\frac{1}{2}x + 1} \rightarrow y^2 = \frac{1}{2}x + 1.

    • y21=x2x=2(y21)y^2 - 1 = \frac{x}{2} \rightarrow x = 2(y^2 - 1).

    • f1(x)=2(x21)f^{-1}(x) = 2(x^2 - 1).

  • Inverse Example 3: Given f(x)=ln(x+4)f(x) = \ln(x+4).

    • y=ln(x+4)y = \ln(x+4). Take exponential of both sides.

    • ey=x+4x=ey4e^y = x+4 \rightarrow x = e^y - 4.

    • f1(x)=ex4f^{-1}(x) = e^x - 4.

  • Inverse Example 4: Given f(x)=e3x4f(x) = e^{3x} - 4.

    • y=e3x4y+4=e3xy = e^{3x} - 4 \rightarrow y+4 = e^{3x}.

    • Take ln\ln on both sides: ln(y+4)=3xx=ln(y+4)3\ln(y+4) = 3x \rightarrow x = \frac{\ln(y+4)}{3}.

    • f1(x)=ln(x+4)3f^{-1}(x) = \frac{\ln(x+4)}{3}.

Composite Functions

  • Definition: If given f(x)=2x+1f(x) = 2x+1, g(x)=3x+2g(x) = 3x+2, and h(x)=x+1h(x) = x+1, a composite function like fgh(x)f \circ g \circ h(x) means putting one function's output as the input of the next.

  • Example 1: Find fg(x)f \circ g(x).

    • f(g(x))=f(3x+2)=2(3x+2)+1=6x+4+1=6x+11f(g(x)) = f(3x+2) = 2(3x+2) + 1 = 6x+4+1 = 6x+11.

  • Example 2: Find gfh(x)g \circ f \circ h(x) at x=2x=2.

    • h(2)=2+1=3h(2) = 2+1 = 3.

    • f(3)=2(3)+1=7f(3) = 2(3)+1 = 7.

    • g(7)=3(7)+2=23g(7) = 3(7)+2 = 23.

  • Example 3: Find ff(x)f \circ f(x) where f(x)=x2+1f(x) = x^2+1.

    • f(f(x))=f(x2+1)=(x2+1)2+1=x4+2x2+1+1=x4+2x2+2f(f(x)) = f(x^2+1) = (x^2+1)^2 + 1 = x^4 + 2x^2 + 1 + 1 = x^4 + 2x^2 + 2.

Finding the Domain

  • Techniques for Finding Domain:

    1. For Polynomial Functions: The domain is always all real numbers R=(,)\mathbb{R} = (-\infty, \infty). Example: f(x)=2x24x+5f(x) = 2x^2 - 4x + 5, dom(f)=R\text{dom} (f) = \mathbb{R}.

    2. For Rational Functions: We avoid any value of xx that makes the denominator zero.

      • Example: f(x)=2x4x+1f(x) = \frac{2x-4}{x+1}. Set x+1=0x=1x+1=0 \rightarrow x=-1. Undefined at x=1x=-1. dom(f)=R{1}\text{dom} (f) = \mathbb{R} \setminus \{-1\} or (,1)(1,)(-\infty, -1) \cup (-1, \infty).

      • Example: f(x)=xx2x6f(x) = \frac{x}{x^2-x-6}. Set x2x6=0(x3)(x+2)=0x^2-x-6=0 \rightarrow (x-3)(x+2)=0. Undefined at x=3,2x=3, -2. dom(f)=R{2,3}\text{dom} (f) = \mathbb{R} \setminus \{-2, 3\}.

    3. For Radical (Square Root) Functions:

      • The expression under the root (xx) must be 0\ge 0 if the root index nn is even.

      • If nn is odd, the domain is the domain of the underlying polynomial (R\mathbb{R}).

      • Example: f(x)=x2+x6f(x) = \sqrt{x^2+x-6}. Require x2+x60(x2)(x+3)0x^2+x-6 \ge 0 \rightarrow (x-2)(x+3) \ge 0. dom(f)=(,3][2,)\text{dom} (f) = (-\infty, -3] \cup [2, \infty).

      • Example (Odd root): f(x)=x2x63f(x) = \sqrt[3]{x^2-x-6}. dom(f)=R\text{dom} (f) = \mathbb{R}.

Limits of a Function

  • Mathematical Definition: The limit of f(x)f(x) as xx approaches a point cc is LL, written limxcf(x)=L\lim_{x \to c} f(x) = L. This means there exists some number \epsilon > 0 such that |f(x) - L| < \epsilon for all xx such that |x - c| < \delta, where \delta > 0.

  • Properties of Limits:

    1. Constant: limxck=k\lim_{x \to c} k = k for all cRc \in \mathbb{R}.

    2. Identity: limxcx=c\lim_{x \to c} x = c.

    3. Constant Multiple: limxckf(x)=klimxcf(x)\lim_{x \to c} k f(x) = k \lim_{x \to c} f(x).

    4. Sum/Difference: limxc[f(x)±g(x)]=limxcf(x)±limxcg(x)\lim_{x \to c} [f(x) \pm g(x)] = \lim_{x \to c} f(x) \pm \lim_{x \to c} g(x).

    5. Rational Power: limxc[f(x)]n=[limxcf(x)]n\lim_{x \to c} [f(x)]^n = [\lim_{x \to c} f(x)]^n, provided \lim_{x \to c} f(x) > 0 if nn is even.

  • Basic Limit Evaluations:

    • limx2(2x23x+1)=2(22)3(2)+1=86+1=3\lim_{x \to 2} (2x^2 - 3x + 1) = 2(2^2) - 3(2) + 1 = 8 - 6 + 1 = 3.

    • limx15x333=5(1)333=83=2\lim_{x \to -1} \sqrt[3]{5x^3 - 3} = \sqrt[3]{5(-1)^3 - 3} = \sqrt[3]{-8} = -2.

  • Handling Indeterminate Forms (e.g., 0/0):

    • Method I (Simplification/Factoring): Factor the numerator and denominator to cancel terms.

      • Example: limx2x2+x2x2+2x\lim_{x \to -2} \frac{x^2+x-2}{x^2+2x}. Factor: (x1)(x+2)x(x+2)=x1x\frac{(x-1)(x+2)}{x(x+2)} = \frac{x-1}{x}. Limit is 212=32=1.5\frac{-2-1}{-2} = \frac{-3}{-2} = 1.5.

    • Method II (L'Hopital's Rule): Differentiate the numerator and denominator separately and then substitute the point.

  • Limit as xx \to \infty:

    • Divide the numerator and denominator by the highest power of xx present.

    • Shortcut:

      1. If numerator and denominator have the same highest power, the limit is the ratio of their coefficients. Example: limx2x2+3x4x2+5x+1=24=0.5\lim_{x \to \infty} \frac{2x^2+3x}{4x^2+5x+1} = \frac{2}{4} = 0.5.

      2. If the highest power is in the denominator, the limit is 0. Example: limx5x37x+3x54x2+4=0\lim_{x \to \infty} \frac{5x^3-7x+3}{x^5-4x^2+4} = 0.

      3. If the highest power is in the numerator, the limit is \infty (undefined).

Review Questions & Discussion

  • Question 1: Simplify [5.76]+H[5.76]+Sgn(5.76)[-5.76] + H[5.76] + Sgn(5.76).

    • 5.76-5.76 is between 6-6 and 5-5, so [5.76]=6[-5.76] = -6.

    • H(5.76)=1H(5.76) = 1 (since 5.76 > 0).

    • Sgn(5.76)=1Sgn(5.76) = 1.

    • Result: 6+1+1=4-6 + 1 + 1 = -4.

  • Question 2: Find f(34)f(\frac{3}{4}) if f(x)=x[x]xf(x) = \frac{x - [x]}{x}.

    • $f(\frac{3}{4}) = \frac{\frac{3}{4} - [\frac{3}{4}]}{\frac{3}{4}} = \frac{\frac{3}{4} - 0}{\frac{3}{4}} = \frac{\frac{3}{4}}{\frac{3}{4}} = 1.\n\n* **Question 3:** Evaluate $[Sgn(H(-3.4))]$.\n * H(-3.4) = 0sincesince-3.4 < 0.\n * Sgn(0) = 0.\n * [0] = 0.\n\n* **Question 4:** Find range for [x+2] = 0.\n * [x+2] = 0impliesimplies0 \le x+2 < 1.\n * Subtract 2: -2 \le x < -1.\n\n* **Question 5:** What is the range for which [x-4] = 2?\n * 2 \le x-4 < 3.\n * Add 4: 6 \le x < 7.", "title": "Real Valued Functions and Calculus Study Guide"} Ready for use. \n\n\n```json\n{\n "note": "# Real Valued Function of Real Variables\n\n* **Definition of Set and Function:** Let \mathbb{R}denotethesetofallrealnumbers.Letdenote the set of all real numbers. LetSbeanysubsetofbe any subset of\mathbb{R}.Thefunction. The functionfisdefinedasis defined asf: S \rightarrow \mathbb{R},where, where\mathbb{R} = (-\infty, \infty).\n\n* **Classification of Real Valued Functions:** A system of functions where a real number is input and it generates a real number is called a real valued function of real variables (fisafunctionthatmapseachelementofis a function that maps each element ofSofof\mathbb{R}).\n\n* **Illustrative Example 1:** Consider f(x) = x+1.\n * At x=0,,f(0) = 0+1 = 1.\n * At x=1,,f(1) = 1+1 = 2.\n\n* **Illustrative Example 2:** Consider f(x) = x+2.\n * At x=1,,f(1) = 1+2 = 3.\n * At x=-7,,f(-7) = -7+2 = -5.\n * At x=0,,f(0) = 0+2 = 2.\n * In this system, each time a real number is substituted for x,acorrespondingrealnumberisobtainedasthevalueof, a corresponding real number is obtained as the value off(x).Thisconfirmsthat. This confirms thatf(x) is a real valued function of real variables.\n\n# Specific Real Valued Functions\n\n* **The Constant Function:**\n * fisaconstantfunctionifis a constant function iff(x) = kforallfor allx \in S,where, wherekisaconstantandis a constant andSisthedomainofis the domain off.\n * Example: f(x) = 2.Anyinputresultsin2:. Any input results in 2:f(\frac{1}{2}) = 2,,f(10) = 2,,f(0) = 2,,f(30) = 2.\n * The value of f(x)remainsconstanteventhoughremains constant even thoughx may be changing.\n\n* **The Identity Function:**\n * Let fbeafunctionsuchthatbe a function such thatf(x) = xforallfor allx. \n * Whatever you input is what you generate as output. \n * Example: f(3) = 3. \n * In another form, it is written as Id(x) = x,where, whereId represents the identity function.\n\n* **The Signum Function (Sgn):**\n * Otherwise called the \"Sign Function,\" it is defined by:\n Sgn(x) = \begin{cases} 1 & \text{for } x > 0 \\ 0 & \text{for } x = 0 \\ -1 & \text{for } x < 0 \end{cases}\n * **Case 1 (x > 0):** Sgn(10) = 1becausebecause10 > 0..Sgn(3) = 1..Sgn(4) = 1..Sgn(0.000001) = 1.\n * **Case 2 (x = 0):** Sgn(x) = 0forforx = 0.Example:. Example:Sgn(\pi - \pi) = 0.\n * **Case 3 (x < 0):** Sgn(x) = -1.Example:. Example:Sgn(-10) = -1sincesince-10 < 0..Sgn(-100) = -1..Sgn(-0.001) = -1.\n\n* **The Absolute or Modulus Function:**\n * Shortened as \"mod,\" it is defined by:\n mod(x) \text{ or } |x| = \begin{cases} x & \text{for } x > 0 \\ 0 & \text{for } x = 0 \\ -x & \text{for } x < 0 \end{cases}\n * It converts all positive values to positive and negative values to positive. It is used to remove negativity. Examples: |-10| = 10,,|-20| = 20,,|10| = 10,,|0| = 0.\n\n* **The Heaviside Function:**\n * Denoted by H and defined by:\n H(x) = \begin{cases} 1 & \text{for } x > 0 \\ 0 & \text{for } x \le 0 \end{cases}\n * **Case 1 (x > 0):** H(1) = 1,,H(\pi) = 1,,H(0.0001) = 1.\n * **Case 2 (x \\le 0):** H(-10) = 0sincesince-10 < 0..H(0) = 0becausebecause0 \le 0..H(-\pi) = 0.\n\n* **The Greatest Integer Function:**\n * Denoted by [x]anddefinedbyand defined by[x] = b,where, wherebisthegreatestintegeris the greatest integer\le x.\n * **Calculation Rule:** To calculate the value, always look to the left on a number line and notice the next whole number.\n * **For Positive Numbers:** It is the whole number before the decimal. Example: [7.35] = 7,,[10] = 10,,[0.5] = 0.\n * **For Negative Numbers:** Add one magnitude-wise (look left). Example: [-3.72] = -4,,[-6.282] = -7,,[-7] = -7.\n\n# Algebraic Classifications of Functions\n\n* **Linear Function:** Defined as f(x) = ax + b.\n\n* **Polynomial Function:** Defined as f(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_2 x^2 + a_1 x^1 + a_0 x^0,where, wherea_n are constants.\n * **Degree 0:** f(x) = 10.\n * **Degree 2 (Quadratic):** f(x) = 2x^2 + 3x + 1. \n * **Degree 3 (Cubic):** f(x) = 3x^3 + 2x^2 + 2x + 4.\n * **Degree 4 (Quartic):** f(x) = 3x^4 + 4x^2 + 5x.\n\n* **Rational Function:** Defined as f(x) = \frac{p(x)}{q(x)},where, whereq(x) \ne 0andbothand bothp(x)andandq(x)arepolynomials.Example:are polynomials. Example:f(x) = \frac{2x+3}{x^2+3x+1}.\n\n# Variables and Domain/Range Concepts\n\n* **Variables:**\n * x is the Input Variable (Independent Variable).\n * y is the Output Variable (Dependent Variable).\n\n* **Domain:** The set of all values of xforwhichthefunctionisdefinedandcancalculatecorrespondingvaluesforfor which the function is defined and can calculate corresponding values forf(x). \n\n* **Range:** The set of corresponding values of f(x).\n\n* **Example Calculation:** For f(x) = 3x^2 + 2:\n * If Domain = \{1, 2, 3\}\n * f(1) = 3(1^2) + 2 = 5\n * f(2) = 3(2^2) + 2 = 14\n * f(3) = 3(3^2) + 2 = 29\n * Range = \{5, 14, 29\}. Domain values are input, calculated values form the range.\n\n# The Inverse Function\n\n* **Definition:** To find the inverse function f^{-1}(x).\n\n* **Procedure Steps:**\n 1. Set f(x) = y.\n 2. Make x the subject of the formula.\n 3. Replace ybybyx in the resulting expression.\n\n* **Inverse Example 1:** Given f(x) = 3x + 4.\n * Set y = 3x + 4.\n * 3x = y - 4 \rightarrow x = \frac{y-4}{3}.\n * f^{-1}(x) = \frac{x-4}{3}.\n\n* **Inverse Example 2:** Given f(x) = \sqrt{\frac{1}{2}x + 1}.\n * y = \sqrt{\frac{1}{2}x + 1} \rightarrow y^2 = \frac{1}{2}x + 1.\n * y^2 - 1 = \frac{x}{2} \rightarrow x = 2(y^2 - 1).\n * f^{-1}(x) = 2(x^2 - 1).\n\n* **Inverse Example 3:** Given f(x) = \ln(x+4).\n * y = \ln(x+4). Take exponential of both sides.\n * e^y = x+4 \rightarrow x = e^y - 4.\n * f^{-1}(x) = e^x - 4.\n\n* **Inverse Example 4:** Given f(x) = e^{3x} - 4.\n * y = e^{3x} - 4 \rightarrow y+4 = e^{3x}.\n * Take \lnonbothsides:on both sides:\ln(y+4) = 3x \rightarrow x = \frac{\ln(y+4)}{3}.\n * f^{-1}(x) = \frac{\ln(x+4)}{3}.\n\n# Composite Functions\n\n* **Definition:** If given f(x) = 2x+1,,g(x) = 3x+2,and, andh(x) = x+1,acompositefunctionlike, a composite function likef \circ g \circ h(x) means evaluating one function's output as the input of the next functions in the sequence.\n\n* **Example 1:** Find f \circ g(x).\n * f(g(x)) = f(3x+2) = 2(3x+2) + 1 = 6x+4+1 = 6x+5.\n\n* **Example 2:** Find g \circ f \circ h(x)atatx=2.\n * Step 1: Evaluate h(2) = 2+1 = 3.\n * Step 2: Evaluate f(3) = 2(3)+1 = 7.\n * Step 3: Evaluate g(7) = 3(7)+2 = 23.\n\n* **Example 3:** Find f \circ f(x)wherewheref(x) = x^2+1.\n * f(f(x)) = f(x^2+1) = (x^2+1)^2 + 1 = x^4 + 2x^2 + 1 + 1 = x^4 + 2x^2 + 2.\n\n# Finding the Domain\n\n* **Definition:** The domain of a function is the set of values at which the function is defined. Shortened as dom(f).\n\n* **Techniques for Finding Domain:**\n 1. **For Polynomial Functions:** Every polynomial function has a domain of all real numbers \mathbb{R} = (-\infty, \infty).\n 2. **For Rational Functions:** Avoid values of x that make the denominator zero. \n * Example 1: f(x) = \frac{2x-4}{x+1}.Set. Setx+1=0 \rightarrow x=-1.Functionisundefinedat. Function is undefined atx=-1..\text{dom} (f) = \mathbb{R} \setminus \{-1\}oror(-\infty, -1) \cup (-1, \infty).\n * Example 2: f(x) = \frac{x}{x^2-x-6}.Factorthedenominator:. Factor the denominator:(x-3)(x+2) = 0.Undefinedat. Undefined atx=3andandx=-2..\text{dom} (f) = \mathbb{R} \setminus \{-2, 3\}.\n 3. **For Radical (Square Root) Functions:**\n * If the index niseven,theexpressionundertherootmustbegreaterthanorequaltozero(is even, the expression under the root must be greater than or equal to zero (\ge 0).\n * If nisodd,thedomainisthesameasthepolynomialunderneath(is odd, the domain is the same as the polynomial underneath (\mathbb{R}).\n * Example (Even Root): f(x) = \sqrt{x^2+x-6}.Set. Setx^2+x-6 \ge 0 \rightarrow (x-2)(x+3) \ge 0..\text{dom} (f) = (-\infty, -3] \cup [2, \infty).\n * Example (Odd Root): f(x) = \sqrt[3]{x^2-x-6}.Indexisodd,so. Index is odd, so\text{dom} (f) = \mathbb{R}.\n\n# Range and Inverse Relation\n\n* **Key Principle:** The range of a function fisthesameasthedomainofitsinverseis the same as the domain of its inversef^{-1}.\n* **Finding the Range:** To find the range of f(x), find the inverse function and then determine its domain.\n* **Example:** Find range of f(x) = \frac{3}{x-2}.\n * Inverse: y = \frac{3}{x-2} \rightarrow x-2 = \frac{3}{y} \rightarrow x = \frac{3}{y} + 2 = \frac{3+2y}{y}.\n * f^{-1}(x) = \frac{3+2x}{x}.Thedomainofthisinverseis. The domain of this inverse is\mathbb{R} \setminus \{0\}.\n * Range of f(x) = \mathbb{R} \setminus \{0\}.\n\n# Limit of a Function\n\n* **Mathematical Definition:** The limit of f(x)asasxapproachesapointapproaches a pointcisisL,written, written\lim_{x \to c} f(x) = L.Formally,thereexistssomenumber. Formally, there exists some number\epsilon > 0suchthatsuch that|f(x) - L| < \epsilonforallfor allxwherewhere0 < |x - c| < \delta.\n\n* **Properties of Limits:**\n 1. **Constant Function:** \lim_{x \to c} k = kforanyconstantfor any constantk.\n 2. **Identity Function:** \lim_{x \to c} x = c.\n 3. **Constant Multiple:** \lim_{x \to c} k f(x) = k \lim_{x \to c} f(x).\n 4. **Sum/Difference:** \lim_{x \to c} [f(x) \pm g(x)] = \lim_{x \to c} f(x) \pm \lim_{x \to c} g(x).\n 5. **Rational Power:** \lim_{x \to c} \sqrt[n]{f(x)} = \sqrt[n]{\lim_{x \to c} f(x)},providedtherootisdefinedforeven, provided the root is defined for evenn.\n\n* **Techniques for Indeterminate Forms (0/0):**\n 1. **Simplification/Factoring:** Factorize terms and cancel common factors.\n * Example: \lim_{x \to -2} \frac{x^2+x-2}{x^2+2x} = \lim_{x \to -2} \frac{(x-1)(x+2)}{x(x+2)} = \lim_{x \to -2} \frac{x-1}{x} = \frac{-3}{-2} = 1.5.\n 2. **L'Hopital's Rule:** Differentiate the numerator and denominator separately until the indeterminacy is removed.\n\n* **Limits at Infinity (x → ∞):**\n * Divide every term by the highest power of x found in the denominator.\n * **Shortcut Rules:**\n 1. Highest power in numerator and denominator are same: The limit is the ratio of their coefficients.\n 2. Highest power is in the denominator: The limit is 0. Examples: \lim_{x \to \infty} \frac{1}{x} = 0,,\lim_{x \to \infty} \frac{1}{x^2} = 0.\n 3. Highest power is in the numerator: The limit is infinity (undefined).\n * Example: \lim_{x \to \infty} \frac{2x^2+3x}{4x^2+5x} = \frac{2}{4} = 0.5$$.", "title": "Comprehensive Study Notes on Real Valued Functions and Calculus Basics" } ```