0

Assume, that y is a differentiable function in x that satisfy the equation

$x^2-3xy+y^3=7$

Find y' and y'' in the point (x,y)=(4,3)

How can i find y' and y'' when it's not straightforward to isolate y?

Jean-Sébastien
  • 4,623
  • 1
  • 17
  • 39
  • Try to derive the whole equation with respect to $x$ – popoolmica Oct 04 '15 at 17:23
  • Differentiate with respect to $x$ and substitute values. You can factor out $y'(x)$ in order to compute a value.Then repeat. – copper.hat Oct 04 '15 at 17:23
  • Search this site for "implicit differentiation" and you will get lots of examples where such questions are treated. See for example here or here. – mickep Oct 04 '15 at 17:26
  • Implicit differentiation is the key. Just remember $y$ is a function of $x$ so you'll need the product rule and chain rule. – Karl Oct 04 '15 at 17:26

2 Answers2

3

$$x^2-3xy+y^3=7$$

Differentiate w.r.t. $x$ both sides

$2x -3y -3xy' +3y^2y' = 0 \tag1$

Differentiate w.r.t. $x$ again

$2-3y'-3y' -3xy'' +6y(y')^2 +3y^2y'' = 0\tag2$

Put $x=4,y=3$ in $(1)$

$8-9-12y' + 27y' =0 \implies y' =\frac{1}{15}$

Put $x=4,y=3,y'=\frac{1}{15}$ in $(2)$

$2-\frac{1}{5}-\frac{1}{5}-12y'' +\frac{18}{225} +27y'' =0 \implies y'' =-\frac{378}{3375}$

0

You have

$${x^2} - 3xy + {y^3} = 7$$

Consider that $y=y(x)$ and then differentiate this equation to obtain

$$2x - 3xy' + 3{y^2}y' = 0$$

now, solve for ${y'}$ to get

$$y' = {{2x} \over {3x - 3{y^2}}}$$

Now, put $(4,3)$ into the above equation to get

$$y'(4) = {8 \over {12 - 27}} = {8 \over { - 15}} $$

You can do the same things to obtain ${y''}$ at 4.