pure normal

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:19 PM on 5/7/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

fixed point behaviour based of derivative

  • converges if modulus of derivative is less than one near the root

  • diverges if modulus of derivative is more than one near the root

2
New cards

at point where tangent of parametric curve parallel to x axis?

dy/dt = 0

3
New cards

at point which tangent is parallel to y axis ?

dx/dt = 0

4
New cards

integrating parametric

knowt flashcard image
5
New cards

convex curve?

  • a curve that curves UPwards is conVEX

  • second derivative greater than 0

6
New cards

concave curve?

  • a curve that curves DOWNWARDS is conCAVE

  • has second derivative less than zero

7
New cards

how to prove a point of inflections is actually a point of inflection

  • be careful not to assume a stationary point is a POI when second derivative is zero

  • it could be local min, local max, or POI

  • POI is when changes from convex to concave, (or vice versa) so second derivative changes sign!!!

8
New cards

how to find limit of a sequence

knowt flashcard image
9
New cards

order for vertical translations

knowt flashcard image
10
New cards

order for two horizontal transformations

knowt flashcard image
11
New cards

modulus inequality

knowt flashcard image
12
New cards

use proof by contradiction to prove there is an infinite number of primes

Assume that there is a largest prime number, P.

Construct another number N that is the product of all the prime numbers up to and including P.

Consider N + 1. This is one greater than a number divisible by all the primes up to and including P, so it cannot be divisible by any of the primes up to and including P.

Therefore N + 1 is either itself prime, or is divisible by primes larger than P.

Either way, a prime larger than P has been discovered which contradicts the premise that there is a largest prime number.

Therefore there are an infinite number of prime numbers.

13
New cards

prove root 2 is irrational

assume root 2 equals p/q, where p and q are two integers with no common factors

then 2 = psquared / q squared

2 q squared = p squared

means p squared is even so p must also be even

p = 2k p squared = 4 k squared

so 4 k squared = 2 q squared

so 2k squared = q squared

means q squared is even so q must also be even

both p and q are even so share a factor of 2 - CONTRADICTION

14
New cards

when is a mapping a function?

if every x value maps to a single y value!!

15
New cards

types of functions

  • one-to-one - if every y-value corresponds to only one x-value eg straight line

  • many-to-one - if there are some y-values that come from more than one x-value eg quadratic

16
New cards

vertical line test?

  • if a mapping is a function, any vertical line will cross its graph at most once.

17
New cards

horizontal line test?

  • if a function is one-to-one, any horizontal line will cross the graph at most once.

18
New cards

which functions have inverse functions

ONLY ONE TO ONE!!!

  • horizontal line crosses graph at most once!!!!

19
New cards

why does fixed point iterations sometimes not work?

more than one root - if a function has more than one root it can sometimes give wrong root

or diverge away from root