What Goes in the Maclaurin Series for 2^x?

  • Thread starter Thread starter nfcfox
  • Start date Start date
  • Tags Tags
    maclaurin series
Click For Summary

Homework Help Overview

The discussion revolves around finding the Maclaurin series for the function f(x) = 2^x. Participants explore various methods to derive the series, including taking derivatives and considering the relationship between exponential functions and logarithms.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the need to express the series in terms of x and question how the derivatives relate to the series terms. There is also consideration of using the exponential form of the function to simplify the process.

Discussion Status

The conversation includes attempts to clarify the relationship between the derivatives of the function and the terms of the series. Some participants express confusion about the implications of the Maclaurin series and the methods available for finding it. There is a recognition of different approaches, including direct computation of derivatives versus using known series expansions.

Contextual Notes

Some participants indicate uncertainty about the definitions and differences between sequences and series, as well as the specific requirements of the Maclaurin series. The discussion reflects a mix of understanding and confusion regarding the underlying concepts.

nfcfox
Messages
36
Reaction score
0

Homework Statement


Find the Maclaurin series for f(x) by any method.
f(x)=2^x

Homework Equations


d/dx(b^x)= ln(b)b^x

The Attempt at a Solution


Ok so I basically took the derivative about 3 or so times and came out with ∑ n=0 to ∞ of ((ln(2))^n(something has to go here))/n!

This much I have right and all of my answer choices have that, I just don't know what to put in terms of x to satisfy the series. Please help!
 
Physics news on Phys.org
You need to put x^n for n'th term in the series.
 
Guneykan Ozgul said:
You need to put x^n for n'th term in the series.
Right but doesn't that not satisfy the derivatives? Like the first derivative or n=1 is ln(2)2^x but plugging in n=1 to the series with that would give ln(2)x which isn't the same thing...
 
Guneykan Ozgul said:
You need to put x^n for n'th term in the series.
Never mind man I'm thinking about this in a way of just plugging numbers in. I just realized the Maclaurin series states it will be (x-a)^n or just x^n. Thanks for you help!
 
Ooh, the first derivative should be equal to sum of the derivatives of the each term in the series. So the sum should satisfy the series.
 
Guneykan Ozgul said:
Ooh, the first derivative should be equal to sum of the derivatives of the each term in the series. So the sum should satisfy the series.
Ok thanks man. Series has overall been very shaky for me. I really don't understand what any of this means.
 
Maybe this is useful.
 
nfcfox said:

Homework Statement


Find the Maclaurin series for f(x) by any method.
f(x)=2^x

Homework Equations


d/dx(b^x)= ln(b)b^x

The Attempt at a Solution


Ok so I basically took the derivative about 3 or so times and came out with ∑ n=0 to ∞ of ((ln(2))^n(something has to go here))/n!

This much I have right and all of my answer choices have that, I just don't know what to put in terms of x to satisfy the series. Please help!

##2^x = e^{\ln(2) x} = e^{cx}##, where ##c = \ln(2)##.
 
Ray Vickson said:
##2^x = e^{\ln(2) x} = e^{cx}##, where ##c = \ln(2)##.
What's the point of doing that?
 
  • #10
nfcfox said:
What's the point of doing that?

I am not allowed to tell you, since I would be doing the problem for you. However, be assured, it makes everything really, really simple (depending, of course, on what you know already).
 
  • #11
Ray Vickson said:
I am not allowed to tell you, since I would be doing the problem for you. However, be assured, it makes everything really, really simple (depending, of course, on what you know already).
How does it make it easier? We already solved the problem; before, I didn't understand the actual equation.
 
  • #12
Ray Vickson said:
##2^x = e^{\ln(2) x} = e^{cx}##, where ##c = \ln(2)##.

nfcfox said:
What's the point of doing that?

nfcfox said:
How does it make it easier? We already solved the problem; before, I didn't understand the actual equation.
In many of these kinds of problems of finding the Maclaurin series for some function, there are two ways to go. One way is using the definition of the Maclaurin series with many derivatives of the given function. The other way uses shortcuts based on the previously found results. If it's at all feasible, the second method is to be preferred, as it's much less work.

For example, given ##f(x) = \frac 1 {1 - x}##, you can find the coefficients of the Maclaurin series from f(0), f'(0), f''(0), etc, or you can simply use polynomial long division to arrive at ##\frac 1 {1 - x} = 1 + x + x^2 + x^3 + \dots + x^n + \dots##.
 
  • #13
Maclaurin series for ##e^x##:
##x^0 / 0! + x^1 / 1! + x^2 / 2! + x^3 / 3! + x^4 / 4! ...##
Can you rewrite ##2^n## (I use n as x is already used) as some form of ##e^x##? What would x be in terms of constants and n?
 
  • #14
Mark44 said:
In many of these kinds of problems of finding the Maclaurin series for some function, there are two ways to go. One way is using the definition of the Maclaurin series with many derivatives of the given function. The other way uses shortcuts based on the previously found results. If it's at all feasible, the second method is to be preferred, as it's much less work.

For example, given ##f(x) = \frac 1 {1 - x}##, you can find the coefficients of the Maclaurin series from f(0), f'(0), f''(0), etc, or you can simply use polynomial long division to arrive at ##\frac 1 {1 - x} = 1 + x + x^2 + x^3 + \dots + x^n + \dots##.
Wait so 1/(1-x) gets you that sequence? I'm so confused right now.
 
  • #15
nfcfox said:
Wait so 1/(1-x) gets you that sequence? I'm so confused right now.
Do you know what a "geometric series" is?
 
  • #16
nfcfox said:
Wait so 1/(1-x) gets you that sequence? I'm so confused right now.
1/(1 - x) gets you that series, yes. The sequence is {1, x, x2, x3, ..., xn, ...}. The series is the sum of the terms in the sequence. It's important to make sure you understand the difference between these two words: sequence and series.
 
  • #17
nfcfox said:
How does it make it easier? We already solved the problem; before, I didn't understand the actual equation.

IF you know the Maclaurin series ford the exponential (which I hoped/assumed you do) then it is a snap: ##e^y = 1 + y + y^2/2! + y^3/3! + \cdots## ##=\sum_{n=0}^{\infty} y^n/n!##. Put ##y = \ln(2) x## and you are done, with next to zero work.

However, I see that my suggestion in #10 appeared after posts from you that indicated you had already solved the problem; that type of thing happens to me quite often on this Forum, where several posts in a thread appear only after I have composed a message and pressed the "enter" key.
 

Similar threads

  • · Replies 48 ·
2
Replies
48
Views
6K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
6
Views
2K