Simplification of $ sqrt{(1-x^2)}$ to $(1-frac{x^2}{2})$
$begingroup$
While following a proof from an electrical engineering book (Design of Analog CMOS Integrated Circuits, second edition from Behzad Razavi ), I came across a simplification which I found curious. In equations 14.18 to 14.19 they state that the following holds for small values of $x$:
$$
sqrt{1-x^2} approx left(1-frac{x^2}{2}right)
$$
I can see that this appears to be the case after simulating this in matlab but it seems unintuitive to me, and I was wondering if anyone here knows the kind of mathematical terms I can use to find some kind of proof for this (or the proof itself).
calculus approximation
$endgroup$
add a comment |
$begingroup$
While following a proof from an electrical engineering book (Design of Analog CMOS Integrated Circuits, second edition from Behzad Razavi ), I came across a simplification which I found curious. In equations 14.18 to 14.19 they state that the following holds for small values of $x$:
$$
sqrt{1-x^2} approx left(1-frac{x^2}{2}right)
$$
I can see that this appears to be the case after simulating this in matlab but it seems unintuitive to me, and I was wondering if anyone here knows the kind of mathematical terms I can use to find some kind of proof for this (or the proof itself).
calculus approximation
$endgroup$
3
$begingroup$
It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
$endgroup$
– Galc127
Dec 16 '18 at 13:52
add a comment |
$begingroup$
While following a proof from an electrical engineering book (Design of Analog CMOS Integrated Circuits, second edition from Behzad Razavi ), I came across a simplification which I found curious. In equations 14.18 to 14.19 they state that the following holds for small values of $x$:
$$
sqrt{1-x^2} approx left(1-frac{x^2}{2}right)
$$
I can see that this appears to be the case after simulating this in matlab but it seems unintuitive to me, and I was wondering if anyone here knows the kind of mathematical terms I can use to find some kind of proof for this (or the proof itself).
calculus approximation
$endgroup$
While following a proof from an electrical engineering book (Design of Analog CMOS Integrated Circuits, second edition from Behzad Razavi ), I came across a simplification which I found curious. In equations 14.18 to 14.19 they state that the following holds for small values of $x$:
$$
sqrt{1-x^2} approx left(1-frac{x^2}{2}right)
$$
I can see that this appears to be the case after simulating this in matlab but it seems unintuitive to me, and I was wondering if anyone here knows the kind of mathematical terms I can use to find some kind of proof for this (or the proof itself).
calculus approximation
calculus approximation
edited Dec 16 '18 at 14:00
Viktor Glombik
9181527
9181527
asked Dec 16 '18 at 13:48
eosuseosus
82
82
3
$begingroup$
It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
$endgroup$
– Galc127
Dec 16 '18 at 13:52
add a comment |
3
$begingroup$
It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
$endgroup$
– Galc127
Dec 16 '18 at 13:52
3
3
$begingroup$
It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
$endgroup$
– Galc127
Dec 16 '18 at 13:52
$begingroup$
It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
$endgroup$
– Galc127
Dec 16 '18 at 13:52
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Term to look for: linear approximation
In general, the best linear approximation for a differentiable function near a point $c$ is
$$
f(x) approx f(c) + f'(c);(x-c)
$$
This is essentially the definition of the derivative. And you should find this in your calculus book soon after the definition of derivative.
Now if $f(x) = sqrt{1-x}$ and $c=0$, we get $f(0)=1$ and $f'(0)=-frac{1}{2}$. So
$$
sqrt{1-x} approx 1 - frac{x}{2}
$$
To get your case, substitute $x^2$ for $x$.
$endgroup$
1
$begingroup$
I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
$endgroup$
– Botond
Dec 16 '18 at 14:04
add a comment |
$begingroup$
Every smooth function can be locally approximated by its tangent (as a consequence of Taylor's theorem).
$$sqrt{1-t}approx 1-frac t2.$$
Hence for small $x$,
$$sqrt{1-x^2}approx 1-frac{x^2}2.$$
The next approximation order is parabolic, corresponding to the "osculatrix parabola" (i.e. same tangent and same curvature)
$$sqrt{1-t}approx 1-frac t2-frac{t^2}8,$$
and
$$sqrt{1-x^2}approx 1-frac{x^2}2-frac{x^4}8,$$
$endgroup$
add a comment |
$begingroup$
Use the Taylor series expansion at $x=0$ to get $sqrt{1-x^2}approx1-frac{x^2}2+o(x^4)$.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3042624%2fsimplification-of-sqrt1-x2-to-1-fracx22%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Term to look for: linear approximation
In general, the best linear approximation for a differentiable function near a point $c$ is
$$
f(x) approx f(c) + f'(c);(x-c)
$$
This is essentially the definition of the derivative. And you should find this in your calculus book soon after the definition of derivative.
Now if $f(x) = sqrt{1-x}$ and $c=0$, we get $f(0)=1$ and $f'(0)=-frac{1}{2}$. So
$$
sqrt{1-x} approx 1 - frac{x}{2}
$$
To get your case, substitute $x^2$ for $x$.
$endgroup$
1
$begingroup$
I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
$endgroup$
– Botond
Dec 16 '18 at 14:04
add a comment |
$begingroup$
Term to look for: linear approximation
In general, the best linear approximation for a differentiable function near a point $c$ is
$$
f(x) approx f(c) + f'(c);(x-c)
$$
This is essentially the definition of the derivative. And you should find this in your calculus book soon after the definition of derivative.
Now if $f(x) = sqrt{1-x}$ and $c=0$, we get $f(0)=1$ and $f'(0)=-frac{1}{2}$. So
$$
sqrt{1-x} approx 1 - frac{x}{2}
$$
To get your case, substitute $x^2$ for $x$.
$endgroup$
1
$begingroup$
I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
$endgroup$
– Botond
Dec 16 '18 at 14:04
add a comment |
$begingroup$
Term to look for: linear approximation
In general, the best linear approximation for a differentiable function near a point $c$ is
$$
f(x) approx f(c) + f'(c);(x-c)
$$
This is essentially the definition of the derivative. And you should find this in your calculus book soon after the definition of derivative.
Now if $f(x) = sqrt{1-x}$ and $c=0$, we get $f(0)=1$ and $f'(0)=-frac{1}{2}$. So
$$
sqrt{1-x} approx 1 - frac{x}{2}
$$
To get your case, substitute $x^2$ for $x$.
$endgroup$
Term to look for: linear approximation
In general, the best linear approximation for a differentiable function near a point $c$ is
$$
f(x) approx f(c) + f'(c);(x-c)
$$
This is essentially the definition of the derivative. And you should find this in your calculus book soon after the definition of derivative.
Now if $f(x) = sqrt{1-x}$ and $c=0$, we get $f(0)=1$ and $f'(0)=-frac{1}{2}$. So
$$
sqrt{1-x} approx 1 - frac{x}{2}
$$
To get your case, substitute $x^2$ for $x$.
edited Dec 16 '18 at 13:58
answered Dec 16 '18 at 13:53
GEdgarGEdgar
62.5k267171
62.5k267171
1
$begingroup$
I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
$endgroup$
– Botond
Dec 16 '18 at 14:04
add a comment |
1
$begingroup$
I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
$endgroup$
– Botond
Dec 16 '18 at 14:04
1
1
$begingroup$
I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
$endgroup$
– Botond
Dec 16 '18 at 14:04
$begingroup$
I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
$endgroup$
– Botond
Dec 16 '18 at 14:04
add a comment |
$begingroup$
Every smooth function can be locally approximated by its tangent (as a consequence of Taylor's theorem).
$$sqrt{1-t}approx 1-frac t2.$$
Hence for small $x$,
$$sqrt{1-x^2}approx 1-frac{x^2}2.$$
The next approximation order is parabolic, corresponding to the "osculatrix parabola" (i.e. same tangent and same curvature)
$$sqrt{1-t}approx 1-frac t2-frac{t^2}8,$$
and
$$sqrt{1-x^2}approx 1-frac{x^2}2-frac{x^4}8,$$
$endgroup$
add a comment |
$begingroup$
Every smooth function can be locally approximated by its tangent (as a consequence of Taylor's theorem).
$$sqrt{1-t}approx 1-frac t2.$$
Hence for small $x$,
$$sqrt{1-x^2}approx 1-frac{x^2}2.$$
The next approximation order is parabolic, corresponding to the "osculatrix parabola" (i.e. same tangent and same curvature)
$$sqrt{1-t}approx 1-frac t2-frac{t^2}8,$$
and
$$sqrt{1-x^2}approx 1-frac{x^2}2-frac{x^4}8,$$
$endgroup$
add a comment |
$begingroup$
Every smooth function can be locally approximated by its tangent (as a consequence of Taylor's theorem).
$$sqrt{1-t}approx 1-frac t2.$$
Hence for small $x$,
$$sqrt{1-x^2}approx 1-frac{x^2}2.$$
The next approximation order is parabolic, corresponding to the "osculatrix parabola" (i.e. same tangent and same curvature)
$$sqrt{1-t}approx 1-frac t2-frac{t^2}8,$$
and
$$sqrt{1-x^2}approx 1-frac{x^2}2-frac{x^4}8,$$
$endgroup$
Every smooth function can be locally approximated by its tangent (as a consequence of Taylor's theorem).
$$sqrt{1-t}approx 1-frac t2.$$
Hence for small $x$,
$$sqrt{1-x^2}approx 1-frac{x^2}2.$$
The next approximation order is parabolic, corresponding to the "osculatrix parabola" (i.e. same tangent and same curvature)
$$sqrt{1-t}approx 1-frac t2-frac{t^2}8,$$
and
$$sqrt{1-x^2}approx 1-frac{x^2}2-frac{x^4}8,$$
edited Dec 16 '18 at 14:10
answered Dec 16 '18 at 14:00
Yves DaoustYves Daoust
128k674226
128k674226
add a comment |
add a comment |
$begingroup$
Use the Taylor series expansion at $x=0$ to get $sqrt{1-x^2}approx1-frac{x^2}2+o(x^4)$.
$endgroup$
add a comment |
$begingroup$
Use the Taylor series expansion at $x=0$ to get $sqrt{1-x^2}approx1-frac{x^2}2+o(x^4)$.
$endgroup$
add a comment |
$begingroup$
Use the Taylor series expansion at $x=0$ to get $sqrt{1-x^2}approx1-frac{x^2}2+o(x^4)$.
$endgroup$
Use the Taylor series expansion at $x=0$ to get $sqrt{1-x^2}approx1-frac{x^2}2+o(x^4)$.
edited Dec 16 '18 at 14:18
answered Dec 16 '18 at 13:59
Chris CusterChris Custer
13.3k3827
13.3k3827
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3042624%2fsimplification-of-sqrt1-x2-to-1-fracx22%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
$begingroup$
It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
$endgroup$
– Galc127
Dec 16 '18 at 13:52