Minggu, 30 Januari 2011

Inequalities of Trigonometry

Differential Equation

A differential equation is a mathematical equation for an unknown function of one or several variables that relates the values of the function itself and its derivatives of various orders. Differential equations play a prominent role in engineering, physics, economics, and other disciplines.
Differential equations arise in many areas of science and technology, specifically whenever a deterministic relation involving some continuously varying quantities (modeled by functions) and their rates of change in space and/or time (expressed as derivatives) is known or postulated. This is illustrated in classical mechanics, where the motion of a body is described by its position and velocity as the time varies. Newton's laws allow one to relate the position, velocity, acceleration and various forces acting on the body and state this relation as a differential equation for the unknown position of the body as a function of time. In some cases, this differential equation (called an equation of motion) may be solved explicitly.
An example of modelling a real world problem using differential equations is determination of the velocity of a ball falling through the air, considering only gravity and air resistance. The ball's acceleration towards the ground is the acceleration due to gravity minus the deceleration due to air resistance. Gravity is constant but air resistance may be modelled as proportional to the ball's velocity. This means the ball's acceleration, which is the derivative of its velocity, depends on the velocity. Finding the velocity as a function of time involves solving a differential equation.
Differential equations are mathematically studied from several different perspectives, mostly concerned with their solutions—the set of functions that satisfy the equation. Only the simplest differential equations admit solutions given by explicit formulas; however, some properties of solutions of a given differential equation may be determined without finding their exact form. If a self-contained formula for the solution is not available, the solution may be numerically approximated using computers. The theory of dynamical systems puts emphasis on qualitative analysis of systems described by differential equations, while many numerical methods have been developed to determine solutions with a given degree of accuracy.
In the first group of examples, let u be an unknown function of x, and c and ω are known constants.
  • Inhomogeneous first-order linear constant coefficient ordinary differential equation:
 \frac{du}{dx} = cu+x^2.
  • Homogeneous second-order linear ordinary differential equation:
 \frac{d^2u}{dx^2} - x\frac{du}{dx} + u = 0.
  • Homogeneous second-order linear constant coefficient ordinary differential equation describing the harmonic oscillator:
 \frac{d^2u}{dx^2} + \omega^2u = 0.
  • First-order nonlinear ordinary differential equation:
 \frac{du}{dx} = u^2 + 1.
  • Second-order nonlinear ordinary differential equation describing the motion of a pendulum of length L:
 g\frac{d^2u}{dx^2} + L\sin u = 0.
In the next group of examples, the unknown function u depends on two variables x and t or x and y.
  • Homogeneous first-order linear partial differential equation:
 \frac{\partial u}{\partial t} + t\frac{\partial u}{\partial x} = 0.
  • Homogeneous second-order linear constant coefficient partial differential equation of elliptic type, the Laplace equation:
 \frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} = 0.
 \frac{\partial u}{\partial t} = 6u\frac{\partial u}{\partial x} - \frac{\partial^3 u}{\partial x^3}.

Senin, 24 Januari 2011

Linear Programming

Dalam matematika, pemrograman linear ialah teknik optimisasi yang melibatkan variabel-variabel linear. Dalam model pemrograman linear dikenal dua macam fungsi, yaitu fungsi objektif (objective function) dan fungsi kendala (constraint function) yang linear.
Pemrograman linear dapat direpresentasikan dalam notasi matematis sebagai berikut:
Maksimalkan \mathbf{c}^T \mathbf{x}
dengan syarat Ax \leq b
dan x \geq 0
Dalam hal ini, x ialah vektor variabel, sedangkan c dan b ialah vektor koefisien dan A ialah matriks koefisien. Fungsi objektifnya ialah ekspresi yang hendak dimaksimalkan atau diminimalkan (yaitu cTx). Persamaan Ax ≤ b ialah fungsi kendala yang menunjukkan polihedron konveks tempat fungsi objektifnya dioptimisasi.
Pemrograman linear dapat diterapkan pada berbagai bidang studi. Metode ini paling banyak digunakan dalam bisnis dan ekonomi, namun juga dapat dimanfaatkan dalam sejumlah perhitungan ilmu teknik. Misalnya, dalam ekonomi, fungsi tujuan dapat berkaitan dengan pengaturan secara optimal sumber-sumber daya untuk memperoleh keuntungan maksimal atau biaya minimal, sedangkan fungsi batasan menggambarkan batasan-batasan kapasitas yang tersedia yang dialokasikan secara optimal ke berbagai kegiatan. Industri yang memanfaatkan pemrograman linear di antaranya ialah industri transportasi, energi, telekomunikasi, dan manufaktur. Pemrograman linear juga terbukti berguna dalam membuat model berbagai jenis masalah dalam perencanaan, perancangan rute, penjadwalan, pemberian tugas, dan desain.