Formulae Flashcards

1
Q

What is the area under a curve y = f(x) from x = a to x = b?

A

A = ∫ₐᵇ f(x) dx

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

What is the area enclosed by a polar curve r = r(θ) from θ = α to θ = β?

A

A = ½ ∫ₐᵝ [r(θ)]² dθ

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

What is the area under a parametric curve x = x(t), y = y(t) from t = t₁ to t = t₂?

A

A = ∫ₜ₁ᵗ₂ y(t)·x′(t) dt

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

What is the length of a curve y = f(x) from x = a to x = b?

A

L = ∫ₐᵇ √[1 + (f′(x))²] dx

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

What is the length of a parametric curve x = x(t), y = y(t) for t ∈ [t₁, t₂]?

A

L = ∫ₜ₁ᵗ₂ √[(x′(t))² + (y′(t))²] dt

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

What is the length of a polar curve r = r(θ) from θ = α to θ = β?

A

L = ∫ₐᵝ √[r(θ)² + (r′(θ))²] dθ

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

How do you compute the volume of revolution by washers about the x‑axis for y = f(x), a ≤ x ≤ b?

A

V = π ∫ₐᵇ [f(x)]² dx

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

How do you compute the volume of revolution by washers between outer radius R(x) and inner radius r(x)?

A

V = π ∫ₐᵇ [R(x)² – r(x)²] dx

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

How do you compute the volume of revolution by cylindrical shells about the y‑axis for y = f(x), a ≤ x ≤ b?

A

V = 2π ∫ₐᵇ x·f(x) dx

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

How do you evaluate limₓ→c f(x)/g(x) when both numerator and denominator → 0 or ±∞?

A

limₓ→c f(x)/g(x) = limₓ→c f′(x)/g′(x), provided the latter limit exists.

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

What is the mass of a planar lamina between y = g(x) and y = f(x) on [a,b] with density ρ?

A

M = ρ ∫ₐᵇ [f(x) – g(x)] dx

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

What is the moment about the y‑axis for that lamina?

A

M_y = ρ ∫ₐᵇ x·[f(x) – g(x)] dx

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

What is the moment about the x‑axis for that lamina?

A

M_x = ρ ∫ₐᵇ ½·[f(x)² – g(x)²] dx

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

What is the second moment of area about the y‑axis (I_y) for that lamina?

A

I_y = ρ ∫ₐᵇ x²·[f(x) – g(x)] dx

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

What is the second moment of area about the x‑axis (I_x) for that lamina?

A

I_x = ρ ∫ₐᵇ ⅓·[f(x)³ – g(x)³] dx

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

What is the First Fundamental Theorem of Calculus for F(x) = ∫ₐˣ f(t) dt?

A

F′(x) = f(x)

17
Q

What is the Second Fundamental Theorem of Calculus for ∫ₐᵇ f(x) dx?

A

∫ₐᵇ f(x) dx = F(b) – F(a), where F′(x) = f(x)

18
Q

How do you differentiate F(x), where the upper bound, b is u(x)? ∫ₐᵇ f(t) dt?

A

F′(x) = f(u(x))·u′(x)