Difference between revisions of "Shade region bounded by curves"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 11: | Line 11: | ||
<jsxgraph width="400" height="400" box='jxgbox'> | <jsxgraph width="400" height="400" box='jxgbox'> | ||
const board = JXG.JSXGraph.initBoard('jxgbox', { | const board = JXG.JSXGraph.initBoard('jxgbox', { | ||
− | boundingbox: [-1, | + | boundingbox: [-1, 2, 2, -1], axis:true |
}); | }); | ||
Revision as of 15:05, 18 June 2020
Somewhere in the WWW the question was asked how to shade the region bounded by the following curves, where [math]x\ge 0[/math]:
- [math] \begin{eqnarray*} x & \mapsto & \sqrt{x^2-1} \\ x & \mapsto & 0.707 x \\ x & \mapsto & 0 \\ \end{eqnarray*} [/math]