Differential equation (product/quotient)

recoil33
Messages
28
Reaction score
0
I have several questions, so i'll post these as i go.

1.

y = (5x+2)2/((x+5)3)2

u = (5x+2)2
u' = 7(5x+3)6 . (5)
v = (x+5)3
v' = (3(x+5)2).(1)

Quotient = (u(x)*v'(x) - v(x)* u'(x) / v(x)2)

(5x+2)7 . 3(x+5)2 - (x+5)3 . 7(5x+5)6 .(5) / ((x+5)3)2

[ If i knew how to put this under i would ]

What have i done wrong here? not exactly sure ;s

__________________________________________________________________________
2.

If i have an equation with 2 brackets on the numerator, and only 1 on the denominator will i use the product rule for the numerator then the quotient? Or, will i expand the brackets then use the quotient rule?

Example:

(4x+9)(6x+1) / (8x+3)

u = (4x+9)(6x+1)
u' = (4x+9)(6) + (6x+1)(4)
v = (8x+3)
v' = (8)

Am i doing the right thing here? Any advice will help thank you.
[If my question is not clear please tell me]

Thanks in advance, recoil33
 
Physics news on Phys.org
recoil33 said:
u = (5x+2)2
u' = 7(5x+3)6 . (5)


I'm assuming there's a typo-- u=(5x+2)^{7}, right?

recoil33 said:
Quotient = (u(x)*v'(x) - v(x)* u'(x) / v(x)2)



The quotient rule is (u'(x)*v(x)-u(x)*v'(x))\over (v(x))^{2}; you reversed the order of differentiation. You take the derivative of the function in the numerator first.

recoil33 said:
If i have an equation with 2 brackets on the numerator, and only 1 on the denominator will i use the product rule for the numerator then the quotient? Or, will i expand the brackets then use the quotient rule?


You can do it either way. The work you posted is correct.
 
But what do they have to do with differential equations?
 
@ JThompson

Yes, the equation was sapose to be

u = (5x +2)7
u' = 7(5x+2)6

The equation will be incorrect if i accidently put u'(x)*v(x) and v'(x)*u(x) in the wrong order?

@Hallsofivy

Sorry, bit new to the terminology of the mathematics.

I guess it's not a differential equation?, although was it in the right section? (calc and beyond)


Thanks JThomas for your help and thanks for your input ivy ;)
 
recoil33 said:
The equation will be incorrect if i accidently put u'(x)*v(x) and v'(x)*u(x) in the wrong order?

Yes. The derivative will be of the opposite sign.
v'(x)*u(x)-u'(x)*v(x)= -(u'(x)*v(x)-v'(x)u(x))

Good luck.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top