As noted,if $z=x+iy$,$x,y\in\mathbf{R}$,then $|z|=\sqrt{x^2+y^2}$ is equivalent to $|z|^2=z\overline{z}$.Use this to show that if also $w\in\mathbf{C}$,
$$
|zw|=|z|\cdot|w|.
$$

Solve:
  $|zw|^{2}=(zw)\cdot
  (\overline{zw})=(zw)\cdot(\overline{z}\cdot\overline{w})=(z\cdot \overline{z})\cdot(w\cdot\overline{w})=|z|^{2}|w|^2$.

Note that
\begin{align*}
  |z+w|^2&=(z+w)(\overline{z}+\overline{w})
\\&=|z|^2+|w|^2+w\overline{z}+z\overline{w}
\\&=|z|^2+|w|^2+2\mathbf{Re}zw.
\end{align*}
Show that $\mathbf{Re}(zw)\leq |zw|$ and use this in concert with an expansion of $(|z|+|w|)^2$ and the first identity above to deduce that
$$
|z+w|\leq |z|+|w|.
$$


Evaluate
$$
\int_0^y \frac{dx}{1+x^2}.
$$

solve:Let $x=\tan\theta$.Then
$$
\int_0^y \frac{dx}{1+x^2}=\int_0^y\cos^2\theta dx=\int_0^{\arctan y}\cos^2\theta \frac{d\theta}{\cos^2\theta}=\arctan y.
$$


Evaluate
$$
\int_0^y \frac{dx}{\sqrt{1-x^2}}.
$$
Solve:Let $x=\cos t$,where $t\in [0,\pi]$.Then

$$\int_0^y \frac{dx}{\sin t}=\int_{\frac{\pi}{2}}^{\arccos y}-1dt=\frac{\pi}{2}-\arccos y.$$

1.8 Set
$$
\cosh t=\frac{1}{2}(e^t+e^{-t}),\sinh t=\frac{1}{2}(e^t-e^{-t}).
$$
Show that
$$
\frac{d}{dt}\cosh t=\sinh t,\frac{d}{dt}\sinh t=\cosh t,
$$
and
$$
\cosh^2t-\sinh^2t=1.
$$

Proof:Simple.

1.9 Evaluate
$$
\int_0^y \frac{dx}{\sqrt{1+x^2}}.
$$

Solve:Let $x=\sinh t$,so
$$
\int_0^y \frac{dx}{\cosh t}=\int_0^{\sinh^{-1} y}1 dt=\ln (y+\sqrt{1+y^2}).
$$

1.10 Evaluate
$$
\int_0^y \sqrt{1+x^2}dx.
$$

Solve:Let $x=\sinh t$,then
$$
\int_0^y \sqrt{1+x^2}dx=\int_0^{\ln (y+\sqrt{1+y^2})} \cosh^{2} t
dt=\frac{1}{2}\int_0^{\ln(y+\sqrt{1+y^2})}(\cosh 2t+1)dt=\frac{y
  \sqrt{1+y^2}+\ln (y+\sqrt{1+y^2})}{2}.
$$

