Line Graph Formulas Flashcards

(7 cards)

1
Q

Formula for Gradient of a Line?

A

m = Δy/Δx = (y2 − y1) / (x2 − x1)

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

Midpoint of a line?

A

Midpoint = ( (x1 + x2) / 2 , (y1 + y2) / 2 )

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

Distance between two points?

A

sqrt( (x2 − x1)^2 + (y2 − y1)^2 )

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

Finding an Equation using Gradient and a Point?

A

y − y1 = m(x − x1)

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

Horizontal and vertical lines?

A

Horizontal line: y = k (gradient = 0)
Vertical line: x = k (gradient undefined)

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

Graph interpretation facts?

A

Positive gradient → line slopes up
Negative gradient → line slopes down
Zero gradient → horizontal line
Undefined gradient → vertical line

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

Reading values from a line graph?

A

Interpolation = reading between points
Extrapolation = predicting beyond points

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