MetsuOS

Construyendo la plena inclusión a través del videojuego

Cuaderno Matemáticas - Ejercicios Creación de Gráficas

Aprender sobre Matemáticas Mi Cuaderno de Ejercicios

y = 4x + 1

Dibujamos $$y = 4x + 1$$

---
title: y = 4x + 1
xLabel: x
yLabel: y
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
y = 4x + 1

y = 3x - 5

Dibujamos $$y = 3x - 5$$

---
title: y = 3x - 5
xLabel: x
yLabel: y
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
y = 3x - 5

y = 4x^2

Dibujamos $$y = 4x^2$$

---
title: y = 4x^2
xLabel: x
yLabel: y
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
y = 4x^2

y = x^3

Dibujamos $$y = x^3$$

---
title: y = x^3
xLabel: x
yLabel: y
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
y = x^3

2x - y = -1

Despejamos y y dibujamos $$2x - y = -1 => -y = -1 - 2x => -1*-y = -1(-1 - 2x) => y = 1 + 2x$$

---
title: y = 1 + 2x
xLabel: x
yLabel: y
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
y = 1 + 2x