How do I create spaces without introducing \?How to shorten/shrink spaces between words?Introducing a...

Today is the Center

Why doesn't H₄O²⁺ exist?

How much RAM could one put in a typical 80386 setup?

What's the point of deactivating Num Lock on login screens?

Minkowski space

"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"

What does it mean to describe someone as a butt steak?

Do I have a twin with permutated remainders?

Mage Armor with Defense fighting style (for Adventurers League bladeslinger)

Why, historically, did Gödel think CH was false?

Modeling an IPv4 Address

Python: next in for loop

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

Is this a crack on the carbon frame?

How old can references or sources in a thesis be?

Email Account under attack (really) - anything I can do?

How is it possible to have an ability score that is less than 3?

Languages that we cannot (dis)prove to be Context-Free

Writing rule stating superpower from different root cause is bad writing

Test whether all array elements are factors of a number

Why did Neo believe he could trust the machine when he asked for peace?

can i play a electric guitar through a bass amp?

How can bays and straits be determined in a procedurally generated map?

Adding span tags within wp_list_pages list items



How do I create spaces without introducing \?


How to shorten/shrink spaces between words?Introducing a controllable space in a tableHow to put white spaces in JLaTeXMathHow do you create spaces between Images?Hyphen separating symbols, without intervening spacesHow to make the spaces tighterCount Characters without SpacesBeamer presentation without stretching of vertical spacesCreate macro to replace double spaces with backslashFloatBarriers create spaces before next text













2















This is the following code that I have so far:



documentclass{article}
usepackage[left=1.5in, right=1.5in, top=0.5in]{geometry}

usepackage{amsmath}
usepackage{mathtools}
usepackage{amsthm}

usepackage{graphicx}
usepackage{setspace}

onehalfspacing

DeclareMathOperator{Log}{Log}

begin{document}

title{Homework Chapter 5}
author{}

maketitle

section*{Section 5.2: 4, 5, and 7}

paragraph{4.}
Let $alpha$ be a complex number. Show that if $(1+z)^{alpha}$ is taken
as $e^{alpha Log(1+z)}$, then for $|z|< 1$
begin{equation*}
(1+z)^{alpha} = 1 + frac{alpha}{1}z +
frac{alpha(alpha -1)}{1cdot2}z^{2} +
frac{alpha(alpha-1)(alpha-2)}{1cdot2cdot3}z^{3} + dotsb
end{equation*}
In general,
begin{equation}
frac{d^{j}}{dz^{j}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
end{equation}
We can prove result (1) by induction. For our base case, we let $j=1$. Hence,
begin{equation}
frac{d}{dz}(1+z_0)^{alpha} = alpha (1+z_0)^{alpha - 1}
end{equation}
Now for our induction hypothesis, we let $j=k$ and assume that
begin{equation}
frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}
end{equation}
And so,
begin{equation}
frac{d}{dz}Big[frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}Big] = frac{d}{dz}Big[frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}Big] = frac{alpha !, (1+z_0)^{alpha -k - 1}}{(alpha -k -1)!} = frac{alpha !, (1+z_0)^{alpha-(k+1)}}{[alpha - (k+1)]!}
end{equation}
Since (3) holds for $j = k + 1$, it follows that (1) holds for all positive integers $j$. QED
Expanding (1), we have
begin{equation}
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!} = frac{alpha (alpha-1) dots (alpha-j)! , (1+z_0)^{alpha - j}}{(a-j)!} = alpha (alpha - 1) dots (alpha - j + 1) (1+z_0)^{alpha - j}.
end{equation}
The Taylor series for $e^{alpha Log(1+z)}$ about $z_0=0$ is thus
begin{equation}
1 + sum_{j=1}^{infty} frac{alpha , (alpha - 1) dots (alpha - j + 1)}{j!}z^{j}
end{equation}

end{document}


How do I create vertical space between
Since (3) holds for $j = k + 1$, it follows that (1) holds for all positive integers $j$. QED



and



Expanding (1), we have 









