SOLUTION: If a = y^2 and b = y^4, and -1 ≤ y ≤ 3, then what is the largest possible difference between a and b?

Algebra ->  Test -> SOLUTION: If a = y^2 and b = y^4, and -1 ≤ y ≤ 3, then what is the largest possible difference between a and b?       Log On


   



Question 343970: If a = y^2 and b = y^4, and -1 ≤ y ≤ 3, then what is the largest possible difference between a and b?

Answer by Edwin McCravy(20064) About Me  (Show Source):
You can put this solution on YOUR website!
If a = y^2 and b = y^4, and -1 ≤ y ≤ 3, then what is the largest possible difference between a and b?

Maximum values of continuous functions occur at values of the
independent variable where the derivative is 0 or at
endpoints of interval on which the variable is defined.

The difference is largest when a-b=y%5E2-y%5E4 is the largest.

Let this difference be z.

z=a-b

z=y%5E2-y%5E4

Maximum values of continuous functions occur at values of the
independent variable (in this cases y) where the derivative is 0 or at
endpoints of interval on which the variable is defined.

%28dz%29%2F%28dy%29=2y-4y%5E3

We set that = 0

2y-4y%5E3=0

y-2y%5E3=0

y%281-2y%5E2%29=0

y=0  


1-2y%5E2=0
-2y%5E2=-1
y%5E2=%28-1%29%2F%28-2%29
y%5E2=1%2F2
y=%22%22%2B-+sqrt%281%2F2%29

Using the 2nd derivative test:

%28dz%29%2F%28dy%29=2y-4y%5E3

%28d%5E2z%29%2F%28dy%5E2%29=2-12y%5E2

Substituting y=0 gives %28d%5E2z%29%2F%28dy%5E2%29=2-12%280%29%5E2=2
which is positive so this gives a relative minimum value,
which is not the value we want

Substituting y=%22%22%2B-+sqrt%281%2F2%29  gives %28d%5E2z%29%2F%28dy%5E2%29=2-12%28%22%22%2B-sqrt%281%2F2%29%29%5E2=2=2-12%281%2F2%29=2-6=-4
which is negative so this value of y gives a relative maximum value.

To find this relative maximum value we substitute y=%22%22%2B-sqrt%281%2F2%29
in the original equation 

z=y%5E2-y%5E4

z=%28%22%22%2B-sqrt%281%2F2%29%29%5E2-%28%22%22%2B-sqrt%281%2F2%29%29%5E4

z+=+1%2F2-1%2F4+=+1%2F4

This is a candidate for the correct answer, unless the endpoints
of the given interval give a larger value:

The end points of the given interval are -1 and 3

Substituting the endpoint -1
z=y%5E2-y%5E4
z=%28-1%29%5E2-%28-1%29%5E4
z=1-1=0

That's not larger than 1%2F4!

Substituting the endpoint 3
z=y%5E2-y%5E4
z=%283%29%5E2-%283%29%5E4
z=9-81=-72

That's certainly not larger than 1%2F4!

Therefore the maximum difference between a=y%5E2 and b=y%5E4 is 1%2F4

Edwin