|
|
| (11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| Benutzer:Carlotta&Hannah/ Probeseite | | [[Benutzer:Carlotta&Hannah/Lineare Funktion|Benutzer:CarlottaHannah/ Lineare Funktion]] |
| | |
| | |
| <!DOCTYPE html>
| |
| <html lang="de">
| |
| <head>
| |
| <meta charset="UTF-8">
| |
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
| |
| <title>Lernpfad: Einführung in die linearen Funktionen</title>
| |
| <style>
| |
| body {
| |
| font-family: "Segoe UI", Arial, sans-serif;
| |
| background-color: #f7f9fc;
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| header {
| |
| background-color: #004d99;
| |
| color: white;
| |
| padding: 20px;
| |
| text-align: center;
| |
| }
| |
| main {
| |
| max-width: 900px;
| |
| margin: 30px auto;
| |
| padding: 20px;
| |
| background: white;
| |
| border-radius: 8px;
| |
| box-shadow: 0 0 10px rgba(0,0,0,0.1);
| |
| }
| |
| h1, h2 {
| |
| color: #004d99;
| |
| }
| |
| ul {
| |
| line-height: 1.8;
| |
| }
| |
| a {
| |
| text-decoration: none;
| |
| color: #0066cc;
| |
| }
| |
| a:hover {
| |
| text-decoration: underline;
| |
| }
| |
| footer {
| |
| text-align: center;
| |
| margin-top: 40px;
| |
| padding: 15px;
| |
| background-color: #004d99;
| |
| color: white;
| |
| }
| |
| </style>
| |
| </head>
| |
| <body>
| |
| | |
| <header>
| |
| <h1>Lernpfad: Einführung in die linearen Funktionen</h1>
| |
| </header>
| |
| | |
| <main>
| |
| <section>
| |
| <h2>🎯 Kompetenzen & Lernziele</h2>
| |
| <p>Nach der Bearbeitung dieses Lernpfades können die Lernenden:</p>
| |
| <ul>
| |
| <li>den Begriff der linearen Funktion erklären,</li>
| |
| <li>Funktionsgleichungen der Form <em>y = m·x + b</em> erkennen und interpretieren,</li>
| |
| <li>Steigung und y-Achsenabschnitt grafisch und rechnerisch bestimmen,</li>
| |
| <li>lineare Funktionen zeichnen,</li>
| |
| <li>praktische Anwendungsbeispiele (z. B. Kostenfunktionen, Weg-Zeit-Diagramme) analysieren.</li>
| |
| </ul>
| |
| </section>
| |
| | |
| <section>
| |
| <h2>📚 Inhaltsverzeichnis</h2>
| |
| <ol>
| |
| <li><a href="kapitel1.html">Was ist eine lineare Funktion?</a></li>
| |
| <li><a href="kapitel2.html">Steigung und Achsenabschnitt</a></li>
| |
| <li><a href="kapitel3.html">Graphen zeichnen und interpretieren</a></li>
| |
| <li><a href="kapitel4.html">Anwendungsaufgaben aus dem Alltag</a></li>
| |
| <li><a href="kapitel5.html">Abschlusstest & Reflexion</a></li>
| |
| </ol>
| |
| </section>
| |
| </main>
| |
| | |
| <footer>
| |
| © 2025 Lernpfad – erstellt für zum.de | Fach: Mathematik
| |
| </footer>
| |
| | |
| </body>
| |
| </html>
| |