share|improve this question







New contributor




K.M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • You could use something like medskip or bigskip.

    – leandriis
    10 hours ago






  • 1





    paragraphs should be separated by a blank line in the source. Also note that paragraph is a 4th level heading designed to follow sussubsection

    – David Carlisle
    10 hours ago











  • log with a capital L is called the principal log. It's used in complex analysis to specify that the log function is continuous everywhere except the negative real axis.

    – K.M
    9 hours ago











  • @DavidCarlisle: Where specifically would I add the blank line?

    – K.M
    9 hours ago











  • If you want Expanding... to start a new paragraph then it should have a blank line before it, otherwise it is a continuation of the previous sentence and will appear on the same line.

    – David Carlisle
    9 hours ago
















2















This is the following code that I have so far:



documentclass{article}
usepackage[left=1.5in, right=1.5in, top=0.5in]{geometry}

usepackage{amsmath}
usepackage{mathtools}
usepackage{amsthm}

usepackage{graphicx}
usepackage{setspace}

onehalfspacing

DeclareMathOperator{Log}{Log}

begin{document}

title{Homework Chapter 5}
author{}

maketitle

section*{Section 5.2: 4, 5, and 7}

paragraph{4.}
Let $alpha$ be a complex number. Show that if $(1+z)^{alpha}$ is taken
as $e^{alpha Log(1+z)}$, then for $|z|< 1$
begin{equation*}
(1+z)^{alpha} = 1 + frac{alpha}{1}z +
frac{alpha(alpha -1)}{1cdot2}z^{2} +
frac{alpha(alpha-1)(alpha-2)}{1cdot2cdot3}z^{3} + dotsb
end{equation*}
In general,
begin{equation}
frac{d^{j}}{dz^{j}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
end{equation}
We can prove result (1) by induction. For our base case, we let $j=1$. Hence,
begin{equation}
frac{d}{dz}(1+z_0)^{alpha} = alpha (1+z_0)^{alpha - 1}
end{equation}
Now for our induction hypothesis, we let $j=k$ and assume that
begin{equation}
frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}
end{equation}
And so,
begin{equation}
frac{d}{dz}Big[frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}Big] = frac{d}{dz}Big[frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}Big] = frac{alpha !, (1+z_0)^{alpha -k - 1}}{(alpha -k -1)!} = frac{alpha !, (1+z_0)^{alpha-(k+1)}}{[alpha - (k+1)]!}
end{equation}
Since (3) holds for $j = k + 1$, it follows that (1) holds for all positive integers $j$. QED
Expanding (1), we have
begin{equation}
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!} = frac{alpha (alpha-1) dots (alpha-j)! , (1+z_0)^{alpha - j}}{(a-j)!} = alpha (alpha - 1) dots (alpha - j + 1) (1+z_0)^{alpha - j}.
end{equation}
The Taylor series for $e^{alpha Log(1+z)}$ about $z_0=0$ is thus
begin{equation}
1 + sum_{j=1}^{infty} frac{alpha , (alpha - 1) dots (alpha - j + 1)}{j!}z^{j}
end{equation}

end{document}


How do I create vertical space between
Since (3) holds for $j = k + 1$, it follows that (1) holds for all positive integers $j$. QED



and



Expanding (1), we have 









share|improve this question







New contributor




K.M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • You could use something like medskip or bigskip.

    – leandriis
    10 hours ago






  • 1





    paragraphs should be separated by a blank line in the source. Also note that paragraph is a 4th level heading designed to follow sussubsection

    – David Carlisle
    10 hours ago











  • log with a capital L is called the principal log. It's used in complex analysis to specify that the log function is continuous everywhere except the negative real axis.

    – K.M
    9 hours ago











  • @DavidCarlisle: Where specifically would I add the blank line?

    – K.M
    9 hours ago











  • If you want Expanding... to start a new paragraph then it should have a blank line before it, otherwise it is a continuation of the previous sentence and will appear on the same line.

    – David Carlisle
    9 hours ago














2












2








