I basically have the area of the circle (pie x r-square)... and divided by 2 to find the one side.
I will guess that the variable "x" in the above is meant to indicate multiplication, and that the product, "
πe", is meant to be just the first factor,
π. So you actually have:
. . . . .Acircle=πr2
When you say that you "divided by 2 to find the one side", I will guess that you mean that you divided the expression for the area A by 2, in order to find the value of the area of the lower semicircular portion.
If any of this is not correct, please reply with clarification.
By the way, is the "12" the value of the diameter, all the way across, or does that value indicate the length from the left-hand side of the circle to the "3" vertical line?
I'm stuck on the other more complicated side. Since the chord is to the inside, I can't use a portion of the circle equation... and it's offset so the radius curves and it's not a regular square.
I'm sorry, but I don't know what this means...? For instance, what do you mean when you say that the radius, defined to be a straight line, actually "curves"? What is the "it" that is not a "regular square"? What
is a "regular square"? What is the "a portion of the circle equation"?
I'm sure it's solved with triangles or something like that... not a sure what angles to use (30, 60, 90) and how to solve the area that is approximated by the radius.
There's about 10 different problems in his assignment (all the other problems I've figured-out), and this seems to be the only one I can't find any information on the internet which helps.
Draw the line from the center of the circle to the midpoint of the chord. Draw the radius lines from the center of the circle to the endpoints of the chord. Label the vertical line as "3", the radius lines as "r", and the half-chord lines (being the halves of the chord, after being split by the vertical) as "c/2" (for "chord-length c, divided in half").
You should have something that looks like this:
Code:
triangle:
c/2 c/2
*--------*--------*
\ | /
\ |3 /r
r \ | /
\|/
*
Take either half of this figure, and flip right-side up, so you have a right triangle like this:
Code:
right triangle:
*
/|
r / |3
/ |
/ |
*--------*
c/2
Where does this lead?
