M HYPE SPLASH
// news

Implicit differentiation for $y\cos x = 4x^2 + 3y^2$

By Michael Henderson
$\begingroup$

I am stuck on doing this implicit differentiation problem below. $$y \cos x = 4x^2 + 3y^2$$

I am now stuck at the following equality and I don't know how to proceed. Can someone help me? $$y(−\sin x) + (\cos x)y' = 8x + 6yy' $$

$\endgroup$ 3

2 Answers

$\begingroup$

What Marvis noted can be formulated below. Let $F(x,y)=0$ is a relation linking two variables $x$, $y$ implicitly. Then you can find $y'$ from this relation by calculating $$y'=\frac{-F_x}{F_y}$$ where in $F_x$ is differentiate of $F$ with respect to $x$. Now, $y \cos x = 4x^2 + 3y^2$ becames $y \cos x - 4x^2 - 3y^2=0$. Take $F(x,y)=y \cos x - 4x^2 - 3y^2=0$ and the rest is as Marvis did completely.

$\endgroup$ $\begingroup$

Group the $y'$ terms to one side to get $$(\cos(x)-6y)y' = 8x + y \sin(x) \implies y' = \dfrac{8x + y \sin(x)}{\cos(x) - 6y}$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy