#Understanding Derivatives in Optimization

7 messages · Page 1 of 1 (latest)

trim girder
#

Can someone briefly explain why we take dy/dx=0 in optimization problems? Here’s how I understand it so far:
Taking DxY in an optimization problem is similar to taking DxY when finding the local extrema in a graph. When say a curve goes from - to 0 to + (concave up) it changes direction from - to +. In optimization, taking DxY = 0 essentially illustrates that at DxY=0 / DxY=local extrema, I’m imagining a line moving at a rate DxY until it starts approaching 0, and when it reaches 0 the line changes direction.
Is that way of thinking correct or am I misunderstanding? Thanks

sharp craneBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with: ```diff
    +close
humble stump
#

Remember, dy/dx is the slope of the line tangent to the function at the point x. Therefore, dy/dx = 0 indicates that the tangent line at that point is a horizontal line. This doesn't always indicate a local extremum, but it makes it a good point to investigate if you're looking for one.

trim girder
crisp leafBOT
#

@trim girder has given 1 rep to @humble stump