Do you know how to find the equation of lines?

  • Thread starter Thread starter crouch88
  • Start date Start date
  • Tags Tags
    Lines
AI Thread Summary
The discussion revolves around finding the equations of lines using given points and slopes. The initial calculations resulted in two equations for y=0 due to a mistake in substituting the slope in the second equation. The error was identified as a typo where the slope was incorrectly noted as positive instead of negative. The participants suggested redefining variables to clarify the calculations and avoid confusion. Ultimately, the correct approach involves consistent use of variable definitions to derive accurate line equations.
crouch88
Messages
6
Reaction score
0

Homework Statement


http://img1.uploadscreenshot.com/images/orig/5/12317385174-orig.jpg"

The Attempt at a Solution



Points: (0, 0); ( [x/2], [x√3]/2 ); (x, 0)

For points (0, 0) and ( [x/2], [x√3]/2 )

Gradient = m = {[x√3]/2 - 0}/ {[x/2] - 0} = √3


m = (y-0)/(x-0)
√3 = y/x
y = x√3 <--- eqn. 1
For points ( [x/2], [x√3]/2 ) and (x, 0)

Gradient = m = {0 - (x√3)/2}/ {x-(x/2)} = -√3


m = [y - {(x√3)/2)] / [ x- (x/2) ]
-√3 = [y - {(x√3)/2)] / [ x- (x/2) ]
y = [(-x√3)/2] + [(x√3)/2]
y = 0 <--- eqn. 2​
For points (0, 0) and (x, 0)

Gradient = m = (0 - 0)/ (x-0) = 0


m = (y - 0) / (x-0)
0 = 0​

If you went through all of the above you'll notice that I got two y=0 equations...Where did I mess up?
 
Last edited by a moderator:
Physics news on Phys.org
crouch88 said:

Homework Statement


http://img1.uploadscreenshot.com/images/orig/5/12317385174-orig.jpg"

The Attempt at a Solution



Points: (0, 0); ( [x/2], [x√3]/2 ); (x, 0)

For points (0, 0) and ( [x/2], [x√3]/2 )

Gradient = m = {[x√3]/2 - 0}/ {[x/2] - 0} = √3


m = (y-0)/(x-0)
√3 = y/x
y = x√3 <--- eqn. 1


For points ( [x/2], [x√3]/2 ) and (x, 0)

Gradient = m = {0 - (x√3)/2}/ {x-(x/2)} = -√3


m = [y - {(x√3)/2)] / [ x- (x/2) ]
√3 = [y - {(x√3)/2)] / [ x- (x/2) ]
y = [(-x√3)/2] + [(x√3)/2]
y = 0 <--- eqn. 2


For points (0, 0) and (x, 0)

Gradient = m = (0 - 0)/ (x-0) = 0


m = (y - 0) / (x-0)
0 = 0​

If you went through all of the above you'll notice that I got two y=0 equations...Where did I mess up?
In the second pair of points. You found the slope to be -sqrt(3), but substituted +sqrt(3) when you found the equation.
 
Last edited by a moderator:
Plugged in the wrong slope in the second equation. It should be negative.
 
The Chaz said:
Plugged in the wrong slope in the second equation. It should be negative.

Mark, you genius!
 
Sorry guys! That was a typo! I basically just copied the whole response off my copy. I did take -√3 as gradient for the second pair of equations.
 
Oh, now I see. The problem is the redefinition of "x". As used in the coordinates, it is a constant. When used in "y=mx+b", it is a variable.

Let's use the points (0,0) (a,0) and... whatever that third one was, but with "a" instead of "x". You'll get the right answer.
 
Okay, now the first gradient becomes (-a√3) / (2x-a)... thanks Chaz! I hope this works.
 
Last edited:
The Chaz said:
Mark, you genius!
Well, we both spotted it at the same time.
 
Back
Top