crono_
- 44
- 0
Homework Statement
Find the domain of the function.
h(x) = \sqrt{4 - x} + \sqrt{x^2 - 1}
Homework Equations
a2 - b2 = (a - b) (a + b)
I think that's all...
The Attempt at a Solution
For starters, I know we can't have a negative number in the radical.
I looked at the 2nd radical first and broke it up...
\sqrt{x^2 - 1} = \sqrt{(x + 1) (x - 1)}
Then I looked at the first radical...
\sqrt{4 - x}
\sqrt{-x + 4}
\sqrt{- (x - 4)}So I'm left with...
= \sqrt{- (x - 4)} + \sqrt{(x + 1) (x - 1)}
Then found the zero's, but are those necessary with a radical question? I know we can't have zero as a denominator but a zero in a radical is fine.
x = 1
x = -1
x = 4
Now I feel stuck though...I think it's the addition of the two radicals that's throwing me off. If there was just one then it would probably be simpler.