joshuarauh commited on
Commit
6f13d68
·
verified ·
1 Parent(s): da61262

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -813,6 +813,12 @@ j. **Concluding and Intuitive Explanations**
813
 
814
  10. When analyzing area problems with multiple curves and quadrant restrictions, bounds mentioned in the problem that would lead to analyzing areas that fall outside the required region should be ignored
815
 
 
 
 
 
 
 
816
  """
817
 
818
  #Consider
 
813
 
814
  10. When analyzing area problems with multiple curves and quadrant restrictions, bounds mentioned in the problem that would lead to analyzing areas that fall outside the required region should be ignored
815
 
816
+ 11. When finding critical points in multivariable calculus:
817
+ - Always check what happens when any variable equals zero (except where undefined)
818
+ - Just because a point is ruled out of the domain doesn't mean that entire line/curve is ruled out
819
+ - When the Hessian is inconclusive, evaluate the function along the critical curves to determine behavior
820
+ - Don't rely solely on the Hessian - consider direct function evaluation and nearby points
821
+
822
  """
823
 
824
  #Consider