NED University Mathematics Past Papers (2020-2024) 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/99

flashcard set

Earn XP

Description and Tags

A comprehensive collection of 100 flashcards based on NED University Mathematics past paper transcripts (2020-2024), covering calculus, algebra, trigonometry, coordinate geometry, and vectors.

Last updated 6:45 PM on 7/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

100 Terms

1
New cards

Symmetric Matrix

A square matrix AA such that it is equal to its transpose (A=AtA = A^{t}).

2
New cards

Skew-symmetric Matrix

A square matrix AA such that its transpose is equal to its negative (At=AA^{t} = -A).

3
New cards

Idempotent Matrix

A square matrix AA that satisfies the condition A2=AA^{2} = A.

4
New cards

Involutory Matrix

A square matrix AA that satisfies the condition A2=IA^{2} = I, where II is the identity matrix.

5
New cards

Identity Matrix

A diagonal matrix in which all the diagonal elements are equal to 11; also referred to as a unit matrix.

6
New cards

Scalar Matrix

A diagonal matrix in which all diagonal elements are the same constant value.

7
New cards

Singular Matrix

A square matrix whose determinant is equal to zero (A=0|A| = 0).

8
New cards

Periodic Matrix

A square matrix AA such that Ak+1=AA^{k+1} = A, where kk is a positive integer.

9
New cards

Nilpotent Matrix

A square matrix AA for which there exists a positive integer nn such that An=OA^{n} = \text{O}, where O\text{O} is the zero matrix.

10
New cards

Hermitian Matrix

A square matrix that is equal to its own conjugate transpose.

11
New cards

Determinant of Zero Row Matrix

If one row or column of any square matrix is zero, its determinant is exactly 00.

12
New cards

Order of Product Matrix AB

If matrix AA is of order m×pm \times p and matrix BB is of order p×np \times n, the order of the product matrix ABAB is m×nm \times n.

13
New cards

Transpose of a Matrix

A new matrix formed by interchanging the rows and columns of an existing matrix, denoted as AtA^{t} or AA'.

14
New cards

Cofactor A32A_{32}

The signed minor of the element in the third row and second column of a matrix.

15
New cards

Adjoint of A (AdjAAdj A)

The transpose of the cofactor matrix of a square matrix AA; used to find the inverse matrix via AdjAA\frac{Adj A}{|A|}.

16
New cards

Empty Set

A set containing no elements, also known as a null set, which is considered a finite set.

17
New cards

Proper Subset

A set AA is a proper subset of BB (denoted A \tag{\text{proper subset symbol}} B) if every element of AA is in BB but ABA \neq B.

18
New cards

Power Set Elements

If a set has nn elements, the total number of elements in its power set is given by the formula 2n2^{n}.

19
New cards

Union of Sets (A U B)

The set containing all elements that are in set AA, in set BB, or in both.

20
New cards

Cartesian Product (AxB)

The set of all ordered pairs (a,b)(a, b) where aa is from set AA and bb is from set BB; if ABA \neq B, then A×BB×AA \times B \neq B \times A.

21
New cards

Difference of Sets (A - B)

The set of elements that belong to set AA but do not belong to set BB.

22
New cards

De Morgan's Law (Union)

The complement of the union of two sets is equal to the intersection of their complements, expressed as (A U B)=A ∩ B(A \text{ U } B)' = A' \text{ ∩ } B'.

23
New cards

Domain of a Relation

The set of all first components of the ordered pairs in a relation RR, such as Domain R={1,2,4}\text{Domain } R = \text{\{}1, 2, 4\text{\}} from {(1,1),(2,3),(4,5)}\text{\{}(1,1), (2,3), (4,5)\text{\}}.

24
New cards

Irrational Numbers between 0 and 1

There are an infinite number of rational and irrational numbers possible between any two values like 00 and 11.

25
New cards

Cube Roots of Unity

The three values 1, \text{\omega}, \text{\omega}^{2} whose product is equal to 11.

26
New cards

Discriminant

The part of the quadratic formula b24acb^{2} - 4ac used to determine the nature of the roots.

27
New cards

Imaginary Roots Condition

