Week 6 Flashcards

1
Q

Induction

A

if for all integers n there is a function P(n), we can prove P(n) is true if
1. P(1) is true
2 if P(n) is true, then P(n+1) is also true

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

How to induction

A

Prove P(19 by LFS = RHS
use P(n) and add n+1, then try to get the same result using P(n+1)

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

What if P(1) is not valid

A

if P(k) is true, induction can be used to prove P is true for n in N such that n is greater or equal to k

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

Implicit diffrentiaton

A

application of chain rule. Derentiate y in terms of x y ading a dy/dx factor. Solve for dy/dx

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

Second derivative implicit

A

same shit, derivaive of dy/dx is second derivative. sub in dy/dx when done

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

logarithmic differentiation

A

take natural logs of both sides, use properties of logs to make equations easier, differentiate implicitly.

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

Taylor series

A

sum to infity of (thing). expansion of the function f expressed about a in terms of only x. Mcclarin series when a=0

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

nth degree taylor polynomial of f about a

A

partialsum of taylor expansion up to n. is a polynomial of degree n

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

multiplication and division of series

A

if the taylor series for a function is known, similar functions can be multiplied by that. Te taylor expansion of a composite function is the product of the taylor functions of the composite functions.

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

Strong induction

A

if p(1), p(2), p(k) are true, then p(k+1) is true. similar to normal induction for cases whre you have to use more than one prior examples.

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