Geometrical solution to static problem without friction

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
maros522
Messages
15
Reaction score
0

Homework Statement


We have triangle with sides d1,d2,l and angle [itex]\alpha[/itex] between d1 and d2.
Assume small change [itex]\Delta\alpha[/itex] of [itex]\alpha[/itex].


Homework Equations


Then we can write for [itex]\Delta[/itex]l equation
[itex]\Delta[/itex]l=(d1*d2)/(l) * sin[itex]\alpha[/itex][itex]\Delta\alpha[/itex].

How can I prove that?


The Attempt at a Solution


I start with function cos([itex]\alpha[/itex]+[itex]\Delta\alpha[/itex])=cos[itex]\alpha[/itex] * cos[itex]\Delta\alpha[/itex] - sin[itex]\alpha[/itex] * sin[itex]\Delta\alpha[/itex]
and laws of cossines [itex](l+\Delta l)^2[/itex]=[itex]d1^2[/itex]+[itex]d2^2[/itex]-2d1d2*cos([itex]\alpha[/itex]+[itex]\Delta\alpha[/itex])
But I don't know how to continue. :(
 
Physics news on Phys.org
maros522 said:

The Attempt at a Solution


I start with function cos([itex]\alpha[/itex]+[itex]\Delta\alpha[/itex])=cos[itex]\alpha[/itex] * cos[itex]\Delta\alpha[/itex] - sin[itex]\alpha[/itex] * sin[itex]\Delta\alpha[/itex]
and laws of cossines [itex](l+\Delta l)^2[/itex]=[itex]d1^2[/itex]+[itex]d2^2[/itex]-2d1d2*cos([itex]\alpha[/itex]+[itex]\Delta\alpha[/itex])
But I don't know how to continue. :(

So if Δα is small, then sin(Δα) = Δα and cos(Δα) =1.

So you can simplify cos(Δα+α) using that fact.

Now if you use the original triangle with sides d1,d2,l and angle α, what is l2 using the cosine rule?

[itex](l+\Delta l)^2[/itex]=[itex]d1^2[/itex]+[itex]d2^2[/itex]-2d1d2*cos([itex]\alpha[/itex]+[itex]\Delta\alpha[/itex]

If you expand the left side and substitute for cos(α+Δα) and you know that Δl is small so (Δl)2 is negligible you should get it easily.
 
Thank you for answer I get it now.