Question: write the code using jupyter python Write a program that outputs the equation of the perpendicular bisector of the line segment between two points. Your

 write the code using jupyter python Write a program that outputs

write the code using jupyter python

Write a program that outputs the equation of the perpendicular bisector of the line segment between two points. Your program should - prompt for and input the coordinates of two points [for example (2.0,4.0) and (7.0,2.0)]; - compute the slope of the line between those two points; - compute the coordinates of the midpoint of the line segment between the two points by averaging the two x coordinates and the two y coordinates; - compute the slope of the perpendicular bisector by taking the negative reciprocal of the slone of the line segment; - compute the y intercept of the perpendicular bisector (you now have the slope m of the bisector and a point ( x mid, ymid ) on the bisector, so the y intercept is ymidmxmid ); and - output the midpoint coordinates and the equation of the bisector as shown below. The figure above illustrates the sample line segment mentioned above and its perpendicular bisector

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!