How to Simplify a C1 Level Expression Involving Constants and Variables?

  • Thread starter Thread starter CathyLou
  • Start date Start date
AI Thread Summary
The discussion focuses on simplifying the expression Sn = (2a + (n-1)d) for a specific case where a = 2 and d = 1/2. The user seeks clarification on transitioning from n/2(4 + (n-1)/2) to the final answer of 1/4n(n+7). A key step involves rewriting 4 as 8/2 to combine it with (n-1)/2, leading to (8+n-1)/2. This manipulation allows for the simplification needed to reach the desired result. The user ultimately expresses understanding after receiving guidance on the process.
CathyLou
Messages
173
Reaction score
1
Show that http://www.artofproblemsolving.com/Forum/latexrender/pictures/4cb05ba8a17dcb9e2dcfb9ef1a98966a.gif where k is a constant to be found.

I know that a = 2 and that d = 1/2 and substituting these figires into Sn = (2a + (n-1) d) gives n/2 (4 + (n-1)/2) but I just can't see how to get from n/2 (4 + (n-1)/2) to the answer of 1/4n(n+7). I'd really appreciate it if someone could please explain.

Thank you.

Cathy
 
Last edited by a moderator:
Physics news on Phys.org
Try using

4 + (n-1)/2 = (8+n-1)/2 = (n+7)/2
 
AlephZero said:
Try using

4 + (n-1)/2 = (8+n-1)/2 = (n+7)/2

Thanks for replying but I still don't understand how you get from 4 + (n-1)/2 to (8+n-1)/2.
 
CathyLou said:
Thanks for replying but I still don't understand how you get from 4 + (n-1)/2 to (8+n-1)/2.

In order to put 4 over the denominator 2, you must first multiply it by 2. Let's consider a general example: \frac{a}{b}+\frac{c}{d}=\frac{ad+cb}{bd}

Now applying this to your case we have, strictly speaking, \frac{4}{1}+\frac{n-1}{2}=\frac{2(4)+1(n-1)}{2}=\frac{8+n-1}{2}
 
Last edited:
cristo said:
In order to put 4 over the denominator 2, you must first multiply it by 2. Let's consider a general example: \frac{a}{b}+\frac{c}{d}=\frac{ad+cb}{bd}

Now applying this to your case we have, strictly speaking, \frac{4}{1}+\frac{n-1}{2}=\frac{2(4)+1(n-1)}{2}=\frac{8+n-1}{2}

Thanks for your help.

I understand it now.

Cathy
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top