I want to know how to calculate the minimum value of the following function and similar functions:
I know I can just plot the graph in a calculator or computer, but is there any way to calculate it manually? Can somebody help me with this/suggest some resource?
Thanks in advance.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Think this as the sum of distance from the point (x,0) to (4,3) and (-4,-3). To minimize, (x,0) has to be on the line passing through (4,3) and (-4,-3).
Using 2 Right angle △, Like a2+b2+c2+d2≥(a+b)2+(c+d)2
Where a,b denote base and height of one △ and c,d denote base and height of other △
and these 2−△ are in opposite directions. and equality hold when ba=dc
So (x+4)2+32+(4−x)2+32≥(x+4+4−x)2+(3+3)2=10
and equality hold when 3x+4=34−x⇒x=0
Log in to reply
Thanks. Could you suggest where I can find some resources on the idea you used here?
Log in to reply
As far as I can tell, he used Minkowski's inequality of square root sums. But I think George G.'s method is better.
Generally, differentiate and set equal to zero. For this one I got a minimum at x=0 and y=10. So I conjecture that any equation in this form (just swap out both the eights or both the 25's for other numbers) will have a minimum at x=0.
We can write,
y=(x+4)2+(0+3)2+(x−4)2+(0−3)2
Let A=(x,0);B=(−4,−3);C=(4,3)
So, y=AB+AC
Using Triangular Inequality, AB+BC≥BC=(4+4)2+(3+3)2=10
So the minimum value of y is 10
just squaring on both times twice we can get a quadratic equation ..this is an alternate way to solve this problem and but it is a tedious one.
differentiate the function and equate it to zero. The value of 'x' is the local minima.