MATH 251 Lecture 27

From Notes
Jump to navigation Jump to search

« previous | Monday, April 2, 2012 | next »


Vector Fields

A book on vector Calculus: Div, Grad, Curl, and all that

F(x,y)=a(x,y)ı^+b(x,y)ȷ^ gives a vector at every point (x,y). Similarly, F(x,y,z)=a(x,y,z)ı^+b(x,y,z)ȷ^+k(x,y,z)k^ gives a vector at every point (x,y,z)

The vectors are understood to originate at the point for which they are plugged into F. Imagine oodles of arrows! Also think of it as the velocity field of a fluid.

... diffy Q's ... :)

F is called "conservative" if F=f for some scalar function f. This function f is also called the "potential"

Example based on definition

Find f(x,y) given fx=3x2y and fy=x

Antidifferentiation: From the first function: 3x2ydx=x3xy+C(y)

Notice how the constant can be any function with respect to y (i.e. not w/r/t x)

From the second function: C(y) must be a constant because fy=x+C(y)=x+0


Another Antidifferentiation Example

{fx=yfy=x

f=xy+C(y)

Based on our function above, fx=x+C(y)=x, so C(y)=2x

This is unsolvable.