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...
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
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...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top