Rational Expressions and Functions - Study Notes

6.1 Rational Expressions and Functions
  • Rational Expression: A fraction with both numerator and denominator as polynomial functions.

  - Examples:
    - 32x\frac{3}{2x}
    - x+4x24x+4\frac{x + 4}{x^{2} - 4x + 4}
    - 5xx2+2x3\frac{-5x}{x^{2} + 2x - 3}

  • Recall DOMAIN: All x-values yielding a valid y-value.
      - In rational functions, the domain excludes values that make the denominator zero.

  • Definition of a Rational Function:
      - If u(x) and v(x) are polynomial functions,
      f(x)=u(x)v(x)f(x) = \frac{u(x)}{v(x)} is a rational function. The domain of f consists of all real numbers for which v(x) ≠ 0.

Example 1: Finding Domains of Rational Functions
  • Objective: Identify the domain of the following functions in interval notation.
      - Technology: Use graphing calculators for visualization.

Part a

  • Function: f(x)=x2x2f(x) = \frac{x - 2}{x - 2}
      - Denominator = 0 condition:
        - x2=0x - 2 = 0
        - This implies x=2x = 2
      - Domain: (,2)(2,)(-\infty, 2) \cup (2, \infty)
      - Graph Analysis: Examine graph behavior near x = 2.

Part b

  • An additional function is introduced for evaluation.

  • Steps to Evaluate Domain:
      1. Factor any numerator or denominator.
      2. Set the denominator to zero and solve.

Checkpoint
  • Determine domains for the following:
      1. f(x)=2x+58f(x) = \frac{2x + 5}{8}
      2. f(x)=3xx22x3f(x) = \frac{3x}{x^{2} - 2x - 3}
        - Factor denominator:
          - x22x3=(x3)(x+1)x^{2} - 2x - 3 = (x - 3)(x + 1)
        - Determine domain:
          - Solve for values that make the denominator zero.
          - Combine remaining intervals.

Example 2: Application Involving a Restricted Domain
  • Scenario: A small business manufacturing lamps.

  • Initial Investment: $120,000

  • Cost per lamp: $15

  • Total Cost Function:
      - C=15x+120,000C = 15x + 120,000
      - Here, x is the quantity of lamps produced.

  • Average Cost Function:
      - Average cost=Cx=15x+120,000x\text{Average cost} = \frac{C}{x} = \frac{15x + 120,000}{x}

  • Domain Considerations:
      - The function has a division by x, so x cannot be zero.
      - Also, x must represent realistic production amounts (must be a positive integer).

Example 3: Simplifying Rational Functions
  • Steps for Simplification:
      1. Completely factor both numerator and denominator.
      2. Cancel any common factors (not terms).
      - Key Idea: The success of simplifying rational expressions relies on complete polynomial factorization.

Sample Problem to Simplify:
  • Factor and simplify: 2x36x6x2\frac{2x^{3} - 6x}{6x^{2}}
      - Factorization:
        - Numerator: 2x(x23)2x(x^{2} - 3)
        - Denominator: 6x26x^{2}
      - Simplified result: 2(x23)3x\frac{2(x^{2} - 3)}{3x}

  • Important Note: Keep domain restrictions from the original function in the simplified version.