Ask your own question, for FREE!
Mathematics 12 Online
Parth (parthkohli):

Can anyone help me with this one?

Parth (parthkohli):

https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-ash4/389738_558445504198872_734761968_n.jpg Since I am too lazy to write everything down :-)

Parth (parthkohli):

@amistre64 @.Sam. ?

OpenStudy (kinggeorge):

Don't we also need the requirement that \(x,y,z\ge1\)?

Parth (parthkohli):

Yes.

Parth (parthkohli):

Oh, and it's not a homework or a test... just found it and wondered how to solve it. If you know the solution, then please solve it and show complete steps.

OpenStudy (anonymous):

Are they integers?

Parth (parthkohli):

They are anything satisfying \(\frac{1}{x} + \frac{1}{y} + \frac{1}{z} = 2\)

OpenStudy (anonymous):

Well, @ParthKohli, it seems like you know more about how to solve this than anyone else here...-_-

Parth (parthkohli):

@wmckinely I just know the problem: nothing else ._.

OpenStudy (anonymous):

What if you treat it as a minimization/maximization problem.

Parth (parthkohli):

that's a very good way to look at it.

OpenStudy (anonymous):

http://en.wikipedia.org/wiki/Lagrange_multiplier

Parth (parthkohli):

But the biggest problem is how we proceed.

Parth (parthkohli):

Never mind, lol. I don't understand that mathematics. :-D

OpenStudy (kinggeorge):

Well, that might be a problem to understanding....

OpenStudy (anonymous):

I'd have to actually do the math. But it looks like a simple application of the processed I linked you to. You have an equality constraint and function both over three variables.

OpenStudy (anonymous):

Show that the minimum of the right hand of the inequality is greater than the maximum of left hand.

OpenStudy (anonymous):

*greater or equal

Parth (parthkohli):

That is not what I am able to understand... how?

OpenStudy (kinggeorge):

Using some wolfram, this method does not seem to be a simple application of lagrange multipliers.

OpenStudy (anonymous):

Ah ok

OpenStudy (anonymous):

Did you use both constraints when plugging it into wolfram?

OpenStudy (kinggeorge):

I may have done it a bit wrong though. Let me double check.

OpenStudy (anonymous):

Use the Minimize and Maximize routines.

OpenStudy (asnaseer):

I /think/ you can do this if you use:\[\sqrt{a+b}\ge\sqrt{a}+\sqrt{b}\]which I believe can be proved.

OpenStudy (anonymous):

Lagrange, worked: Minimize[{Sqrt[x^2 + y^2 + z^2], 1/x + 1/y + 1/z == 2, x > 0, y > 0, z > 0}, {x, y, z}] = Maximize[{Sqrt[x - 1] + Sqrt[y - 1] + Sqrt[z - 1], 1/x + 1/y + 1/z == 2, x > 0, y > 0, z > 0 }, {x, y, z}]

OpenStudy (anonymous):

I'll give you the link on wolfram alpha in a moment.

OpenStudy (asnaseer):

if you multiply both sides of your equation by xyz you get:\[yz+xz+xy=2xyz\]

OpenStudy (asnaseer):

then note that:\[(x+y+z)^2=x^2+y^2+z^2+2(xy+xz+yz)=x^2+y^2+z^2+4xyz\] from above

OpenStudy (anonymous):

Anyways, the solution using multivariable calculus is perfectly valid and works.

OpenStudy (kinggeorge):

The \(\sqrt{a+b}\ge\sqrt{a}+\sqrt{b}\) was the fact I was looking for. I kept thinking the inequality was pointing the other direction :/

OpenStudy (asnaseer):

rearranging slightly we get:\[(x+y+z)^2=(x-1)^2+2x-1+(y-1)^2+2y-1+(z-1)^2+2z-1+4xyz\]\[=(x-1)^2+(y-1)^2+(z-1)^2+2x+2y+2z+4xyz-3\]

OpenStudy (asnaseer):

then take square roots of both sides to get:\[x+y+z=\sqrt{(x-1)^2+(y-1)^2+(z-1)^2+\text{other terms from above}}\]\[\ge\sqrt{(x-1)^2}+\sqrt{(y-1)^2}+\sqrt{z-1)^2}\]\[\ge(x-1)+(y-1)+(z-1)\]

OpenStudy (asnaseer):

then square root again to get:\[\sqrt{x+y+z}\ge\sqrt{(x-1)+(y-1)+(z-1)}\]\[\ge\sqrt{x-1}+\sqrt{y-1}+\sqrt{z-1}\]

OpenStudy (asnaseer):

I /think/ this works

OpenStudy (kinggeorge):

Looks good to me.

OpenStudy (anonymous):

I dont understand that problem,Parth. Obviously.

OpenStudy (asnaseer):

thx @KingGeorge :)

OpenStudy (anonymous):

Hi,asnasser. Greetings,George.

OpenStudy (anonymous):

In any case you will notice that Lagrange finds the local min/max at (1.5, 1.5, 1.5) for those functions subject to the given constraints.

OpenStudy (experimentx):

how is \[\sqrt{a+b}\ge\sqrt{a}+\sqrt{b} \]

OpenStudy (asnaseer):

\[\begin{align} (\sqrt{a}+\sqrt{b})^2&=a+b+2\sqrt{ab}\\ \therefore a+b&=(\sqrt{a}+\sqrt{b})^2-2\sqrt{ab}\\ &\ge(\sqrt{a}+\sqrt{b})^2\\ \therefore \sqrt{a+b}&\ge\sqrt{a}+\sqrt{b} \end{align}\]

OpenStudy (asnaseer):

assuming a and b are both positive

OpenStudy (asnaseer):

hope that helps

OpenStudy (asnaseer):

it may not be a /strict/ proof but it is one that I used to convince myself that this relation might be valid.

OpenStudy (kinggeorge):

Wait...I'm no longer convinced. Let \(a=9\), \(b=16\). Then \(\sqrt{a+b}=5\) and \(\sqrt{a}+\sqrt{b}=3+4=7>5\).

OpenStudy (asnaseer):

:(

OpenStudy (asnaseer):

where is the flaw in my proof for this?

OpenStudy (experimentx):

there is a slight error \[ (\sqrt a + \sqrt b)^2 - 2 \sqrt a \sqrt b \leq (\sqrt a + \sqrt b)^2 \] proves the opposite

OpenStudy (asnaseer):

D'oh! thank for clarifying

OpenStudy (asnaseer):

but does that mean that I have proved the opposite relation to that being asked for?

OpenStudy (experimentx):

no ... \[ \sqrt {x-1}+... \ge \sqrt{x-1 + ... } \le \sqrt{x+y+z}\] condition is not strong enough

OpenStudy (asnaseer):

Ah! I see now - thanks again @experimentX (and @KingGeorge) Guess I'll have to think again on this problem - maybe calculas is the way to go as you guys showed above.

OpenStudy (anonymous):

Why is no one satisfied with treating this as an optimization problem?

OpenStudy (asnaseer):

It's not that I wasn't satisfied - I just wondered if there was a simpler way of arriving at the solution. :)

OpenStudy (experimentx):

Lagrange definitely gives solution but I am still looking for more elementary proof.

OpenStudy (kinggeorge):

There's just something more appealing about the elementary proofs.

OpenStudy (anonymous):

I suppose so. At the very least it would be more accessible.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!