Shade region bounded by curves: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 9: Line 9:
</math>
</math>


<jsxgraph width="600" height="400">
<jsxgraph width="600" height="400" box='jxgbox'>
const board = JXG.JSXGraph.initBoard(BOARDID, {  
const board = JXG.JSXGraph.initBoard('jxgbox', {  
     boundingbox: [-1, 3, 3, -1], axis:true
     boundingbox: [-1, 3, 3, -1], axis:true
});
});

Revision as of 14:04, 18 June 2020

Somewhere in the WWW the question was asked how to shade the region bounded by the following curves, where [math]\displaystyle{ x\ge 0 }[/math]:

[math]\displaystyle{ \begin{eqnarray*} x & \mapsto & \sqrt{x^2-1} \\ x & \mapsto & 0.707 x \\ x & \mapsto & 0 \\ \end{eqnarray*} }[/math]