Finding Extreme Values of Functions Without Graphing or Calculators

  • Thread starter Thread starter Shay10825
  • Start date Start date
AI Thread Summary
The discussion focuses on finding extreme values of functions without graphing or calculators. Participants analyze three functions, identifying errors in differentiation and the importance of determining the domain. It is clarified that extreme values are points where the derivative equals zero, but not all such points are maxima or minima; some may be saddle points. The conversation emphasizes the need to check higher-order derivatives to classify these points accurately. Ultimately, the key takeaway is that extreme values are candidates for maxima or minima, and further analysis is required to determine their nature.
Shay10825
Messages
337
Reaction score
0
Hi everyone!

Find the extreme values of the function and where they occur. I have to do this without graphing them and without a calulator.

1.) y= sqrt( x^2 - 1 )
y'= [.5( x^2 -1)^ (-3/2)][2x]
y'= x / [(x^2 - 1)^(3/2)]
0 = x / [(x^2 - 1)^(3/2)]
Now what? I can't solve for x?

2.) y= (x^2 - 1)^-1
y' = -1 (x^2 -1) ^-2
0 = -1(x^2 - 1)^-2
x= -1 and 1?
Is this correct? If so how do I know which is the min and which is the max?

3.) y= 1/ sqrt(1- x^2)
y'=-1(sqrt(1 -x^2))^-2
0 = -1/ (1- x^2)
x = 1 and -1??
Is this correct? If so how do I know which is the min and which is the max?

~Thanks
 
Physics news on Phys.org
Finding the extrema is not the same as finding the minuma an maxima. An extremum of the function is simply a point OF THE DOMAIN for which the derivative is zero. So step one is to find the domain of the functions, keeping in mind that negative roots and division by zero are not defined. This means that for a particular function, all real numbers x for which either of these two cases arise are excluded from the domain of the function.

You also want to check on your derivation rules some more as there are mistake in all 3 problems.

Reminder: for all x, 1/x = x^-1

Hint: the answer for all the first two problems is that there are no extrema and there is one in the third.
 
Last edited:
Shay10825 said:
Hi everyone!

Find the extreme values of the function and where they occur. I have to do this without graphing them and without a calulator.

1.) y= sqrt( x^2 - 1 )
y'= [.5( x^2 -1)^ (-3/2)][2x]
y'= x / [(x^2 - 1)^(3/2)]
0 = x / [(x^2 - 1)^(3/2)]
Now what? I can't solve for x?

2.) y= (x^2 - 1)^-1
y' = -1 (x^2 -1) ^-2
0 = -1(x^2 - 1)^-2
x= -1 and 1?
Is this correct? If so how do I know which is the min and which is the max?

3.) y= 1/ sqrt(1- x^2)
y'=-1(sqrt(1 -x^2))^-2
0 = -1/ (1- x^2)
x = 1 and -1??
Is this correct? If so how do I know which is the min and which is the max?

~Thanks


The last 2 differentiations were done wrong.And the first one,which was correct,should have lead to the obvious result "x=0".
So,make the calculations again,if u know how. :wink:
 
As far as I can see, the first differentiation is not correct either.

y= \sqrt{x^2-1} \Rightarrow y' = \frac{1}{2\sqrt{x^2-1}} (2x) = \frac{x}{\sqrt{x^2-1}}

because 1/2 - 1 = -1/2 \neq -3/2


The result is also x = 0, as is obtained by multiplying both sides by \sqrt{x^2-1} after setting y' = 0, but x = 0 is to be rejected as it is not a value of the domain of the function since

f(0) = \sqrt{0^2-1} = \sqrt{-1} [/itex] <br /> <br /> and like I mentionned, negative roots are not defined in \mathbb{R}.
 
Last edited:
quasar987 said:
As far as I can see, the first differentiation is not correct either.

y= \sqrt{x^2-1} \Rightarrow y&#039; = \frac{1}{2\sqrt{x^2-1}} (2x) = \frac{x}{\sqrt{x^2-1}}

because 1/2 - 1 = -1/2 \neq -3/2


The result is also x = 0, as is obtained by multiplying both sides by \sqrt{x^2-1} after setting y' = 0, but x = 0 is to be rejected as it is not a value of the domain of the function since

