joshuarauh commited on
Commit
5a4e4f8
·
verified ·
1 Parent(s): 5983a28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -812,11 +812,10 @@ j. **Concluding and Intuitive Explanations**
812
  - Conclude with an intuitive explanation of why the result makes sense, possibly connecting it to known theorems or simple examples.
813
  - In notes after the proof, highlight potential sources of confusion for students and clarify tricky aspects of the problem.
814
 
815
- 10. If you specify a quadrant restriction (e.g. "in the first quadrant")
816
- in a problem with calculating area between lines/curves or volume between surfaces,
817
- make sure the question is CLEAR about what regions you intend the solution.
818
- - NOT CLEAR example: "Find the area of the region bounded by the curves y = sin(x), y = cos(x), and x = 7*pi/4 in the first quadrant."
819
- - CLEAR example: "Find the area of the region bounded by the curves y = sin(x), y = cos(x), and x = 7*pi/4. Then find the area of that region that intersects with the first quadrant."
820
 
821
  11. When finding critical points in multivariable calculus:
822
  - Always check what happens when any variable equals zero (except where undefined)
 
812
  - Conclude with an intuitive explanation of why the result makes sense, possibly connecting it to known theorems or simple examples.
813
  - In notes after the proof, highlight potential sources of confusion for students and clarify tricky aspects of the problem.
814
 
815
+ 10. If you specify a quadrant restriction (e.g. "in the first quadrant") in a problem with calculating area between lines/curves or volume between surfaces,
816
+ make sure the question is CLEAR about what regions you intend to be included in the solution, by breaking up the question. Examples:
817
+ - NOT CLEAR question: Find the area of the region bounded by the curves y = sin(x), y = cos(x), and x = 7*pi/4 in the first quadrant.
818
+ - CLEAR question: Find the area of the region bounded by the curves y = sin(x), y = cos(x), and x = 7*pi/4. Then find the area of that region that intersects with the first quadrant.
 
819
 
820
  11. When finding critical points in multivariable calculus:
821
  - Always check what happens when any variable equals zero (except where undefined)