跳到主要内容

参变量函数的导数

有时候,函数的方程并不是由y=f(x)y=f(x)形式给出的,而是使用参变量给出的。有时候也称为参数方程。不同于极坐标,参数方程只有一个变量,因此如果xxyy能够一一对应,那么yy就是xx的函数,因此也能对yy求导。

🔷 定义 4:参变量函数的导数

一般而言,对于由参数方程给出的函数

{x=φ(t)y=ψ(t)\begin{cases} x=\varphi(t)&\\ y=\psi(t)& \end{cases}

其导数为

dydx=limΔt0ψ(t+Δt)ψ(t)φ(t+Δt)φ(t)=limΔt0ψ(t+Δt)ψ(t)ΔtlimΔt0φ(t+Δt)φ(t)Δt=dydtdxdt=ψ(t)φ(t)\begin{align} \frac{dy}{dx}=\lim_{\Delta t\to 0}\frac{\psi(t+\Delta t)-\psi(t)}{\varphi(t+\Delta t)-\varphi(t)} =\frac{\displaystyle \lim_{\Delta t\to 0}\frac{\psi(t+\Delta t)-\psi(t)}{\Delta t}}{\displaystyle \lim_{\Delta t\to 0}\frac{\varphi(t+\Delta t)-\varphi(t)}{\Delta t}} =\frac{\frac{dy}{dt}}{\frac{dx}{dt}}=\frac{\psi'(t)}{\varphi'(t)} \end{align}
📌 5

求上半椭圆x2a2+y2b2=1(a>b>0,y>0)\frac{x^2}{a^2}+\frac{y^2}{b^2}=1(a>b>0,y>0)所确定的y=y(x)y=y(x)的导数。

解: 先写出椭圆参数方程

{x=acosθy=bsinθ\begin{cases} x= a\cos \theta&\\ y = b\sin \theta& \end{cases}

其中0<θ<π0<\theta<\pi,那么

dydx=dydθdxθ=bcosθasinθ=bacotθ\frac{dy}{dx}=\frac{\frac{dy}{d\theta}}{\frac{dx}{\theta}}=\frac{b\cos \theta}{-a\sin\theta}=-\frac{b}{a}\cot \theta
🔵 推论 2

对于某些使用极坐标表示的方程

{x=rcosθy=rsinθ\begin{cases} x=r\cos \theta&\\ y=r\sin\theta& \end{cases}

如果r=r(θ)r=r(\theta),那么也能对yy求导,其导数为

dydx=(r(θ)sinθ)(r(θ)cosθ)=r(θ)sinθ+r(θ)cosθr(θ)cosθr(θ)sinθ\begin{align} \frac{dy}{dx}=\frac{(r(\theta)\sin \theta)'}{(r(\theta)\cos \theta)'}=\frac{r'(\theta)\sin \theta+r(\theta)\cos \theta}{r'(\theta)\cos \theta-r(\theta)\sin \theta} \end{align}
📌 6

{x=cosθy=θsinθ\begin{cases} x=-\cos \theta&\\ y=\theta\sin\theta& \end{cases}

所确定的y=y(x)y=y(x)的导数。

解:

dydx=(θsinθ)(cosθ)=sinθ+θcosθsinθ=1+θcotθ\frac{dy}{dx}=\frac{(\theta\sin\theta)'}{(-\cos \theta)'}=\frac{\sin\theta+\theta\cos\theta}{\sin \theta}=1+\theta\cot\theta