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 9: | Line 9: | ||
</math> | </math> | ||
− | <jsxgraph width="600" height="400"> | + | <jsxgraph width="600" height="400" box='jxgbox'> |
− | const board = JXG.JSXGraph.initBoard( | + | const board = JXG.JSXGraph.initBoard('jxgbox', { |
boundingbox: [-1, 3, 3, -1], axis:true | boundingbox: [-1, 3, 3, -1], axis:true | ||
}); | }); |
Revision as of 15:04, 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]