Math 119- Week 6

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:26 PM on 7/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

Cylindrical coordinates =

(r, θ, z)

where:

  • r, θ are polar coordinates

  • z is the height

convert to (x, y, z):

  • x = r cos θ

  • y = r sin θ

  • z = z

r = √(x² + y²)

where r ≥ 0 and θ ∈ [0, 2π].

<p>(r, θ, z)</p><p>where:</p><ul><li><p>r, θ are polar coordinates</p></li><li><p>z is the height</p></li></ul><p></p><p>convert to (x, y, z):</p><ul><li><p>x = r cos θ</p></li><li><p>y = r sin θ</p></li><li><p>z = z</p></li></ul><p></p><p>r = √(x² + y²)</p><p>where r ≥ 0 and θ ∈ [0, 2π].</p>
2
New cards

Jacobian of transformation for cylindrical coords =

dxdydz = rdrdθdz

3
New cards

Spherical coordinates =

(r, φ, θ)

where:

  • r = distance from origin

  • θ = angle with x-axis // “azimuthal” angle

  • φ = angle with z-axis // “zenith” angle

convert to (x, y, z)

  • x = rsinφcosθ

  • y = rsinφsinθ

  • z = rcosφ

r = √(x² + y² + z²)

where r ≥ 0, 0 ≤ θ ≤ 2π, and 0 ≤ φ ≤ π.

4
New cards

azimuthal angle meaning =

Spherical coordinates:

  • angle with x-axis

  • θ

5
New cards

zenith angle meaning =

Spherical coordinates:

  • angle with z-axis

  • φ

6
New cards

Jacobian of transformation for spherical coordinates =

dxdydz = r²sinφdrdφdθ

7
New cards

When can double/triple integral be split into product of single integrals =

  • bounds are constant

  • entire integrand can be rewritten as a product of functions which all depend on one variable

<ul><li><p>bounds are constant</p></li><li><p>entire integrand can be rewritten as a product of functions which all depend on one variable </p></li></ul><p></p>
8
New cards

how to solve improper integral =

let a → ∞

  • set lima→∞ ca f(x)

  • evaluate integral with L’Hopitals rule if necessary

<p>let a → ∞</p><ul><li><p>set lim<sub>a→∞ c</sub>∫<sup>a</sup><sub><sup> </sup></sub>f(x) </p></li><li><p>evaluate integral with L’Hopitals rule if necessary </p></li></ul><p></p>
9
New cards

when can L’Hopitals rule be used

if limit is indeterminant

  • ∞/∞

  • 0/0