Author
Message
akatookey
Hodge Conjecture
Offline Joined: 26 May 2003 Posts: 52 Location: Arkansas...Its better than it sounds
Not_yet_rated
Poor (Spam)
Poor (Spam)
Below average
Below average
Average
Average
Good
Good
Very good
Very good
Excellent
To rate posts you must be logged in
Anyone?
Does anyone have any ideas on how to prove Hero's formula or Area=(1/2)ab*sin(c)? This is a very interesting question and I've started toying around with it...I'll work on it more over teh weekend but anyone have any ideas??? Sigh...I was never very good with trig proofs
_________________ -Akatookey ... the one the only...its me...
"Never mind Tom!!!...Its just a fat kid!!!"
-Family Guy
Posted: Thu May 29, 2003 7:23 pm
TripleM
Navier-Stokes Equations
Offline Joined: 26 May 2003 Posts: 1577 Location: New Zealand
Not_yet_rated
Poor (Spam)
Poor (Spam)
Below average
Below average
Average
Average
Good
Good
Very good
Very good
Excellent
To rate posts you must be logged in
I vaguely remember seeing the proof of Hero's formula before but I'm not entirely sure how. On the other hand, the proof of A=1/2 ab sin C is relatively easy: just draw in one altitude of the triangle and use A=1/2 bh.
I'll have another think about Hero's formula.
_________________ Stephen
Posted: Thu May 29, 2003 7:57 pm
Eve
Hodge Conjecture
Offline Joined: 16 May 2003 Posts: 66 Location: NJ
Not_yet_rated
Poor (Spam)
Poor (Spam)
Below average
Below average
Average
Average
Good
Good
Very good
Very good
Excellent
To rate posts you must be logged in
Re: Anyone?
akatookey wrote:
Does anyone have any ideas on how to prove Hero's formula or Area=(1/2)ab*sin(c)?
The latter is pretty simple. Like TripleM said, you want to drop an altitude h to a side BC. We know that sin(C) = h/b => h = bsin(C). We also know that Area = ah/2. Stick in bsin(C) for h and that gives you exactly what you want.
Hero(n)'s formula is quite a bit messier to derive. You want to start from absin(C)/2. Then replace sin(C) by sqrt(1 - cos(C)^2). Next use the law of cosines to write cos(C) in terms of the three sides of the triangle. Once you have that, there's a bunch of slightly annoying factoring and maybe a tiny bit of cleverness . Eventually you get Heron's formula. If that wasn't clear enough, let me know and I'll go through the whole thing when I have some time.
Posted: Thu May 29, 2003 8:22 pm
rrusczyk
Admin
Offline Joined: 28 Mar 2003 Posts: 6921 Location: Alpine, CA
Not_yet_rated
Poor (Spam)
Poor (Spam)
Below average
Below average
Average
Average
Good
Good
Very good
Very good
Excellent
To rate posts you must be logged in
Extra challenge: can you get to Hero(n) without all that nasty trig?
Posted: Thu May 29, 2003 9:22 pm
i/3
Hodge Conjecture
Offline Joined: 26 May 2003 Posts: 95 Location: France
Not_yet_rated
Poor (Spam)
Poor (Spam)
Below average
Below average
Average
Average
Good
Good
Very good
Very good
Excellent
To rate posts you must be logged in
From what i know (and check the outstanding planetmath web site at http://planetmath.org/?op=getobj&from=objects&name=HeronsFormula ) this is not the Heron formula.
Posted: Fri May 30, 2003 1:12 am
ComplexZeta
Birch & Swinnerton Dyer
Offline Joined: 27 May 2003 Posts: 2862 Location: Sunnyvale, CA, USA
Not_yet_rated
Poor (Spam)
Poor (Spam)
Below average
Below average
Average
Average
Good
Good
Very good
Very good
Excellent
To rate posts you must be logged in
Heron's original proof relied on constructing the incenter and then showing that the area of a triangle is the semiperimeter times the inradius. The proof is quite involved and difficult to come up with. It is also extremely clever. It can be found in William Dunham's Journey Through Genius.
_________________
Simon Rubinstein-Salzedo
Posted: Fri May 30, 2003 6:03 am
Xbizkitl
New Member
Offline Joined: 26 May 2003 Posts: 7 Location: Oviedo, Florida
Not_yet_rated
Poor (Spam)
Poor (Spam)
Below average
Below average
Average
Average
Good
Good
Very good
Very good
Excellent
To rate posts you must be logged in
Hero's formula can be found my manipulating the area sine formula, if I remember correctly.
Let me try it and get back to you in the morning.
_________________ In Hoc Signio Vinces.
By this sign, shall you prosper.
Posted: Fri May 30, 2003 6:13 pm
andy17null
Hodge Conjecture
Offline Joined: 27 May 2003 Posts: 83 Location: Troy, NY
Not_yet_rated
Poor (Spam)
Poor (Spam)
Below average
Below average
Average
Average
Good
Good
Very good
Very good
Excellent
To rate posts you must be logged in
x biz kil l, your sig is inaccurate. In Hoc Signo Vinces means "by this sign you shall conquer , not prosper. I love nitpicking
-Isaac
_________________ "I am your friend."
-Professor Umbridge, OOtP
"It unscrews the other way, Peeves."
-Professor McGonagall, OOtP
"Dementoids?"
-Vernon Dursley OOtP
AIM screenname andy17null
Posted: Sat May 31, 2003 5:36 am
Kamior
Poincare Conjecture
Offline Joined: 05 Jun 2003 Posts: 115
Not_yet_rated
Poor (Spam)
Poor (Spam)
Below average
Below average
Average
Average
Good
Good
Very good
Very good
Excellent
To rate posts you must be logged in
Without trig...
I did this one in 6th grade, before I knew about trig or Hero(n)'s formula (I didn't convert it to s(s-a)..., I did that later).
Start with triangle ABC. Label the sides a, b, and c. Call the altitude dropped to c d, and call the line segment from the point of intersection of d and c to corner B x. Then we have two right triangles, with equations:
x^2 + d^2 = a^2
d^2 + (c-x)^2 = b^2
Subtracting the second from the first, we get -2cx + c^2 = b^2 - a^2. Solving for x, we get x = (c^2+a^2-b^2)/(2c). Plugging that into the first equation, we get ((c^2+a^2-b^2)/(2c))^2 + d^2 = a^2. Moving everything to the right and expanding, we get
d^2 = a^2 - (c^4 + b^4 + a^4 +2 (ac)^2 - 2(ab)^2 - 2(bc)^2)/(4c^2)
d^2 = (-c^4 - b^4 - a^4 + 2(ac)^2 + 2(ab)^2 + 2(bc)^2)/(4c^2)
Instead of playing around with this, go to area = cd/2. Then area^2 = ((cd)^2)/4, and we can plug in d:
Area^2 = (-c^4 - b^4 - a^4 + 2(ac)^2 + 2(ab)^2 + 2(bc)^2)/(16)
Area = sqrt(-c^4 - b^4 - a^4 + 2(ac)^2 + 2(ab)^2 + 2(bc)^2)/(16)
This was as far as I got in 6th grade. It can be factored into
sqrt(((a+b+c)/2)((a+b-c)/2)((a-b+c)/2)((-a+b+c)/2))
Then defining the semiperimeter gives Hero(n)'s formula.
I've also read about the incircle method, but I prefer to use my own proof.
Posted: Thu Jun 05, 2003 5:37 pm
Display posts from previous: All Posts 1 Day 7 Days 2 Weeks 1 Month 3 Months 6 Months 1 Year Sort by: Post Time Post Subject Author Ascending Descending