NVCC MTH 267 Exam 3 Review

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/38

flashcard set

Earn XP

Description and Tags

Focus is on formulas

Last updated 11:03 PM on 8/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

u1

y2g(x)W\frac{-y_2g\left(x\right)}{W}_{} (Variation of Parameters)

2
New cards

u2

y1g(x)W\frac{y_1g\left(x\right)}{W} (Variation of Parameters)

3
New cards

Reduction of Order Formula

y_2=y_1\left(x\right)\int_{}^{}\frac{e^{-\int_{}^{}P\left(x\right)\differentialD x}}{y_1^2\left(x\right)}\differentialD x (To find 2nd sol. in the Fun. Sol. Set of 2nd Order Linear ODEs)

4
New cards

cosh(x) Identity

ex+ex2\frac{e^{x}+e^{-x}}{2}

5
New cards

sinh(x) Identity

exex2\frac{e^{x}-e^{-x}}{2}

6
New cards

Derivative and Integral of sinh(x)

Always cosh(x)

7
New cards

Derivative and Integral of cosh(x)

Always sinh(x)

8
New cards

Linear ODE Aux Eq (yc) Rational Sol. Format

y=c1emx+c2xemxy=c_1e^{mx}+c_2xe^{mx}, where m is the sol. to the aux eq

9
New cards

Linear ODE Aux Eq (yc) Irrational Sol. Format

y=c1eαxcos(βx)+c2eαxsin(βx),m=α±βiy=c_1e^{\alpha x}\cos\left(\beta x\right)+c_2e^{\alpha x}\sin\left(\beta x\right),m=\alpha\pm\beta i

10
New cards

Variation of Parameters Req.

Must be in standard form (leading coeff. = 1)

11
New cards

sin2(x)\sin^2\left(x\right) power reduction identity

1cos(2x)2\frac{1-\cos\left(2x\right)}{2}

12
New cards

cos2(x)\cos^2\left(x\right) power reduction identity

1+cos(2x)2\frac{1+\cos\left(2x\right)}{2}

13
New cards

SHM Constants Formulas

ω2=km;k=Ws;2λ=βm;W=mg;P=2πω(seccycle);F=ω2π(cyclessec)\omega^2=\frac{k}{m};k=\frac{W}{s};2\lambda=\frac{\beta}{m};W=mg;P=\frac{2\pi}{\omega}\left(\frac{\sec}{cycle}\right);F=\frac{\omega}{2\pi}\left(\frac{cycles}{\sec}\right)

14
New cards

Dampened SHM Case 1

\lambda^2-\omega^2>0;x\left(t\right)=e^{-\lambda t}\left(c_1e^{\sqrt{\left(\lambda^2-\omega^2\right)}t}+c_2e^{-\sqrt{\lambda^2-\omega_{}^2}t}\right)

15
New cards

Free Damped Motion Case 2

λ2ω2=0;x(t)=eλt(c1+c2t)\lambda^2-\omega^2=0;x\left(t\right)=e^{-\lambda t}\left(c_1+c_2t\right)

16
New cards

Free Damped Motion Case 3

\lambda^2-\omega^2<0;x\left(t\right)=e^{-\lambda t}\left(c_1\cos\left(\sqrt{\omega^2-\lambda^2}t\right)+c_2\sin\left(\sqrt{\omega^2-\lambda^2}t\right)\right)

17
New cards

Free Dampened Motion General ODE

x(t) = mx’’ + betax(x’) +kx = 0

18
New cards

Variation of Parameters yp Formula

yp=u1(x)y1(x)+u2(x)y2(x)y_{p}=u_1\left(x\right)y_1\left(x\right)+u_2\left(x\right)y_2\left(x\right)

19
New cards

Wronksian

Solution set is linearly dependant if W = 0

20
New cards

Separable Differential Equation

A differential equation that can be expressed as dydx=g(y)h(x)\frac{dy}{dx} = g(y)h(x), allowing integration of both sides.

21
New cards

Linear ODE Standard Form

Expressed as dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x) , where P(x)P(x) and Q(x)Q(x) are functions of xx. Solve using integrating factor:u\left(x\right)=e^{\int_{}^{}P\left(x\right)\differentialD x} → \frac{d}{\differentialD x}\left(u\left(x\right)y\right)=u\left(x\right)Q\left(x\right)

22
New cards

Homogeneous ODE