The condition for the roots of a quadratic equation to be complex or imaginary is when the discriminant is less than zero (b24ac<0b^{2} - 4ac < 0).

28
New cards

Real and Equal Roots Condition

The condition where the discriminant of a quadratic equation is zero (b24ac=0b^{2} - 4ac = 0).

29
New cards

Sum of Roots (lx^2 + mx + n = 0)

The sum of the roots of a quadratic equation is given by the formula ml-\frac{m}{l}.

30
New cards

Product of Roots (lx^2 + mx + n = 0)

The product of the roots of a quadratic equation is given by the formula nl\frac{n}{l}.

31
New cards

Complex Conjugate Product

For a complex number Z=x+yiZ = x + yi, the product with its conjugate Z×ZˉZ \times \bar{Z} is equal to Z2|Z|^{2} or x2+y2x^{2} + y^{2}.

32
New cards

Arithmetic Mean (A.M.)

The value AA between two numbers aa and bb calculated as a+b2\frac{a + b}{2}.

33
New cards

Geometric Mean (G.M.)

The value GG between two numbers aa and bb calculated as \text{\pm}\text{\sqrt{ab}}.

34
New cards

Harmonic Mean (H.M.)

The value HH between two numbers aa and bb calculated as 2aba+b\frac{2ab}{a + b}.

35
New cards

Mean Relationship Formula

The relationship between arithmetic, geometric, and harmonic means expressed as G2=AHG^{2} = AH or G = \text{\sqrt{AH}}.

36
New cards

Common Ratio (r)

The constant factor found by dividing any term in a Geometric Progression (G.P.) by the preceding term.

37
New cards

Common Difference (d)

The constant value added to each term to get the next term in an Arithmetic Progression (A.P.).

38
New cards

Sum to Infinity (G.P.)

The sum of an infinite geometric series where r<1|r| < 1, calculated as S_{\text{\infty}} = \frac{a}{1 - r}.

39
New cards

Collinear Points

Points that lie on the same straight line; for points (x1,y1),(x2,y2),(x3,y3)(x_1, y_1), (x_2, y_2), (x_3, y_3), the slope between any two pairs must be equal.

40
New cards

Binomial Coefficient

The numerical factor in the expansion of (a+b)n(a + b)^{n}, often denoted as (nr)\binom{n}{r} or nCr^nC_r.

41
New cards

Middle Term in (x^2 + 1)^n

The term(s) located in the center of a binomial expansion; if nn is even, there is one middle term, if odd, there are two.

42
New cards

Term Independent of x

The specific term in a binomial expansion that does not contain the variable xx (x0x^0).

43
New cards

Permutations of 'REARRANGE'

The total number of words formed by arranging all letters of a word with repetitions, using the formula n!n1!n2!...\frac{n!}{n_1!n_2!...}.

44
New cards

Probability of an Event P(A)

The ratio of the number of favorable outcomes to the total number of possible outcomes in a sample space.

45
New cards

Sample Space for Two Dice

The set of 3636 possible outcomes when two dice are rolled simultaneously.

46
New cards

Probability of Same Faces

The probability of getting the same number on both dice when two are rolled, which is 636=16\frac{6}{36} = \frac{1}{6}.

47
New cards

Probability of Red King

The probability of drawing a red king from a deck of 5252 cards, which is 252=126\frac{2}{52} = \frac{1}{26}.

48
New cards

Face Cards

The Kings, Queens, and Jacks in a standard deck of 5252 cards, totaling 1212 cards.

49
New cards

Non-face Cards

The cards in a standard deck that are not Kings, Queens, or Jacks, totaling 4040 cards (521252 - 12).

50
New cards

Limit of (x lnx) as x approaches 0

The mathematical limit \text{\lim}_{x \to 0} (x \text{\ln(x)}) = 0.

51
New cards

Derivative of a^x

The rate of change of an exponential function with base aa, given by \frac{d}{dx}(a^{x}) = a^{x}\text{\ln(a)}.

52
New cards

Derivative of ln(sin x)

The derivative is calculated as \frac{d}{dx}(\text{\ln(sin(x))}) = \frac{1}{\text{\sin(x)}} \times \text{\cos(x)} = \text{\cot(x)}.

