How is the expansion of functions used in practical applications?

  • Context: Undergrad 
  • Thread starter Thread starter RoughRoad
  • Start date Start date
  • Tags Tags
    Expansion Functions
Click For Summary

Discussion Overview

The discussion revolves around the practical applications of function expansion in mathematics, particularly in the context of a specific mathematical sum and its simplification steps. Participants express confusion regarding the simplification process and seek clarification on the broader relevance of function expansion in real-world scenarios.

Discussion Character

  • Homework-related
  • Technical explanation
  • Conceptual clarification

Main Points Raised

  • One participant expresses confusion about a specific step in a mathematical sum and seeks clarification on how the simplification was achieved.
  • Another participant questions the practical applications of expanding functions, asking how this knowledge can be applied in real life.
  • Several participants provide examples of function expansion, including the squaring of expressions with multiple terms, but do not reach a consensus on the specific simplification in question.
  • There are repeated requests for clarification on the steps involved in the simplification process, indicating a lack of understanding among some participants.
  • One participant explains that function expansion is often used in calculus for integrals and differential equations that cannot be expressed in simpler forms.
  • Another participant attempts to clarify the process of multiplying out terms and keeping only those relevant to the expansion, but does not resolve the initial confusion.

Areas of Agreement / Disagreement

Participants generally agree that function expansion is a complex topic with practical implications in calculus, but there is no consensus on the specific simplification steps or their relevance to practical applications.

Contextual Notes

Participants express uncertainty regarding the assumptions and steps involved in the simplification of the mathematical expression, indicating that some foundational knowledge may be missing or unclear.

RoughRoad
Messages
63
Reaction score
0
In the following attachment file, I have trouble trying to understand a step in sum no.2. In the Step 2 category, 3rd line, I didn't understood how they simplified from the previous step.

Also, wanted to ask one basic question. What exactly is the purpose of that sum in mathematical world? I mean how can I apply this knowledge of expanding functions in practical life?
 

Attachments

  • IMG.jpg
    IMG.jpg
    29.7 KB · Views: 511
Physics news on Phys.org
Help me guys!
 
\left(x + \frac{x^3}{3} + \cdot\cdot\cdot\right) - \frac{1}{2}x^2 + \frac{1}{3}x^3 + \cdot\cdot\cdot= x - \frac{1}{2}x^2 + \frac{x^3}{3} + \frac{x^3}{3} \cdot\cdot\cdot
They're removing the parentheses and rearranging the four terms shown.

RoughRoad said:
Also, wanted to ask one basic question. What exactly is the purpose of that sum in mathematical world? I mean how can I apply this knowledge of expanding functions in practical life?

You'll probably see this kind of function expanding again in calculus when finding integrals that can't be expressed with a finite number of elementary functions or in a somewhat closed form in summation notation, and in differential equations for solutions of some equations that again can't be expressed with a finite number of elementary functions or in summation notation. Other than that, I can't tell you how it's practical in real life (someone else may be able to tell you more about their uses).
 
Bohrok said:
\left(x + \frac{x^3}{3} + \cdot\cdot\cdot\right) - \frac{1}{2}x^2 + \frac{1}{3}x^3 + \cdot\cdot\cdot= x - \frac{1}{2}x^2 + \frac{x^3}{3} + \frac{x^3}{3} \cdot\cdot\cdot

How did the first step that you have shown above come in the first step? That's where my doubt lies.
 
Hi RoughRoad! :smile:

RoughRoad said:
How did the first step that you have shown above come in the first step? That's where my doubt lies.

Simplifying it, you have something like:
(x + x^3 + ...)^2 = (x x + x x^3 + x^3 x + x^3 x^3 + ...) = (x^2 + 2x^4 + x^6 + ...)
If we ignore all terms with a power greater than x3 has, we're left with just x2.
 
I like Serena said:
Hi RoughRoad! :smile:



Simplifying it, you have something like:
(x + x^3 + ...)^2 = (x x + x x^3 + x^3 x + x^3 x^3 + ...) = (x^2 + 2x^4 + x^6 + ...)
If we ignore all terms with a power greater than x3 has, we're left with just x2.

Here, I have edited the image and ow have cropped down the two steps in which I am facing problems. Now, I understood the first step, but can anyone help me how to simplify the first step into the second one? I am still clueless :-(

Thanks for bearing with my stupidity..
 

Attachments

  • lll.jpg
    lll.jpg
    13.3 KB · Views: 514
RoughRoad said:
Here, I have edited the image and ow have cropped down the two steps in which I am facing problems. Now, I understood the first step, but can anyone help me how to simplify the first step into the second one? I am still clueless :-(

Thanks for bearing with my stupidity..

I thought that I explained that step.
I took the large parenthesized squared term, stripped all the fractions (to spare myself a lot of LaTeX typing), and expanded it.
Can you clarify what it is that you do not understand?
 
Since I have no idea what it is that you do not understand, I'm going to gamble.
I suspect that you do not know how to take the square of an expression with more than one term.

So let me give a few examples:

(a+b)(c+d) = ac + ad + bc + bd

(a+b)2
= (a+b)(a+b)
= a2 + ab + ba + b2
= a2 + 2ab + b2

(a+b+c)2
= (a+b+c)(a+b+c)
= a2 + ab + ac + ba + b2 + bc + ca + cb + c2
= a2 + 2ab + 2ac + b2 + 2bc + c2

Are these equation familar?
Or should I explain in more detail?
 
\left(x + \frac{x^3}{3} + \frac{2}{15}x^5 + \cdot\cdot\cdot\right) -\frac{1}{2}\left(x + \frac{x^3}{3} + \frac{2}{15}x^5 + \cdot\cdot\cdot\right)^2 + \frac{1}{3}\left(x + \frac{x^3}{3} + \frac{2}{15}x^5 + \cdot\cdot\cdot\right)^3
So you want to just keep terms up to x3 and ignore any terms with higher powers.
Looking at the terms in the first set of parentheses, only the first two terms meet this requirement, so that's why they're shown in the parentheses in the second line.

Now looking at the second set of parentheses, they have an exponent of 2, so (ignoring the -1/2 in front) that really means you have
\left(x + \frac{x^3}{3} + \frac{2}{15}x^5 + \cdot\cdot\cdot\right)\left(x + \frac{x^3}{3} + \frac{2}{15}x^5 + \cdot\cdot\cdot\right)
If you were to multiply out just the terms shown, you'd see that multiplying the first two terms gives you x2 which turns out to be the only term where the exponent isn't larger than 3; all other "combinations" of multiplying the other terms become terms with exponents larger than 3 and you ignore those. Now going back to the -1/2 in front, you multiply that with the x2 and that gives you the term after the parentheses in the second line.

Do the same thing for the last set of parentheses:
\left(x + \frac{x^3}{3} + \frac{2}{15}x^5 + \cdot\cdot\cdot\right)\left(x + \frac{x^3}{3} + \frac{2}{15}x^5 + \cdot\cdot\cdot\right)\left(x + \frac{x^3}{3} + \frac{2}{15}x^5 + \cdot\cdot\cdot\right)
Again multiplying together the first term of each set of parentheses gives x3, the only term with the exponent not greater than 3; all the others are larger and you ignore those as before.
Multiplying x3 by the 1/3 in front finally gives you the last term shown in that second line.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
6K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K