Differential of triangles and anlges

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
3 replies · 2K views
muso07
Messages
53
Reaction score
0
Given cosine rule: L=[tex]\sqrt{(r_{1})^{2}+(r_{2})^{2}-2r_{1}r_{2}cosx}[/tex]

Consider a triangle with side lengths measured at [tex]r_{1}=3, r_{2}=4[/tex], and included angle x=[tex]\pi/2[/tex], each measured accurate to within 1%. Write down the differential dL in terms of [tex]dr_{1}, dr_{2}[/tex] and [tex]dx[/tex], and use this to estimate the maximum possible percentage error in L.

Any help? :S
 
Physics news on Phys.org


What kind of help do you want? You haven't done anything at all. You are asked to write the differential dL. What is the derivative of L with respect to each of the variables? You might find it easier to use [itex]L^2= r_1^2+ r_2^2- 2r_1r_2 cos(x)[/itex] and find the differential from that.
 


I got dL= 1/L (0.03(r1-r2cosx) + 0.04(r2-r1cosx) + 0.005pi(r1r2sinx)).. wasn't sure if that was right.
 
Last edited:


My bad..
I got [tex]|dL|\leq\ 1/L[0.03(r_{1}+r_{2}cosx)+0.04(r_{2}+r_{1}cosx)-0.005\pi(r_{1}r_{2}sinx)][/tex]

If that's right, any hints on what I do next?