53
New cards

Gradient of a Curve

The value of the derivative dydx\frac{dy}{dx} at a specific point on the curve.

54
New cards

Second Derivative

The derivative of the derivative of a function, denoted as f(x)f''(x) or d2ydx2\frac{d^{2}y}{dx^{2}}.

55
New cards

Integration of tan x

The antiderivative \text{\int} \text{\tan(x)}\text{\(dx)} = \text{\ln(sec(x))} + C.

56
New cards

Integration of e^x

The antiderivative \text{\int} e^{x}\text{\(dx)} = e^{x} + C.

57
New cards

Integration of 1/x

The antiderivative \text{\int} \frac{1}{x}\text{\(dx)} = \text{\ln(x)} + C.

58
New cards

Integration by Parts Formula

A method of integration based on the product rule, often summarized as \text{\int} u \text{\(dv)} = uv - \text{\int} v \text{\(du)}.

59
New cards

Partial Fractions

A method to decompose a complex rational fraction into a sum of simpler fractions.

60
New cards

Slope of a Line (m)

The ratio of the vertical change to the horizontal change between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), calculated as m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.

61
New cards

Parallel Lines Slope Condition

Two non-vertical lines are parallel if and only if their slopes are equal (m1=m2m_1 = m_2).

62
New cards

Perpendicular Lines Slope Condition

Two lines are perpendicular if the product of their slopes is 1-1 (m1×m2=1m_1 \times m_2 = -1).

63
New cards

Undefined Slope

The slope of a vertical line, which is parallel to the y-axis and perpendicular to the x-axis.

64
New cards

Equation of a Circle

The set of all points (x,y)(x, y) at a fixed distance rr (radius) from a center (h,k)(h, k), given by (xh)2+(yk)2=r2(x - h)^{2} + (y - k)^{2} = r^{2}.

65
New cards

Eccentricity of a Circle

The constant value denoting the deviation of a conic section from being circular; for a circle, e=0e = 0.

66
New cards

Equation of a Parabola

The locus of points equidistant from a fixed point (focus) and a fixed line (directrix); standard forms include y2=4axy^{2} = 4ax or x2=4ayx^{2} = 4ay.

67
New cards

Focus of a Parabola

A fixed point used to define a parabola; for y2=12xy^{2} = 12x, the focus is at (3,0)(3, 0), where 4a=124a = 12, so a=3a = 3.

68
New cards

Latus Rectum (Parabola)

A chord passing through the focus perpendicular to the axis of the parabola; its length is given by 4a4a.

69
New cards

Eccentricity of a Parabola

In the context of conic sections, the eccentricity of any parabola is exactly e=1e = 1.

70
New cards

Ellipse

The locus of points where the sum of the distances to two fixed points (foci) is constant.

71
New cards

Major Axis of an Ellipse

The longest diameter of an ellipse, passing through its center and both foci.

72
New cards

Minor Axis of an Ellipse

The shortest diameter of an ellipse, perpendicular to the major axis at the center.

73
New cards

Eccentricity of an Ellipse

A measure of how 'stretched' an ellipse is; it is always less than one (e<1e < 1).

74
New cards

Directrix of an Ellipse

A fixed line perpendicular to the major axis, used along with the focus to define the ellipse; the distance from center is ae\frac{a}{e}.

75
New cards

Hyperbola

The set of all points such that the absolute difference of the distances to two fixed points (foci) is constant.

76
New cards

Transverse Axis

The segment of length 2a2a that passes through the vertices and foci of a hyperbola.

77
New cards

Conjugate Axis

The segment of length 2b2b perpendicular to the transverse axis of a hyperbola at its center.

78
New cards

Asymptotes of a Hyperbola

The lines that the branches of a hyperbola approach but never touch as they extend toward infinity; for x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1, they are y = \text{\pm}\frac{b}{a}x.

79
New cards

Eccentricity of a Hyperbola

A measure of the opening of the branches of a hyperbola; it is always greater than one (e>1e > 1).

80
New cards

Sine Rule (Law of Sines)