2








This is the following code that I have so far:



documentclass{article}
usepackage[left=1.5in, right=1.5in, top=0.5in]{geometry}

usepackage{amsmath}
usepackage{mathtools}
usepackage{amsthm}

usepackage{graphicx}
usepackage{setspace}

onehalfspacing

DeclareMathOperator{Log}{Log}

begin{document}

title{Homework Chapter 5}
author{}

maketitle

section*{Section 5.2: 4, 5, and 7}

paragraph{4.}
Let $alpha$ be a complex number. Show that if $(1+z)^{alpha}$ is taken
as $e^{alpha Log(1+z)}$, then for $|z|< 1$
begin{equation*}
(1+z)^{alpha} = 1 + frac{alpha}{1}z +
frac{alpha(alpha -1)}{1cdot2}z^{2} +
frac{alpha(alpha-1)(alpha-2)}{1cdot2cdot3}z^{3} + dotsb
end{equation*}
In general,
begin{equation}
frac{d^{j}}{dz^{j}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
end{equation}
We can prove result (1) by induction. For our base case, we let $j=1$. Hence,
begin{equation}
frac{d}{dz}(1+z_0)^{alpha} = alpha (1+z_0)^{alpha - 1}
end{equation}
Now for our induction hypothesis, we let $j=k$ and assume that
begin{equation}
frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}
end{equation}
And so,
begin{equation}
frac{d}{dz}Big[frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}Big] = frac{d}{dz}Big[frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}Big] = frac{alpha !, (1+z_0)^{alpha -k - 1}}{(alpha -k -1)!} = frac{alpha !, (1+z_0)^{alpha-(k+1)}}{[alpha - (k+1)]!}
end{equation}
Since (3) holds for $j = k + 1$, it follows that (1) holds for all positive integers $j$. QED
Expanding (1), we have
begin{equation}
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!} = frac{alpha (alpha-1) dots (alpha-j)! , (1+z_0)^{alpha - j}}{(a-j)!} = alpha (alpha - 1) dots (alpha - j + 1) (1+z_0)^{alpha - j}.
end{equation}
The Taylor series for $e^{alpha Log(1+z)}$ about $z_0=0$ is thus
begin{equation}
1 + sum_{j=1}^{infty} frac{alpha , (alpha - 1) dots (alpha - j + 1)}{j!}z^{j}
end{equation}

end{document}


How do I create vertical space between
Since (3) holds for $j = k + 1$, it follows that (1) holds for all positive integers $j$. QED



and



Expanding (1), we have 









share|improve this question







New contributor




K.M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












This is the following code that I have so far:



documentclass{article}
usepackage[left=1.5in, right=1.5in, top=0.5in]{geometry}

usepackage{amsmath}
usepackage{mathtools}
usepackage{amsthm}

usepackage{graphicx}
usepackage{setspace}

onehalfspacing

DeclareMathOperator{Log}{Log}

begin{document}

title{Homework Chapter 5}
author{}

maketitle

section*{Section 5.2: 4, 5, and 7}

paragraph{4.}
Let $alpha$ be a complex number. Show that if $(1+z)^{alpha}$ is taken
as $e^{alpha Log(1+z)}$, then for $|z|< 1$
begin{equation*}
(1+z)^{alpha} = 1 + frac{alpha}{1}z +
frac{alpha(alpha -1)}{1cdot2}z^{2} +
frac{alpha(alpha-1)(alpha-2)}{1cdot2cdot3}z^{3} + dotsb
end{equation*}
In general,
begin{equation}
frac{d^{j}}{dz^{j}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
end{equation}
We can prove result (1) by induction. For our base case, we let $j=1$. Hence,
begin{equation}
frac{d}{dz}(1+z_0)^{alpha} = alpha (1+z_0)^{alpha - 1}
end{equation}
Now for our induction hypothesis, we let $j=k$ and assume that
begin{equation}
frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}
end{equation}
And so,
begin{equation}
frac{d}{dz}Big[frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}Big] = frac{d}{dz}Big[frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}Big] = frac{alpha !, (1+z_0)^{alpha -k - 1}}{(alpha -k -1)!} = frac{alpha !, (1+z_0)^{alpha-(k+1)}}{[alpha - (k+1)]!}
end{equation}
Since (3) holds for $j = k + 1$, it follows that (1) holds for all positive integers $j$. QED
Expanding (1), we have
begin{equation}
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!} = frac{alpha (alpha-1) dots (alpha-j)! , (1+z_0)^{alpha - j}}{(a-j)!} = alpha (alpha - 1) dots (alpha - j + 1) (1+z_0)^{alpha - j}.
end{equation}
The Taylor series for $e^{alpha Log(1+z)}$ about $z_0=0$ is thus
begin{equation}
1 + sum_{j=1}^{infty} frac{alpha , (alpha - 1) dots (alpha - j + 1)}{j!}z^{j}
end{equation}