Introduction to Differential Equations,Exercise 1.1,1.5,1.6,1.8,1.9,1.10的更多相关文章

  1. symmetry methods for differential equations,exercise 1.4

    tex文档: \documentclass[a4paper, 12pt]{article} % Font size (can be 10pt, 11pt or 12pt) and paper size ...

  2. Introduction to Differential Equations,Michael E.Taylor,Page 3,4 注记

    此文是对 [Introduction to Differential Equations,Michael E.Taylor] 第3页的一个注记.在该页中,作者给了微分方程$$\frac{dx}{dt} ...

  3. [家里蹲大学数学杂志]第269期韩青编《A Basic Course in Partial Differential Equations》 前五章习题解答

    1.Introduction 2.First-order Differential Equations Exercise2.1. Find solutons of the following inti ...

  4. A Basic Course in Partial Differential Equations

    A Basic Course in Partial Differential Equations, Qing Han, 2011 [下载说明:点击链接,等待5秒, 点击右上角的跳过广告后调至下载页面, ...

  5. 【线性代数】6-3:微分方程的应用(Applications to Differential Equations)

    title: [线性代数]6-3:微分方程的应用(Applications to Differential Equations) categories: Mathematic Linear Algeb ...

  6. NIPS2018最佳论文解读:Neural Ordinary Differential Equations

    NIPS2018最佳论文解读:Neural Ordinary Differential Equations 雷锋网2019-01-10 23:32     雷锋网 AI 科技评论按,不久前,NeurI ...

  7. An Introduction to Differential Privacy

    原文链接:An Introduction to Differential Privacy 差分隐私算法可以允许分析人员执行良性的聚合分析,同时保证个人隐私得到切实的保护.. 背景数据分析中的隐私保护技 ...

  8. Solving ordinary differential equations I(Nonstiff Problems),Exercise 1.2:A wrong solution

    (Newton 1671, “Problema II, Solutio particulare”). Solve the total differential equation $$3x^2-2ax+ ...

  9. Solving ordinary differential equations I(nonstiff problems),exercise 1.1

    Solve equation $y'=1-3x+y+x^2+xy$ with another initial value $y(0)=1$. Solve: We solve this by using ...

随机推荐

  1. HandyJSON.Metadata.Class Xcode10.2, swift5.0 报错 linker command failed with exit code 1

    https://blog.csdn.net/weiwandaixu_/article/details/88842491 2019年03月27日 13:35:40 一如初夏丿 阅读数:31 标签: li ...

  2. PAT Advanced 1013 Battle Over Cities (25) [图的遍历,统计连通分量的个数,DFS,BFS,并查集]

    题目 It is vitally important to have all the cities connected by highways in a war. If a city is occup ...

  3. CodeForces - 748E Santa Claus and Tangerines(二分)

    题意:将n个蛋糕分给k个人,要保证每个人都有蛋糕或蛋糕块,蛋糕可切, 1.若蛋糕值为偶数,那一次可切成对等的两块. 2.若蛋糕值为奇数,则切成的两块蛋糕其中一个比另一个蛋糕值多1. 3.若蛋糕值为1, ...

  4. QMainWindow的空间布局结构

    简单讲一下Qt的QMainWindow的结构,Qt的顶级窗口有三种类型,首先是万恶之源(...应该说是大部分控件的父类...)的QWidget,然后是QMainWidget和QDialog,后面两者也 ...

  5. 关于Java的String字符串常量的长度问题

    虽然这种问题应该很难遇到,但是遇到了也会感到莫名其妙.不知道大家有没有遇到那种在java代码里用字符串写sql语句的情况,但是如果sql语句字符串的长度太长的话就会报错. 代码如下: 代码A Stri ...

  6. hdu 3483 矩阵乘法

    这个题目上周对抗赛题目,搞了我好久 对数学这种不是很敏感 其实都不是自己想出来的,看其他的资料和博客的推导 还是有点难度的,反正我是推不出来 通过二项式定理的化简 有两个博客写得比较好 http:// ...

  7. spyder.app制作图标

    安装了 anaconda3, 自带spyder, 但是只能在terminal 中打开, 非常不友好. 模仿 anaconda3/目录下 Anaconda-Navigator.app, 制作了 spyd ...

  8. Microsoft SQL Server Management Studio连接后报“ viewInfo (Microsoft.SqlServer.Management.SqlStudio.Expl”

    解决办法: 在路径:C:\Users\你的用户名\AppData\Local\Temp\”新建文件夹并命名为2,如果已经有 2 则看清楚是否是文件而不是文件夹,删掉文件改为文件夹: 如果是找不到\Us ...

  9. 吴裕雄--天生自然MySQL学习笔记:MySQL 复制表

    如果需要完全的复制MySQL的数据表,包括表的结构,索引,默认值等. 如果仅仅使用CREATE TABLE ... SELECT 命令,是无法实现的. 如何完整的复制MySQL数据表,步骤如下: 使用 ...

  10. Linux无法连接网络解决方案

    上次在VM中装好Linux以后,用xshell可以连接上Linux,可是今天在启动虚拟机打开Linux以后,发现又没有网络连接了,因为要用xshell连接的话首先要知道Linux的ipv4地址,在li ...