MHB Can you find the slope of a line passing through two points with this formula?

  • Thread starter Thread starter mathdad
  • Start date Start date
  • Tags Tags
    Line Slope
AI Thread Summary
The discussion focuses on deriving the slope of a line passing through two points, (x, x^2) and (x + h, (x + h)^2). The formula used for the slope is m = [(x + h)^2 - x^2]/[(x + h) - x]. Through simplification, it is shown that m equals 2x + h. The calculations confirm that the derived slope matches the expected result, concluding the proof effectively. The discussion successfully demonstrates the slope calculation using algebraic manipulation.
mathdad
Messages
1,280
Reaction score
0
Show that the slope of the line passing through the two points (x, x^2) and (x + h, (x + h)^2) is 2x + h.

Let me see if I can solve this baby on my own.

Let m = slope = 2x + h

m = [(x + h)^2 - x^2]/[(x + h) - x]

If I simplify the right side, it should give me m, right?

At the very end, I should have 2x + h = 2x + h.
 
Mathematics news on Phys.org
Simplify it, then ...
 
m = [(x + h)^2 - x^2]/[(x + h) - x]

m = [x^2 + 2hx + h^2 - x^2]/h

m = (2hx + h^2)/h

m = 2x + h

Done!
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top