Solving for a Side in a Triangle: Law of Cosines

  • Thread starter Thread starter DecayProduct
  • Start date Start date
  • Tags Tags
    Law Triangle
AI Thread Summary
To solve for side b in a triangle using the Law of Cosines, the formula is b^2 = a^2 + c^2 - 2ac(cos B). The confusion arises because side b does not form the hypotenuse in the right triangles created by dropping a vertical line. A helpful approach is to draw an altitude to either side a or c, which can clarify the relationships between the sides and angles. Understanding the dot product and vectors may also provide additional insights into deriving the cosine rule. Visual aids, like diagrams, can significantly enhance comprehension of these geometric concepts.
DecayProduct
Messages
67
Reaction score
0
This is more of a general question, than it is a homework problem.

If I have a triangle, angles A, B, and C, and corresponding sides a, b, and c, and I want to solve for anyone side I understand we use the law of cosines. So far I have been able to derive two of the formulae by dropping a vertical line to divide side b into two parts, x, and b-x. Sides a and c form the hypotenuses of the two right triangles formed by dividing b.

Doing a little algebraic magic, I get:

a^2 = b^2 + c^2 - 2bc cos A and
c^2 = a^2 + b^2 - 2ab cos C

I am hung up on how to do this for side b and angle B. Side b does not form the hypotenuse of right triangle, and so I'm confused as to how to go about this. Anyone have a pointer?
 
Physics news on Phys.org
Adding a picture of the type of triangle you've drawn would help a great deal. On a side note do you know what a dot product is and how to add up vectors, because if you do there is a very easy way to derive the cosine rule.
 
OK, I whipped up a picture in paint. Sorry for its crudeness. As far as dot products and vectors, well, I haven't gotten there yet. I know of them is the most cursory way. I know what a vector is, but I don't know the math.
 

Attachments

can't you just draw an altitude to either side a or c?
 
DecayProduct said:
This is more of a general question, than it is a homework problem.

If I have a triangle, angles A, B, and C, and corresponding sides a, b, and c, and I want to solve for anyone side I understand we use the law of cosines. So far I have been able to derive two of the formulae by dropping a vertical line to divide side b into two parts, x, and b-x. Sides a and c form the hypotenuses of the two right triangles formed by dividing b.

Doing a little algebraic magic, I get:

a^2 = b^2 + c^2 - 2bc cos A and
c^2 = a^2 + b^2 - 2ab cos C

I am hung up on how to do this for side b and angle B. Side b does not form the hypotenuse of right triangle, and so I'm confused as to how to go about this. Anyone have a pointer?

b^2 = a^2 + c^2 - 2ac(cos B)
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top