66 lines
2.9 KiB
PHP
66 lines
2.9 KiB
PHP
<!--
|
||
Artikel: Tunneleffekt
|
||
Funktion: Inhalt zum Fach Physik
|
||
-->
|
||
<!DOCTYPE html>
|
||
<html lang="de">
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="description" content="EduForge">
|
||
<meta name="author" content="Niklas Ortmann">
|
||
<link rel="stylesheet" href="../../css/main.css" />
|
||
<title>EduForge</title>
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<nav style="background:#808080; height: 60px;">
|
||
<div style="float:left; text-align: center;">
|
||
<a href="../index.php">
|
||
<img src="../images/logos/logo.png" alt="" style="height: 44px;">
|
||
</a>
|
||
|
|
||
<a href = "../informatik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Informatik</b></a>
|
||
|
|
||
<a href = "../mathe.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Mathe</b></a>
|
||
|
|
||
<a href = "../content/physik.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Physik</b></a>
|
||
|
|
||
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||
|
|
||
</div>
|
||
<div style="float:right; text-align: center;">
|
||
<?php
|
||
include_once '../includes/search.php';
|
||
?>
|
||
|
|
||
<a href = "../auth/login.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Anmelden </a>
|
||
|
||
<a href = "../auth/register.php" style = "background-color: #f44336; color: white; padding: 4px 20px; text-align: center; text-decoration: none; display: inline-block;"> Registrieren </a>
|
||
</div>
|
||
</nav>
|
||
<main>
|
||
|
||
<h1>Tunneleffekt</h1>
|
||
|
||
<p>
|
||
Der Tunneleffekt ist ein quantenmechanisches Phänomen, bei dem Teilchen – vor allem Elektronen – eine
|
||
Energiebarriere überwinden können, obwohl sie nach den Regeln der klassischen Physik nicht genügend Energie
|
||
dafür besitzen. In der klassischen Vorstellung müsste ein Elektron entweder genügend Energie haben, um über
|
||
eine Barriere zu „springen“, oder es würde vollständig zurückgeworfen. In der Quantenphysik wird ein Elektron
|
||
jedoch nicht als punktförmiges Teilchen beschrieben, sondern als Wellenfunktion, die sich räumlich ausdehnt.
|
||
Dadurch besteht eine endliche Wahrscheinlichkeit, dass sich das Elektron auf der anderen Seite einer Barriere
|
||
befindet (Griffiths & Schroeter, 2018).
|
||
</p>
|
||
|
||
</main>
|
||
|
||
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">
|
||
<a href="../../legal/impressum.php">Impressum</a>
|
||
<a href="../../legal/datenschutz.php">Datenschutz</a>
|
||
<a href="../../legal/nutzungsbedingungen.php">Nutzungsbedingungen</a>
|
||
</footer>
|
||
</body>
|
||
|
||
</html>
|