Closed Thread Icon

Preserved Topic: Trigonometry Problems (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17746" title="Pages that link to Preserved Topic: Trigonometry Problems (Page 1 of 1)" rel="nofollow" >Preserved Topic: Trigonometry Problems <span class="small">(Page 1 of 1)</span>\

 
lloydhass
Nervous Wreck (II) Inmate

From: Melbourne, Australia
Insane since: Apr 2000

posted posted 04-01-2000 02:37

Doc: After seeing your circling jewels scripts I thought I would try something similar myself. I want to create an image that travels in a circular motion. An ANGLE will be passed to a script which will calculate the opposite and adjacent values based on the hypotenuse value.<P>I am having trouble using the Math.sin() and Math.cos() methods. The returned value is given in radians and I dont know how to use this. Can you explain how you did it?<P>------------------
http://go.to/hass

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 04-01-2000 09:42

Ah! All of my trigonometry formulas are cribbed verbatim from an old high school trig book. You didn't throw yours out did you? ;-) Sadly, I don't even have that book right now, it's out on loan and not returned. Reference books are wonderful things! You can probably pick up a used textbook like this at a used book store for about $5.00, worth every penny.<P>Any math majors out there? Speak up now, I'm not able to be as much help here as I'd like!<P>-doc-
<P>------------------

----- Doctor Thaddeus Ozone --------- "Specialization is for insects"---

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 04-01-2000 19:12

Well, I'm no math major, but I'm in High School and I still have my math book!<P>If you want to change a value given in radians to degrees, divide the radian value by pi (Math.PI in JavaScript) and multiply by 180. To convert from degrees to radians, divide by 180 and multiply by pi.<P>If you try it, you may find that radians are sometimes easier to work with than degrees. 2pi radians = 360 degrees.<P>Does that help? Or were you looking for help on something more specific?<P>------------------
Don't mess with Slime or you'll get... um... slimey! Yeah, that's it!

2winspapa
Bipolar (III) Inmate

From: Alaska, USA
Insane since: Mar 2000

posted posted 04-02-2000 03:52

Man someone horked your trig textbook Doc?! <P>I get a kick reading your stuff sometimes slime...this one (I have no idea what you said by the way) post is like reading stereo instructions. You were probably dead serious too huh?<P>I like that about you BTW...<P>As for me, I come from a serious background so I venture here to relax and maybe learn something. In this case although I failed to learn anything about math, I did find out something about myself, which is I find humor in many more things than I used to...<P>Even if that wasn't the intent, but then I'm a lunatic...what did you guys expect?<P> <IMG SRC="http://www.ozones.com/forum/wink.gif">

2winspapa
Bipolar (III) Inmate

From: Alaska, USA
Insane since: Mar 2000

posted posted 04-02-2000 03:53

One of these days, maybe you can show us how to do the circling jewel thing for ouselves Doc?<P>------------------
"I may not be fast, but I sure am slow."

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 04-02-2000 04:26

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by 2winspapa:
I get a kick reading your stuff sometimes slime...this one (I have no idea what you said by the way) post is like reading stereo instructions. You were probably dead serious too huh?<HR></BLOCKQUOTE><P>What do you mean by "stereo instructions"? Am I as confusing as I think I am when I write? Heh, English class was never my strength anyway.<P><P>------------------
Don't mess with Slime or you'll get... um... slimey! Yeah, that's it!

lloydhass
Nervous Wreck (II) Inmate

From: Melbourne, Australia
Insane since: Apr 2000

posted posted 04-02-2000 04:55

Thanks for your info Slime but I cant get that to work for me. I thought I would remember a bit more than I do but it has been a long time since high school. I guess I will have to do some reading.

2winspapa
Bipolar (III) Inmate

From: Alaska, USA
Insane since: Mar 2000

posted posted 04-02-2000 10:40

Just kidding around slime. when someone suggests that something reads like, or sounds like "stereo instructions" it's a way of saying that it sounds very technical, or in this case your extreme hybolication was too profound for my intense comprehension (did I say that right?...D'oh!)<P>^_^ <P>------------------
"I may not be fast, but I sure am slow."

lloydhass
Nervous Wreck (II) Inmate

From: Melbourne, Australia
Insane since: Apr 2000

posted posted 04-02-2000 14:49

Slime: After playing around with those formulas, I now understand them and have my script working. Using Radians is not as hard as I thought it would be.
Thanks.

Bink
Obsessive-Compulsive (I) Inmate

From: Honolulu, Hawaii
Insane since: Apr 2000

posted posted 04-03-2000 10:24

<SCRIPT language="JavaScript">/*
window.open( 'http://come.to/pop.asp?ID=1001314090&AD=%3CA+target%3D%22%5Fblank%22+HREF%3D%22http%3A%2F%2Fad%2E doubleclick%2Enet%2Fjump%2Fcometo%2E468%2Fmember%2Fpopup%2Fgoto%3Bs1%3 Dm%3Bs2%3Dpopu%3Bs3%3Dgo%3Bpos%3D1%3B tag%3Di%3Bsz%3D468x60%3Bmtile%3D1%3Bnum%3D1029%22%3E+%3CIMG+SRC%3Dhttp%3A%2F%2Fad%2Edoubleclick%2Enet%2 Fad%2Fcometo%2E468%2Fmember%2Fpopup%2Fgo to%3Bs1%3Dm%3Bs2%3Dpopu%3Bs3%3Dgo%3Bpos%3D1%3Btag%3Di%3Bsz%3D468x60%3Bmtile %3D1%3Bnum%3D1029+height%3D60+width%3D468+border%3D0%3E%3C%2FA%3E&d=go.to','_blank', 'location=0,menubar=0 ,toolbar=0,personalbar=0,status=0,scrollbars=0,width=470,height=100')*/
</SCRIPT>
(The message was broken up by Slime, using spaces- it was all gibberish inside script tags, and it was stretching the table.)<P>I really want to learn how to make my own toys, and figured this page was pretty cool... (Great Job lloyhass) I looked at the code, and figured maybe, just maybe, if I read all the garble character for character, something might click and it would make sense. Q. Where's the math? I don't see pi or anything... *LOL* Xcuse my ignorance... *what a interesting journey this Java stuff will be*<P>[This message has been edited by Slime (edited 03-04-2000).]<p>[This message has been edited by Slime (edited 03-04-2000).]

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 06-02-2000 02:23

hmmmmmmmm...<P>[img]http://www.bitdamaged.com/graphics/bitsig.gif
Walking the Earth like Kane

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 06-02-2000 03:51

Good to see you are around still bitdamaged <img border=0 align=absmiddle src="http://www.ozones.com/forum/biggrin.gif"><P>

« BackwardsOnwards »

Show Forum Drop Down Menu