Exercises
Explore optimization exercises that involve applying derivatives and gradients to solve real problems like minimizing surface area and maximizing volume using Python. Learn to handle constrained and unconstrained optimization scenarios while practicing mathematical and programming skills.
Now it’s time to practice what we’ve learned. This lesson is a collection of exercises and a quiz about derivatives, gradients, and optimization.
Exercise 1: The can of soda
Find the minimum surface for a soda can that must have a volume of 355. This time, there’s no restriction on the radius. The mathematical form is:
...