MHB Tricky equation a^2 = k(k-u)(k-v)(k-w) where 2k = u+v+w

  • Thread starter Thread starter Wilmer
  • Start date Start date
AI Thread Summary
The discussion focuses on solving the equation a^2 = k(k-u)(k-v)(k-w) with the condition 2k = u + v + w, specifically finding w given a, u, and v. The derived formula for w is w = SQRT[u^2 + v^2 + 2SQRT((uv)^2 - 4a^2], relating to Heron's formula for the area of a triangle. An example is provided where u = 4, v = 13, and w = 15 yields an area a = 24, confirming the solution. However, when u = 4 and v = 15, the expected w = 13 does not hold, prompting a review of the arithmetic. The quadratic equation derived shows two possible solutions for w, clarifying the discrepancy in the initial assumptions.
Wilmer
Messages
303
Reaction score
0
a^2 = k(k-u)(k-v)(k-w) where 2k = u+v+w

Given a, u and v, w = ?
 
Mathematics news on Phys.org
Wilmer said:
a^2 = k(k-u)(k-v)(k-w) where 2k = u+v+w

Given a, u and v, w = ?

$$k = \dfrac{u+v+w}{2}$$, $$k-u = \dfrac{-u+v+w}{2}$$, $$k-v = \dfrac{u-v+w}{2}$$, $$k-w = \dfrac{u+v-w}{2}$$.

Substituting in we get

$$a^2=\dfrac{1}{16}(u+v+w)(u+v-w)(w+(u-v))(w-(u-v))$$

Simplifying yields

$$16a^2=((u+v)^2-w^2)(w^2-(u-v)^2)$$

$$-16a^2=(w^2-(u+v)^2)(w^2-(u-v)^2)$$

$$w^4-2(u^2+v^2)w^2+(u^2-v^2)^2+16a^2=0$$

This is a quadratic equation in $$w^2$$. Substitute in the values for $$a,u,v$$ and use the quadratic formula.
 
I was able to get to:
w = SQRT[u^2 + v^2 + 2SQRT((uv)^2 - 4a^2)]

As you probably surmised, this is Heron's triangle area in disguise!

Example: triangle sides u,v,w: u=4, v=13, w=15 : a = area = 24
My solution will give correctly w = 15 using u=4:v=13 or u=13:v=4
But not if u=4, v=15: does not yield 13

Can you tell me why...thanks in advance...
 
Wilmer said:
I was able to get to:
w = SQRT[u^2 + v^2 + 2SQRT((uv)^2 - 4a^2)]

As you probably surmised, this is Heron's triangle area in disguise!

Example: triangle sides u,v,w: u=4, v=13, w=15 : a = area = 24
My solution will give correctly w = 15 using u=4:v=13 or u=13:v=4
But not if u=4, v=15: does not yield 13

Can you tell me why...thanks in advance...

Double check your arithmetic.
With $$u=4$$, $$v=15$$ and $$a=24$$, you should get the equation

$$w^4-482w^2+52897=0$$ which factors into

$$(w-13)(w+13)(w^2-313)=0$$

This appears to yield two possible answers $$w=13$$ and $$w=\sqrt{313}$$.
 
Gotcha! Thanks again...
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top