Usually, you follow a series of steps:
- Find out what quantity you are looking for, and find an expression for this quantity.
- Then get this expression down into the form of one variable, so for example if you have x
2 + xy, where y = x-1, get it down to terms of one varible only, in this case x, so you would have x
2 + x(x-1) = 2x
2 - x.
- Find the derivative of this expression, and find when the derivative is equal to 0 in that expression, so in the previous example, the derivative would be 4x - 1, and the value of x to make it 0 would be 1/4.
- Then find out the nature of the point, either by testing points on either side of the point or using the second derivative, in any case for a minimum the second derivative would be > 0 and for a maximum the second derivative would be < 0.
- Once you find out the nature of the turning point, substitute it into the original equation to find the maximum or minimum area, volume, whatever you are trying to find out.
Hope that helps a bit