Defferentiate this to simplest formy=a+bcosx/b+acosx

  • Thread starter Thread starter lakshmi
  • Start date Start date
AI Thread Summary
The discussion focuses on differentiating the function y = (a + b cos x) / (b + a cos x) using the quotient rule. Participants clarify the correct application of the rule, noting that f(x) = a + b cos x and g(x) = b + a cos x, leading to derivatives f'(x) = -b sin x and g'(x) = -a sin x. A secondary method involving logarithmic differentiation is suggested, though it is acknowledged as more tedious. Corrections are made regarding the signs in the logarithmic differentiation approach, emphasizing the importance of accuracy. Overall, the conversation highlights different techniques for differentiation while addressing common errors.
lakshmi
Messages
36
Reaction score
0
can anybody defferentiate this to simplest form
y=a+bcosx/b+acosx
 
Physics news on Phys.org
Excuse me? bcosx/b= cos x doesn't it?
 
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?
 
i tried it but i am not gettting simplest form
 
Do u mean Differential Eqn
 
Except for a pair of ~ab~sinx~cosx terms that cancel off in the numerator, there is no other simplification to do.
 
NOTE: Solution is wrong

Okay here's a second method:

y = \frac {a + b \cos x}{b + a \cos x}

Take log to the base e (ln) of both sides.

<br /> ln(y) = ln(a + b \cos x) + ln(b+a \cos x)<br />

Differentiate both sides wrt x...

<br /> \frac{1}{y}\frac{dy}{dx} = \frac{-b\sin x}{a+b\cos x} + \frac{-a}{b+a \cos x}<br />

Cross-multiply (or multiply both sides by y) and simplify...

This method looks more tedious but is less prone to errors...the product rule can cause problems if the functions are complicated. But then there is no golden rule to say that one method is superior over the other..

Hope that helps...

Cheers

Vivek
 
Last edited:
Maverick: You should have a minus sign between the two logarithms, not a plus sign.
 
Oh yeah arildno...please pardon my mistake :-)

There's also a mistake in the second term...which I have corrected here.

Here's the correct portion:

ln(y) = ln(a + b \cos x) + ln(b+a \cos x)

\frac{1}{y}\frac{dy}{dx} = \frac{-b\sin x}{a+b\cos x} + \frac{a\sin x}{b+a \cos x}

Cheers
Vivek
[NOTE: My previous solution is WRONG. Sorry for the inconvenience.]
 
  • #10
isn't SinX/CosX=TanX?
 
  • #11
by golly gosh, jimminy cricket there is right.
 
  • #12
Jamez said:
isn't SinX/CosX=TanX?

come to think of it...y did u actually bring that into question? :confused:
 
  • #13
Brennen said:
come to think of it...y did u actually bring that into question? :confused:

Yeah where does that come from in this question?
 
  • #14
:'( i was bored ok, and i wanted to know if it was right... sorry...
 
  • #15
well u were...but... yeah whatever it doesn't matter.

hey...doesnt 2+2=4?
 
  • #16
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&#039;(x)-f(x)g&#039;(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?

This answer should be right.
 
Back
Top