Let's say we are given a function $f(x)$, which is not defined at the point $x_0$. How do we find linear approximation of $f$ near $x_0$? P.S. I wrote "linear" just to make things simpler, I came across this problem while trying to approximate the following function near zero: $\frac{lnx}{x*e^x}$. My problem is that to approximate this function near zero I have to put zero for x in the function as the first (or zeroth) term of Maclaurin series, but this way I get zero in the denominator.
2026-03-24 23:42:40.1774395760
How to use linearization at the point where the given function is not defined
1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- How can I prove that $\int_0^{\frac{\pi}{2}}\frac{\ln(1+\cos(\alpha)\cos(x))}{\cos(x)}dx=\frac{1}{2}\left(\frac{\pi^2}{4}-\alpha^2\right)$?
- Proving the differentiability of the following function of two variables
- If $f ◦f$ is differentiable, then $f ◦f ◦f$ is differentiable
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Number of roots of the e
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- How to prove $\frac 10 \notin \mathbb R $
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
Related Questions in TAYLOR-EXPANSION
- Mc Laurin and his derivative.
- Maclaurin polynomial estimating $\sin 15°$
- why can we expand an expandable function for infinite?
- Solving a limit of $\frac{\ln(x)}{x-1}$ with taylor expansion
- How to I find the Taylor series of $\ln {\frac{|1-x|}{1+x^2}}$?
- Proving the binomial series for all real (complex) n using Taylor series
- Taylor series of multivariable functions problem
- Taylor series of $\frac{\cosh(t)-1}{\sinh(t)}$
- The dimension of formal series modulo $\sin(x)$
- Finding Sum of First Terms
Related Questions in DIVISIBILITY
- Reciprocal-totient function, in term of the totient function?
- Can we find integers $x$ and $y$ such that $f,g,h$ are strictely positive integers
- Positive Integer values of a fraction
- Reciprocal divisibility of equally valued polynomials over a field
- Which sets of base 10 digits have the property that, for every $n$, there is a $n$-digit number made up of these digits that is divisible by $5^n$?
- For which natural numbers are $\phi(n)=2$?
- Interesting property about finite products of $111..1$'s
- Turn polynomial into another form by using synthetic division
- Fractions of the form $\frac{a}{k}\cdot\frac{b}{k}\cdot\frac{c}{k}\cdots=\frac{n}{k}$
- Proof: If $7\mid 4a$, then $7\mid a$
Related Questions in LINEAR-APPROXIMATION
- Product and Quotient Rule proof using linearisation
- Find a vector $x \in \mathbb{R}^n$ such that $x \neq 0$, $x_1w_1 + \dots + x_nw_n \approx 0$ and $x \approx z$
- Linear approximation for an implicit function
- Linear approximation for an implicit function 2
- Differentials: to the nearest milimetre question
- Explanation for the Continuity of the Jacobi Matrix
- Linear Approximation and Volume of Cylinder
- What is the linear approximation of $f(x) = \frac1x$ when $x \approx 0$?
- Placing $n$ linear functions so that it is best fit to another function in integral norm sense?
- Intuition of error in Taylor appoximation and finding error in approximation of a function by a constant function
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Well there are two problems here. Assuming you want to linearize this function in the usual sense of approximating it by first derivative, then you can use a kind of limiting process. In order to evaluate function where it is not formally defined you can use the limiting value.
For example if you want to evaluate a function $f$ at some point $x_0$ where it not defined, you could try evaluating the function in limit as $x \to x_0$. Now in your specific case this will not work as function obviously explodes as it approaches zero. Reason for this is as x goes to zero, the logarithm goes to negative infinity and $\frac{1}{x}$ goes to zero, thus the fraction goes to negative infinity. Further your function is not defined to the left of zero, and there is no way to build a derivative.
Best thing you can hope for is to linearize your function around $0 + \varepsilon$.
Usually even if function is undefined at some point, but is defined on both sides of the point you can use the $ \lim \limits_{h\to 0} \frac{f(x+h) - f(x-h)}{2h}$ definition of limit to evaluate the derivative at that point.
In your case you could say that at zero, the best "linear" approximation to your function is a vertical line through origin.