Engng Math 145 Multi-variable Functions

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

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:16 PM on 3/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

Domain & range of f(x,y)

Domain of f(x,y) is its undefined spots. D = {(x,y) ∈ 2 | …}
Range of f(x,y) is {f(x,y) | (x,y) ∈ D}

2
New cards

Graph of f(x,y) & sketching

Set of all (x, y, z) ∈ ℝ3, such that z = f(x,y).

Sketch LOC for different heights k

3
New cards

Level of curves of f(x,y)

f(x,y) = k, where k is an ℤ.

Turns f(x,y) into ay = k - bx form which is easy to graph.

4
New cards

Plane & sphere on f(x,y) & sketching

  • Linear plane is of form f(x,y) = ax + by + c

    • Determine intercepts & draw plane through these points.

  • Sphere is of form r2 = x2 + y2 + z2

    • z = sqrt(r2-x2-y2) is top half & z = -sqrt(r2-x2-y2) is bottom half.

5
New cards

Limits and f(x,y)

lim(x,y) → (a,b) f(x,y) = L.

Solve using standard methods.

6
New cards

Continuity and f(x,y)

  • Continuous if lim(x,y) → (a,b) f(x,y) = f(a,b)

  • Solving strategy:

    • If (a,b) is in domain then directly substitute

    • If not in domain then:

      • Polar substitution if terms of form x2+y2

      • Simplify function by using factorisation, cancelling & identities

      • Test limit by using path method & prove by using squeeze theorem

7
New cards

Path method to show undefined limit

Let C1 be [choose], then substitute into f(x,y) and compute given limit. Next let C2 be [choose], then substitute into f(x,y) and compute given limit. If answers not equal then limit does not exist.

C1 & C2 can be as simple as y=0 & x=0, but if that doesn’t work then choose options that will make answer not equal to each other.

eg. options that cause either x or y to cancel out and give constant that is not 0.

8
New cards

Squeeze theorem with f(x,y)

If g(x,y) < f(x,y) < h(x,y) for all (x,y) ∈ D, and lim(x,y) → (a,b) g(x,y) = L = lim(x,y) → (a,b) h(x,y), then lim(x,y) → (a,b) f(x,y) = L.

9
New cards

Polar substitution and f(x,y)

lim(x,y) → (0,0) f(x,y) = limr → 0+ f(rcosθ, rsinθ), where r > 0.

If a value of θ makes limit undefined then polar substitution is invalid.

If polar limit in intermediate form use L’Hopital

10
New cards

Partial derivatives and f(x,y)

  • fx & fy also written as df/dx & df/dy, D1f & D2f and Dxf & Dyf.

    • when determining fx, treat y as a constant.

    • when determining fy, treat x as a constant.

    • If >2 variable function, then treat all other variables as constants.

<ul><li><p>f<sub>x</sub>&nbsp;&amp; f<sub>y</sub>&nbsp;also written as df/dx &amp; df/dy, D<sub>1</sub>f &amp; D<sub>2</sub>f and D<sub>x</sub>f &amp; D<sub>y</sub>f.</p><ul><li><p>when determining f<sub>x</sub>, treat y as a constant.</p></li><li><p>when determining f<sub>y</sub>, treat x as a constant.</p></li><li><p>If &gt;2 variable function, then treat all other variables as constants.</p></li></ul></li></ul><p></p>
11
New cards

Clairaut’s theorem

If fxy & fyx are both continuous, then fxy = fyx

12
New cards

Implicit differentiation and f(x,y)

If f(x,y) cannot be written explicitly.

  1. eg. given: z = f(x,y) & want to determine dz/dx

  2. d/dx * LHS = d/dx * RHS

  3. solve for dz/dx

13
New cards

Chain rule and f(x,y)

  • Case 1: z=f(x,y) differentiable function of x & y, and x=g(t) & y=h(t) differentiable functions of t, then:

    • dz/dt = (dz/dx * dx/dt) + (dz/dy * dy/dt)

  • Case 2: w=f(x,y) differentiable function of x & y, and x=g(s,t) & y=h(s,t) differentiable functions of s & t, then w=w(s,t) and:

    • dw/ds = (dw/dx * dx/ds) + (dw/dy * dy/ds)

    • dw/dt = (dw/dx * dx/dt) + (dw/dy * dy/dt)

  • General case: If u differentiable function of n variables x1, …, xn AND xk (k=1,2...,n) differentiable function of m variables t1, …, tm, then:

    • du/dti = (du/dx1 * dx/dti) + (du/dx2 * dx/dti) + … + (du/dxn * dx/dti), for i {1,2,…,m}.

14
New cards

Higher derivatives and f(x,y)

knowt flashcard image
15
New cards

Critical points of f(x,y)

(a,b) is critical point of f if:

  • fx(a,b) = 0 & fy(a,b) = 0 OR fx(a,b) & fy(a,b) does not exist

16
New cards

Second derivative test & discriminant with f(x,y)

<p></p>
17
New cards

Optimisation problems

  1. Make sketch if possible

  2. Choose appropriate variables & set up equation to be maximised or minimised

  3. Find relationship between variables & eliminate

  4. Create function of one/two variables & determine domain

  5. Determine max of function

Useful formulas:

  • distance = sqrt[(x1-x2)2 + (y1-y2)2 + (z1+z2)2]

  • Volume = xyz

  • Area = 2xy + 2yz + 2xz

18
New cards

Absolute max & min of f(x,y)

  1. Find critical points in given domain

  2. Find critical points & end points on boundary of domain

  3. Largest value found from previous steps is abs max & smallest value found from previous steps is abs min

19
New cards

Extreme value theorem

If a function f(x, y) is continuous on a closed and bounded region R ⊂ 2, then f(x, y) attains both an absolute maximum value and an absolute minimum value at some points within R.

Explore top notes

note
greece
Updated 1039d ago
0.0(0)
note
MAGMA SERIES
Updated 430d ago
0.0(0)
note
The congregations in Latin
Updated 1011d ago
0.0(0)
note
2.4: ions and ionic compounds
Updated 1257d ago
0.0(0)
note
CGO casus 6
Updated 428d ago
0.0(0)
note
greece
Updated 1039d ago
0.0(0)
note
MAGMA SERIES
Updated 430d ago
0.0(0)
note
The congregations in Latin
Updated 1011d ago
0.0(0)
note
2.4: ions and ionic compounds
Updated 1257d ago
0.0(0)
note
CGO casus 6
Updated 428d ago
0.0(0)

Explore top flashcards

flashcards
McWilliams ACT Vocabulary 1-50
50
Updated 1211d ago
0.0(0)
flashcards
Chapter 8 - Comp Gov.
21
Updated 862d ago
0.0(0)
flashcards
Honors Chemistry elements
57
Updated 197d ago
0.0(0)
flashcards
13 Colonies Test Prep 2025
41
Updated 99d ago
0.0(0)
flashcards
AP Chemistry Unit 2 Review
37
Updated 386d ago
0.0(0)
flashcards
MSKLEC_ TMJ
98
Updated 520d ago
0.0(0)
flashcards
McWilliams ACT Vocabulary 1-50
50
Updated 1211d ago
0.0(0)
flashcards
Chapter 8 - Comp Gov.
21
Updated 862d ago
0.0(0)
flashcards
Honors Chemistry elements
57
Updated 197d ago
0.0(0)
flashcards
13 Colonies Test Prep 2025
41
Updated 99d ago
0.0(0)
flashcards
AP Chemistry Unit 2 Review
37
Updated 386d ago
0.0(0)
flashcards
MSKLEC_ TMJ
98
Updated 520d ago
0.0(0)