Vous devez avoir un compte pour accéder à cet exercice.
Sur les graphiques suivant, cocher les fonctions discontinues sur l'intervalle \([-10; 10]\)
- 1.
{"init": {"range": [[-10, 10], [-10, 10]], "scale": [30.0, 20.0], "hasGraph": true, "axisArrows": "->", "axisOpacity": 0.5, "gridOpacity": 0.1, "gridStep": [1, 1], "tickStep": [1, 1], "labelStep": [1, 5], "xLabel": "", "yLabel": "", "unityLabels": true}, "plot": [["function(x){ return x*(-3 + Math.pow(x, 2)/10)/Math.abs(x);}", [-10, 0], {"stroke": "blue"}], ["function(x){ return x*(-3 + Math.pow(x, 2)/10)/Math.abs(x);}", [0, 10], {"stroke": "blue"}]]}
- 2.
{"init": {"range": [[-10, 10], [-10, 10]], "scale": [30.0, 20.0], "hasGraph": true, "axisArrows": "->", "axisOpacity": 0.5, "gridOpacity": 0.1, "gridStep": [1, 1], "tickStep": [1, 1], "labelStep": [1, 5], "xLabel": "", "yLabel": "", "unityLabels": true}, "plot": [["function(x){ return Math.pow(Math.cos(x), 1/2);}", [-10, 0], {"stroke": "blue"}], ["function(x){ return Math.pow(Math.cos(x), 1/2);}", [0, 10], {"stroke": "blue"}]]}
- 3.
{"init": {"range": [[-10, 10], [-10, 10]], "scale": [30.0, 20.0], "hasGraph": true, "axisArrows": "->", "axisOpacity": 0.5, "gridOpacity": 0.1, "gridStep": [1, 1], "tickStep": [1, 1], "labelStep": [1, 5], "xLabel": "", "yLabel": "", "unityLabels": true}, "plot": [["function(x){ return x/6 + 4*x/Math.abs(x);}", [-10, 0], {"stroke": "blue"}], ["function(x){ return x/6 + 4*x/Math.abs(x);}", [0, 10], {"stroke": "blue"}]]}
- 4.
{"init": {"range": [[-10, 10], [-10, 10]], "scale": [30.0, 20.0], "hasGraph": true, "axisArrows": "->", "axisOpacity": 0.5, "gridOpacity": 0.1, "gridStep": [1, 1], "tickStep": [1, 1], "labelStep": [1, 5], "xLabel": "", "yLabel": "", "unityLabels": true}, "plot": [["function(x){ return 13/(5 + Math.pow(x, 2));}", [-10, 10], {"stroke": "blue"}]]}
Pour accéder à cet exercice, il faut être connecté.