Interval Bisection: General Formula?

  • Thread starter Thread starter nokia8650
  • Start date Start date
  • Tags Tags
    Interval
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
nokia8650
Messages
216
Reaction score
0
Is there any general formula for interval bisection, rather than consider two similar triangles each time?

Thanks
 
Physics news on Phys.org
I must be misunderstanding what you mean by "interval bisection". The point bisecting the interval from [itex](x_0,y_0,z_0)[/itex] to [itex](x_1, y_1, z_1)[/itex], in 3 dimensions, is [itex]((x_0+ x_1)/2, (y_0+ y_1)/2, (z_0+ z_1)/2)[/itex], "averaging" the coordinates. That can be derived by using 'similar triangles' but you surely don't have to rederive it for each application.
 
Thanks for the reply. Sorry, I meant linear interpolation, not interval bisection - is there a general formula for this?

Thanks