Working out the intercept of the Y-Axis

  • Level: High School 
  • Thread starter Thread starter Dearster
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 6K views
Dearster
Messages
4
Reaction score
0
If a gradient of -578.947 is present on a line of best fit then how can you work out the intercept of the Y-Axis when a co-ord of:

(0.00000227, 0.00100) is given?

Thank you
 
Mathematics news on Phys.org
Dearster said:
If a gradient of -578.947 is present on a line of best fit then how can you work out the intercept of the Y-Axis when a co-ord of:

(0.00000227, 0.00100) is given?

Thank you

Well, a line is usually given by the equation y=ax+b, and the y-intercept i.e, the value of y when x=0 is evidently y=b.

Having given coordinates (X,Y) of some point, you know that:

Y=aX+b. Determine what a and b is from this.
 
A line with slope m, passing through [itex](x_0,y_0)[/itex] has equation [itex]y= m(x-x_0)+ y_0[/itex]. Put x= 0 and you have [itex]y= y_0- mx_0[/itex].