<?php require_once($_SERVER["DOCUMENT_ROOT"] . "/common/common.INC.PHP");

print_page_header();

?>
<p>One now tries to find a connection between a <em>scalar</em> field and a vector field.</p>
<p>The Definition of the gradient is:</p>
<div class="eq"><img alt="df⋅h⃗=(∇⃗f)∙h⃗" class="eq" height="21" src="image/equation/df%E2%8B%85h%E2%83%97%3D%28%E2%88%87%E2%83%97f%29%E2%88%99h%E2%83%97" width="148"/></div>
<p>df ist the total differential of f.</p>
<p>In cartesian coordinates:</p>
<div class="eq"><img alt="(∇⃗(ϕ(x⃗)))_i=÷{∂}{∂x_i}(ϕ(x⃗))" class="eq" height="43" src="image/equation/%28%E2%88%87%E2%83%97%28%CF%95%28x%E2%83%97%29%29%29_i%3D%C3%B7%7B%E2%88%82%7D%7B%E2%88%82x_i%7D%28%CF%95%28x%E2%83%97%29%29" width="219"/></div>
<p>The result is a vector. The parameter is a scalar field.</p>
<p>In the following, the scalar field is ϕ and the vector field is <b>F</b>.</p>
<div class="eq"><img alt="F⃗=-∇⃗ϕ" class="eq" height="18" src="image/equation/F%E2%83%97%3D-%E2%88%87%E2%83%97%CF%95" width="88"/></div>
<p>Because calculations using the scalar field are simpler, one wants to use the scalar field.</p>
<p>So, given a F⃗, we want to get ϕ (once).</p>
<div class="eq"><img alt="F⃗(x⃗)=-∇⃗ϕ(x⃗)" class="eq" height="21" src="image/equation/F%E2%83%97%28x%E2%83%97%29%3D-%E2%88%87%E2%83%97%CF%95%28x%E2%83%97%29" width="148"/></div>
<div class="eq"><img alt="ϕ = -∫F_1⋅dx_1" class="eq" height="43" src="image/equation/%CF%95_%3D_-%E2%88%ABF_1%E2%8B%85dx_1" width="142"/></div>
<div class="eq"><img alt="ϕ = -∫F_2⋅dx_2" class="eq" height="43" src="image/equation/%CF%95_%3D_-%E2%88%ABF_2%E2%8B%85dx_2" width="142"/></div>
<p>usw...</p>
<p>ϕ is supposed to be unique. The integration constant after integration is a function of the other parameters (the ones that were not integrated over).</p>
<p>Hence solve a system of equation like this for ϕ:</p>
<div class="eq"><img alt="ϕ = -∫\limits_{a}^{b} F_1⋅dx_1 + f(x_2)" class="eq" height="67" src="image/equation/%CF%95_%3D_-%E2%88%AB_%7Ba%7D%5E%7Bb%7D_F_1%E2%8B%85dx_1_%2B_f%28x_2%29" width="215"/></div>
<div class="eq"><img alt="ϕ = -∫\limits_{c}^{d} F_2⋅dx_2 + g(x_1)" class="eq" height="67" src="image/equation/%CF%95_%3D_-%E2%88%AB_%7Bc%7D%5E%7Bd%7D_F_2%E2%8B%85dx_2_%2B_g%28x_1%29" width="214"/></div>
