Frank C. answered 01/03/18
Tutor
0
(0)
Professional and Passionate Math Tutor
A more direct answer could be given if the picture was provided, but I'll try to give you the steps, assuming that one side lies on the flat side of the semicircle & that the opposite point is on the arc:
- The area for any triangle is A = (1/2) × b × h
- Any side can be the base of the triangle, so if one side of the triangle is on the flat side of the semicircle, use that
- b = the length of the base, so if all points are using variables, then you use the distance equation
- b = abs(x2 - x1) if the two coordinate points don't change in y-value
- If we use a base on the flat side, and the third point lies on the arc of the semicircle, then the height will always be the dotted line we create the drops down perpendicular to the flat side
- Since the flat side lies on the x-axis the height automatically reduces to the y-value of that third point, which means:
- h = y3 = sqrt(64 - x32)
- Now that we have the mysterious b & h in terms of x, we can write the area in terms of x
- A(x) = (1/2) × abs(x2 - x1) × sqrt(64 - x32)
Remember this is only for a specific type of triangle that's bound by a semicircle, one that has two of its points on the flat side, and one point on the curved side. Hope this helps!
-Frank