Skip to content

Files

Latest commit

168cc48 · Apr 1, 2024

History

History
48 lines (39 loc) · 2.42 KB

lines-and-points-formulas.md

File metadata and controls

48 lines (39 loc) · 2.42 KB

Lines and Points Formulas

Lines and points formulas

Parameter Formula
zero point b a
y-intercept b
value x for given y y b a
angle between line and X-axis arctan ( a )
angle between line and Y-axis 1 2 π arctan ( a ) or arctan ( 1 a )
angle between two lines arctan ( | a 2 a 1 1 + a 1 a 2 | )
two lines intersection point ( b 2 b 1 a 1 a 2 , a 1 [ b 2 b 1 ] a 1 a 2 + b 1 )
line segment center ( x 1 + x 2 2 , y 1 + y 2 2 )
distance between two parallel lines | b 2 b 1 | 1 + a 2
distance between line and point | a x p y p + b | 1 + a 2
distance between two points ( x 2 x 1 ) 2 + ( y 2 y 1 ) 2
derivative f ( x ) = a
indefinite integral f   d x = 1 2 a x 2 + b x + C
definite integral l u f   d x = a ( u 2 l 2 ) 2 + ( u l ) b
normal vector length | | v | | = 1 + a 2
area of triangle Δ z 0 b ( a b 0 ) A Δ z 0 b = b 2 | 2 a |

Lengths

Lines lengths formulas

for line f ( x ) = m x + i

Length Formula
line length in range x ; x ± r in X-axis r 2 + ( r m ) 2
line length in range y ; y ± r in Y-axis ( r m ) 2 + r 2
length of X-axis range in which line is in length 1 + m 2
length of Y-axis range in which line is in length 1 + 1 m 2

or:

Length Formula Formula with angle
r x by L L | | v | | L cos ( α )
r y by L L m | | v | | L sin ( α )
L by r x r x | | v | | r x cos ( α )
L by r y r y m | | v | | r y sin ( α )
r x by r y r y m r y tan ( α )
r y by r x m r x r x tan ( α )

| | v | | = 1 + m 2