Let a, b, and c be positive real numbers. Prove that sqrt(a^2 - ab + b^2) + sqrt(a^2 - ac + c^2) is greater or equal to sqrt(b^2 + bc + c^2). Under what conditions does equality occur? That is, for what values of a, b, and c are the two sides equal?

This looks like a geometry / inequality problem but since it is in the trig section of my class I know this must be something related with trig. However, I can't seem to even start finding out how to begin. Help please? Should I treat it as a algebraic equation or use geometry?
Thanks!

Actually I solved it, but thanks :P

To prove the given inequality, we will approach it algebraically.

We start by squaring both sides of the inequality:

(squared the first side) ⇒ [√(a^2 - ab + b^2)]^2 = a^2 - ab + b^2
(squared the second side) ⇒ [√(a^2 - ac + c^2)]^2 = a^2 - ac + c^2
(squared both sides) ⇒ [√(b^2 + bc + c^2)]^2 = b^2 + bc + c^2

Now, we can rewrite the inequality to be proved:

a^2 - ab + b^2 + a^2 - ac + c^2 ≥ b^2 + bc + c^2

This can be simplified:

2a^2 + ab + ac - 2b^2 - bc ≥ 0

Factoring out a common a from the first two terms and a common b from the last two terms, we have:

a(a + b) + c(a - b) - b(a - b) ≥ 0

Now, we can simplify further:

a^2 + ab + ac - ab - b^2 + ac - ab + b^2 ≥ 0

Simplifying again:

a^2 - ab + ac + ac - ab ≥ 0

Combining like terms:

2ac - 2ab ≥ 0

Factoring out 2a, we have:

2a(c - b) ≥ 0

Since a, b, and c are positive real numbers, we know that 2a > 0. Therefore, the inequality reduces to:

c - b ≥ 0

This is true because c is a positive real number, and b is also a positive real number. Therefore, c - b ≥ 0.

Hence, we have proved that √(a^2 - ab + b^2) + √(a^2 - ac + c^2) ≥ √(b^2 + bc + c^2).

Now, let's determine the conditions for equality to occur:

Equality occurs when each step of the inequality is reversible. In this case, from the step where we factored out 2a, we can reverse the inequality to obtain:

2a(c - b) = 0

Since a is positive, we can conclude that (c - b) = 0.

Therefore, equality occurs when c = b, or when the values of a, b, and c are such that c = b.

In conclusion, we have proved the given inequality and determined the conditions for equality.

To solve this inequality, we can utilize a geometric interpretation.

Consider three points A, B, and C in the coordinate plane, each with coordinates (a,0), (b,0), and (c,0) respectively.

To understand why this is helpful, let's draw two triangles:

1) Triangle ABC: The vertices of this triangle are A, B, and C. The side lengths of this triangle are AB, AC, and BC, which can be computed using the distance formula. Notice that the given expression sqrt(a^2 - ab + b^2) + sqrt(a^2 - ac + c^2) is equivalent to the sum of the lengths of two sides of this triangle.

2) Triangle ACP: This triangle has the same base AC as triangle ABC but with the vertex at the point (0, 0). Notice that the expression sqrt(b^2 + bc + c^2) represents the length of the side joining points B and C in triangle ACP.

Now, let's compare these two triangles.

Note that AB and AC are sides in triangle ABC, while BC is the base. By the triangle inequality, the sum of any two sides of a triangle must be greater than or equal to the third side. Applying this inequality to triangle ABC, we have:

AB + AC >= BC

Or, equivalently:

sqrt(a^2 - ab + b^2) + sqrt(a^2 - ac + c^2) >= sqrt(b^2 + bc + c^2)

Therefore, we have proved that sqrt(a^2 - ab + b^2) + sqrt(a^2 - ac + c^2) is greater than or equal to sqrt(b^2 + bc + c^2).

Now, let's consider the conditions for equality to occur.

Equality occurs only when the points A, B, and C are collinear, forming a straight line. In this case, the triangle ABC degenerates to a line segment.

For equality to hold, the lengths of both sides of the inequality must be equal. This happens if and only if AB + AC = BC.

Using the distance formula, we can set up equations for the side lengths:

AB + AC = BC
sqrt(a^2 - ab + b^2) + sqrt(a^2 - ac + c^2) = sqrt(b^2 + bc + c^2)

Squaring both sides of the second equation and simplifying, we get:

2 * sqrt((a^2 - ab + b^2)(a^2 - ac + c^2)) = b^2 + 2bc + c^2

Now, we can square both sides of the first equation and substitute BC^2 for (a^2 - ab + b^2):

(a^2 - ab + b^2) + (a^2 - ac + c^2) = (b^2 + bc + c^2)^2

Simplifying further, we have:

2(a^2) - ab - ac + 2(b^2) - ab + c^2 = b^4 + 2b^3c + 2b^2c^2 + bc^3 + c^4

Combining like terms, we can rewrite this equation as:

2(a^2) - 2ab - 2ac + 2b^2 = b^4 + 2b^3c + 2b^2c^2 + bc^3 + c^4 - c^2

From here, we can solve for the conditions when equality holds and find specific values for a, b, and c that satisfy the equation. However, this requires further algebraic manipulation.

In summary, the inequality can be proved using a geometric interpretation and the triangle inequality. Equality occurs only when the points A, B, and C are collinear, forming a straight line. To find specific values for a, b, and c that satisfy the equation, further algebraic manipulation is needed.