k02033 said:
i didnt forget the 5 ... i simply added 320 and 5 in the start changing
A = x [ 5 + 320/(x-4) ] to A=x [325/x-4]
whats wrong with that? and i just checked my answer with graphmatica which seems correct
and wats ur logic behind not adding 5 and 320 in the start?
You can't add 5 & 320 like that when they're not on the same denominator. If you insist upon addition then:
x[ 5 + 320/(x-4) ] = x[ (5x + 300)/(x - 4) ] = (5x^2 + 300x)/(x - 4)
to be differented with quotient rule. It doesn't make life any easier.
It's not your fault though. That equation is easily misread in a typeset like that. I would have also made the same error if not for a second look.
Just wondering, can we type equations in maths typesets here in the forum?
[Edit:]
peterkim95 said:
i got another differentiation question.
its (1/2)k . (25-10k) to the power of 1/2
thx pplz
I got the same answer as k02033 had. This is the working out if you needed:
y = (1/2)k*(25-10k)^1/2
y'= [(1/2)*(25-10k)^(1/2)] + [(1/2)k*(1/2)(25-10k)^(-1/2)*(-10)]
= [(1/2)*(25-10k)^(1/2)] - [(5/2)k*(25-10k)^(-1/2)]
= [(1/2)*(25-10k)^(-1/2)] * [(25-10k) - 5k]
= (25-15k)/[2*(25-10k)^1/2]