lakshmi
- 36
- 0
can anybody defferentiate this to simplest form
y=a+bcosx/b+acosx
y=a+bcosx/b+acosx
The problem involves differentiating the function y = (a + b cos x) / (b + a cos x), where a and b are constants. The discussion centers around the application of differentiation rules, particularly the quotient rule.
Some participants have provided guidance on using the quotient rule and suggested alternative methods, such as logarithmic differentiation. There are indications of confusion regarding the correctness of certain steps and terms in the differentiation process, but no consensus has been reached on the simplest form of the derivative.
There are mentions of potential mistakes in the differentiation process, and participants express uncertainty about the simplification of terms. The discussion reflects a mix of interpretations and approaches without resolving the initial question.
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
[tex]y = \frac {a + b \cos x}{b + a \cos x}[/tex]
The rule you want to use to differentiate this is
[tex]{d\over dx} \left[{f(x)\over g(x)}\right]= {g(x)f'(x)-f(x)g'(x)\over [g(x)]^2}[/tex]
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?