Ask your own question, for FREE!
Mathematics 15 Online
OpenStudy (anonymous):

Well, I have to make a cannon turn over a center :) but i don'T know how can i do it and i need an algorithm for it,, or mybe a functuin

OpenStudy (anonymous):

wnat to turn this using that x's sinus ^^

OpenStudy (amistre64):

cant really tell what your after; applied force? or just motion of rotation about the origin?

OpenStudy (amistre64):

Domain of x: [-length of cannon, length of cannon]

OpenStudy (anonymous):

well i want to make this cannon rotate over a origin ^^

OpenStudy (amistre64):

x = |cannon| cos(t) y = |cannon| sin(t)

OpenStudy (anonymous):

just thouht that I can use trigonometry to make it rotate

OpenStudy (anonymous):

hmmm then what we do to rotate?

OpenStudy (amistre64):

you can use parametric equations to make it rotate

OpenStudy (anonymous):

hmm

OpenStudy (anonymous):

i think that if we ++ sint that can rotate

OpenStudy (anonymous):

becuase hypotenuse is const and the if we raise the averse edge we can make hypotenuse move ^^

OpenStudy (anonymous):

and to raise the averse edge we should raise the sint ye?

OpenStudy (amistre64):

var g = setInterval('rotateMe',speed) function rotateMe() { x = |length| Math.cos(t) y = |length| Math.sin(t) plot = 'position:absolute; top:y; left:x' document.getElementById('img').position = plot t = t+angle of rotation {

OpenStudy (anonymous):

hmmm give me a min to analyse this

OpenStudy (anonymous):

WOW really good!

OpenStudy (anonymous):

so make 2 dats and draw the cannon between these 2 dats?

OpenStudy (amistre64):

yep

OpenStudy (anonymous):

one of them is origgn .. and the other one is the end of hypotenuse

OpenStudy (anonymous):

really nice! I just started to program this in C# and XNA :D

OpenStudy (amistre64):

i do most of my stuff in javascript and html these days; aint got the money to get nothing better lol

OpenStudy (anonymous):

lol

OpenStudy (amistre64):

its been awhile since i played in vb; prolly would have to take a refresher course

OpenStudy (anonymous):

VB u mean Visual baisc .NET?

OpenStudy (anonymous):

well why you need a refresher course?

OpenStudy (amistre64):

gonna be taking a few programming courses for my math degree, nothing to fancy lol

OpenStudy (anonymous):

AHh k ^^ can you explain me what is nmemonic devices?

OpenStudy (amistre64):

it means memory trick. Something that is supposed to help you remember how to perform something.

OpenStudy (anonymous):

hmmm kk

OpenStudy (amistre64):

pedmas is a mnemonic device for remembering the order of operations

OpenStudy (anonymous):

hmm ty

OpenStudy (anonymous):

so how can we use these?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!