lakshmi
- 36
- 0
can anybody defferentiate this to simplest form
y=a+bcosx/b+acosx
y=a+bcosx/b+acosx
Jamez said:isn't SinX/CosX=TanX?
Brennen said:come to think of it...y did u actually bring that into question?![]()
Zorodius said:I'm pretty sure he means
y = \frac {a + b \cos x}{b + a \cos x}
The rule you want to use to differentiate this is
{d\over dx} \left[{f(x)\over g(x)}\right]= {g(x)f'(x)-f(x)g'(x)\over [g(x)]^2}
This is called the "quotient rule". In your problem, f(x) = a + b cos x, and g(x) = b + a cos x. If a and b are constants, then f'(x) = -b sin x, and g'(x) = -a sin x. You can substitute those into the quotient rule and then simplify the result, and your problem is solved.
Did that answer your question?