technically the domain is part of the definition of a function and you can have different domains with the same functional equation for example we can have: f: R- to R with f(x)=1/x and g: R+ to R with g(x)=1/x so if I tell you h(x)=1/x you have no information about the domain however in applied math people usually just use a functional equation to represent a function and implicitely set the domain as the biggest possible subset within the real numbers so in the case of our example the function h can accept any real number except 0, hence its biggest possible domain is R \ {0} such that: h: R \ {0} to R with h(x)=1/x so the general strategy is to look for problematic values that cause division by zero or similar issues (like square root from negative numbers) and to exclude them consider for example: f(x)=sqrt(1-x2 ) in this case the problematic values are all x such that: 1-x2 <0 iff 1 < x2 iff 1 < |x| so the domain of f is all real numbers except those with an absolute values bigger than 1, which means only values between -1 and 1 are allowed: f: [-1, 1] to R, f(x)=sqrt(1-x2 ) Answer from Il_Valentino on reddit.com
🌐
Reddit
reddit.com › r/learnmath › how do you find the domain of a function without graphing it?
r/learnmath on Reddit: How do you find the domain of a function without graphing it?
August 28, 2022 -

I've been looking at all sorts of tutorials and walkthroughs on youtube and math-online, but I really can't get it

Please explain to me like I'm the idiot I am :)

Top answer
1 of 4
4
technically the domain is part of the definition of a function and you can have different domains with the same functional equation for example we can have: f: R- to R with f(x)=1/x and g: R+ to R with g(x)=1/x so if I tell you h(x)=1/x you have no information about the domain however in applied math people usually just use a functional equation to represent a function and implicitely set the domain as the biggest possible subset within the real numbers so in the case of our example the function h can accept any real number except 0, hence its biggest possible domain is R \ {0} such that: h: R \ {0} to R with h(x)=1/x so the general strategy is to look for problematic values that cause division by zero or similar issues (like square root from negative numbers) and to exclude them consider for example: f(x)=sqrt(1-x2 ) in this case the problematic values are all x such that: 1-x2 <0 iff 1 < x2 iff 1 < |x| so the domain of f is all real numbers except those with an absolute values bigger than 1, which means only values between -1 and 1 are allowed: f: [-1, 1] to R, f(x)=sqrt(1-x2 )
2 of 4
2
For most polynomials, you determine if there is a point that does not exists. For example, y = x/(x-1), you than see when x =1, you get 1/0 which doesn't exist. For y = tan(x), if you know your trig, this is sin(x)/cos(x), so try to solve for when cosx = 0. When x = pi/2, you get 1/0 again which dies not exist. Over time you will learn the domain of specific functions. For example, y= ln(x), the domain is x >0. This is something you either memorize or once you understand the application of ln(x) you intuitively know the domain.
People also ask

