PDA

View Full Version : differentiaton


lakshmi
Jun20-04, 12:10 PM
can anybody defferentiate this to simplest form
y=a+bcosx/b+acosx

HallsofIvy
Jun20-04, 07:06 PM
Excuse me? bcosx/b= cos x doesn't it?

Zorodius
Jun20-04, 08:08 PM
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?

lakshmi
Jun21-04, 10:37 AM
i tried it but i am not gettting simplest form

himanshu121
Jun21-04, 01:52 PM
Do u mean Differential Eqn

Gokul43201
Jun21-04, 07:46 PM
Except for a pair of ~ab~sinx~cosx terms that cancel off in the numerator, there is no other simplification to do.

maverick280857
Jul2-04, 01:25 PM
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.


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


Differentiate both sides wrt x...


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


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

arildno
Jul2-04, 01:58 PM
Maverick: You should have a minus sign between the two logarithms, not a plus sign.

maverick280857
Jul3-04, 01:27 AM
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.]

Jamez
Jul5-04, 06:24 AM
isn't SinX/CosX=TanX?

Brennen
Jul5-04, 07:30 AM
by golly gosh, jimminy cricket there is right.

Brennen
Jul6-04, 05:38 AM
isn't SinX/CosX=TanX?

come to think of it...y did u actually bring that into question? :confused:

maverick280857
Jul7-04, 10:43 PM
come to think of it...y did u actually bring that into question? :confused:

Yeah where does that come from in this question?

Jamez
Jul8-04, 03:55 AM
:'( i was bored ok, and i wanted to know if it was right... sorry...

Brennen
Jul8-04, 04:10 AM
well u were....but... yeah whatever it doesn't matter.

hey...doesnt 2+2=4?

futb0l
Jul10-04, 07:08 AM
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?

This answer should be right.