Skip to main content

All Questions

2 votes
1 answer
54 views

Prove $\ln (1+x) \leq x - x^2/4 $ for $x \leq 1$ using Taylor's theorem

RTP: $\ln (1+x) \leq x - \frac{1}{4} x^2$ for $x \leq 1$ I am trying to prove this specifically using Taylor theorem. Here is what I have so far: $\ln (1+x) = x - \frac{x^2}{2} + \frac{x^3}{3(1+\xi)^3}...
punypaw's user avatar
  • 487
3 votes
1 answer
82 views

Showing the quintessential logarithm property using the Maclaurin series of $\log$

For $-1\le x<1$, we have $$\log(1-x) = -\sum_{k=1}^{\infty} \frac{x^{k}}{k}\\$$ Taking $a,b$ with $|a|,|b|<1$ and $(1-a)(1-b)\le2$, on the function side clearly we have $$\log(1-a)+\log(1-b) = \...
Integrand's user avatar
  • 8,369
0 votes
0 answers
51 views

ln n and pi breakup sequence

To compute the logarithm of an integer efficiently using pen and paper, one can first write the number as a product of numbers close to $1$. For example, $$10 = \left(\frac{64}{63}\right)^{63}\left(\...
Axel's user avatar
  • 303
2 votes
0 answers
69 views

Show that $ \lim_{x \to -\infty} (1 + \sum_{n=1}^{\infty} (\frac{x}{\ln^2(n+1)})^n ) = 0$

Let $x$ be real and define the entire function $f(x)$ as $$ f(x) = 1 + \sum_{n=1}^{\infty} (\frac{x}{\ln^2(n+1)})^n $$ Now we have that $$ \lim_{x \to -\infty} f(x) = \lim_{x \to -\infty} (1 + \sum_{...
mick's user avatar
  • 16.4k
3 votes
1 answer
112 views

verifying the Taylor expansion of ln(1+x) satisfies the properties of logarithm

Background: I want to verify the Taylor expansion of $\ln(1+x)$ does satisfy the properties of logarithm. Question: Let $f(1+x) = x-\frac{x^2}{2}+\frac{x^3}{3}-\frac{x^4}{4}+\cdots$. Without using the ...
nextQuestion's user avatar
0 votes
0 answers
151 views

What will be the series for $ \ln(1 + x) $ where $ x > 1 \in \mathbb{R} $? [duplicate]

I'm developing my own Real Number class in Python for my projects. In that class, user can store or access $ n \in \mathbb{N} $ number of digits after the decimal point. Everything is completed, ...
Debtanu Gupta's user avatar
0 votes
1 answer
101 views

Write the function $\log(1+x), x\in(-1,1]$ by expanding it into an infinite series by application of Taylor's Theorem.

Write the function $\log(1+x), x\in(-1,1]$ by expanding it into an infinite series by application of Taylor's Theorem. I tried solving this as follows: We know that, (Taylor's Theorem in Cauchy's form ...
Thomas Finley's user avatar
1 vote
1 answer
69 views

$O(\exp(\ln(x) \ln(\ln(x))^2)) = \sum_{n=0}^{\infty} a_n x^n$ and $0 < a_n$ asymptotics?

Consider for $x>e^e$ and $0<A<5$: $$g_A(x) = \exp(\ln(x) \ln(\ln(x))^A)$$ I want to find a function $f_A(x)$ , $$f_A(x) = a_0(A) + a_1(A) x + a_2(A) x^2 + ... = \sum_{n=0}^{\infty} a_n(A) x^n$...
mick's user avatar
  • 16.4k
2 votes
1 answer
430 views

Closed-form Maclaurin series of $\log\cosh(x)$

I know the first few terms are: $$ \log\cosh(x) = \frac{x^2}{2} - \frac{x^4}{12} + \frac{x^6}{45} + \mathcal{O}(x^8) $$ Is there a closed-form expression for the $n$'th coefficient of this expansion?
a06e's user avatar
  • 6,771
0 votes
1 answer
53 views

$|\frac{x^h -1}{h}-\log(x)|\leq \frac{|h||\log(x)|^2 }{2}\exp(|h\log(x)|), \quad 0<|h|<1.$

I'm trying to prove the following inequality: $$\left\lvert\frac{x^h -1}{h}-\log(x)\right\rvert\leq \frac{|h||\log(x)|^2 }{2}\exp(|h\log(x)|), \quad 0<|h|<1.$$ What I've tried: By the Taylor ...
M.Ramana's user avatar
  • 2,783
0 votes
0 answers
45 views

Inverse exponential formula

The exponential formula (or polymer expansion, see https://en.wikipedia.org/wiki/Exponential_formula), allows one to transform a power series: $$f(x) = a_1x+\frac{a_2}{2}x^2 + \dots = \sum_{n=1}^\...
a06e's user avatar
  • 6,771
0 votes
0 answers
45 views

Approximating difference betwen $\log$ function

How should the difference between $\log$ at different points $a, b$ be approximated (say via the Taylor series)? So, I'm trying to approximate the following term $\log(a) - \log(b)$ where $a, b \in [0,...
Peeveey's user avatar
2 votes
1 answer
66 views

Use Taylor's theorem to derive an expression for $\log\left(1-\frac{1}{(n+1)^\alpha}\right)-\log\left(1-\frac{1}{n^\alpha}\right)$

In Some asymptotic expressions in the theory of numbers, the author asserts on p.119 that $\log\left(1-\frac{1}{(n+1)^\alpha}\right)-\log\left(1-\frac{1}{n^\alpha}\right)=\frac{\alpha}{n^{1+\alpha}-n}-...
Aaron Andersen's user avatar
3 votes
0 answers
96 views

Show that $\exp\circ\log = \operatorname{id}$ with Taylor series [duplicate]

Good evening! We all know that $\exp(x) = \sum\limits_{k=0}^\infty \frac{x^k}{k!}$ holds for all $x\in\mathbb{R}$ and $\log(x) = \sum\limits_{j=1}^\infty (-1)^{j-1}\frac{(x-1)^j}{j}$ holds for $|x-1|&...
Nuke_Gunray's user avatar
  • 2,766
4 votes
3 answers
201 views

Representing $\frac{1}{x^2}$ in powers of $(x+2)$

I was asked to represent $f(x)=\frac{1}{x^2}$ in powers of $(x+2)$ using the fact that $\frac{1}{1 − x} = 1 + x + x^2 + x^3 + ...$. I am able to represent $\frac{1}{x^2}$ as a power series, but I am ...
lafinur's user avatar
  • 3,468

15 30 50 per page
1
2 3 4 5
10