Introduction to Differential Equations,Exercise 1.1,1.5,1.6,1.8,1.9,1.10
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的更多相关文章
- symmetry methods for differential equations,exercise 1.4
tex文档: \documentclass[a4paper, 12pt]{article} % Font size (can be 10pt, 11pt or 12pt) and paper size ...
- Introduction to Differential Equations,Michael E.Taylor,Page 3,4 注记
此文是对 [Introduction to Differential Equations,Michael E.Taylor] 第3页的一个注记.在该页中,作者给了微分方程$$\frac{dx}{dt} ...
- [家里蹲大学数学杂志]第269期韩青编《A Basic Course in Partial Differential Equations》 前五章习题解答
1.Introduction 2.First-order Differential Equations Exercise2.1. Find solutons of the following inti ...
- A Basic Course in Partial Differential Equations
A Basic Course in Partial Differential Equations, Qing Han, 2011 [下载说明:点击链接,等待5秒, 点击右上角的跳过广告后调至下载页面, ...
- 【线性代数】6-3:微分方程的应用(Applications to Differential Equations)
title: [线性代数]6-3:微分方程的应用(Applications to Differential Equations) categories: Mathematic Linear Algeb ...
- NIPS2018最佳论文解读:Neural Ordinary Differential Equations
NIPS2018最佳论文解读:Neural Ordinary Differential Equations 雷锋网2019-01-10 23:32 雷锋网 AI 科技评论按,不久前,NeurI ...
- An Introduction to Differential Privacy
原文链接:An Introduction to Differential Privacy 差分隐私算法可以允许分析人员执行良性的聚合分析,同时保证个人隐私得到切实的保护.. 背景数据分析中的隐私保护技 ...
- 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+ ...
- 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 ...
随机推荐
- 吴裕雄--天生自然JAVA SPRING框架开发学习笔记:Spring DI(依赖注入)的实现方式属性注入和构造注入
依赖注入(Dependency Injection,DI)和控制反转含义相同,它们是从两个角度描述的同一个概念. 当某个 Java 实例需要另一个 Java 实例时,传统的方法是由调用者创建被调用者的 ...
- POJ 1164:The Castle
The Castle Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 6677 Accepted: 3767 Descri ...
- openstack trove mongodb配置项
systemLog.verbosity 组件的默认日志消息详细程度级别. 详细程度级别决定MongoDB输出的信息和调试消息量. 详细级别可以在0到5之间: 0是MongoDB的默认日志详细程度级别, ...
- html_位置偏移属性position
定位属性 位置属性position:static.relative.absolute.fixed 偏移属性:top.bottom.left.right 浮动定位属性:float/clear 1.浮动定 ...
- mybatis中#{}和${}的区别及order by的sql注入问题
mybatis的#{}和${}的区别以及order by注入问题 原文 http://www.cnblogs.com/chyu/p/4389701.html 前言略,直奔主题.. #{}相当于j ...
- 吴裕雄--天生自然TensorFlow2教程:数学运算
import tensorflow as tf b = tf.fill([2, 2], 2.) a = tf.ones([2, 2]) a+b a-b a*b a/b b // a b % a tf. ...
- Nginx系列p1:安装
学习新的知识都要从搭建环境开始,今天我们就来学习搭建一个 Nginx 环境. 环境:Ubuntu16.04 STL Nginx 1.16.1 Stable version 前言:当然可以通过 apt- ...
- PAT Advanced 1043 Is It a Binary Search Tree (25) [⼆叉查找树BST]
题目 A Binary Search Tree (BST) is recursively defined as a binary tree which has the following proper ...
- python刷LeetCode:5. 最长回文子串
难度等级:中等 题目描述: 给定一个字符串 s,找到 s 中最长的回文子串.你可以假设 s 的最大长度为 1000. 示例 1: 输入: "babad"输出: "bab& ...
- Mybatis实现联合查询(六)
1. 疑问 在之前的章节中我们阐述了如何用Mybatis实现检查的查询,而我们实际的需求中,绝大部分查询都不只是针对单张数据表的简单查询,所以我们接下来要看一下Mybatis如何实现联合查询. 2. ...