Absolute Maximum and Minimum Values over a given interval

Click For Summary

Homework Help Overview

The discussion revolves around finding the absolute maximum and minimum values of the function \(f(x) = x^3 + 12x^2 - 27x + 9\) over the interval \([-10, 0]\). Participants are exploring the critical points and evaluating the function at these points to determine the extrema within the specified bounds.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the calculation of the derivative \(y' = 3x^2 + 24x - 27\) and the identification of critical points, questioning the correctness of factoring and the implications of endpoints in determining maxima and minima.

Discussion Status

Some participants have provided guidance on evaluating the function at critical points and endpoints, while others are clarifying the application of the quotient rule and the significance of critical numbers in the context of constrained optimization. Multiple interpretations of the critical points and their relevance to the interval are being explored.

Contextual Notes

Participants note the importance of evaluating the function at both the critical points and the endpoints of the interval to accurately determine the absolute extrema, as well as the potential for confusion regarding the application of the derivative in constrained problems.

redbird555
Messages
12
Reaction score
0

Homework Statement


Find the absolute maximum and absolute minimum values of the function
(x^3)+(12x^2)-27x+9

on each of the following interval
[-10,0]

The Attempt at a Solution


I got this and its saying its wrong.
y'= (3x^2)+(24x)-27
factor: 3(x^2+8x-9) so x=-9 and x=-1
y''=6x+24
I plug in -9 into there and come up with -30 as the minimum which is not correct?
Anyone have some input?
Thanks! Dan
 
Physics news on Phys.org
You need to plug those numbers into the original equation. -9 is actually going to be a max value over your interval, not minimum. What do you get when you solve y = x^3 + 12x^2 - 27x + 9 for when x = -9?

Also, -1 is not a solution. Check your factoring again:

0 = x^2 + 8x - 9
0 = ( x - 1 )( x + 9 )
 
Last edited:
Thanks! I knew I had to plug it back in but for some reason I was getting the wrong answer when I plugged it in the equation the first time hahah. I managed to get all the other questions done except for this, I know I need to do the quotient rule but the equation I get for y' doesn't make any sense.
Find y' and the critical numbers for
(4x+1)/(x^2+x+1) I end up getting (4x^2+12x+2)/(x^2+x+1)^2 which I can factor the top and get (2(2x^2+12x+2))/(x^2+x+1)^2.

To me this is y' but I don't quite see how to get the critical numbers?
 
Critical numbers come from multiple places. A critical number is a location where min/max is possible. Ergo, max/min is always a critical number. By finding all critical x points, you can find the max/mins of the function by finding each corresponding y value. Above, our critical numbers were -9, 1, -10, and 0.

-A critical number is at the start and end of your interval, but you didn't list an interval. If they didn't give you one, then ignore that.

-A critical number is also any point where y' = 0, which we found above.

You can find the critical numbers by finding y' and setting y' = 0. However, your derivative is incorrect. Make sure you are applying the quotient rule correctly, or you can show your work if you want and I'll see if I can find the error.

So, just try again at finding the derivative of y = (4x+1)/(x^2+x+1), then find the x values where y' = 0. You'll need to use the quadratic formula for this one.
 
Last edited:
for the derivative per the quotient rule I got [(4x+6)(2x+1)-(4)(x^2+x+1)]/(x^2+x+1)^2 from there I multiplied out the top and got (4x^2+12x+2)/(x^2+x+1)^2 then I factored out a 2 from the top to give the equation i gave in my last post. I'm a little weary about factoring out that 2 though as in is it correct? Or should I just use the quadratic formula on (4x^2+12x+2)/(x^2+x+1)^2? If so wouldn't I use the quadratic on top, get the possible values of x then set the bottom equal to 0 and solve for the bottom? Uggh this problem is driving me nuts lol
 
never mind lol I got it I used the quaratic on the top part of (4x^2+12x+2) and got the values and those ended up being my critical numbers. One thing though how come I didnt need to factor and solve the bottom? I thought that when a derivative was in the form of a fraction the top and bottom had to be solved for to get all the critical zeros?
 
Your mistake on the quotient rule is only that you must put the nonderived denomenator times the derived numerator first, the order matters since you're subtracting.

You have:
[(4x+6)(2x+1)-(4)(x^2+x+1)]/(x^2+x+1)^2

Try instead:
[(4)(x^2+x+1) - (4x+6)(2x+1)]/(x^2+x+1)^2

You don't need to factor and solve the bottom because you're setting everything equal to 0. In order for a ratio to be equal to zero, the numerator must be equal to zero, so we just set the numerator to be zero and discard the bottom (alternatively, we can multiply both sides by the denominator, which is the same thing.)

y = \frac{4x+1}{x^2+x+1}

y' = \frac{(4)(x^2+x+1) - (4x+1)(2x+1)}{(x^2+x+1)^2}
y' = \frac{4x^2+4x+4-8x^2-4x-2x-1}{(x^2+x+1)^2}
y' = \frac{-4x^2-2x+3}{(x^2+x+1)^2}

Always remember that! For the quotient rule, the denominator times the derivative of the numerator comes first, always! It's a very common error.

Now,
\frac{-4x^2-2x+3}{(x^2+x+1)^2} = 0
-4x^2-2x+3 = 0
 
Last edited:
redbird555 said:

Homework Statement


Find the absolute maximum and absolute minimum values of the function
(x^3)+(12x^2)-27x+9

on each of the following interval
[-10,0]

The Attempt at a Solution


I got this and its saying its wrong.
y'= (3x^2)+(24x)-27
factor: 3(x^2+8x-9) so x=-9 and x=-1
y''=6x+24
I plug in -9 into there and come up with -30 as the minimum which is not correct?
Anyone have some input?
Thanks! Dan

The critical values of y' are at x = -9 and x = 1. However, x = 1 is outside your stated interval [-10,0]. To find max/min in a case like this (i.e., with *bound* constraints on x) you need to examine both interior stationary points, and the end points as well. Here, there are two local minima (at x = -10 and at x = 0) and one local maximum (at x = -9). The left-hand end-point x = -10 is a local mininum because y' > 0 there; the right-hand end-point x = 0 is a local minimum because y' < 0 there. Point x = 0 is the absolute minimum on the interval [-10,0] because y(0) < y(-10); that is, y(0) is smaller than any other value y(x) in the interval. The point x = -9 is the absolute maximum on the interval.

The moral of the story is: in a *constrained* problem, the derivative does not need to vanish at a max or min that lies on the boundary of the constraint region. (For higher dimensions, we get involved with the so-called Karush-Kuhn-Tucker conditions, which are basically multivariate versions of the type of end-point conditions above.)

RGV
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
25
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
5
Views
3K
Replies
2
Views
2K
Replies
6
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K