What Are the Correct Steps to Determine the Range of a Function?

  • Thread starter Thread starter preet
  • Start date Start date
  • Tags Tags
    Inequalities
AI Thread Summary
To determine the range of a function, it's essential to identify the minimum and maximum values of the function within the specified domain. For the function g(x) = 2(x-3)^2 + 4, the minimum occurs at x=3, yielding a value of 4, while the maximum occurs at the endpoints of the domain, resulting in a maximum value of 22. In the second case, f(x) = x^2 + 3, the minimum value is 3 (at x=-3 or x=3), and the maximum is 12 (at x=3). The correct ranges are {y | 4 <= y <= 22} for g(x) and {y | 3 <= y <= 12} for f(x). Understanding how to evaluate the function at critical points within the domain is crucial for accurately determining the range.
preet
Messages
96
Reaction score
0
What do you in these cases:

A function is g(x) = 2 (x-3) ^2 + 4
Find the range when 0 <= x <= 6

steps i took:
0 <= x <=6
0-3 <= x-3 <= 6-3
-3^2 <= (x-3)^2 <= 3^2
9 <= (x-3)^2 <= 9
22 <= 2 (x-3)^2 + 4 <=22
:: what did i do wrong?

correct answer is:
{ y | 4 <= y <= 22 }

---------------------
case#2

A certain function is defined as f(x)=x^2 + 3
if -3 <= x <=3, determine the range

i got {y | 3 <= y <= 9 }
correct answer is:
{y | 3 <= y <= 12}

Thanks in advance
Preet
 
Physics news on Phys.org
The range for a certain function in a certain domain will be the lowest value of y to the highest value. Let's start with case 2.

You have the lower limit right, the lowest that function will ever be (in the domain) is 3. Now the upper limit, can the function not be 3^2 + 3 = 12?

For the first case, you are not just looking at the value of y that corresponds to the upper and lower limits of the domain, you are looking for the LOWEST and the HIGHEST y values in that domain. The upper limit you got right. Now the lower limit, is there any number between 0 and 6 that you can use to make you answer lower than 22?
 
preet said:
0-3 <= x-3
-3^2 <= (x-3)^2
:: what did i do wrong?

a>b does not imply a^2 &gt; b^2, unless both are positive.

Try some examples :
2 > -3, but 4 < 9
-2 > -3, but 4 < 9
 
The second problem is pretty straightforward. I don't see how you could have got 9 instead of 12. Why don't you show the steps; like you did with the first problem. This will make it easier to diagnose the error.

And as for the first problem, the approach you used is not the way to solve it. Ask yourself what values of x in the domain maximize and minimize g(x).

Clearly g(x) is mimimal, for the smallest value that (x-3)^2 can take, which in turn is minimized by finding the smallest possible value that |x-3| can take. Clearly, this happens when x=3. At this value of x, what value does g(x) take ?
 
f(x)=x^2 + 3

domain:-3 <= x <=3
the way shown in the book is to turn the domain into the range by performing all of the operations in the function (domain -> function -> range)
...
-3 <= x <= 3
-3^2 <= x^2 <= 3^2
9 + 3 <= x^2 <= 9+3
12 <= x^2 <= 12

I don't even remember what I'm doing... my exam is coming up and I forgot all of this stuff... my answer doesn't even make sense. I don't know how I got the previous answer.

Is there some algebraic method of doing this or do you have to think every time which value will give you the min/max values? Even looking at the first one, shouldn't the range be 3 <= y <= 22? 3 is between 6 and 0 and gives the lower y value... but the answer in the book says 4. If you want to apply the method where you apply all of the operations of the function, do you have to find like the greatest and least absolute value or something? TiA.
 
preet said:
f(x)=x^2 + 3

domain:-3 <= x <=3
the way shown in the book is to turn the domain into the range by performing all of the operations in the function (domain -> function -> range)
...
-3 <= x <= 3
-3^2 <= x^2 <= 3^2
9 + 3 <= x^2 <= 9+3
12 <= x^2 <= 12

Please read my post. I've told you why you can't do this.

Is there some algebraic method of doing this or do you have to think every time which value will give you the min/max values? Even looking at the first one, shouldn't the range be 3 <= y <= 22? 3 is between 6 and 0 and gives the lower y value... but the answer in the book says 4.
Yes, y= g(x) = 4, when x=3. Please read my posts slowly and carefully. You're panicking, and that just doesn't help you one bit. Calm down and start over.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top