Skip to content

Commit 215f6ab

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <[email protected]>
1 parent 0437782 commit 215f6ab

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

README.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,40 +63,37 @@ Below are the exercises solved in this repository. They have been written in LaT
6363

6464
### [Exercicise A:]()
6565

66+
${\huge \bf \int \left(x^{\frac{3}{2}} + 2x + 1\right) \, dx}$
6667

67-
${\huge \bf \int \left(x^{\frac{3}{2}} + 2x + 1\right) \, dx}$
6868

69-
70-
[**Solution:**: We can integrate each term separately:]()
69+
[**Solution:**: We can integrate each term separately:]()
7170

7271

7372
$\huge \bf \int x^{\frac{3}{2}} \, dx + \int 2x \, dx + \int 1 \, dx$
7473

7574

76-
[**1st:**]()
75+
[**1st:**]()
7776

7877
$\huge \bf \int x^{\frac{3}{2}} dx$
7978

80-
<br>
8179

82-
$$\huge \bf \frac{x^{\frac{3}{2} + 1}}{\frac{3}{2} + 1} \rightarrow \frac{x^{\frac{5}{2}}}{\frac{5}{2}} \rightarrow \frac{2}{5}x^{\frac{5}{2}}$$
80+
$\huge \bf \frac{x^{\frac{3}{2} + 1}}{\frac{3}{2} + 1} \rightarrow \frac{x^{\frac{5}{2}}}{\frac{5}{2}} \rightarrow \frac{2}{5}x^{\frac{5}{2}}$
8381

84-
<br><br>
82+
<br>
8583

86-
[**2st:**]() ☞ $\huge \bf \int 2x dx\$
84+
[**2st:**]()
8785

88-
<br>
86+
$\huge \bf \int 2x dx\$
8987

90-
$$\huge \bf \frac{x^{1+1}}{1+1} \rightarrow 2 \cdot \frac{x^2}{2} \rightarrow x^2$$
88+
$\huge \bf \frac{x^{1+1}}{1+1} \rightarrow 2 \cdot \frac{x^2}{2} \rightarrow x^2$
9189

92-
<br><br>
90+
<br>
9391

94-
[**3st:**]()
92+
[**3st:**]()
9593

96-
$\huge \bf \int 1 dx$
97-
98-
<p align="center"> The indefinite integral of \(1\) with respect to \(x\) is given by:
94+
$\huge \bf \int 1 dx$
9995

96+
The indefinite integral of \(1\) with respect to \(x\) is given by: ☟
10097

10198
$\huge \bf \int 1 \, dx \rightarrow x + k$
10299

@@ -106,11 +103,9 @@ $\huge \bf \int 1 \, dx \rightarrow x + k$
106103
$\huge \bf \ x + k$
107104

108105

109-
[**Final Result:**]()
110-
111-
112-
$$\huge \bf \int \left(x^{\frac{3}{2}} + 2x + 1\right) \, dx \rightarrow \frac{2}{5}x^{\frac{5}{2}} + x^2 + x + k$$
106+
[**Final Result:**]()
113107

108+
$\huge \bf \int \left(x^{\frac{3}{2}} + 2x + 1\right) \, dx \rightarrow \frac{2}{5}x^{\frac{5}{2}} + x^2 + x + k$
114109

115110
#
116111

0 commit comments

Comments
 (0)