Final Practice Flashcards

(40 cards)

1
Q

What does the gradient vector at a point represent in a multivariable function?

A

It points in the direction of the steepest ascent (maximum rate of increase) and its magnitude is the rate of that increase.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you find the direction of steepest ascent for a function f(x,y) at a point?

A

Compute the gradient ∇f at the point; it is the vector direction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What vectors represent directions of no change in height (level curves) for a function f(x,y)?

A

Vectors perpendicular to the gradient ∇f, such as <a, b> perpendicular to <-b, a> or <b, -a>.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you compute the directional derivative in the direction of a vector v?

A

Normalize v to a unit vector u = v / ||v||, then compute ∇f · u.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the sign of the directional derivative indicate?

A

Positive: uphill (increasing); negative: downhill (decreasing); zero: no change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you determine if a path is uphill or downhill based on directional derivative?

A

If >0, uphill; if <0, downhill.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a conservative vector field?

A

A field F where the line integral is path-independent, equivalent to F = ∇f for some potential function f.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you find a potential function for a conservative vector field <P, Q, R>?

A

Integrate P wrt x (or similar), then add terms from Q and R, ensuring consistency; add constant if needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you compute a line integral over a curve C for a conservative field?

A

Use the fundamental theorem: f(end point) - f(start point), where F = ∇f.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When should you use the easy way vs. hard way for line integrals?

A

Easy: If conservative, use potential and endpoints; hard: Parametrize and integrate directly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What theorem relates line integrals around closed curves to double integrals?

A

Green’s Theorem: ∫_C P dx + Q dy = ∬_R (∂Q/∂x - ∂P/∂y) dA.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you compute outward flux through a closed curve using a theorem?

A

Use Green’s Theorem: ∫_C -Q dx + P dy = ∬_R (∂P/∂x + ∂Q/∂y) dA.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What theorem relates flux through a closed surface to a triple integral?

A

Divergence Theorem: ∬_S F · dS = ∭_V ∇·F dV.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you apply the Divergence Theorem for outward flux?

A

Compute ∇·F, then triple integrate over the enclosed volume; easy if ∇·F is constant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What theorem relates line integrals over a boundary to surface integrals?

A

Stokes’ Theorem: ∫_C F · dr = ∬_S (∇×F) · dS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you compute a line integral over a triangular path oriented counter-clockwise?

A

Use Stokes’ Theorem if applicable: Project to a surface and compute curl integral.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How do you compute the surface area of a graph z = g(x,y) over a region R?

A

∬_R √(1 + (∂g/∂x)^2 + (∂g/∂y)^2) dA.

18
Q

For surface area over a disk, why switch to polar coordinates?

A

Simplifies the integral due to radial symmetry; dA = r dr dθ.

19
Q

What is the method for finding power series solutions to an ODE about x=0?

A

Assume y = Σ a_n x^n, compute y’ and y’’, plug in, shift indices, solve for coefficients.

20
Q

How do you find the first few terms (e.g., up to x^4) in a power series solution?

A

Set up recurrence from equated coefficients, solve starting from a0 and a1.

21
Q

What is a recurrence relation in power series solutions?

A

A formula relating a_{n+2} (or similar) to previous a_k terms.

22
Q

For a second-order ODE, how many arbitrary constants in the series solution?

A

Two, typically a0 and a1, with higher terms in terms of them.

23
Q

When shifting indices in series, what ensures alignment?

A

Adjust summation limits so powers of x match (e.g., let k = n-2).

24
Q

How do you handle ODEs like y’’ + x y’ - y = 0 with series?

A

Multiply terms by x where needed, then equate coefficients after plugging in series.

25
What is the Frobenius method used for?
Series solutions about singular points of ODEs, assuming y = Σ c_n x^{n+r}.
26
What are indicial roots in Frobenius method?
Roots r of the indicial equation from lowest power terms after plugging in.
27
How do you find the indicial equation for a singular point x=0?
Plug y = x^r Σ c_n x^n into ODE, equate coefficients of x^{r-2} or similar to zero.
28
What is the general recurrence relation in Frobenius?
Formula for c_{n+1} or c_n in terms of previous c_k, involving r and n.
29
For a regular singular point, what form does the ODE take?
x^2 y'' + x p(x) y' + q(x) y = 0, with p and q analytic.
30
If indicial roots differ by integer, what might happen?
One solution may involve log terms, but basic case solves recurrence for each r.
31
What is the Fourier series for a function on [-L, L]?
(a0/2) + Σ [a_n cos(nπx/L) + b_n sin(nπx/L)].
32
How do you compute coefficients for Fourier series of a piecewise function?
a0 = (1/L) ∫ f(x) dx; a_n = (1/L) ∫ f(x) cos(nπx/L) dx; b_n similar with sin.
33
For an odd function, what simplifies in Fourier series?
a_n = 0 (cosine terms vanish); only sine series.
34
How do you integrate for b_n in a piecewise constant function?
Split integral over pieces, compute sin or cos at bounds.
35
Why is the interval (e.g., -π to π) important in Fourier?
Determines the fundamental period and frequencies nπx/L.
36
What is the heat equation form?
u_t = k u_xx, where k is thermal diffusivity.
37
For heat equation with u(0,t)=u(L,t)=0, what solution method?
Separation of variables: u(x,t) = Σ b_n sin(nπx/L) e^{-k (nπ/L)^2 t}.
38
How do you find coefficients in heat equation solution?
From initial condition: b_n = (2/L) ∫ u(x,0) sin(nπx/L) dx.
39
For piecewise initial temperature, how to compute series?
Use Fourier sine series for the initial function.
40
What is the recursive property of the Gamma function?
Γ(x+1) = x Γ(x), proved by integration by parts on ∫ t^{x} e^{-t} dt.