Restricted Domain Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

medium
Find the domain of g(x)=x+4x2โˆ’9g(x) = \frac{\sqrt{x+4}}{x^2 - 9}.

Solution

  1. 1
    Requirement 1: x+4โ‰ฅ0โ‡’xโ‰ฅโˆ’4x + 4 \ge 0 \Rightarrow x \ge -4. Requirement 2: x2โˆ’9โ‰ 0โ‡’xโ‰ ยฑ3x^2 - 9 \neq 0 \Rightarrow x \neq \pm 3.
  2. 2
    Combine: xโ‰ฅโˆ’4x \ge -4 and xโ‰ 3x \neq 3 and xโ‰ โˆ’3x \neq -3. Domain: [โˆ’4,โˆ’3)โˆช(โˆ’3,3)โˆช(3,โˆž)[-4, -3) \cup (-3, 3) \cup (3, \infty).

Answer

[โˆ’4,โˆ’3)โˆช(โˆ’3,3)โˆช(3,โˆž)[-4, -3) \cup (-3, 3) \cup (3, \infty)
When a function combines multiple operations, each imposes its own restriction. The overall domain is the intersection of all individual restrictions. Here, the square root requires non-negative input and the fraction requires a nonzero denominator.

About Restricted Domain

Restricting a domain limits allowable inputs so a function has desired properties, often invertibility.

Learn more about Restricted Domain โ†’

More Restricted Domain Examples