Maximizing 3x+4y: Indirect Homework Statement

  • Thread starter Thread starter PFStudent
  • Start date Start date
PFStudent
Messages
169
Reaction score
0

Homework Statement



Given,
<br /> {{(x - 7)}^{2}} + {{(y - 3)}^{2}} = {{8}^{2}}<br />

What is,
<br /> max(3x+4y)<br />

Homework Equations



None really.

The Attempt at a Solution



Letting,
<br /> 3x+4y = C<br />

When I get to the point where I have,
<br /> {y} = {{\frac{-3x}{4}}+{\frac{C}{4}}}<br />

Then substitute that in to,
<br /> {{(x-7)}^{2}} + {{(y-3)}^{2}} = {{8}^{2}}<br />

I get,
<br /> {{\left(x - 7\right)}^{2}} + {{\left({\left({{\frac { - 3x}{4}} + {\frac {C}{4}}}\right)} - 3\right)}^{2}} = {{8}^{2}}<br />

However, I am not sure how to proceed from here since I have two unknowns: x and C.

So, how do I proceed from here?

Thanks,

-PFStudent
 
Last edited:
Physics news on Phys.org
Can you lagrange?
If I am thinking right, then this is asking you the max on
z = 3x+4y when this intersects (x-7)^2 .. equation
 
If you go by your way
I would suggest to differentiate the final equation with respect to C (you are maximizing C)
And you will find y = Ax+C equation (with some numbers)
And now, you know it should agree with your (x-7)^2+(y-.. equation
This should work.

Use Lagrange if you know it. It's lot faster and easier
 
Hey,

rootX said:
If you go by your way
I would suggest to differentiate the final equation with respect to C (you are maximizing C)
And you will find y = Ax+C equation (with some numbers)
And now, you know it should agree with your (x-7)^2+(y-.. equation
This should work.

Use Lagrange if you know it. It's lot faster and easier

Well the way I am interpreting this problem is that in the equation,

<br /> max(3x+4y) = max(C)<br />

Where max(C) is a constant.

Additionally, if I differentiate as follows,

<br /> {\frac{d}{dC}{\left[}}{{\left(x - 7\right)}^{2}} + {{\left({\left({{\frac { - 3x}{4}} + {\frac {C}{4}}}\right)} - 3\right)}^{2}}{\right]} = {\frac{d}{dC}{\left[}}{{8}^{2}}{\right]}<br />

How am I supposed to differentiate: implicitly or partially with respect to C?.

In addition, taking the derivative and setting it equal to zero will only yield the values that maximize the original function--however I still do not see how this will find, max(3x+4y).

Thanks,

-PFStudent
 
partially: treat x as constant.
so you will get C = something*x+some numbers
now substitute C in 3x+4y = C equation
and you will be some line
So, now find intersection of this line with original function(would give u max/min)

I think max(3x+4y) means you take x and y value from your function domain. So, finding function max when x and y are in 3x+4y relationship should give u the answer...or something like that
 
my interpretation:

Draw a cylinder in x-y-z co-od with that is defined by (x-7)^2 .. equation when z = 0
Draw a plane define by z=3x+4y

you will get a slanted disk, and they are asking for max of that disk
 
parameterize the constraint then plug that parameterization into your function. then maximize subject to the parameterization. the easieast way to parameterize your constraints is x = f(y) then you'll have to check max's on two parameterizations. if you still can't get it i'll post more.

actually just use lagrange multipliers.
 
Last edited:
Back
Top