end{document}


How do I create vertical space between
Since (3) holds for $j = k + 1$, it follows that (1) holds for all positive integers $j$. QED



and



Expanding (1), we have 






spacing






share|improve this question







New contributor




K.M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




K.M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




K.M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 10 hours ago









K.MK.M

1675




1675




New contributor




K.M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





K.M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






K.M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • You could use something like medskip or bigskip.

    – leandriis
    10 hours ago






  • 1





    paragraphs should be separated by a blank line in the source. Also note that paragraph is a 4th level heading designed to follow sussubsection

    – David Carlisle
    10 hours ago











  • log with a capital L is called the principal log. It's used in complex analysis to specify that the log function is continuous everywhere except the negative real axis.

    – K.M
    9 hours ago











  • @DavidCarlisle: Where specifically would I add the blank line?

    – K.M
    9 hours ago











  • If you want Expanding... to start a new paragraph then it should have a blank line before it, otherwise it is a continuation of the previous sentence and will appear on the same line.

    – David Carlisle
    9 hours ago



















  • You could use something like medskip or bigskip.

    – leandriis
    10 hours ago






  • 1





    paragraphs should be separated by a blank line in the source. Also note that paragraph is a 4th level heading designed to follow sussubsection

    – David Carlisle
    10 hours ago











  • log with a capital L is called the principal log. It's used in complex analysis to specify that the log function is continuous everywhere except the negative real axis.

    – K.M
    9 hours ago











  • @DavidCarlisle: Where specifically would I add the blank line?

    – K.M
    9 hours ago











  • If you want Expanding... to start a new paragraph then it should have a blank line before it, otherwise it is a continuation of the previous sentence and will appear on the same line.

    – David Carlisle
    9 hours ago

















You could use something like medskip or bigskip.

– leandriis
10 hours ago





You could use something like medskip or bigskip.

– leandriis
10 hours ago




1




1





paragraphs should be separated by a blank line in the source. Also note that paragraph is a 4th level heading designed to follow sussubsection

– David Carlisle
10 hours ago





paragraphs should be separated by a blank line in the source. Also note that paragraph is a 4th level heading designed to follow sussubsection

– David Carlisle
10 hours ago













log with a capital L is called the principal log. It's used in complex analysis to specify that the log function is continuous everywhere except the negative real axis.

– K.M
9 hours ago





log with a capital L is called the principal log. It's used in complex analysis to specify that the log function is continuous everywhere except the negative real axis.

– K.M
9 hours ago













@DavidCarlisle: Where specifically would I add the blank line?

– K.M
9 hours ago





@DavidCarlisle: Where specifically would I add the blank line?

– K.M
9 hours ago













If you want Expanding... to start a new paragraph then it should have a blank line before it, otherwise it is a continuation of the previous sentence and will appear on the same line.

– David Carlisle
9 hours ago





If you want Expanding... to start a new paragraph then it should have a blank line before it, otherwise it is a continuation of the previous sentence and will appear on the same line.

– David Carlisle
9 hours ago










1 Answer
1






active

oldest

votes


















2














