Math Internals all equations

0.0(0)
studied byStudied by 4 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/56

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

57 Terms

1
New cards
  1. Area of a triangle

\frac{1}{2} ab \sin C

2
New cards
  1. Sine Rule

\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}

3
New cards
  1. a^0

1 (anything to the power 0 = 1)

4
New cards
  1. a^m \times a^n

a^{m+n}

5
New cards
  1. a^m/a^n

a^{m-n}

6
New cards
  1. (a^m)^n

a^{m \times n} powers inside powers means powers multiply

7
New cards
  1. 1/a^m

a^{-m}

8
New cards
  1. \sqrt[n]{a}

a^{\frac{1}{n}}

9
New cards
  1. \sqrt[n]{a^m}

a^{\frac{m}{n}}

10
New cards
  1. a^{-\frac{m}{n}}

\sqrt[n]{a^{-m}} = \sqrt[n]{\frac{1}{a^m}}

11
New cards
  1. Real Numbers

All numbers on a number line (negative and 0) all the way to infinity

12
New cards
  1. Natural Numbers

all numbers from 1 to infinity

13
New cards
  1. Integers

whole numbers (negative and positive)

14
New cards
  1. Rational numbers

All numbers that can be written as a ratio of integers. E.g: 3.5=\frac{7}{2}, 2.4 = \frac{12}{5}

15
New cards
  1. Irrational Numbers

numbers that cannot be written as a ratio of integers. E.g Roots of prime numbers

16
New cards
  1. Arc length of a sector

\frac{\theta}{360} \times 2\pi r

17
New cards
  1. Area of a sector

Area of a Sector = \left(\frac{\theta}{360}\right) \times \pi r^2

18
New cards
  1. Perimeter of a Sector

Arc length + 2r

19
New cards
  1. Area of a circle

\pi r^2

20
New cards
  1. Perimeter of a circle

2\pi r

21
New cards
  1. Surface area of a sphere

4\pi r^2

22
New cards
  1. Area of a square

s^2

23
New cards
  1. Surface area of a cube

6s^2

24
New cards
  1. Volume of a cube

s^3

25
New cards
  1. Area of a rectangle

A=lw

26
New cards
  1. Surface Area of a rectanglular prism

2lb + 2lw + 2lh

27
New cards
  1. Volume of a rectangular prism

L x W x H

28
New cards
  1. Area of a parallelogram

A=bh

29
New cards
  1. Area of a trapezium

\frac{1}{2}(a+b)h

30
New cards
  1. Curved SA of a Cylinder

2\pi rh

31
New cards
  1. Total SA of a cylinder

2\pi rh + 2\pi r^2

32
New cards
  1. Volume of a Cylinder

V=\pi r^2h

33
New cards
  1. Curved SA of a cone

\pi rl

34
New cards
  1. Total SA of a cone

\pi rl + \pi r^2

35
New cards
  1. Volume of a cone

\frac{1}{3}\pi r^2h (1/3 of the volume of a cylinder)

36
New cards
  1. Volume of a Triangular Pyramid

V=\frac{1}{3}(\frac{1}{2}bh)h

37
New cards
  1. Volume of a triangular prism

V=(\frac{1}{2}bh)h = Area of a triangle * height

38
New cards
  1. Volume of a rectangular pyramid

V=\frac{1}{3}lwh

39
New cards
  1. Angle at the Center

The angle at the center of a circle is twice the angle at the circumference, when both angles are subtended by the same arc.

40
New cards
  1. Angle in a Semicircle

The angle in a semicircle is always 90 degrees.

41
New cards
  1. Angles in the Same Segment

Angles subtended by the same arc (or chord) in the same segment of a circle are equal. (Bowtie)

42
New cards

circumference, when both angles are subtended by the same arc.

43
New cards
44
New cards
  1. Cyclic Quadrilateral

The opposite angles of a cyclic quadrilateral (a quadrilateral whose vertices all lie on a circle) add up to 180 degrees.

45
New cards
  1. Tangent-Radius Property

A tangent to a circle is perpendicular to the radius drawn to the point of tangency.

46
New cards
  1. Tangents from a Point

Tangents drawn from the same point to a circle are equal in length.

47
New cards
  1. Alternate Segment Theorem

The angle between a tangent and a chord at the point of contact is equal to the angle in the alternate segment.

48
New cards
  1. Midpoint of a line

\left( \frac{x1 + x2}{2}, \frac{y1 + y2}{2} \right)

49
New cards
  1. Gradient of a line

\frac{y2 - y1}{x2 - x1}

Also known as rise over run

50
New cards
  1. Equation of a straight line

y = mx + c

m is the gradient

c is the y intercept

51
New cards
  1. Equation of a straight line (point gradient form)

y - y1 = m(x - x1)

Given the gradient 'm' and a point (x1, y1)

52
New cards
  1. Parallel Lines

Two lines are parallel if their gradients are equal.

m1 = m2

53
New cards
  1. Perpendicular Lines

Two lines are perpendicular if the product of their gradients is -1.

m1 \times m2 = -1

54
New cards
  1. Distance Between Two Points

The distance d between two points (x1, y1) and (x2, y2) is given by:

\sqrt{(x2 - x1)^2 + (y2 - y1)^2}.

55
New cards
  1. Gradient and Angle of Inclination

If a line makes an angle \theta with the positive x-axis, then the gradient m of the line is given by:

m = \tan(\theta).

56
New cards
  1. Intercept Form of a Line

The intercept form of a line is given by:

\frac{x}{a} + \frac{y}{b} = 1

where a is the x-intercept and b is the y-intercept.

57
New cards
  1. General Form of a Line

For the general equation of a line Ax + By + C = 0, the gradient m and y-intercept c can be found as:

m = -\frac{A}{B}

c = -\frac{C}{B}.