Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
817 |
-
|
818 |
-
-
|
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)
|