I don't think it's necessary to create extra vertical whitespace above "Expanding (1), we have". A paragraph break (with indentation of the string "Expanding (1), we have") should be enough for your readers to note a "break" in the action.



Do replace the two instances of dots with either dotsb or cdots, though.



enter image description here



documentclass{article}
usepackage[hmargin=1.5in, top=0.5in]{geometry}

%%usepackage{amsmath}
usepackage{mathtools} % loads "amsmath" automatically
DeclareMathOperator{Log}{Log}
usepackage{amsthm,graphicx}
usepackage{setspace}
onehalfspacing

begin{document}

title{Homework Chapter 5}
author{}

maketitle

section*{Section 5.2: 4, 5, and 7}

paragraph{4.}
Let $alpha$ be a complex number. Show that if $(1+z)^{alpha}$ is taken
as $e^{alpha Log(1+z)}$, then for $|z|< 1$,
begin{equation*}
(1+z)^{alpha} = 1 + frac{alpha}{1}z +
frac{alpha(alpha -1)}{1cdot2}z^{2} +
frac{alpha(alpha-1)(alpha-2)}{1cdot2cdot3}z^{3} + dotsb
end{equation*}
In general,
begin{equation} label{eq:1}
frac{d^{j}}{dz^{j}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
end{equation}
% A blank line creates a paragraph break:

We can prove result eqref{eq:1} by induction. For our base case,
we let $j=1$. Hence,
begin{equation}
frac{d}{dz}(1+z_0)^{alpha} = alpha (1+z_0)^{alpha - 1}
end{equation}
Now for our induction hypothesis, we let $j=k$ and assume that
begin{equation}label{eq:3}
frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!},.
end{equation}
And so,
begin{equation}
frac{d}{dz}Bigl[frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}Bigr]
= frac{d}{dz}Bigl[frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}Bigr]
= frac{alpha !, (1+z_0)^{alpha -k - 1}}{(alpha -k -1)!}
= frac{alpha !, (1+z_0)^{alpha-(k+1)}}{[alpha - (k+1)]!}
end{equation}
Since eqref{eq:3} holds for $j = k + 1$, it follows that eqref{eq:1}
holds for all positive integers~$j$. QED
% A blank line creates a paragraph break:

Expanding eqref{eq:1}, we have
begin{equation}
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
= frac{alpha (alpha-1) dotsb (alpha-j)! , (1+z_0)^{alpha - j}}{(a-j)!}
= alpha (alpha - 1) dotsb (alpha - j + 1) (1+z_0)^{alpha - j}.
end{equation}
The Taylor series for $e^{alpha Log(1+z)}$ about $z_0=0$ is thus
begin{equation}
1 + sum_{j=1}^{infty} frac{alpha , (alpha - 1) dotsb (alpha - j + 1)}{j!}z^{j}
end{equation}

end{document}





share|improve this answer
























  • Incidentally, I think it wouldn't hurt to remind your readers that the final result was derived under the assumption that |z|<1.

    – Mico
    8 hours ago












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






K.M is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483531%2fhow-do-i-create-spaces-without-introducing%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














I don't think it's necessary to create extra vertical whitespace above "Expanding (1), we have". A paragraph break (with indentation of the string "Expanding (1), we have") should be enough for your readers to note a "break" in the action.



Do replace the two instances of dots with either dotsb or cdots, though.



enter image description here



documentclass{article}
usepackage[hmargin=1.5in, top=0.5in]{geometry}

%%usepackage{amsmath}
usepackage{mathtools} % loads "amsmath" automatically
DeclareMathOperator{Log}{Log}
usepackage{amsthm,graphicx}
usepackage{setspace}
onehalfspacing

begin{document}

title{Homework Chapter 5}
author{}

maketitle

section*{Section 5.2: 4, 5, and 7}

