Math Problem Statement

Find the equations of both lines that are tangent to the curve 𝑦𝑦 = 𝑥𝑥−1 𝑥𝑥+1 and are parallel to the line 𝑥𝑥 − 2𝑦𝑦 = 2. (

Solution

We are tasked with finding the equations of the two lines that are tangent to the curve y=x1x+1y = \frac{x - 1}{x + 1} and are parallel to the line x2y=2x - 2y = 2.

Step 1: Determine the slope of the given line

The line x2y=2x - 2y = 2 can be rewritten in slope-intercept form y=mx+by = mx + b. Solving for yy:

x2y=2    2y=x+2    y=12x1x - 2y = 2 \implies -2y = -x + 2 \implies y = \frac{1}{2}x - 1

Thus, the slope of this line is m=12m = \frac{1}{2}.

Step 2: Find the derivative of the curve to get the slope of the tangent lines

The derivative of the curve y=x1x+1y = \frac{x - 1}{x + 1} gives us the slope of the tangent line at any point on the curve. We use the quotient rule to differentiate:

y=x1x+1y = \frac{x - 1}{x + 1} Let u=x1u = x - 1 and v=x+1v = x + 1, so: dydx=vdudxudvdxv2\frac{dy}{dx} = \frac{v \cdot \frac{du}{dx} - u \cdot \frac{dv}{dx}}{v^2} where dudx=1\frac{du}{dx} = 1 and dvdx=1\frac{dv}{dx} = 1. Substituting these into the quotient rule:

dydx=(x+1)(1)(x1)(1)(x+1)2=x+1x+1(x+1)2=2(x+1)2\frac{dy}{dx} = \frac{(x + 1)(1) - (x - 1)(1)}{(x + 1)^2} = \frac{x + 1 - x + 1}{(x + 1)^2} = \frac{2}{(x + 1)^2}

So, the slope of the tangent line at any point on the curve is 2(x+1)2\frac{2}{(x + 1)^2}.

Step 3: Set the slope of the tangent line equal to the slope of the given line

We want the slope of the tangent line to equal the slope of the given line, which is 12\frac{1}{2}. Thus, we set:

2(x+1)2=12\frac{2}{(x + 1)^2} = \frac{1}{2}

Step 4: Solve for xx

Multiply both sides by (x+1)2(x + 1)^2 and simplify:

2=12(x+1)2    (x+1)2=42 = \frac{1}{2}(x + 1)^2 \implies (x + 1)^2 = 4

Taking the square root of both sides:

x+1=±2x + 1 = \pm 2

So, we have two solutions:

x+1=2    x=1x + 1 = 2 \implies x = 1 x+1=2    x=3x + 1 = -2 \implies x = -3

Step 5: Find the corresponding yy-coordinates

Now, we substitute these xx-values back into the original curve equation to find the corresponding yy-values:

  • For x=1x = 1:

y=111+1=0y = \frac{1 - 1}{1 + 1} = 0

  • For x=3x = -3:

y=313+1=42=2y = \frac{-3 - 1}{-3 + 1} = \frac{-4}{-2} = 2

Step 6: Write the equations of the tangent lines

Now that we have the points of tangency (1,0)(1, 0) and (3,2)(-3, 2), and the slope is 12\frac{1}{2}, we can use the point-slope form to write the equations of the tangent lines:

  • For the point (1,0)(1, 0):

y0=12(x1)    y=12x12y - 0 = \frac{1}{2}(x - 1) \implies y = \frac{1}{2}x - \frac{1}{2}

  • For the point (3,2)(-3, 2):

y2=12(x+3)    y=12x+72y - 2 = \frac{1}{2}(x + 3) \implies y = \frac{1}{2}x + \frac{7}{2}

Final Answer

The equations of the two tangent lines are:

y=12x12y = \frac{1}{2}x - \frac{1}{2} and y=12x+72y = \frac{1}{2}x + \frac{7}{2}

Would you like more details or have any questions about this solution? Here are five related questions:

  1. How is the quotient rule applied in differentiation?
  2. Can you explain the point-slope form of a line?
  3. How do we interpret the slope of a line geometrically?
  4. What are other ways to find tangent lines to curves?
  5. Can a curve have more than two tangent lines parallel to a given line?

Tip: The quotient rule is useful whenever you are differentiating a ratio of two functions, like in this problem!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Calculus
Differentiation
Quotient Rule
Slopes of Tangent Lines

Formulas

Quotient Rule for Differentiation: (u/v)' = (v(du/dx) - u(dv/dx)) / v^2
Point-Slope Form: y - y1 = m(x - x1)

Theorems

Tangent Line Theorem

Suitable Grade Level

Grades 11-12