The relationship in any triangle \text{\frac{a}{\sin(A)}} = \text{\frac{b}{\sin(B)}} = \text{\frac{c}{\sin(C)}}.

81
New cards

Cosine Rule (Law of Cosines)

For any triangle, the square of a side equals the sum of the squares of the other sides minus twice their product times the cosine of the included angle, e.g., a^2 = b^2 + c^2 - 2bc\text{\cos(A)}.

82
New cards

Pythagoras Theorem

A special case of the Law of Cosines for right-angled triangles (\text{\angle C} = 90^{\circ}), where c2=a2+b2c^{2} = a^{2} + b^{2}.

83
New cards

Range of y = cos x

The set of all possible output values for the cosine function, which is [1,1][-1, 1] or -1 \text{\le} y \text{\le} 1.

84
New cards

Radical Equation

An equation in which a variable is under a radical sign, such as \text{\sqrt{x + 1}} + \text{\sqrt{x - 1}} = \text{\sqrt{x^{2} + x + 1}}.

85
New cards

Exponential Equation

An equation where the variable appears in the exponent, such as 12x+18=46812^{x} + 18 = 468.

86
New cards

Dot Product (Scalar Product)

The product of the magnitudes of two vectors and the cosine of the angle between them (\text{\mathbf{A}} \text{\cdot} \text{\mathbf{B}} = |A||B|\text{\cos(\theta)}).

87
New cards

Cross Product (Vector Product)

A vector quantity obtained by multiplying the magnitudes of two vectors and the sine of the angle between them (\text{\mathbf{A}} \text{\times} \text{\mathbf{B}} = |A||B|\text{\sin(\theta)}\text{\mathbf{n}}).

88
New cards

Perpendicular Vectors Condition

Two non-zero vectors are perpendicular if and only if their scalar (dot) product is zero (\text{\mathbf{A}} \text{\cdot} \text{\mathbf{B}} = 0).

89
New cards

Parallel Vectors Condition

Two non-zero vectors are parallel if and only if their vector (cross) product is the zero vector (\text{\mathbf{A}} \text{\times} \text{\mathbf{B}} = 0).

90
New cards

Magnitude of a Vector

The length of a vector \text{\mathbf{A}} = ai + bj + ck, calculated as \text{\sqrt{a^2 + b^2 + c^2}}.

91
New cards

Projection of Vector A onto B

The scalar value representing the component of vector \text{\mathbf{A}} in the direction of \text{\mathbf{B}}, calculated as \frac{\text{\mathbf{A}} \text{\cdot} \text{\mathbf{B}}}{|B|}.

92
New cards

Scalar Area of a Triangle

The area of a triangle with vertices \text{\mathbf{A}}, \text{\mathbf{B}}, and \text{\mathbf{C}} can be found using the magnitude of half the cross product of two side vectors: \frac{1}{2}|\text{\mathbf{AB}} \text{\times} \text{\mathbf{AC}}|.

93
New cards

Displacement

A vector quantity representing the change in position of an object, often denoted as SS, where velocity is its first derivative (v=dSdtv = \frac{dS}{dt}).

94
New cards

Velocity

The rate of change of displacement with respect to time, given by the derivative v=dSdtv = \frac{dS}{dt}.

95
New cards

Moment of Force

The turning effect of a force \text{\mathbf{F}} applied at a point relative to another point, calculated as the cross product of the position vector \text{\mathbf{r}} and force \text{\mathbf{F}} (\text{\mathbf{M}} = \text{\mathbf{r}} \text{\times} \text{\mathbf{F}}).

96
New cards

Direction Cosines

The cosines of the angles between a vector and the positive coordinate axes (xx, yy, and zz).

97
New cards

Collinear Vectors

Vectors that lie on the same line or are parallel to each other.

98
New cards

Unit Vector along x-axis

The standard basis vector denoted as ii (or \text{\mathbf{i}}).

99
New cards

Unit Vector along y-axis

The standard basis vector denoted as jj (or \text{\mathbf{j}}).

100
New cards

Unit Vector along z-axis

The standard basis vector denoted as kk (or \text{\mathbf{k}}).