ToO LaZy ^*
n/a
question 1...
ohhhk..i do it again.Originally posted by CM_Tutor
Solution of question 1 is wrong (Sorry). Error in going between first and second lines. You have written
int (from 0 to 2) sqrt(x / (4 - x)) dx = int (from 0 to 2) x / sqrt(4 - x<sup>2</sup>) dx
This involves multiplying numerator by sqrt(x) and denominator by something else. You mean:
int (from 0 to 2) sqrt(x / (4 - x)) dx = int (from 0 to 2) x / sqrt(4x - x<sup>2</sup>) dx
yayOriginally posted by CM_Tutor
Question 2 is fine.
sorry...but...how did that happen?Originally posted by CM_Tutor
int (4 - 2x) / sqrt(4x - x<sup>2</sup>) dx = 2 * sqrt(4x - x<sup>2</sup>) + C, for some constant C
int 1 / sqrt(4x - x<sup>2</sup>) dx = int 1 / sqrt[4 - (2 - x)<sup>2</sup> dx = - sin<sup>-1</sup>[(2 - x) / 2] + C, for some constant C
yay!Originally posted by kimmeh
me me me i wanna do it brb doing it
i'm rightOriginally posted by ToO LaZy ^*
and i think there was a mistake in the completing of the square bit.
it should be: 4 - (2-x)^2....i think