BackVector Fields and Potential Functions in Fluid Flow: Calculus Applications
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Vector Fields in Fluid Flow
Introduction to Vector Fields and Fluid Velocity
This section introduces the concept of modeling fluid flow in a plane using vector fields. The velocity of the fluid at any point is described by a vector field, which provides both the direction and magnitude of the fluid's movement at each location.
Vector Field Definition: A vector field v(x, y) assigns a vector to each point (x, y) in the plane, representing the fluid's velocity at that point.
Mathematical Representation: $\vec{v}(x, y) = v_x(x, y)\vec{i} + v_y(x, y)\vec{j}$
Physical Interpretation: The vector's direction shows where the fluid is moving, and its length indicates the speed.
Applications: Used in physics and engineering to analyze fluid dynamics, air flow, and other phenomena involving movement in space.
Delopgave 1: Flow Around a Cylinder
Modeling Fluid Flow Around a Cylinder
This section examines the flow of a fluid around a cylinder with radius R and center at (0,0). The velocity field is analyzed using both Cartesian and polar coordinates.
Coordinate Transformation: Points (x, y) can be expressed in polar coordinates as $x = r \cos(\theta)$, $y = r \sin(\theta)$, where $r$ is the distance from the origin and $\theta$ is the angle.
Normal Vector: The normal vector to the cylinder's surface at radius R is $\vec{n}(\theta) = \cos(\theta)\vec{i} + \sin(\theta)\vec{j}$.
Boundary Condition: The fluid velocity at the surface of the cylinder must be tangent to the surface, meaning the normal component of velocity is zero at $r = R$.
Velocity Field Formula: The velocity field for flow around a cylinder is given by: $v(x, y) = Ux\left(1 + \frac{R^2}{x^2 + y^2}\right)\vec{i} + Uy\left(1 - \frac{R^2}{x^2 + y^2}\right)\vec{j}$ where $U$ is a constant representing the flow speed far from the cylinder.
Potential Function: The potential function $\Phi(x, y)$ for the flow is: $\Phi(x, y) = Ux\left(1 + \frac{R^2}{x^2 + y^2}\right)$
Partial Derivatives: The partial derivatives of the potential function are used to verify the velocity field: $\frac{\partial \Phi}{\partial x}$ and $\frac{\partial \Phi}{\partial y}$
Example: For $R = 1$, $U = 1$, at point (2,0): $v(2,0) = 2\left(1 + \frac{1}{4}\right) = 2.5$
Table: Key Properties of Flow Around a Cylinder
Property | Description |
|---|---|
Velocity Field | $v(x, y) = Ux\left(1 + \frac{R^2}{x^2 + y^2}\right)\vec{i} + Uy\left(1 - \frac{R^2}{x^2 + y^2}\right)\vec{j}$ |
Potential Function | $\Phi(x, y) = Ux\left(1 + \frac{R^2}{x^2 + y^2}\right)$ |
Normal Vector | $\vec{n}(\theta) = \cos(\theta)\vec{i} + \sin(\theta)\vec{j}$ |
Boundary Condition | Velocity normal to surface is zero at $r = R$ |
Delopgave 2: Rotational and Irrotational Vector Fields
Potential Functions and Rotationality
This section explores the concept of potential functions for vector fields and the distinction between rotational and irrotational fields. The existence of a potential function is linked to the field being irrotational.
Gradient Field: A vector field $v(x, y)$ is a gradient field if there exists a scalar function $\Phi(x, y)$ such that $v(x, y) = \nabla \Phi(x, y)$.
Irrotational Field: A vector field is irrotational if its curl is zero: $\frac{\partial v_y}{\partial x} - \frac{\partial v_x}{\partial y} = 0$
Potential Function Existence: If a vector field is irrotational and defined on a simply connected domain, a potential function exists.
Line Integral Definition: The potential function can be defined via line integrals: $\Phi(x, y) = \int_{x_0}^{x} v_x(t, y_0)dt + \int_{y_0}^{y} v_y(x, s)ds$
Example: For $v(x, y) = -\sin(x)e^y\vec{i} + \cos(x)e^y\vec{j}$, the potential function is $\Phi(x, y) = e^y \cos(x)$.
Table: Rotational vs. Irrotational Vector Fields
Type | Curl | Potential Function |
|---|---|---|
Irrotational | Zero | Exists |
Rotational | Non-zero | May not exist |
Key Formulas and Concepts
Gradient Operator: $\nabla \Phi(x, y) = \frac{\partial \Phi}{\partial x}\vec{i} + \frac{\partial \Phi}{\partial y}\vec{j}$
Curl in 2D: $\text{curl}~v = \frac{\partial v_y}{\partial x} - \frac{\partial v_x}{\partial y}$
Potential Function via Integration: $\Phi(x, y) = \int v_x(x, y)dx + \int v_y(x, y)dy$ (with appropriate limits)
Applications
Fluid Mechanics: Understanding flow patterns, especially around obstacles.
Electromagnetism: Potential functions are used to describe electric and magnetic fields.
Mathematical Analysis: Vector calculus is essential for solving problems in physics and engineering.
Additional info: The notes include references to using computational tools (Maple, Matlab) for visualizing and verifying vector fields, which is common in applied mathematics and engineering courses.