You can try testing whether it's right by checking whether the given point (4,2,1) lies on your plane. Subbing it in, we see the plane equation isn't satisfied, so the answer's not right.Also, is this right?
Thanks, but why isn't the f(x_0) part included?You can try testing whether it's right by checking whether the given point (4,2,1) lies on your plane. Subbing it in, we see the plane equation isn't satisfied, so the answer's not right.
You did everything right up till the "Equation of tangent" part. The equation is just meant to be what you did without the f(x_0) (i.e. 8(x-4) + 4(y-2) + 2(z-1) = 0, which you can simplify by dividing through by 2).
The equation of a plane with normal n = (n1,n2,n3) and through the point a = (a,b,c) is just n•(x - a) = 0, i.e. n1*(x-a) + n2*(y-b) + n3*(z-c) = 0.Thanks, but why isn't the f(x_0) part included?
Ohh right thanks!The equation of a plane with normal n = (n1,n2,n3) and through the point a = (a,b,c) is just n•(x - a) = 0, i.e. n1*(x-a) + n2*(y-b) + n3*(z-c) = 0.
Part (c) (only) for this one please:
Thanks. Yeah figured out the integral bit lol
The coefficient of the (z + (p^2 + q^2)) part should just be 1. But yeah, set x = y = 0 to find the z-intercept.Thanks. Yeah figured out the integral bit lol
Had another question:
I found the tangent to be:
2p(x-p) + 2q(x-q) - (p^2+q^2)(z+p^2+q^2) = 0
Now for the bit where it asks to find where it cuts the z-axis, do I set x = y = 0? I did that and I get z= 0, so the only place where the axis is cut is the origin? Is that right?
Yeah got it thanks.The coefficient of the (z + (p^2 + q^2)) part should just be 1. But yeah, set x = y = 0 to find the z-intercept.
Thanks for clarifying that seanieg89. I misinterpreted that by intercepts they meant the actual points (in vector form) where the plane cuts the x, y and z axes. But yeah I realised that now thanks to your responseYou should make a habit of checking dimensions to check that your answer makes sense. An intercept of plane is a real number (the ordinate at which the plane cuts the axis), the thing you wrote is a vector.
This is how you would do the question posted:
Integrand's explanation above is the general procedure.
Thanks!You can do these fairly algorithmically, just tedious.
The fact that the regions are closed and bounded (compact) and the functions are continuous tells us there is a maximum and a minimum. The functions are differentiable, so the extrema occur either at stationary points in the interior of the domains or on the boundaries. So find the stationary points by setting f_x and f_y equal to 0 and solving for x and y. For the boundaries, you can parameterise them in terms of a single parameter (say t), so that on the boundary, f is a function of a single variable, which makes it easy to optimise there, so you can find the extreme values on each boundary. Then you'll have a list of function values (extreme values on its boundary lines and from the interior). The greatest one is the maximum and least one is the minimum.
Could you please demonstrate how one would go about doing these by solving these using the shortcuts you've provided?Integrand's explanation above is the general procedure.
There are often shortcuts you can take by noting the structure of the inequalities and the geometry of the domains.
a) Since the first domain is a rectangle and the function is a sum a(x)+b(y), we can find maxima/minima by maximising/minimising a and b separately.
b) Since we note the presence of xy and x+y we can use AM-GM. Noting the geometry of our domain, we can then maximise/minimise f on the line segments {x+y=c & x,y >=0} by noting that sqrt(xy) =< (x+y)/2 for non-negative x,y with equality at x=y (being careful because there is a sign change of f when c exceeds 1).
This reduces the optimisation problem to a single variable optimisation problem in the variable c in [0,2] which you can treat using calculus or whatever you like.
You can often make your life easier in these kinds of problems by choosing coordinates/parametrisations wisely.
(a) Using the notation in the suggestion provided, I get a'(x) = 1-2x and b'(x) = 2y.I don't have the time to carefully write out a full solution right now, which part of my outlined process are you struggling with?