Hi Mature student here.
Find the gradient of the curve with the equation y = 3(sqrt(x)) at point where:
a: x = 4
WORKINGS SO FAR
let x = 4, therefore y = 3 * 2 = 6 (sqrt(4) = 2)
I define this P
I then choose another point to the right of the x = 4 location
let x = 16, therefore y = 3 * 4 = 12 (sqrt(16) =4)
I define this as Q
Q co ordinates are (16, 12) which are also (x2, y2)
P co ordinates are (4, 6) which are also x1, y1)
Use formula (y2 - y1) / (x2 - x1) to find m (gradient)
12 - 6 = 6 and 16 - 4 = 12, therefore 6 / 12 = 0.5
THE ANSWER PAGE IS SAYING 0.75. What am I doing wrong.