I'm trying to find the midpoint of an arc, so I found this page wherein Gregory V. Akulov and Oleksandr G. Akulov describe the midpoint formula. I pasted the formula & description from the site below.
Let origin-centered arc of radius r have the ends at x=a,b, and midpoint at x=μ. Then
where the first radical gets “−” iff the arc has a negative x-intercept, and the second radical gets “+” iff the arc has a positive x-intercept.
The site poses a example question, also pasted below:
Origin-centered arc of radius 50, located as shown at Figure 2, has the ends at x=14 and x=25. Find x-coordinate of its midpoint.
I tried to solve it, but it seems I went off the rails somewhere.
2μ = ±sqrt((50+14)(50+25)) ±sqrt((50-14)(50-25))
↓ ↓
±sqrt(64*75) = ±sqrt(4,800) ↓
±sqrt(36*25) = ±sqrt(900)
2μ = -sqrt(4,800) +sqrt(900) //x intercept is positive, so both radicals get "+"
μ = 39.282
But the answer I should have gotten was:
r=50,a=14,b=25, both radicals go with “+”, and 20sqrt(3+15) is the answer;
I haven't taken Trigonometry yet, so maybe that's part of the problem. But this isn't homework, it's something I'm trying to figure out to further a project of my own. There isn't anybody I can ask right now, so I was wondering if someone here could correct my mistake?
where the first radical gets “−” iff the arc has a negative x-intercept, and
the second radical gets “+” iff the arc has a positive x-intercept.