Q4. Make it an implicit function.
yx2 + yx + y = x3 + 2x2 + 2x + 1
We can make use of partial differentiation now.
Differentiate the function wrt x treating y as constant.
fx = 2xy +y + 0 - 3x2 - 4x -2 - 0
Similarly, differentiate the function wrt y treating x as constant.
fy = x2 + x + 1 - 0 - 0 - 0 - 0
Now by partial differentiation formula,
dydx = -fxfy
= 3x2+ 4x -2xy - y + 2x2 + x + 1
Very useful for implicit functions. I don't know if it could be used for nth derivative however...as mostly we get questions asking for d2ydx2.
So at x = 1,
dydx = 3 + 4 - 2(2) - 2 + 23 = 1.
:)
Q3. f(x) = x.cosx
f'(x) = cosx - xsinx
Is the limit undefined? I must be making a mistake there.
Q1. (x-1)(x-6)/(x-2)(x-4) = ex
Limx→∞(x-1)(x-6)/(x-2)(x-4) = 1 (Division of highest degree co-efficients)
So when x tends to infinity, curve's output is 1.
Also, we find the sign scheme of the polynomial by wavy curve method.
I think it has only one solution..