Determining the domain and range of multi-variable function

cathal84
Messages
15
Reaction score
0

Homework Statement


f(x,y) = 1/y^2-x

find the domain of f.

Given c ∈ R \ {0} find (x, y) ∈ R 2 such that f(x, y) = c. Finally determine the range of f.

Homework Equations


I know that the domain of the function is anywhere that the function is defined.

The Attempt at a Solution


in the case of this question i can see that the function is going to be undefined where y^2-x =0
since anything over 0 is undefined.

I believe that for the range part of the question it is essentially saying, define the range such that x and y are real numbers but please correct me if I'm wrong.

When i used to be dealing with functions such as f(x) = x+1, in that case i knew that the domain was where the function was defined over the x-axis and i knew that the range was where the function was defined over the y-axis.

But since the domain now is including X and Y i have no idea by what they mean by finding the range.

So if someone could help me define the range of this function and show me the steps to defining the range of any other multi-variable like this one i would greatly appreciate it!
This question is purely for study purposes for exam in start of January so feel free to go into as much detail as you want if you feel it would aid understanding. Thanks again!
 
Last edited:
Physics news on Phys.org
cathal84 said:

Homework Statement


f(x,y) = 1/y^2-x
You need to write the right side as 1/(y2 - x).
What you wrote means ##\frac 1 {y^2} - x##, which isn't what you meant, based on your work below.
cathal84 said:
find the domain of f.

Given c ∈ R \ {0} find (x, y) ∈ R 2 such that f(x, y) = c. Finally determine the range of f.

Homework Equations


I know that the domain of the function is anywhere that the function is defined.

The Attempt at a Solution


in the case of this question i can see that the function is going to be undefined where y^2-x =0
since anything over 0 is undefined.

I believe that for the range part of the question it is essentially saying, define the range such that x and y are real numbers but please correct me if I'm wrong.
The range is the set of real numbers z such that ##z = \frac 1 {y^2 - x}##. Obviously 0 is not in the range of this function. Are there any other values that aren't in the range?
cathal84 said:
When i used to be dealing with functions such as f(x) = x+1, in that case i knew that the domain was where the function was defined over the x-axis and i knew that the range was where the function was defined over the y-axis.

But since the domain now is including X and Y i have no idea by what they mean by finding the range.

So if someone could help me define the range of this function and show me the steps to defining the range of any other multi-variable like this one i would greatly appreciate it!
This question is purely for study purposes for exam in start of January so feel free to go into as much detail as you want if you feel it would aid understanding. Thanks again!
 
cathal84 said:

Homework Statement


f(x,y) = 1/y^2-x

find the domain of f.

Given c ∈ R \ {0} find (x, y) ∈ R 2 such that f(x, y) = c. Finally determine the range of f.

You wrote
$$f(x,y) = \frac{1}{y^2} - x,$$
at least when we read your expression using standard parsing rules. If you mean something else you need to use parentheses.
If you mean
$$f(x,y) = \frac{1}{y^2-x},$$
then write it in plain text as f(x,y) = 1/(y^2-x).
 
Mark44 said:
You need to write the right side as 1/(y2 - x).
What you wrote means ##\frac 1 {y^2} - x##, which isn't what you meant, based on your work below.
The range is the set of real numbers z such that ##z = \frac 1 {y^2 - x}##. Obviously 0 is not in the range of this function. Are there any other values that aren't in the range?
Ray Vickson said:
You wrote
$$f(x,y) = \frac{1}{y^2} - x,$$
at least when we read your expression using standard parsing rules. If you mean something else you need to use parentheses.
If you mean
$$f(x,y) = \frac{1}{y^2-x},$$
then write it in plain text as f(x,y) = 1/(y^2-x).
Mark44 said:
You need to write the right side as 1/(y2 - x).
What you wrote means ##\frac 1 {y^2} - x##, which isn't what you meant, based on your work below.
The range is the set of real numbers z such that ##z = \frac 1 {y^2 - x}##. Obviously 0 is not in the range of this function. Are there any other values that aren't in the range?
ah yes sorry ill know for next time to put the brackets in thanks for the advice.
I don't see why any other numbers would not be in the range besides 0 but then again I'm just looking at where the function is undefined but that's how you define the domain, so i am not sure, think i am just confusing myself. what exactly am i looking to do differently when defining the range?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top