Shade region bounded by curves: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
\end{eqnarray*} | \end{eqnarray*} | ||
</math> | </math> | ||
Here it is: | |||
<jsxgraph width="400" height="400" box='jxgbox'> | <jsxgraph width="400" height="400" box='jxgbox'> |
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]
Here it is: