crouch88
- 6
- 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)m = (y-0)/(x-0)
√3 = y/x
y = x√3 <--- eqn. 1
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)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
Gradient = m = (0 - 0)/ (x-0) = 0
m = (y - 0) / (x-0)
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: