How to specify a condition when equating expressions
up vote
1
down vote
favorite
I do not know how this concept is called in mathematics, but when you are working on an expression, you may operate step by step, saying: "this equals this, and equals this, and equals this..."
But sometimes, you need to specify "this equals this, only if x is not zero", for example when operating and putting x into a denominator.
When drawing on a paper you just write around the equal symbol a note and say: "from now on, x cannot be zero", but I don't know how to express this on a TeX version of a mathematical process representation.
I tried it like this, but it doesn't seem very accurate to me:
What is your suggestion or the standard way of achieving this, if any? Thank you.
Edit:
This is the LaTeX code of the attached image example.
begin{aligned}Lleft[ fleft( tright) right] =int ^{infty }_{0}e^{-st}cdot fleft( tright) dt=lim _{brightarrow infty }int ^{b}_{0}e^{-st}.fleft( tright) dt=lim _{brightarrow infty }left[ int ^{3}_{0}e^{-st}cdot 0cdot dt+int ^{b}_{3}e^{-st}cdot 1cdot dtright] =\
=lim _{brightarrow infty }left[ 0+int ^{b}_{3}e^{-st}cdot 1cdot dtright] =lim _{brightarrow infty }left[ dfrac {e^{-st}}{-s}right] ^{b}_{3}=left[ forall sneq 0right] =end{aligned}
equations
add a comment |
up vote
1
down vote
favorite
I do not know how this concept is called in mathematics, but when you are working on an expression, you may operate step by step, saying: "this equals this, and equals this, and equals this..."
But sometimes, you need to specify "this equals this, only if x is not zero", for example when operating and putting x into a denominator.
When drawing on a paper you just write around the equal symbol a note and say: "from now on, x cannot be zero", but I don't know how to express this on a TeX version of a mathematical process representation.
I tried it like this, but it doesn't seem very accurate to me:
What is your suggestion or the standard way of achieving this, if any? Thank you.
Edit:
This is the LaTeX code of the attached image example.
begin{aligned}Lleft[ fleft( tright) right] =int ^{infty }_{0}e^{-st}cdot fleft( tright) dt=lim _{brightarrow infty }int ^{b}_{0}e^{-st}.fleft( tright) dt=lim _{brightarrow infty }left[ int ^{3}_{0}e^{-st}cdot 0cdot dt+int ^{b}_{3}e^{-st}cdot 1cdot dtright] =\
=lim _{brightarrow infty }left[ 0+int ^{b}_{3}e^{-st}cdot 1cdot dtright] =lim _{brightarrow infty }left[ dfrac {e^{-st}}{-s}right] ^{b}_{3}=left[ forall sneq 0right] =end{aligned}
equations
1
BTW, I'm pretty sure we needs > 0
, otherwise the integral doesn't converge.
– Teepeemm
Dec 6 at 1:45
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I do not know how this concept is called in mathematics, but when you are working on an expression, you may operate step by step, saying: "this equals this, and equals this, and equals this..."
But sometimes, you need to specify "this equals this, only if x is not zero", for example when operating and putting x into a denominator.
When drawing on a paper you just write around the equal symbol a note and say: "from now on, x cannot be zero", but I don't know how to express this on a TeX version of a mathematical process representation.
I tried it like this, but it doesn't seem very accurate to me:
What is your suggestion or the standard way of achieving this, if any? Thank you.
Edit:
This is the LaTeX code of the attached image example.
begin{aligned}Lleft[ fleft( tright) right] =int ^{infty }_{0}e^{-st}cdot fleft( tright) dt=lim _{brightarrow infty }int ^{b}_{0}e^{-st}.fleft( tright) dt=lim _{brightarrow infty }left[ int ^{3}_{0}e^{-st}cdot 0cdot dt+int ^{b}_{3}e^{-st}cdot 1cdot dtright] =\
=lim _{brightarrow infty }left[ 0+int ^{b}_{3}e^{-st}cdot 1cdot dtright] =lim _{brightarrow infty }left[ dfrac {e^{-st}}{-s}right] ^{b}_{3}=left[ forall sneq 0right] =end{aligned}
equations
I do not know how this concept is called in mathematics, but when you are working on an expression, you may operate step by step, saying: "this equals this, and equals this, and equals this..."
But sometimes, you need to specify "this equals this, only if x is not zero", for example when operating and putting x into a denominator.
When drawing on a paper you just write around the equal symbol a note and say: "from now on, x cannot be zero", but I don't know how to express this on a TeX version of a mathematical process representation.
I tried it like this, but it doesn't seem very accurate to me:
What is your suggestion or the standard way of achieving this, if any? Thank you.
Edit:
This is the LaTeX code of the attached image example.
begin{aligned}Lleft[ fleft( tright) right] =int ^{infty }_{0}e^{-st}cdot fleft( tright) dt=lim _{brightarrow infty }int ^{b}_{0}e^{-st}.fleft( tright) dt=lim _{brightarrow infty }left[ int ^{3}_{0}e^{-st}cdot 0cdot dt+int ^{b}_{3}e^{-st}cdot 1cdot dtright] =\
=lim _{brightarrow infty }left[ 0+int ^{b}_{3}e^{-st}cdot 1cdot dtright] =lim _{brightarrow infty }left[ dfrac {e^{-st}}{-s}right] ^{b}_{3}=left[ forall sneq 0right] =end{aligned}
equations
equations
edited Dec 5 at 18:16
asked Dec 5 at 16:51
Alvaro Franz
204
204
1
BTW, I'm pretty sure we needs > 0
, otherwise the integral doesn't converge.
– Teepeemm
Dec 6 at 1:45
add a comment |
1
BTW, I'm pretty sure we needs > 0
, otherwise the integral doesn't converge.
– Teepeemm
Dec 6 at 1:45
1
1
BTW, I'm pretty sure we need
s > 0
, otherwise the integral doesn't converge.– Teepeemm
Dec 6 at 1:45
BTW, I'm pretty sure we need
s > 0
, otherwise the integral doesn't converge.– Teepeemm
Dec 6 at 1:45
add a comment |
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
Conditionals in mathematics are often expressed using a { <expr> | <cond> }
format, read as <expr> given <cond>
. Perhaps consider that here:
documentclass{article}
usepackage{mathtools}
newcommand{Laplace}{mathcal{L}laplace}
DeclarePairedDelimiter{laplace}{[}{]}
newcommand{dt}{,mathrm{d}t}
begin{document}
begin{align*}
Laplace[big]{f(t)}
&= int_0^infty e^{-st} cdot f(t) dt \
&= lim_{b rightarrow infty} int_0^b e^{-st} cdot f(t) dt \
&= lim_{b rightarrow infty} biggl[ int_0^3 e^{-st} cdot 0 dt + int_3^b e^{-st} cdot 1 dt biggr] \
&= lim_{b rightarrow infty} biggl[ 0 + int_3^b e^{-st} cdot 1 dt biggr] \
&= lim_{b rightarrow infty} biggl[ dfrac {e^{-st}}{-s} biggmvert s neq 0 biggr]_3^b
end{align*}
end{document}
or just include it as a description:
begin{align*}
% ...
&= lim_{b rightarrow infty} biggl[ dfrac {e^{-st}}{-s} biggr]_3^b qquad text{(where $s neq 0$)}
end{align*}
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
Conditionals in mathematics are often expressed using a { <expr> | <cond> }
format, read as <expr> given <cond>
. Perhaps consider that here:
documentclass{article}
usepackage{mathtools}
newcommand{Laplace}{mathcal{L}laplace}
DeclarePairedDelimiter{laplace}{[}{]}
newcommand{dt}{,mathrm{d}t}
begin{document}
begin{align*}
Laplace[big]{f(t)}
&= int_0^infty e^{-st} cdot f(t) dt \
&= lim_{b rightarrow infty} int_0^b e^{-st} cdot f(t) dt \
&= lim_{b rightarrow infty} biggl[ int_0^3 e^{-st} cdot 0 dt + int_3^b e^{-st} cdot 1 dt biggr] \
&= lim_{b rightarrow infty} biggl[ 0 + int_3^b e^{-st} cdot 1 dt biggr] \
&= lim_{b rightarrow infty} biggl[ dfrac {e^{-st}}{-s} biggmvert s neq 0 biggr]_3^b
end{align*}
end{document}
or just include it as a description:
begin{align*}
% ...
&= lim_{b rightarrow infty} biggl[ dfrac {e^{-st}}{-s} biggr]_3^b qquad text{(where $s neq 0$)}
end{align*}
add a comment |
up vote
3
down vote
accepted
Conditionals in mathematics are often expressed using a { <expr> | <cond> }
format, read as <expr> given <cond>
. Perhaps consider that here:
documentclass{article}
usepackage{mathtools}
newcommand{Laplace}{mathcal{L}laplace}
DeclarePairedDelimiter{laplace}{[}{]}
newcommand{dt}{,mathrm{d}t}
begin{document}
begin{align*}
Laplace[big]{f(t)}
&= int_0^infty e^{-st} cdot f(t) dt \
&= lim_{b rightarrow infty} int_0^b e^{-st} cdot f(t) dt \
&= lim_{b rightarrow infty} biggl[ int_0^3 e^{-st} cdot 0 dt + int_3^b e^{-st} cdot 1 dt biggr] \
&= lim_{b rightarrow infty} biggl[ 0 + int_3^b e^{-st} cdot 1 dt biggr] \
&= lim_{b rightarrow infty} biggl[ dfrac {e^{-st}}{-s} biggmvert s neq 0 biggr]_3^b
end{align*}
end{document}
or just include it as a description:
begin{align*}
% ...
&= lim_{b rightarrow infty} biggl[ dfrac {e^{-st}}{-s} biggr]_3^b qquad text{(where $s neq 0$)}
end{align*}
add a comment |
up vote
3
down vote
accepted
up vote
3
down vote
accepted
Conditionals in mathematics are often expressed using a { <expr> | <cond> }
format, read as <expr> given <cond>
. Perhaps consider that here:
documentclass{article}
usepackage{mathtools}
newcommand{Laplace}{mathcal{L}laplace}
DeclarePairedDelimiter{laplace}{[}{]}
newcommand{dt}{,mathrm{d}t}
begin{document}
begin{align*}
Laplace[big]{f(t)}
&= int_0^infty e^{-st} cdot f(t) dt \
&= lim_{b rightarrow infty} int_0^b e^{-st} cdot f(t) dt \
&= lim_{b rightarrow infty} biggl[ int_0^3 e^{-st} cdot 0 dt + int_3^b e^{-st} cdot 1 dt biggr] \
&= lim_{b rightarrow infty} biggl[ 0 + int_3^b e^{-st} cdot 1 dt biggr] \
&= lim_{b rightarrow infty} biggl[ dfrac {e^{-st}}{-s} biggmvert s neq 0 biggr]_3^b
end{align*}
end{document}
or just include it as a description:
begin{align*}
% ...
&= lim_{b rightarrow infty} biggl[ dfrac {e^{-st}}{-s} biggr]_3^b qquad text{(where $s neq 0$)}
end{align*}
Conditionals in mathematics are often expressed using a { <expr> | <cond> }
format, read as <expr> given <cond>
. Perhaps consider that here:
documentclass{article}
usepackage{mathtools}
newcommand{Laplace}{mathcal{L}laplace}
DeclarePairedDelimiter{laplace}{[}{]}
newcommand{dt}{,mathrm{d}t}
begin{document}
begin{align*}
Laplace[big]{f(t)}
&= int_0^infty e^{-st} cdot f(t) dt \
&= lim_{b rightarrow infty} int_0^b e^{-st} cdot f(t) dt \
&= lim_{b rightarrow infty} biggl[ int_0^3 e^{-st} cdot 0 dt + int_3^b e^{-st} cdot 1 dt biggr] \
&= lim_{b rightarrow infty} biggl[ 0 + int_3^b e^{-st} cdot 1 dt biggr] \
&= lim_{b rightarrow infty} biggl[ dfrac {e^{-st}}{-s} biggmvert s neq 0 biggr]_3^b
end{align*}
end{document}
or just include it as a description:
begin{align*}
% ...
&= lim_{b rightarrow infty} biggl[ dfrac {e^{-st}}{-s} biggr]_3^b qquad text{(where $s neq 0$)}
end{align*}
answered Dec 6 at 1:36
Werner
435k619531641
435k619531641
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX 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.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2ftex.stackexchange.com%2fquestions%2f463344%2fhow-to-specify-a-condition-when-equating-expressions%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
1
BTW, I'm pretty sure we need
s > 0
, otherwise the integral doesn't converge.– Teepeemm
Dec 6 at 1:45