An Arithmetic Progression is defined as a sequence such that the difference between two consecutive terms is constant. Hence the \(n^{\text{th}}\) term of such a sequence is given by \(a_n=a+(n-1)d\), where \(a\) and \(d\) denote the first term and the common difference respectively. So I was looking at an A.P. with this common difference as the rate of change of a term of an A.P..
If the nth term of an A.P. is given by an=an+b, then we have
a1=a+b and a2=2a+b⇒k=a2−a1=ak=a
where k denotes the common difference. This is in sync with
k=dndan=dnd(an+b)=ak=a
But it doesn't go hand in hand here if we look at the sums of 1,2,3,… terms of an A.P. from the beginning changing at the rate of the general term an. If Sn=an2+bn denotes the sum of first n terms of an A.P. (it will be of this form as an existent formula for the sum of first n terms of an A.P. which can be rearranged into this form is 2n(2a+(n−1)d), where a and d are the first term and the common difference of an A.P. respectively), then we have
a1=S1=a+b and a1+a2=S2=4a+2b⇒a2=S2−S1=3a+b⇒k=a2−a1=2a⇒an=(a+b)+(n−1)(2a)=b−a+2anan=b−a+2an
And if we go with derivatives, we have
an=dndSn=dnd(an2+bn)=2an+ban=2an+b
Can someone explain to me the disappearance of the −a? One interesting observation is that this does hold true.
k=dndan=dnd(an)=dnd(dndSn)=dn2d2Snk=dn2d2(an2+bn)=2ak=2a
#ArithmeticProgression(AP)
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
You can't differentiate it that way. It's the same reason why you can't differntiate x2=x+x+x+…+x to get 2x=1+1+1+…+1.
Log in to reply
Sorry, lot of questions. I'm very much new to differentiation. 1. Why can't we differentiate in your example? 2. Is the fact that the other two things hold true a coincidence?
Log in to reply
What I have is a discrete case. The equation is only true for discrete number of x. You need to make sure it's continuous first before differentiating. No, it's not a coincidence, it's just the way it was set up to mislead people.