Huh? I dont really understand. Is it possible if you do this by the standard method by using Tn = Sn - Sn-1 and Tn is in the form a + (n-1)dOriginally posted by papercut87:Sn = pn + qn^2
therefore,
S1 = p + q (first term)
S2 = 2p + 4q
S3 = 3p + 9q
...
1st term = p + q
2nd term = S2 - S1 = p + 3q
3rd term = S3 - S2 = p + 5q
notice that common difference is 2q
the first term is p + q
ok.Originally posted by polarsnake:No it's not a forum for maths geeks but rather, I created a thread titles' 'maths geeks'![]()
i got a life...Originally posted by papercut87:so you're here to +1 huh?![]()
get a life then.
nope.Originally posted by coldzero:Huh? I dont really understand. Is it possible if you do this by the standard method by using Tn = Sn - Sn-1 and Tn is in the form a + (n-1)d
Is it possible to express the final answer as Tn = a+(n-1)d ?Originally posted by papercut87:nope.
but u need to know that:
Tn = Sn - Sn-1
U need to prove it's an AP, not assume it is an AP and solve it using the method of AP.Originally posted by coldzero:Huh? I dont really understand. Is it possible if you do this by the standard method by using Tn = Sn - Sn-1 and Tn is in the form a + (n-1)d
to prove that its an AP, u need to show that the common difference is alwaes constant. thats all. u dont need to prove the general formula.Originally posted by coldzero:Because for my lecture notes, it says as long as Tn can be expressed in the form of Tn= a + (n-1)d, it's an AP. So i believe my tutor would want me to expessed it in the form of Tn = a + (n-1)d to prove it's an AP.
poly students... tsk tsk!Originally posted by R3SsH|n:i got a life...
i came here to +1
+1
no it isntOriginally posted by hisoka:erm are the term's saparable?
looks like can just saparate and then integrate both sides?
It's a non-exact equation. So I guess you're left with
(x+y+1)dx + (-x+y-3)dy = 0
And now you need to do the whole integrating factor thing.
- Or maybe you can just separate dx on oneside, dy on the other, then integrate each side with respect to x or y. Then group like terms and combine them for your answer. You'll probably get -(y^2+x^2)/2 + xy + -x + 3y + C.
I'm too lazy to check if that's right but since it's been a while probably not lol.
rearranging,Originally posted by papercut87:okay here's the problem:
x + y + 1 + ( -x + y - 3 ) (dy/dx) = 0
find the general soln.
such a qn needs to be approached by substituition. but ive tried using v = x+y and v = -x+y but it doesnt work.
help, any maths pro?
thanks!!!
Same as her. We use the same substitutionOriginally posted by missallsunday:Let me give it a try
(x+y+1)+(-x+y-3)(dy/dx) = 0
therefore (dy/dx) = (x+y+1)/(x-y+3)
now we cannot do v=y/x or v=x+y as we cant express the right hand side in functions of (y/x) and (x+y).
Neither is this function exact as d/dy(x+y+1) not = d/dx(-x+y-3)
Thus we require another substitution
This DE is non-homogeneous and we shall use the following substitution
x=X+x_0
y=Y+y_0
where x_0 and y_0 are constants.
By chain rule we can prove that dy/dx = dY/dX as we just added constants to x and y.
Therefore (dY/dX) = (X+Y+x_0+y_0+1)/(X-Y+x_0-y_0+3)
Now we shall make it homogeneous
x_0+y_0+1 = 0
x_0-y_0+3 = 0
solving we find x_0 = -2 y_0 = 1
Thus x= X-2 y = Y+1
And dY/dX = (X+Y)/(X-Y)
Now we can use Y=vX substituion to solve this and then sub x=X-2 and y =Y+1
we can get the ans
Hope it is correct...