Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

What are the different ways of finding the domain of any function, with special emphasis on polynomial, rational, logarithmic, and exponential functions ?

share|improve this question

2 Answers

The rules that will get you through most introductory courses are

  1. You can't divide by zero,

  2. You can't take a square root of a negative number, and

  3. You can't take the logarithm of a non-positive number.

So, if someone hands you a function and asks you about its domain (which I am interpreting as meaning, find all real $x$ for which the function is defined), first see whether it has any quotients in it. If it does, find all the places where the denominator is zero --- those will have to be excluded from the domain. Note that if there's a tangent, cotangent, secant, or cosecant, then there's a quotient, e.g., $\tan x={\sin x\over\cos x}$.

Next, see whether there are any square roots (4th roots, 6th roots, 8th roots, etc., all count as square roots for these purposes, but not 3rd roots, 5th roots, 7th roots, etc.). If there are, then you have to exclude from the domain any values of $x$ which would result in the extraction of the square root of a negative number.

Finally, see whether there are any logarithms. If so, you'll have to exclude from the domain any values of $x$ which would result in the calculation of a logarithm of a nonpositive number.

Once you've made all the applicable exclusions, what's left of the real line is the domain.

share|improve this answer

The natural maximal domain of definition for the following real-defined functions is:

(1) Polynomials: The whole real line

(2) Rational functions: The whole real line minus the roots of the denominator polynomial

3) Logarithmic function: the positive real numbers

4) Exponential functions: the whole real line.

If you had in mind functions that are not real-defined then tell us.

share|improve this answer
Thanks. No, I was only asking about functions defined on real numbers.But the thing is how do you apply all these rules to composite function, maybe, involving multiplication, division and addition/subtraction of these functions. – wamiq reyaz Nov 29 '12 at 12:19
Sometimes in cases of composed functions, the necessary argument will have to be fairly tricky. Just make sure that for each given $x$, the successive steps all are well-defined. – Lubin Nov 30 '12 at 3:11

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.