#Parametric Curves
17 messages · Page 1 of 1 (latest)
That's correct.
Let's write the equation of tangent to y = 1 - x^2/8 at x = a.
f(x) = 1 - x^2/8
f'(x) = -x/4
So, the tangent is:
y = f'(a)(x - a) + f(a)
y = -(a/4)(x - a) + 1 - a^2/8
y = -(a/4)x + (a^2/8 + 1)
We know that this line must pass through (3, 0). So, subtitute those coordinates to find a.
Remember to check whether the resulting values lie on the curve.
so the equation of the tangent is y=-(3/4)x+9/4?
No.
Well, as I said above, the equation of tangent is y = -(a/4)x + (a^2/8 + 1).
It must pass through (3, 0), so we must have:
0 = -3(a/4) + (a^2/8 + 1)
a^2/8 - 3a/4 + 1 = 0
Solve this quadratic equation to find the values of a.
so a is the x coord of P?
Yes.
what does it mean when there is two possible values of a? is it that P could be one of two places?
In general, yes.
However, note that your function is only defined for 0 ≤ x < 4.
but if it was defined for all R, P could be in two places such that the tangent at P could pass through (3,0)?
Yes.
I get it now thanks a lot😄
You're welcome!
+close