JBD2
- 61
- 0
Homework Statement
Consider:
x^3+y^3+2xy=4, y=1 when x=1
a.) Find the equation of the tangent line to the curve when x=1.
b.) Find y'' at x=1.
c.) Is the graph of y=f(x) concave up or concave down near x=1?
Homework Equations
Any derivative rules...
The Attempt at a Solution
For Part a:
y'=\frac{-2y-3x^2}{3y^2+2x}
After substituting x=1 and y=1:
y'=-1
For y=mx+B, B=2
y=-x+2
For Part b:
y''=\frac{vu'-uv'}{v^2}
u=-2y-3x^2
u'=-2y'-6x
v=3y^2+2x
v'=6yy'+2
y''=\frac{-(3y^2+2x)(2y'+6x)+(6yy'+2)(2y+3x^2)}{(3y^2+2x)^2}
After substituting x=1, y=1, and y'=-1:
y''=-1.6
For Part c:
Would it be concave down because I just tested y'' with x=1?
I'm mostly unsure about my steps in part b.) and c.), and I want to make sure I'm doing it correctly. Thanks for your help.