paragraph{4.}
Let $alpha$ be a complex number. Show that if $(1+z)^{alpha}$ is taken
as $e^{alpha Log(1+z)}$, then for $|z|< 1$,
begin{equation*}
(1+z)^{alpha} = 1 + frac{alpha}{1}z +
frac{alpha(alpha -1)}{1cdot2}z^{2} +
frac{alpha(alpha-1)(alpha-2)}{1cdot2cdot3}z^{3} + dotsb
end{equation*}
In general,
begin{equation} label{eq:1}
frac{d^{j}}{dz^{j}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
end{equation}
% A blank line creates a paragraph break:

We can prove result eqref{eq:1} by induction. For our base case,
we let $j=1$. Hence,
begin{equation}
frac{d}{dz}(1+z_0)^{alpha} = alpha (1+z_0)^{alpha - 1}
end{equation}
Now for our induction hypothesis, we let $j=k$ and assume that
begin{equation}label{eq:3}
frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!},.
end{equation}
And so,
begin{equation}
frac{d}{dz}Bigl[frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}Bigr]
= frac{d}{dz}Bigl[frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}Bigr]
= frac{alpha !, (1+z_0)^{alpha -k - 1}}{(alpha -k -1)!}
= frac{alpha !, (1+z_0)^{alpha-(k+1)}}{[alpha - (k+1)]!}
end{equation}
Since eqref{eq:3} holds for $j = k + 1$, it follows that eqref{eq:1}
holds for all positive integers~$j$. QED
% A blank line creates a paragraph break:

Expanding eqref{eq:1}, we have
begin{equation}
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
= frac{alpha (alpha-1) dotsb (alpha-j)! , (1+z_0)^{alpha - j}}{(a-j)!}
= alpha (alpha - 1) dotsb (alpha - j + 1) (1+z_0)^{alpha - j}.
end{equation}
The Taylor series for $e^{alpha Log(1+z)}$ about $z_0=0$ is thus
begin{equation}
1 + sum_{j=1}^{infty} frac{alpha , (alpha - 1) dotsb (alpha - j + 1)}{j!}z^{j}
end{equation}

end{document}





share|improve this answer
























  • Incidentally, I think it wouldn't hurt to remind your readers that the final result was derived under the assumption that |z|<1.

    – Mico
    8 hours ago
















2














I don't think it's necessary to create extra vertical whitespace above "Expanding (1), we have". A paragraph break (with indentation of the string "Expanding (1), we have") should be enough for your readers to note a "break" in the action.



Do replace the two instances of dots with either dotsb or cdots, though.



enter image description here



documentclass{article}
usepackage[hmargin=1.5in, top=0.5in]{geometry}

%%usepackage{amsmath}
usepackage{mathtools} % loads "amsmath" automatically
DeclareMathOperator{Log}{Log}
usepackage{amsthm,graphicx}
usepackage{setspace}
onehalfspacing

begin{document}

title{Homework Chapter 5}
author{}

maketitle

section*{Section 5.2: 4, 5, and 7}

paragraph{4.}
Let $alpha$ be a complex number. Show that if $(1+z)^{alpha}$ is taken
as $e^{alpha Log(1+z)}$, then for $|z|< 1$,
begin{equation*}
(1+z)^{alpha} = 1 + frac{alpha}{1}z +
frac{alpha(alpha -1)}{1cdot2}z^{2} +
frac{alpha(alpha-1)(alpha-2)}{1cdot2cdot3}z^{3} + dotsb
end{equation*}
In general,
begin{equation} label{eq:1}
frac{d^{j}}{dz^{j}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
end{equation}
% A blank line creates a paragraph break:

We can prove result eqref{eq:1} by induction. For our base case,
we let $j=1$. Hence,
begin{equation}
frac{d}{dz}(1+z_0)^{alpha} = alpha (1+z_0)^{alpha - 1}
end{equation}
Now for our induction hypothesis, we let $j=k$ and assume that
begin{equation}label{eq:3}
frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!},.
end{equation}
And so,
begin{equation}
frac{d}{dz}Bigl[frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}Bigr]
= frac{d}{dz}Bigl[frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}Bigr]
= frac{alpha !, (1+z_0)^{alpha -k - 1}}{(alpha -k -1)!}
= frac{alpha !, (1+z_0)^{alpha-(k+1)}}{[alpha - (k+1)]!}
end{equation}
Since eqref{eq:3} holds for $j = k + 1$, it follows that eqref{eq:1}
holds for all positive integers~$j$. QED
% A blank line creates a paragraph break:

