In the HSC, you will encounter three main functions where the natural domain is not all real x values, these are:
- logarithmic:
if y = lna, where a is some function involving x, a has to always be > 0.
Example: If y = log(x2 - x), then the domain is x2 - x > 0, which, when solved, is x < 0 and x > 1. So the domain of ln(x2 - x) is x < 0 and x > 1.
- square root:
If y = sqrt(a), where a is some function of x, then the domain is a > 0.
Example: If y = sqrt(x2 - x), then the domain is x2 - x > 0, which, like above, is x < 0 and x > 1. So the domain of sqrt(x2 - x) is x < 0 and x > 1.
- Fractions:
If y = 1/a, where a is some function of x, then the domain is all x except when a = 0.
Example: y = 1/(x2 - x), the domain is all real x except x2 - x = 0, ie. all real x except x = 0 and x = 1
Summary:
If a is a function of x, then the domain of:
y = ln(a) is a > 0
y = sqrt(a) is a > 0
y = 1/a is all a except a = 0
I think they are the main functions that dont have domain of all real x.