-
<<
>>
G
B
I
G
W
$ \text{Eigenschaften} $
$ y = m\cdot x+t $
$ m = \frac{y-t}{ x} $
$ x = \frac{y-t}{ m} $
$ t = y-m\cdot x $
Funktionen-Lineare Funktion-Graph und Eigenschaften
$\text{Eigenschaften}$
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$y = m\cdot x+t$
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$m = \frac{y-t}{ x}$
1
2
3
4
5
6
7
8
$x = \frac{y-t}{ m}$
1
2
3
4
5
6
7
$t = y-m\cdot x$
1
2
3
4
5
6
Beispiel Nr: 13
$\begin{array}{l}
\text{Gegeben:}\\\text{y-Achsenabschnitt} \qquad t \qquad \\
\text{Variable} \qquad x \qquad \\
\text{Steigung} \qquad m \qquad \\
\\ \text{Gesucht:} \\\text{Funktionswert} \qquad y \qquad \\
\\ y = m\cdot x+t\\ \textbf{Gegeben:} \\ t=3 \qquad x=4 \qquad m=5 \qquad \\ \\ \textbf{Rechnung:} \\y = m\cdot x+t \\
t=3\\
x=4\\
m=5\\
y = 5\cdot 4+3\\\\y=23
\\\\ \end{array}$