Winzer said:
Well I guess this question will have to wait till I cover Mathematical Physics my junoir year.
Here is the classic Calculus of Variations problem.
-----
In
Calculus you study functions (real), basically a function is something that takes a number and turns it into another number. For instance, f(x)=x^2 means for each number you give in x the output number is x^2.
In
Integral Trasforms you study
transforms, for example the http://en.wikipedia.org/wiki/Laplace_Transform" . Basically what the Laplace/Fourier transforms are is something that transforms a
function into another
function. So for example, the Laplace transform on f(x)=x is F(s)=s^{-2}. Which means the function gets turned into another funtion.
In
Calculus of Variations you study a similar situation called a
functional. And basically a functional is something that turns a
function into a
number. I will give you an example below and hopefully you will understand.
Here is a classical application of Calulcus of Varations I promised in the beginning of this thread.
Given two distinct points (x_1,y_1) and (x_2,y_2). What is the shortest path between them? You certainly know the answer is a straight line. But look at how this problem is approach. First we set us an equation involving a
functional. Here is what we do. Let y=f(x) be any curve between those two points. And the length of that curve is \int_{x_1}^{x_2} \sqrt{1+[f'(x)]^2} \ dx, this is simply the arc length formula from Calculus II. So we write,
I[f(x)] = \int_{x_1}^{x_2}\sqrt{1+[f'(x)]^2} \ dx.
This means if f(x) is any curve passing through those two points then I[f(x)] is the value of this functional. Note, the input is a
function but the output is a
number.
So the way the problem is stated is:
Given I[f(x)]=\int_{x_1}^{x_2}\sqrt{1+[f'(x)]^2} \ dx \mbox{ with }f(x_1)=y_1 \mbox{ and }f(x_2)=y_2
minimize the functional.
The conditions f(x_1)=y_1 \ f(x_2)=y_2 are referred to as the
boundary condition, because that assures us the curve passes through those two points.
But the above problem is a typical application of Calculus of Variations which is easily solved with
Euler-Lagrange Equation if you read the Wikipedia article.