Grade 11 Math Terminal Exam Study Guide Flashcards

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

flashcard set

Earn XP

Description and Tags

Question and answer flashcards covering key concepts in logic, limits, derivatives, complex numbers, geometric series, and sequences for Grade 11 Mathematics.

Last updated 3:49 PM on 8/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

What is a proposition in logic?

A statement that can be either true or false.

2
New cards

What are the logical connectives AND, OR, and NOT and their symbols in logic?

AND (\land), OR (\lor), and NOT (¬\neg).

3
New cards

How are logical implication and equivalence defined and denoted?

Implication is denoted by pqp \Rightarrow q (If pp then qq) and equivalence is denoted by pqp \Leftrightarrow q (pp if and only if qq).

4
New cards

What is the standard notation for the limit of a function f(x)f(x) as xx approaches aa?

limxaf(x)=L\lim_{x \to a} f(x) = L

5
New cards

What key techniques are listed for evaluating limits?

Direct Substitution, Factorization, and L'Hôpital's Rule (for 00\frac{0}{0} or \frac{\infty}{\infty} forms).

6
New cards

What is the definition of a derivative?

A measure of how a function changes as its input changes.

7
New cards

What is the power rule formula for taking a derivative?

ddx(xn)=nxn1\frac{d}{dx}(x^n) = n x^{n-1}

8
New cards

What are the basic derivative rules for sin(x)\sin(x) and cos(x)\cos(x)?

ddx(sin(x))=cos(x)\frac{d}{dx}(\sin(x)) = \cos(x) and ddx(cos(x))=sin(x)\frac{d}{dx}(\cos(x)) = -\sin(x)

9
New cards

What is the Product Rule for differentiation?

(uv)=uv+uv(uv)' = u'v + uv'

10
New cards

What is the Quotient Rule for differentiation?

(uv)=uvuvv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}

11
New cards

What is the general form of a complex number zz?

z=a+biz = a + bi where a,bRa, b \in \mathbb{R}

12
New cards

What is the formula for the addition of two complex numbers z1=a1+b1iz_1 = a_1 + b_1 i and z2=a2+b2iz_2 = a_2 + b_2 i?

z1+z2=(a1+a2)+(b1+b2)iz_1 + z_2 = (a_1 + a_2) + (b_1 + b_2)i

13
New cards

What is the formula for the multiplication of two complex numbers z1=a1+b1iz_1 = a_1 + b_1 i and z2=a2+b2iz_2 = a_2 + b_2 i?

z1z2=(a1a2b1b2)+(a1b2+a2b1)iz_1 \cdot z_2 = (a_1 a_2 - b_1 b_2) + (a_1 b_2 + a_2 b_1)i

14
New cards

What are the formulas for the conjugate and magnitude of a complex number z=a+biz = a + bi?

The conjugate is z=abi\overline{z} = a - bi and the magnitude is z=a2+b2|z| = \sqrt{a^2 + b^2}.

15
New cards

What is the formula for the sum SnS_n of a finite geometric series when r1r \neq 1?

Sn=a1rn1rS_n = a \frac{1 - r^n}{1 - r}

16
New cards

What is the formula for the sum SS of an infinite geometric series when r<1|r| < 1?

S=a1rS = \frac{a}{1 - r}

17
New cards

What is the formula for the nn-th term ana_n of an arithmetic sequence?

an=a+(n1)da_n = a + (n-1)d

18
New cards

What is the formula for the sum SnS_n of an arithmetic series given the first term aa and last term ll?

Sn=n2(a+l)S_n = \frac{n}{2}(a + l)

19
New cards

How is a recursive sequence defined?

It is defined by a formula relating later terms to earlier ones.