Shade region bounded by curves: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
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, 3, 3, -1], axis:true
     boundingbox: [-1, 2, 2, -1], axis:true
});
});



Revision as of 14:05, 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]