Math Problem Statement

Diberikan persamaan f(x) = √(x - 1) dan g(x) = x^2 - 8. Tentukan daerah asal f ∘ g(x) dan (f ∘ g)(x).

Solution

We are given two functions:

  • f(x)=x1f(x) = \sqrt{x - 1}
  • g(x)=x28g(x) = x^2 - 8

We are asked to find the domain of the composition fgf \circ g, where (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)), and its expression.

Step 1: Find the expression for (fg)(x)(f \circ g)(x)

First, substitute g(x)g(x) into f(x)f(x): (fg)(x)=f(g(x))=g(x)1=(x28)1=x29(f \circ g)(x) = f(g(x)) = \sqrt{g(x) - 1} = \sqrt{(x^2 - 8) - 1} = \sqrt{x^2 - 9} Thus, (fg)(x)=x29(f \circ g)(x) = \sqrt{x^2 - 9}.

Step 2: Find the domain of (fg)(x)(f \circ g)(x)

For the square root function to be defined, the argument must be non-negative: x290x^2 - 9 \geq 0 Solving this inequality: x29x3 or x3x^2 \geq 9 \quad \Rightarrow \quad x \leq -3 \text{ or } x \geq 3 Thus, the domain of (fg)(x)(f \circ g)(x) is (,3][3,)(-\infty, -3] \cup [3, \infty).

Step 3: Conclusion

The domain of fgf \circ g is (,3][3,)(-\infty, -3] \cup [3, \infty), and the expression for (fg)(x)(f \circ g)(x) is x29\sqrt{x^2 - 9}.

Looking at the options, option d is the correct answer.

Let me know if you need more details or have any questions!

Here are 5 related questions for further exploration:

  1. How do we compose two functions?
  2. What are the general rules for determining the domain of a composite function?
  3. Can we compose functions if their domains do not overlap?
  4. What are other examples of composite functions involving square roots?
  5. How would the answer change if the function f(x)f(x) were different?

Tip: When composing functions, always ensure that the output of the inner function lies within the domain of the outer function!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Composite Functions
Domain of Functions
Square Roots
Quadratic Functions

Formulas

(f ∘ g)(x) = √(g(x) - 1)
g(x) = x^2 - 8
(f ∘ g)(x) = √(x^2 - 9)

Theorems

For √(x) to be defined, x must be non-negative (x ≥ 0)
Solving quadratic inequalities to find the domain

Suitable Grade Level

Grade 10-12