Proving Continuity & Finding MacLorin Polynom of f(x)

  • Thread starter Thread starter TheForumLord
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 2K views
TheForumLord
Messages
104
Reaction score
0

Homework Statement



A. Let [tex]g(x)= \sigma\frac{1}{sqrt(n)}(x^{2n}-x^{2n+1})[/tex]
Prove g(x) is continuous in [0,1].

B. Let f be a function such as f(0)=1 and there's a neighouhood of x=0 in which :
[tex]f ' (x)= 1+(f(x))^{10}[/tex] .
Find the MacLorin Polynom of degree 3 of f(x).

Homework Equations


The Attempt at a Solution



Have no idea about it...

Thanks in advance
 
Physics news on Phys.org
For A you need to show that g is continuous at each point in [0, 1]. What's the definition of continuity of a function at a point? Do you have to do this by using the definition of continuity or can you use the fact that this is a polynomial and all polynomials are everywhere continuous?

For B you need f(0), f'(0), f''(0), and f'''(0). You already are given that f(0) = 1, and you have f'(x), which you can evaluate at x = 0.

To find f''(0), you need to find f''(x), which you can do by differentiating f'(x), and then evaluate f''(x) at x = 0.
To find f'''(0), differentiate f''(x), and then evaluate at x = 0.
 
TheForumLord said:
[b

B. Let f be a function such as f(0)=1 and there's a neighouhood of x=0 in which :
[tex]f ' (x)= 1+(f(x))^{10}[/tex] .
Find the MacLorin Polynom of degree 3 of f(x).

That's "Maclaurin Polynomial".

Well, don't you just need f(0), f'(0), f''(0) and f''(0) to calculate that series? You are given formulas for f(0) and f'(x). You must need a couple more derivatives. You might need the chain rule. Show us your derivatives.
 
Well, B is completely understandable...
About A->I need to show it's continuous using power-series theorems...If I'll prove that the given power-series is convergeing uniformly to g - I'll be done...I've no idea about it...
I'll be delighted to get some help

Thanks!
 
Power series? g(x) is a polynomial! You don't need to worry about any power series or convergence! A is not asking about a limit as n goes to infinity is it? It is just about a single polynomial for a fixed value of n.

Or was that [itex]\sigma[/itex] supposed to be [itex]\Sigma[/itex]? That is, is this a sum over all n? In that case, because it is a power series, it converges uniformly inside its radius of convergence. You need only show that its radius of convergence includes [0, 1].
 
Last edited by a moderator:
That's excatly what I can't understand...how can I find the eadius of con. in this specific case?


tnx
 
TheForumLord,
A fair amount of time has been wasted because we didn't understand what you were trying to communicate. It has now come to light that your first problem problem is a summation. The Greek alphabet has upper case letters and lower case letters. In particular, upper case sigma, [itex]\Sigma[/itex], is used to represent summations. Lower case sigma, [itex]\sigma[/itex], is used in statistics to represent the population standard deviation. I interpreted [itex]\sigma[/itex] in this problem as a constant. It didn't occur to me that you really meant a summation.

Also, at this stage of your mathematical education, you really ought to learn how to spell "calculus." It's clear to me that you're not likely to be in the finals of a math spelling bee, but at least get calculus right.
 
Dear Mark44... My english is pretty lame indeed but in this particular case, writing calculus in a wrong way was just a typing mistake - which can occur to anyone...

I didn't know how to write Upper case sigma in Latex so please don't judge me...
 
TheForumLord said:
Dear Mark44... My english is pretty lame indeed but in this particular case, writing calculus in a wrong way was just a typing mistake - which can occur to anyone...
Sure, anyone can make a typo, but you can eliminate at least some of them by looking over what you've written before you hit the submit button.
TheForumLord said:
I didn't know how to write Upper case sigma in Latex so please don't judge me...
[ tex] \sigma[/tex] or [ itex] \sigma[/itex] (without the leading space) produces [itex]\sigma[/itex].
[ tex] \Sigma[/tex] or [ itex] \Sigma[/itex] (without the leading space) produces [itex]\Sigma[/itex].

Same for all the rest of the Greek letters.
 
Better is \sum :
[tex]\sum[/tex].

By the way, just clicking on a formula in any post will show you the LaTex code used for it.

Your series can be written by separating the even and odd powers- it is [itex]\sum a_mx^m[/itex] with
[tex]a_m= \sqrt{\frac{2}{m}}[/tex]
if m is even and
[tex]a_m= \sqrt{\frac{2}{m-1}}[/tex]
if m is odd.
As for finding the radius of convergence, using the ratio test gives
[tex]|x|< \sqrt{\frac{m+1}{m}}[/tex]
if n= 2m and
[tex]|x|< \sqrt{\frac{m}{m-1}}[/tex]
if n= 2m+1

What is the limit of those as n goes to infinity?

Of course, you will need to check if the sum converges at x= 1 but that is easy.