How do I find domain of function?
To find the domain of a function, consider any restrictions on the input values that would make the function undefined, including dividing by zero, taking the square root of a negative number, or taking the logarithm of a negative number. Remove these values from the set of all possible input values to find the domain of the function.
🌐
symbolab.com
symbolab.com › solutions › functions & line calculator › functions domain calculator
Functions Domain Calculator
What is a function domain?
The domain of a function is the set of all input values for which the function is defined. It is the set of all values that can be inserted into the function and produce a valid output.
🌐
symbolab.com
symbolab.com › solutions › functions & line calculator › functions domain calculator
Functions Domain Calculator
Can I find the domain of a function with a calculator?
Yes. You can use a graphing calculator to calculate domain by plotting the function. There are also a variety of domain and range calculators online. Simply input your function to find the domain, which is a set of x-values that will successfully generate y-values.
🌐
wikihow.com
wikihow.com › education and communications › studying › mathematics › 7 ways to find the domain of a function - wikihow
7 Ways to Find the Domain of a Function - wikiHow
🌐
Mathway
mathway.com › Calculator › find-the-domain
Find the Domain Calculator
The domain calculator allows you to take a simple or complex function and find the domain in both interval and set notation instantly.
🌐
YouTube
youtube.com › the organic chemistry tutor
How To Find The Domain of a Function - Radicals, Fractions & Square Roots - Interval Notation - YouTube
This algebra video tutorial explains how to find the domain of a function that contains radicals, fractions, and square roots in the denominator using interv...
Published   September 8, 2017
Views   2M
🌐
Reddit
reddit.com › r/learnmath › how do you find range and domain in general?
How do you find range and domain in general? : r/learnmath
November 1, 2021 - Domain is the set of possible X values in a function. Range is the set of possible Y values in a function. To find the domain, set the denominator equal to zero and then solve for X.
🌐
Wikihow
wikihow.com › education and communications › studying › mathematics › 7 ways to find the domain of a function - wikihow
7 Ways to Find the Domain of a Function - wikiHow
A function with a fraction with a variable in the denominator. To find the domain of this type of function, set the bottom equal to zero and exclude the x value you find when you solve the equation.
Published   July 18, 2024
Views   1K
🌐
Mathematics LibreTexts
math.libretexts.org › bookshelves › algebra › college algebra 1e (openstax) › 3: functions
3.3: Domain and Range - Mathematics LibreTexts
October 6, 2021 - If there is a denominator in the function’s formula, set the denominator equal to zero and solve for x . If the function’s formula contains an even root, set the radicand greater than or equal to 0, and then solve.
Find elsewhere
🌐
Symbolab
symbolab.com › solutions › functions & line calculator › functions domain calculator
Functions Domain Calculator
It is the set of all values that ... of a function, consider any restrictions on the input values that would make the function undefined, including dividing by zero, taking the square root of a negative number, or taking the logarithm of a negative number....
🌐
Cuemath
cuemath.com › calculus › domain-and-range-of-a-function
Domain and Range - From Graph | How to Find Domain and Range of a Function?
Domain of a square root function √x is x ≥ 0. Domain of an exponential function is ℝ. Domain of logarithmic function is x>0. To find the domain of a rational function y = f(x), set the denominator ≠ 0.
Top answer
1 of 4
4

A general method would be this:
Let $$y=\sqrt{t^2+6t}\\y^2=t^2+6t \\ t^2+6t-y^2=0\\t=\frac{-6\pm\sqrt{36+4y^2}}{2}$$
For t to be real, $36+4y^2\ge0\implies y\in \mathbb{R}$

But $y\not\lt0$, since $y$ is equal to the square root of a real number.
So the range of the function will be $[0,\infty)$.


A more specific method for $f(x)=\sqrt{ax^2+bx+c}$ :
First of all, range($R_f$) $\subseteq [0,\infty)$.
The range of $ax^2+bx+c$ is $[-\frac{b^2-4ac}{4a},\infty)$ if $a>0$ and $(-\infty,-\frac{b^2-4ac}{4a}]$ if $a<0$.
So, the range of $f(x)$ will be the square root of bounds of intersection of $[0,\infty)$ and the range for $ax^2+bx+c$.


