integrals, derivatives and differential equations

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

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:34 AM on 4/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

\frac{dy}{\differentialD x}sin(x)

cos(x)

2
New cards

dydxcos(x)\frac{dy}{dx}cos(x)

-sin(x)

3
New cards

dydxtan(x)\frac{dy}{dx} tan(x)

sec2(x)sec² (x)

4
New cards

dydxsec(x)\frac{dy}{dx}sec(x)

sec(x)tan(x)sec(x)tan(x)

5
New cards

dydxcosecant(x)\frac{dy}{dx} cosecant(x)

csc(x)cot(x)-csc(x)cot(x)

6
New cards

dydxcot(x)\frac{dy}{dx} cot(x)

csc2(x)-csc² (x)

7
New cards

dydxeax\frac{dy}{dx} e^{ax}

aeaxae^{ax}

8
New cards

dydxax\frac{dy}{dx} a^x

what is the theory?

axln(a)a^x ln(a)

can be written as exln(a)e^{xln(a)}

9
New cards

dydxabx+c\frac{dy}{dx} a^{bx+c}

bln(a)abx+cb ln(a) a^{bx+c}

10
New cards

dydx:ln(x)\frac{dy}{dx} : ln(x)

1x\frac{1}{x}

11
New cards

dydxln(xa)\frac{dy}{dx} ln(x^a)

1uu1xaaxa1xaaxa1ax1ax\frac{1}{u}*u’ → \frac{1}{x^a}*ax^{a-1} → x^{-a}ax^{a-1} → ax^{-1} → \frac{a}{x}

12
New cards

dydxloga(u)\frac{dy}{dx} log_a (u)

uuln(a)\frac{u’}{u ln(a)}

13
New cards

integral of (ax+b)n

1a(ax+b)n+1n+1\frac{1}{a}*\frac{(ax+b)^{n+1}}{n+1}

14
New cards

integral of 1(ax+b)\frac{1}{(ax+b)}

ln(ax+b)a\frac{ln(ax+b)}{a}

15
New cards

integral of eax+be^{ax+b}

eax+ba\frac{e^{ax+b}}{a}

16
New cards

integral of abx+ca^{bx+c}

theory?

just like the derivative you can write the equation as ebxln(a)+cln(a)e^{bx ln(a) + c ln(a)}

you can then integrate it the same as an exponential

abx+cbln(a)\frac{a^{bx+c}}{b ln(a)}

17
New cards

integral of ln(X) theory?

integrate by parts:

u = ln(x)

du = 1x\frac{1}{x}

v = x

dv = dx

xln(x)xx ln(x)-x

18
New cards

integral of coscos

sin(x)

19
New cards

integral of sin

-cos

20
New cards

derivative of cos1cos^{-1}

11x2-\frac{1}{\sqrt{1-x²}}

21
New cards

derivative of sin1sin^{-1}

11x2\frac{1}{\sqrt{1-x²}}

22
New cards

derivative of tan1tan^{-1}

1x2+1\frac{1}{x²+1}

23
New cards

derivative of cot1cot^{-1}

1x2+1-\frac{1}{x²+1}

24
New cards

derivative of %%sec^{-1}$$

1XX21\frac{1}{|X|\sqrt{X²-1}}

25
New cards

derivative of csc1csc^{-1}

1XX21-\frac{1}{|X|\sqrt{X²-1}}

26
New cards

linear equation

dydy+Py=Q\frac{dy}{dy} + Py = Q

solved using epdxe^{\int p}dx

differential is not multiplied by anything containing y

27
New cards

separable equation

dy/dx+ay=0dy/dx +ay = 0

can seperate the x and y variables

28
New cards

Homogenous equation

dydxP=Q\frac{dy}{dx} * P = Q

all variables are to the same order

solved by substituting y = vx

29
New cards

exact equation

f(x,y)+g(x,y)dydx=m(x)f(x,y) + g(x,y) \frac{dy}{dx} = m(x)

can have an equation only containing x terms on the right

solved by finding if h(x,y) is real

30
New cards

d2ydx2=x\frac{d²y}{dx²} = x

solved by integrating twice remember that it produces 2 constants

31
New cards

d2ydx2=y\frac{d²y}{dx²} = y

mutiply both sides by 2d2ydx22\frac{d²y}{dx²} remember that 2(dy/dx)d2ydx2=ddx(dydx)22(dy/dx)\frac{d²y}{dx²} = \frac{d}{dx} (\frac{dy}{dx})^2

32
New cards

d2ydx2+b(dydx)+y=0\frac{d²y}{dx²} +b(\frac{dy}{dx})+y= 0

find the auxillary equation then the complimentary equation

1 root = emx(Ax+B)e^{mx} (Ax+B)

2 real roots = Aem1x+Bem2xAe^{m_1x} + Be^{m_2x}

no real roots = Ae(P+q)x+Be(Pq)xorePx(Acos(qx)+Bsin(qx))Ae^{(P+q)x} + Be^{(P-q)x} or e^{Px} ( Acos(qx) + Bsin(qx))

33
New cards

d2ydx2+b(dydx)+y=polynomial\frac{d²y}{dx²} +b(\frac{dy}{dx})+y= polynomial

particular integral: anxn+an1xn1++aoa_n x^n + a_{n-1} x^{n-1}+ …+ a_o

integrate once and twice

substitute back into equation and solve for a

to find general solution mash everything up with the complimentary equation

34
New cards

d2ydx2+b(dydx)+y=exponential\frac{d²y}{dx²} +b(\frac{dy}{dx})+y= exponential

y=Pemxy=Pe^{mx} if the complimentary equation appears in the original equation use y=Pxnemxy = Px^n e^{mx} where n is the number of times the solution appears&

35
New cards

d2ydx2+b(dydx)+y=trigfunction\frac{d²y}{dx²} +b(\frac{dy}{dx})+y= trig function

y=Pcos(rx)+Qsin(rx)y=Pcos(rx)+Qsin(rx) where r is the value that appears next to x in your actual equation

if the solution to the complimentary equation appears in the actual equation use xn(Pcos(rx)+Qsin(rx))x^n ( Pcos(rx) + Qsin(rx))