Implicit Differentiation Problem - Check my work?

AI Thread Summary
The discussion focuses on checking the work for an implicit differentiation problem involving the equation xcos(y) + ycos(x) = 1. The user correctly derived dy/dx as (ysinx - cosy)/(-xsiny + cos x), although there was a minor typo in the initial steps. Another user provided feedback on a second differentiation problem, emphasizing the importance of applying the product rule correctly when differentiating with respect to y. They clarified that the derivative of x is 1, while the derivative of y is dy/dx, leading to the correct formulation of dy/dx for that equation. Overall, the thread highlights the importance of careful differentiation and verification of each step in implicit differentiation problems.
CACain
Messages
6
Reaction score
0
Implicit Differentiation Problem -- Check my work?

I've worked it -- can someone just check my work?

Problem:

xcosy+ycos=1

My work:

[x (d/x)cosy + cosy (d/dx)x] + [y (d/dx)cosx + cosx (d/dx)y] = (d/dx) 1

-xsiny (dy/dx) + cos y - ysinx + cos x (dy/dx) = 0

-xsiny (dy/dx) + cos y = ysinx - cosy

dy/dx = (ysinx - cosy)/(-xsiny + cos x)


Meanwhile, could someone help me with this one...

squareroot (xy) = 1+(x^2)y
 
Last edited:
Physics news on Phys.org
the first one looks good, as for the second:



(2)xy=1+x^2y

You are differentiating WRT y, which means that the derivative of x is 1, but the derivative of y is dy/dx. Make sure you use the product rule:

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

x\frac{dy}{dx}-x^2 \frac{dy}{dx}=2xy-y

\frac{dy}{dx}(x-x^2)=2xy-y

\frac{dy}{dx}=\frac{2xy-y}{x-x^2}

~Josh
 
-xsiny (dy/dx) + cos y = ysinx - cosy

dy/dx = (ysinx - cosy)/(-xsiny + cos x)

You miswrote the first line above but obviously that was a typo since you got it right in the end. If I were your teacher I would prefer to see one more line:
-xsiny (dy/dx) + cos y = ysinx - cos x(dy/dx)

cos x (dy/dx)- x sin y (dy/dx)= (cos x- x sin y)(dy/dx)= y sin x- cos y

dy/dx = (ysinx - cosy)/(-xsiny + cos x)
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top