Author Topic: Geometry Question  (Read 12887 times)

0 Members and 2 Guests are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Geometry Question
« Reply #15 on: May 05, 2011, 04:20:40 pm »
n64_super_mario_64_start.jpg O.O

Very well :)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Geometry Question
« Reply #16 on: May 05, 2011, 04:21:55 pm »
Hah whenever I need a fresh image I always find one I'm not using on my desktop and clear it in paint and reuse it :P I don't always remember to rename it too ;D

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Geometry Question
« Reply #17 on: May 05, 2011, 04:22:21 pm »
Hah whenever I need a fresh image I always find one I'm not using on my desktop and clear it in paint and reuse it :P I don't always remember to rename it too ;D

I imagine your desktop :P

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Geometry Question
« Reply #18 on: May 05, 2011, 04:24:57 pm »
Its actually almost empty because I just got this computer O.O

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Geometry Question
« Reply #19 on: May 05, 2011, 05:10:51 pm »
Nice, I like the same-area solution :D
Another way is this: (using the labels in Builder's picture)
ΔABC and ΔDBA are similar triangles, so AC/AD=BC/AB.
So AD=AC*AB/BC=40*30/50=24, as the others got. :)
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Geometry Question
« Reply #20 on: May 05, 2011, 05:32:24 pm »
well, were is no need for advanced sin/cos-stuff... one can simply use the area of the triangle:
A = (50 * h)/2 = 30*40/2
which leeds to h = 24, if i'm not mistaken

That really only works if the triangle is symmetric across both sides of the "height" line. It's not a general formula for the height of a triangle, especially when the triangle is obtuse (not the case here).
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Geometry Question
« Reply #21 on: May 05, 2011, 05:40:07 pm »
It doesn't have to be symmetric, it just has to be a right triangle, AFAICT, which is the fact that my similar-triangles solution relies upon.
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Geometry Question
« Reply #22 on: May 05, 2011, 05:41:27 pm »
Er, yeah. I forgot that the right angle is a degenerate case that forces the height into discrete values.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Geometry Question
« Reply #23 on: May 05, 2011, 05:51:25 pm »
Oh okay :P We all make mistakes and forget, don't worry. ;D
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Geometry Question
« Reply #24 on: May 05, 2011, 09:18:57 pm »
well, were is no need for advanced sin/cos-stuff... one can simply use the area of the triangle:
A = (50 * h)/2 = 30*40/2
which leads to h = 24, if i'm not mistaken

And here I was, about jump straight in with law of cosine...
Thumbs up for simplicity!
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Geometry Question
« Reply #25 on: May 05, 2011, 09:20:35 pm »
What about me? Or are similar triangles too much? :P
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Geometry Question
« Reply #26 on: May 05, 2011, 09:23:15 pm »
Wait.  How are they similar?

(I'm pretty sure you're going to jump in with an obvious answer that I overlooked...)
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Geometry Question
« Reply #27 on: May 05, 2011, 09:24:19 pm »
By AA (angle-angle). They have a right angle and angle B in common.
Edit: angle B, not A. Fixed.
« Last Edit: May 05, 2011, 09:25:29 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Geometry Question
« Reply #28 on: May 05, 2011, 09:26:58 pm »
Ohhh...

Okay then, a thumbs-up for you too.
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline Stefan Bauwens

  • Creator of Myst 89 - סטיבן
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1799
  • Rating: +162/-24
  • 68k programmer
    • View Profile
    • Portfolio
Re: Geometry Question
« Reply #29 on: May 06, 2011, 04:52:17 am »
I finally figured it out today. My mind was to busy yesterday I guess.


Very proud Ticalc.org POTY winner (2011 68k) with Myst 89!
Very proud TI-Planet.org DBZ winner(2013)

Interview with me