Find Side Lengths of an Isosceles Triangle

  • Thread starter Thread starter pcandrepair
  • Start date Start date
  • Tags Tags
    Triangle
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 · 10K views
pcandrepair
Messages
65
Reaction score
0

Homework Statement


All three sides of an isoceles triangle are given along with its perimeter. Find the length of each side.
A=97.433 B=41.283 C=41.283
Perimeter=24.78in

Homework Equations


p = a+b+c
a2=b2+c2 - 2*b*c*cos(A)


The Attempt at a Solution


Would you somehow find the ratios of the side lengths? And then use the ratios and the perimeter to find the sides? I don't even know if this is possible. We definitely never did these kinds of triangles in geometry class. Thanks for any help :)
 
on Phys.org
Law of sines: c/sin(A) = c/sin(B) = c/sin(C)

Do I have to solve this as a system of equations to solve for the sides? But where does the given perimeter come into play?
 
You have many equations:
a+ b+ c= 24.78
b= c
[tex]c^2= a^2+ b^2- 2abcos(41.283)[/tex]
[tex]b^2= a^2+ c^2- 2accos(41.283)[/tex]
[tex]a^2= b^2+ c^2- 2bccos(97.433)[/tex]
[tex]\frac{a}{sin(97.433)}= \frac{b}{sin(41.283)}[/tex]
[tex]\frac{a}{sin(97.433)}= \frac{c}{sin(41.283)}[/tex]
[tex]\frac{b}{sin(41.283)}= \frac{c}{sin(41.283)}[/tex]
Of course, these are not all independent.