Triangle Approximation Derivation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
GroupTheory1
Messages
6
Reaction score
0

Homework Statement



Here is a drawing with all the needed variables:

http://i.imgur.com/192GI.jpg

Homework Equations


The Attempt at a Solution



I have been trying to figure out how this approximation is derived for some time now and have no progress to show for it. Any help in figuring out the steps would be greatly appreciated.
 
Physics news on Phys.org
The law of cosines says that

b^2 - a^2 = c^2 - 2ac * cos(B),

so,

b - a = -2ac * cos(B) / (b+a) + c^2 / (b+a).

If one says that a ~ b because c << a, then the above becomes

b - a ~ -c * cos(B) + c^2 / (2a),

which is close but does not match and is way off for B approaching zero degrees.
 
GroupTheory1 said:
The law of cosines says that

b^2 - a^2 = c^2 - 2ac * cos(B),

so,

b - a = -2ac * cos(B) / (b+a) + c^2 / (b+a).

If one says that a ~ b because c << a, then the above becomes

b - a ~ -c * cos(B) + c^2 / (2a),

which is close but does not match and is way off for B approaching zero degrees.

As I read the figure and understand your notation, B = [tex]\pi[/tex] - ([tex]\theta[/tex] + [tex]\gamma[/tex]), thus what you got equals what's on the figure.
 
Sourabh N said:
As I read the figure and understand your notation, B = [tex]\pi[/tex] - ([tex]\theta[/tex] + [tex]\gamma[/tex]), thus what you got equals what's on the figure.

Almost but not quite. I cannot figure out where the sin^2(B) factor comes from.
 
Are you familiar with Taylor series? I could get the form they have given using a Taylor series approximation.