f(0) = \sqrt{0^2-1} = \sqrt{-1} [/itex] <br /> <br /> and like I mentionned, negative roots are not defined in \mathbb{R}.
<br /> <br /> Yes,u&#039;re right,i didn&#039;t look too carefully and didn&#039;t see that &quot;3/2&quot;. <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f61b.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":-p" title="Stick Out Tongue :-p" data-smilie="7"data-shortname=":-p" /> As for the domains for the functions themselves,the fact he had no idea how to differentiate seemed a greater problem to me.But you&#039;re right here,as well,since the first step when plotting a function is to determine its domain.Anyhow,he lacks knowledge,and my power to concentrate is not that big. I should have seen that &quot;3/2&quot;,damn it! <br /> <br /> Daniel.
 
What's the difference in finding the min and max, and the extreme values?

2.) y= (x^2 - 1)^-1
y= (x^2 - 1)^-1
y'= [-1(x^2 -1)^-2] (2x)
y'= (-2x)/[(x^2 -1)^2]
x = 0

y= (x^2 - 1)^-1
y= (0-1)^-1
y= -1

Why is there no extreme value? Did I do something wrong?

3.) I got x= 0 so would the answer be (0,1)?
 
Last edited:
No that's good, I made the mistake, sorry.

The extreme values are CANDIDATES for being a maximum or a minimum of the function. They are simply those points of the domain for which the derivative is 0. After finding all the extreme values, we may then proceed to determining wheter each is a minimum of the function, a maximum, or neither. If it is the later case, we call the point a saddle point (because the saddle point of a function of two variables looks like a saddle when we plot the graph :smile:)

err... I couldn't draw the thing nor find a picture of a saddle point of a function of one variable on the internet but for an exemple, plot the graph of f(x)=x^3. x = 0 is a saddle point.
 
Last edited:
1.) the answer is there is no extreme value?

2.) the answer is the extreme value is at x=0

3.) the answer is the extreme value is at x=0?

So the extreme value is the x value of the max or min? How do you find out if it is a max or min?
 
Shay10825 said:
3.) I got x= 0 so would the answer be (0,1)?

Yes, but it is convential to simply denote the extreme values of a function as their value in x. So the answer would not be (0,1) but simply 0.

Shay10825 said:
1.) the answer is there is no extreme value?

2.) the answer is the extreme value is at x=0

3.) the answer is the extreme value is at x=0?

Right.

Shay10825 said:
So the extreme value is the x value of the max or min? How do you find out if it is a max or min?

You find out if it is a max or min by examining the derivatives of higher order. The method should be explained in your textbook.
 
  • #10
My teacher said i can find the min and max with the 1st der and the points of inflection with the 2nd deriv. How would I do this? How can I find the min and max with the 1st deriv if the 1st deriv is used to find the extremes?
 
  • #11
The general method:

1) list all your extrema and order them from smaller to bigger

2) find the SIGN of f '(x) between each extrema.

Conclude as follow: Let c be an extremum.

i) If the sign of the derivative is positive to the left* of c and negative on the right, c is a maximum.

ii) If the sign of the derivative is negative to the left of c and positive on the right, c is a minimum.

iii) If the sign is the same to the left and to the right, c is a saddle point.


* The expressions "to the right" and "to the left" should be understood as follow: if c is the smaller of all the extrema, then "to the left" means "in the interval ]-\infty,c[". If c is the larger of all the extrema, then "to the right" means "in the interval ]c,-\infty[". If c is in-between two extrema, then "to the left" means "in the interval ]b,c[" (where b is the extremum smaller than c) and finally, "to the right" means "in the interval ]c,d[" (where d is the extremum larger than c).


Now if you don't get this, go ask your teacher.
 
  • #12
quasar987 said:
Now if you don't get this, go ask your teacher.

If it was that easy I would have done this first. She just gave us small notes on this stuff and that's it. She did not explain it or anything. She gave this to us for a homework assignment and we are going to have a quiz on it next class. Before we take the quiz we are not allowed to ask any questions. She will go over the problems AFTER the quiz.

I think I understand now. Thanks for your help :smile: .
 
Back
Top