Arithmetic Course/Linear Function: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>DannyS712
Rejected the last text change (by 212.139.234.98) and restored revision 3253038 by PokestarFan
 
(No difference)

Latest revision as of 04:34, 24 January 2020

Linear Function

Linear Function is a function of a Straight Line

General Form

Straight Line goes through point (0,0)

For every x there is y = x

x | y
-2 | -2
-1 | -1
0 | 0
1 | 1
2 | 2

If f(x) = y Then f(x) represents a Straight Line through point (0,0) with Slope equals 1

Straight Line goes through two points

If there is a Straight Line goes through 2 points (xo,yo) , (x,y)

m=yyoxxo
y=yo+m(xxo)

Straight Line goes through Two Intercept Points

xa+yb=1

When

x = 0 y = b
y = 0 x = a

Function f(x,y)=xa+yb=1 of a Straight Line that cuts the x axis at (0,a) and the y axis at (0,b)

Template:BookCat