Here are some of the "common rules" for $f(x)$ to be real:
1. If $f(x) = \frac 1a$, $a\ne 0$.
2. If $f(x)=\sqrt{a}, a\ge0$.
3. If $f(x)=\frac1{\sqrt{a}}, a>0$
4. If $f(x) = \log_yx, x>0,y>0,y\ne1$ (Didn't want to add this rule since it is very specific)
To find domain of a function, $f(x)$, find for what values of $x$, $f(x)$ will be undefined/not real. To find range, the general method is to find $x$ in terms of $f(x)$ and then find values of $f(x)$ for which $x$ is not defined.
2 of 4
0

Assuming that you are looking at a real function of a real variable you can determine the allowed domain as those values of t that produce a real result for g. In this case you need $t^2 + 6t \ge 0$ otherwise you are trying to get the square root of a negative number. Factorising $t(t+6) \ge 0$ with solutions $t \ge 0$ and $t \le -6$. So the allowed domain is $t \le -6$ and $t \ge 0$. The corresponding range is the values that g ranges over given this domain which can be seen to start from 0 (if $t = 0$ or $t=-6)$ and extend to $+\infty$

This changes if you allow g to be a complex function of a real variable, or a complex function of a complex variable.

The domain of a function is also often specified as a subset of the allowed domain, so you might have a function like g restriced by definition to a range $t \ge 0$.

Top answer
1 of 4
2

$f$ is a fraction, and fractions are defined everywhere the denominator is non-zero (which it is). The numerator is defined when $[0,\infty) \cap [1,\infty) = [1,\infty)$, (the square root is defined at $0$), and the denominator is defined for $$ \{x : \sqrt{x} + \sqrt{x-1} \neq 0, \, x\geq 0, x\geq 1\} = [1,\infty) $$ so the domain is $[1,\infty)$.

By this, we should see that $f(0)$ is not defined.

2 of 4
0

We have $$f(x) = \frac{(\sqrt{x}-\sqrt{x-1} )}{( \sqrt{x}+\sqrt{x-1} )}$$ The domain of $f$ is: $$D_f = \{ x \in \mathbb{R} : (\sqrt{x}+\sqrt{x-1} \ne 0) \wedge (x \ge 0) \wedge (x-1 \ge 0) \}$$

  • Let we consider the first inequality: $\sqrt{x}-\sqrt{x-1} \ne 0$
    To make the explanation clearer let we consider to negation: $$\sqrt{x}+\sqrt{x-1} = 0 \Leftrightarrow \sqrt{x-1} = -\sqrt{x}$$ Because $(\forall x \in \mathbb{R}): \sqrt{x} \ge 0 \Rightarrow \sqrt{x-1} = -\sqrt{x}$ is not solvable($\sqrt{x-1}$ can not be negative)
    The solution is $\emptyset$, because we considered the negation, so we must negate it again what result $\mathbb{R}$ Let $D_1$ denotes the first solution set, so $D_1 = \mathbb{R}$
  • Now let consider the second inequality: $x \ge 0$
    This inequality is already solved. In analogue to the first case let $D_2$ denotes the second solution set, so $D_2 = [0,+\infty[$
  • Now let consider the last inequality: $ x-1 \ge 0 $
    $ x-1 \ge 0 \Leftrightarrow x \ge 1 \Leftrightarrow D_3 = [1,+\infty[$
    The whole solution $$D_f= D_1 \cap D_2 \cap D_3$$ $$\Leftrightarrow D_f= \mathbb{R} \cap [0,+\infty[ \cap [1,+\infty[$$ $$\Leftrightarrow D_f= [1,+\infty[$$
🌐
Pressbooks
ecampusontario.pressbooks.pub › math3080prep › chapter › 2-2-finding-the-domain-of-a-function-defined-by-an-equation
2.2 Finding the Domain of a Function Defined by an Equation – Math 3080 Preparation
February 1, 2022 - If there is a denominator in the function’s formula, set the denominator equal to zero and solve for [latex]x[/latex]. If the function’s formula contains an even root, set the radicand greater than or equal to 0, and then solve.
🌐
GeeksforGeeks
geeksforgeeks.org › mathematics › domain-and-range-of-function
Domain and Range | How to Find Domain and Range of a Function - GeeksforGeeks
Step 3: Now, the domain of the function x = g(y) will be the range of the function y = f(x). Thus, the range of a function is calculated. Soved Example: Find the range of the function f(x) = 1/ (4x − 3).
Published   4 days ago
🌐
Expii
expii.com › t › finding-the-domain-of-a-function-algebraically-4796
Finding the Domain of a Function, Algebraically - Expii
How can values not be in the domain? Values not included in domain are values that will "break" the function. For example, values that would put negative numbers in square roots or a 0 in a denominator would not be included in a function's domain.
🌐
Free Math Help Forum
freemathhelp.com › forums › free math help › calculus
Find the domain of each function | Free Math Help Forum
June 19, 2011 - Click to expand... It seems that you have learned the definition of domain because you were able to determine the answers graphically. Here's one way to think about it. The domain is the set of all valid input values for the function (i.e., all values of x such that f(x) evaluates to a Real number).
🌐
Wolfram|Alpha
wolframalpha.com › calculators › domain-range-calculator
Domain and Range Calculator: Step-by-Step Solutions - Wolfram|Alpha
Here are some examples illustrating how to ask for the domain and range. ... The domain of a function, , is most commonly defined as the set of values for which a function is defined.
🌐
Mathematics LibreTexts
math.libretexts.org › bookshelves › applied mathematics › calculus for business and social sciences corequisite workbook (dominguez, martinez, and saykali) › 4: functions
4.7: Domain and Range of a Function - Mathematics LibreTexts
July 18, 2022 - Any value can be chosen for \(z\), so the domain of the function is all real numbers, or as written in interval notation, is: \(D:(−\infty , \infty )\) To find the range, examine inside the absolute value symbols.