To find a tangent line to a curve, we need 2 things: the slope (expressed as the function’s derivative), and a point on the curve given by:
y = f(x) = (x - 1) / (x + 1)
With rational expressions of polynomials such as this one, to find the derivative, we always have (I) the Quotient rule for differentiation, but (II) in simpler cases like this one, we are reminded of the much simpler relationship d/dx ( 1/x ) = -1 / x²
In this case: y = (x - 1) / (x + 1)
Quotient Rule: y’ = [ (x + 1)(1) - (x - 1)(1) ] / (x + 1)² = 2 / (x + 1)² # Careful with all those signs !
Simplification: y = (x - 1) / (x + 1) = (x + 1 - 2) / (x + 1) = (x + 1)/(x + 1) - 2/(x + 1)= 1 - 2 / (x + 1)
So we can think of our curve as: y = 1 - 2 / (x + 1). Besides simplifying the derivative, this helps with visualization, as we can now think of this curve as: y = 1/x, vertical axis shifted to x = -1, exaggerated/stretched by factor of 2, flipped upside down by -1, then all shifted up by 1. Do you see this ? Now, checkout Desmos… entering each step I just outlined… y = 1/x => 1/(x+1) => -2/(x + 1) => 1 - 2/(x + 1) Do you see the progression ?
==> Remembering: d/dx (1/x) = -1/x², y’ = d/dx [ -2 / (x + 1) ] = (-1)(-2) / (x + 1)² = 2 / (x + 1)²
# There is no concern over the Chain Rule here, as d/dx (x) = 1… otherwise, what might happen with y = 1 - 2/(ax + b) ?
In our case, we are not given (I)… a point for our tangent line, but instead we are given another (parallel) line, from which we can (a) extract the desired slope (we don’t care about the rest), then (b) we use that slope to see where on our curve do candidate values of ‘x’ produce that known slope… there may be more than 1… we’ll check for validity.
(a) We are given a line: x − 2y = 4 ==> y = (x - 4) / 2 , so our coefficient of x will be m = 1/2 for the desired slope. This is all we need from here.
(b) From dy/dx = 2 / (x + 1)² , we want dy/dx = slope 1/2 ==> 2/(x + 1)² = 1/2 ==> (x + 1)² = 4
==> x + 1 = ± 2 ==> x = -1 ± 2 ==> x = 1 or -3 , and from y = f(x) we now have points (1, 0), (-3, -4/-2) = (-3, 2)
Given the graph (or mental image) above, of our curve, there are no problems in the neighborhood of these 2 points.
At (1, 0) with slope 1/2 ==> (y - 0) / (x - 1) = m = 1/2 ==> y = (1/2)(x - 1) ==> y = x/2 - 1/2
At (-3, 2) with slope 1/2 ==> (y -2) / (x - (-3)) = m = 1/2 ==> y = (1/2)(x + 3) + 2 = x/2 + (2 + 3/2) ==> y = x/2 + 7/2
[Attention to Detail: The question asks for a “comma-separated list of equations". OK, fine, we even serve fries with that !
Answer: y = x/2 - 1/2 , y = x/2 + 7/2