Thanks guys, but it looks like I've run in to more troubles;
Find the maximum possible area if a straight 8m length of fencing is placed across a corner to enclose a triangular space.
So, I figure
= A = 1/2xy
= x2 + y2 = 82
= y2 = 64 - x2
= y = (64 - x2)1/2
= A = 1/2x(64 - x2)1/2
= A' = 1/2(64 - x2)1/2 - x2/4(64 - x2)-1/2
After that, my working falls apart. Can someone help me out?
EDIT: Man I'm bad at this subject....
Find any stationary points or inflexions on the curve y = x(x - 2)3
I just end up with stat points at x = 0 and 2, where they should be points of inflexion at x = 2 and 1, and a minimum at 1/2.