Expanding eqref{eq:1}, we have
begin{equation}
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
= frac{alpha (alpha-1) dotsb (alpha-j)! , (1+z_0)^{alpha - j}}{(a-j)!}
= alpha (alpha - 1) dotsb (alpha - j + 1) (1+z_0)^{alpha - j}.
end{equation}
The Taylor series for $e^{alpha Log(1+z)}$ about $z_0=0$ is thus
begin{equation}
1 + sum_{j=1}^{infty} frac{alpha , (alpha - 1) dotsb (alpha - j + 1)}{j!}z^{j}
end{equation}

end{document}





share|improve this answer
























  • Incidentally, I think it wouldn't hurt to remind your readers that the final result was derived under the assumption that |z|<1.

    – Mico
    8 hours ago














2












2








2







I don't think it's necessary to create extra vertical whitespace above "Expanding (1), we have". A paragraph break (with indentation of the string "Expanding (1), we have") should be enough for your readers to note a "break" in the action.



Do replace the two instances of dots with either dotsb or cdots, though.



enter image description here



documentclass{article}
usepackage[hmargin=1.5in, top=0.5in]{geometry}

%%usepackage{amsmath}
usepackage{mathtools} % loads "amsmath" automatically
DeclareMathOperator{Log}{Log}
usepackage{amsthm,graphicx}
usepackage{setspace}
onehalfspacing

begin{document}

title{Homework Chapter 5}
author{}

maketitle

section*{Section 5.2: 4, 5, and 7}

paragraph{4.}
Let $alpha$ be a complex number. Show that if $(1+z)^{alpha}$ is taken
as $e^{alpha Log(1+z)}$, then for $|z|< 1$,
begin{equation*}
(1+z)^{alpha} = 1 + frac{alpha}{1}z +
frac{alpha(alpha -1)}{1cdot2}z^{2} +
frac{alpha(alpha-1)(alpha-2)}{1cdot2cdot3}z^{3} + dotsb
end{equation*}
In general,
begin{equation} label{eq:1}
frac{d^{j}}{dz^{j}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
end{equation}
% A blank line creates a paragraph break:

We can prove result eqref{eq:1} by induction. For our base case,
we let $j=1$. Hence,
begin{equation}
frac{d}{dz}(1+z_0)^{alpha} = alpha (1+z_0)^{alpha - 1}
end{equation}
Now for our induction hypothesis, we let $j=k$ and assume that
begin{equation}label{eq:3}
frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!},.
end{equation}
And so,
begin{equation}
frac{d}{dz}Bigl[frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}Bigr]
= frac{d}{dz}Bigl[frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}Bigr]
= frac{alpha !, (1+z_0)^{alpha -k - 1}}{(alpha -k -1)!}
= frac{alpha !, (1+z_0)^{alpha-(k+1)}}{[alpha - (k+1)]!}
end{equation}
Since eqref{eq:3} holds for $j = k + 1$, it follows that eqref{eq:1}
holds for all positive integers~$j$. QED
% A blank line creates a paragraph break:

Expanding eqref{eq:1}, we have
begin{equation}
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
= frac{alpha (alpha-1) dotsb (alpha-j)! , (1+z_0)^{alpha - j}}{(a-j)!}
= alpha (alpha - 1) dotsb (alpha - j + 1) (1+z_0)^{alpha - j}.
end{equation}
The Taylor series for $e^{alpha Log(1+z)}$ about $z_0=0$ is thus
begin{equation}
1 + sum_{j=1}^{infty} frac{alpha , (alpha - 1) dotsb (alpha - j + 1)}{j!}z^{j}
end{equation}

