{ "hash": "cac145c56b4b73c4274a6b62bedaceda", "result": { "markdown": "# Curve Sketching\n\n\n\nThis section uses the following add-on packages:\n\n``` {.julia .cell-code}\nusing CalculusWithJulia\nusing Plots\nusing SymPy\nusing Roots\nusing Polynomials # some name clash with SymPy\n```\n\n\n\n\n---\n\n\nThe figure illustrates a means to *sketch* a sine curve - identify as many of the following values as you can:\n\n\n * asymptotic behaviour (as $x \\rightarrow \\pm \\infty$),\n * periodic behaviour,\n * vertical asymptotes,\n * the $y$ intercept,\n * any $x$ intercept(s),\n * local peaks and valleys (relative extrema).\n * concavity\n\n\nWith these, a sketch fills in between the points/lines associated with these values.\n\n::: {.cell cache='true' hold='true' execution_count=4}\n\n::: {.cell-output .cell-output-display execution_count=5}\n```{=html}\n
After identifying asymptotic behaviours, a curve sketch involves identifying the \\(y\\) intercept, if applicable; the \\(x\\) intercepts, if possible; the local extrema; and changes in concavity. From there a sketch fills in between the points. In this example, the periodic function \\(f(x) = 10\\cdot\\sin(\\pi/2\\cdot x)\\) is sketched over \\([0,4]\\).
\n