TLA Implicit Differentiation
Hello,
I have a problem here that I am somewhat unsure about:
"Point (-1, 1) lies on the curve
. Use tangent line approximation to approximate the y-coordinate of the point where x = -1.01."
(A) 1.02
(B) 0.978
(C) 0.965
(D) 1.101
(E) 0.98
Here is my go at it:
First, use implicit differentiation to find the derivative:
 + \left(\frac{dy}{dx} \cdot \frac{1}{x^2} - \frac{y}{x^2}\right) = 0)
}{\left(3y^2 + \frac{x}{y^2} + \frac{1}{x^2}}\right))
Substitute (-1, 1) and solve for the tangent line:
}{(-1)^2} + \frac{1}{(1)}\right) }{ \left( 3(1)^2 + \frac{(-1)}{(1)^2} + \frac{1}{(-1)^2} \right) } = \frac{2}{3})
Tangent line linear formula:

Use TLA approximation formula with a = -1.01:
 = f(x) + f'(a)(x - a) = 1 + \frac{2}{3}(-1.01)(0.01) = 1.009933 \approx 1.01)
So my guess would probably be A, or 1.02. Am I doing this right? (I could have made a mistake differentiating).
Thanks.
Re: TLA Implicit Differentiation
Quote:
Originally Posted by
Biff
The last expression in parentheses should be
. I get y' = 2 and the answer is (E).
Re: TLA Implicit Differentiation
When I differentiate, I get:


\frac{dy}{dx}=\frac{1}{y}+\frac{y}{x^2})

}{x(3xy^4+x^2+y^2)})
At the point (-1,1), we have the slope:
}=\frac{1((-1)^2+1^2)}{(-1)(3(-1)1^4+(-1)^2+1^2)}=\frac{2}{1}=2)
Hence:
)

=0.98)
Re: TLA Implicit Differentiation
Quote:
Originally Posted by
emakarov
The last expression in parentheses should be
)
. I get y' = 2 and the answer is (E).
That makes better sense, thanks.
Re: TLA Implicit Differentiation
Quote:
Originally Posted by
MarkFL2
Thanks Mark, I thought it might have been a differentiating mistake. Also, I see how the TLA equation isn't necessary.