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 ...
随机推荐
- UVA 11624 UVA 10047 两道用 BFS进行最短路搜索的题
很少用bfs进行最短路搜索,实际BFS有时候挺方便得,省去了建图以及复杂度也降低了O(N*M): UVA 11624 写的比较挫 #include <iostream> #include ...
- API网关,让您和Serverless再近一步
从软件行业诞生之日起,技术和业务总是相辅相成.业务的创新促进着软件架构从最早期的单体架构.分布式架构,转变到了如今火热的微服务架构,以及云时代下诞生的Serverless架构.API网关作为单体应用和 ...
- xxe
XXE xml external entity injection xml外部实体注入 概述 xml是可扩展的标记语言,涉及被用来传输.存储数据 html被用来显示数据 其中xml的标签没有预定义的, ...
- 查询内核符号链接的信息的API
NtOpenSymbolicLinkObject和NtQuerySymbolicLinkObject获取指定符号链接的信息 版权声明:本文为博主原创文章,未经博主允许不得转载.
- CodeForces-1100C NN and the Optical Illusion 简单数学
题目链接:https://vjudge.net/problem/CodeForces-1100C 题意: 题目给出外部圆的数目n和内部圆的半径r,要求求出外部圆的半径以满足图片要求. 显然这是一道数学 ...
- Thread--线程工作万花筒
线程工作内存图. 线程状态.
- TextView和Button的学习
常用属性,界面跳转,按钮学习,按压颜色的变换,图片的插入学习等 工程目录: MainActivity.java: package com.example.revrse; import androidx ...
- python中selenium自动化常用关键字
一:定位八种方法 例如: 二:常见的webdriver方法 1.浏览器相关:(打开浏览器先导入webdriver模块) (1)set_window_size(480,800)调整浏览器宽高大小 (2) ...
- Spring Cloud Alibaba 教程 | Nacos(四)
Nacos环境隔离 Nacos管理台有一个单独的菜单"命名空间",里面默认存在一个名为"public"的默认命名空间,我们在使用Nacos时不管是作为注册中心还 ...
- ASP.NET ZERO 学习 JTable的使用
View信息: @using Abp.Web.Mvc.Extensions @using MedicalSystem.Authorization @using MedicalSystem.Web.Na ...