A differential equation of the form \frac{dy}{\differentialD x}=F\left(\frac{y}{x}\right) or \frac{\differentialD x}{\differentialD y}=F\left(\frac{x}{y}\right) that can be solved by substituting u=yxu=\frac{y}{x} or u=xyu=\frac{x}{y} . To identify, convert to M(x,y)dx+N(x,y)dy=0M(x,y)dx + N(x,y)dy = 0 and ensure all terms have same total degree

23
New cards

Bernoulli ODE

Form given by y+P(x)y=Q(x)yny' + P(x)y = Q(x)y^n; solved using substitution to reduce it to a linear ODE. To solve, divide by yn, then make the substitution u = y1-n; u’ = (1-n)-ny-ny’

24
New cards

Exact Differential Equation

An equation of the form M(x,y)dx+N(x,y)dy=0M(x,y)dx + N(x,y)dy = 0 is exact if My=Nx\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}.

25
New cards

Exactifying an ODE


Use an integrating factor: u\left(x\right)=e^{\int_{}^{}\left(\frac{M_{y}-N_{x}}{N}\right)\differentialD x} OR u\left(y\right)=e^{\int_{}^{}\left(\frac{N_{x}-M_{Y}}{M}\right)\differentialD y}

26
New cards

Euler’s Method Formula

An approximation for solutions of ODEs, given by yn+1=yn+hf(xn,yn)y_{n+1} = y_n + hf(x_n, y_n), where hh is the step size.

27
New cards

Work Formula in Physics

Given by W=Fdcos(θ)W = Fd\cos(\theta) OR W=\int_{a}^{b}F\left(x\right)\differentialD x; represents work done by a force FF over distance dd at angle θ\theta.

28
New cards

Tangent Plane Equation

Describes the plane tangent to the surface at point P(a,b,c)P(a,b,c), given by zc=fx(a,b)(xa)+fy(a,b)(yb)z - c = f_x(a,b)(x-a) + f_y(a,b)(y-b).

29
New cards

Total Differential Equation

Indicates how a function changes in response to changes in its variables, given by dz=fxdx+fydydz = f_x dx + f_y dy.

30
New cards

Arc Length Formula

The length of a curve from x=ax=a to x=bx=b is given by L=ab1+(dydx)2dxL = \int_a^b \sqrt{1 + \left(\frac{dy}{dx}\right)^2} dx.

31
New cards

Surface Area of Revolution

For surface around the x-axis: S=2πaby1+(dydx)2dxS = 2\pi \int_a^b y \sqrt{1 + \left(\frac{dy}{dx}\right)^2} dx; similar for y-axis.

32
New cards

Radioactive Decay Formula

Describes the decay of a substance: A=A0ektA = A_0 e^{kt}, where A0A_0 is the initial amount and kk is a decay constant.

33
New cards

Newton’s Law of Cooling

Describes the rate of temperature change: dTdt=k(TM)\frac{dT}{dt} = k(T - M), where MM is the ambient temperature.

34
New cards

Salt/Water Mixture Change


Model of concentration change: dAdt=RinRout\frac{dA}{dt} = R_{in} - R_{out} with RinR_{in} and RoutR_{out} defined by their respective flow rates. RIN=Conc.INFRINR_{IN}=Conc._{IN}\cdot FR_{IN} and ROUT=AInitialVol±NetRateFROUTR_{OUT}=\frac{A}{InitialVol\pm NetRate}\cdot FR_{OUT}

35
New cards

Kirchhoff’s Voltage Law

Total supplied voltage = total voltage in circuit: E(t)=qc+Rq+LqE\left(t\right)=\frac{q}{c}+Rq^{\prime}+Lq’’ , where VCAP=qc;current:i=q(t);VRES=ViV_{CAP}=\frac{q}{c};current:i=q^{\prime}\left(t\right);V_{RES}=Vi

36
New cards

\int_{}^{}\ln\left(x\right)\differentialD x

xln(x)x+cx\ln\left(x\right)-x+c

37
New cards

Product to Sum Identity for sin(A)cos(B)

12[sin(A+B)+sin(AB)]\frac{1}{2} [\text{sin}(A+B) + \text{sin}(A-B)]

38
New cards

Product to Sum Identity for cos(A)cos(B)

12[cos(AB)+cos(A+B)]\frac{1}{2}[\text{cos}(A-B)+\cos\left(A+B\right)]

39
New cards

Product to Sum Identity for sin(A)sin(B)

12[cos(AB)cos(A+B)]\frac{1}{2} [\text{cos}(A-B) - \text{cos}(A+B)]