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...
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top