If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
New! You can now log in to the forums with your chaos.com account as well as your forum account.
Please help me with this problem, I would like to be able to solve for each of the segments given x and the number of sides of a regular polygon. Any ideas?
not trying to through a wrench into the works, I admit my math skills are rough, but doesn't that mean a+b+c+d+e = pi/2 or, in other words, the length adjacent(perpendicular) to x would always have to be less than or equal to pi/2?
I seems I am missing something, all of the expressions come out equal for me . I think it is on the right track though. I have an idea of another way to approach it. Have to see if I can make it work
The equations you mentioned give incorrect results:
a = 2*x * sin(180/n) * cos(180/n) = 2 * 376 * sin(180/5) * cos(180/5) = 358 (incorrect - that's almost as much as x !)
b = 2*x * sin(180/n) * cos(3*(180/n)) = 2 * 376 * sin(180/5) * cos(3*(180/5)) = -137 (obviously incorrect )
etc.
pog:
a + b + c + d + e = x, not pi/2
also: a, b, c, d, e, x are lengths (in pixels, meters etc.) while pi/2 is an angle (in radians) - so the units differ and you can neither add them together nor compare them
Comment