end{document}





share|improve this answer













I don't think it's necessary to create extra vertical whitespace above "Expanding (1), we have". A paragraph break (with indentation of the string "Expanding (1), we have") should be enough for your readers to note a "break" in the action.



Do replace the two instances of dots with either dotsb or cdots, though.



enter image description here



documentclass{article}
usepackage[hmargin=1.5in, top=0.5in]{geometry}

%%usepackage{amsmath}
usepackage{mathtools} % loads "amsmath" automatically
DeclareMathOperator{Log}{Log}
usepackage{amsthm,graphicx}
usepackage{setspace}
onehalfspacing

begin{document}

title{Homework Chapter 5}
author{}

maketitle

section*{Section 5.2: 4, 5, and 7}

paragraph{4.}
Let $alpha$ be a complex number. Show that if $(1+z)^{alpha}$ is taken
as $e^{alpha Log(1+z)}$, then for $|z|< 1$,
begin{equation*}
(1+z)^{alpha} = 1 + frac{alpha}{1}z +
frac{alpha(alpha -1)}{1cdot2}z^{2} +
frac{alpha(alpha-1)(alpha-2)}{1cdot2cdot3}z^{3} + dotsb
end{equation*}
In general,
begin{equation} label{eq:1}
frac{d^{j}}{dz^{j}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
end{equation}
% A blank line creates a paragraph break:

We can prove result eqref{eq:1} by induction. For our base case,
we let $j=1$. Hence,
begin{equation}
frac{d}{dz}(1+z_0)^{alpha} = alpha (1+z_0)^{alpha - 1}
end{equation}
Now for our induction hypothesis, we let $j=k$ and assume that
begin{equation}label{eq:3}
frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}=
frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!},.
end{equation}
And so,
begin{equation}
frac{d}{dz}Bigl[frac{d^{k}}{dz^{k}}(1+z_0)^{alpha}Bigr]
= frac{d}{dz}Bigl[frac{alpha! , (1+z_0)^{alpha - k}}{(alpha - k)!}Bigr]
= frac{alpha !, (1+z_0)^{alpha -k - 1}}{(alpha -k -1)!}
= frac{alpha !, (1+z_0)^{alpha-(k+1)}}{[alpha - (k+1)]!}
end{equation}
Since eqref{eq:3} holds for $j = k + 1$, it follows that eqref{eq:1}
holds for all positive integers~$j$. QED
% A blank line creates a paragraph break:

Expanding eqref{eq:1}, we have
begin{equation}
frac{alpha! , (1+z_0)^{alpha - j}}{(alpha - j)!}
= frac{alpha (alpha-1) dotsb (alpha-j)! , (1+z_0)^{alpha - j}}{(a-j)!}
= alpha (alpha - 1) dotsb (alpha - j + 1) (1+z_0)^{alpha - j}.
end{equation}
The Taylor series for $e^{alpha Log(1+z)}$ about $z_0=0$ is thus
begin{equation}
1 + sum_{j=1}^{infty} frac{alpha , (alpha - 1) dotsb (alpha - j + 1)}{j!}z^{j}
end{equation}

end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered 9 hours ago









MicoMico

285k31388778




285k31388778













  • Incidentally, I think it wouldn't hurt to remind your readers that the final result was derived under the assumption that |z|<1.

    – Mico
    8 hours ago



















  • Incidentally, I think it wouldn't hurt to remind your readers that the final result was derived under the assumption that |z|<1.

    – Mico
    8 hours ago

















Incidentally, I think it wouldn't hurt to remind your readers that the final result was derived under the assumption that |z|<1.

– Mico
8 hours ago





Incidentally, I think it wouldn't hurt to remind your readers that the final result was derived under the assumption that |z|<1.

– Mico
8 hours ago










K.M is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















K.M is a new contributor. Be nice, and check out our Code of Conduct.













K.M is a new contributor. Be nice, and check out our Code of Conduct.












K.M is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483531%2fhow-do-i-create-spaces-without-introducing%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...