Homework Statement: Let ##\frac{1}{a}=\frac{1}{b}+\frac{1}{c}##
If ##\frac{db}{dt}=0.2## ,## \frac{dc}{dt}=0.3## , Find ##\frac{da}{dt}## when a=80 , b=100
Homework Equations: -
Since we are supposed to find ##\frac{da}{dt}##, I can deduce that:
## \frac{da}{dt}...
Calculation of Fourier Transform Derivative d/dw (F{x(t)})=d/dw(X(w))
Hello to my Math Fellows,
Problem:
I am looking for a way to calculate w-derivative of Fourier transform,d/dw (F{x(t)}), in terms of regular Fourier transform,X(w)=F{x(t)}.
Definition Based Solution (not good enough):
from...
I thought I would give you guys some justification for why I keep pestering you with this odd numerical technique. I've mentioned its advantages over finite differences quite a few times, so now I am putting it up against symbolic differentiation.
Here is a plot of the function ##x^2 /...
I first solved the first two terms and then i solved the resulting term with the third term and so on.At last i was left with x^n/((x-a1)(x-a2)...(x-an)) .Thrn i took log on both sides and then differentiated both sides with respect to x.I got 1/y dy/dx=n/x -1/(x-a1)-1/(x-a2)...-1/(x-an).But now...
This is a brief interactive session using my ODE Playground, which is my repository of Automatic Differentiation code. It illustrates two solutions of ##\sqrt {2}## with the user-specified function provided via a lambda, using Newton's method and then bisection. Note that the user needs to...
Okay so I'm really not sure where I went wrong here; here's how I worked through it:
$$\ln\left(y+x\right)=x$$
$$\frac{\frac{dy}{dx}+1}{y+x}=1$$
$$\frac{dy}{dx}+1=y+x$$
If ##\ln\left(y+x\right)=x## then ##y+x=e^x## and ##y=e^x-x##
$$\frac{dy}{dx}=y+x-1$$
$$\frac{dy}{dx}=e^x-x+x-1$$...
I am studying Choquet-Bruhat's Introduction to General Relativity, Black Holes and Cosmology, and I don't follow the hint in Exercise I.2.1:
Exercise I.2.1 Let U,V be open subsets of R^d. Prove that a C^1 diffeomorphism f:U-->V with f of class C^k is a C^k diffeomorphism.
Hint: ##\partial (f...
My Question :
Shouldn't differentiating ##-log B## give ##\frac{-\delta B}{B}##?
(Note : A, B and Z are variables not constants)
By extension for ##Z=A^a \,B^b\, C^c## where ##c## is negative, should ##\frac{\Delta Z}Z=|a|\frac{\Delta A}A+|b|\frac{\Delta B}B-|c|\frac{\Delta C}C##?
<Moderator's note: Member has been warned to show some effort before an answer can be given.>
Hello all.
This is my first post in this forum, I am asking for your understanding. I have a problem with the calculus task and I stuck in a dead endso I managed to find a solution on the internet. I...
I am reading Andrew McInerney's book: First Steps in Differential Geometry: Riemannian, Contact, Symplectic ... and I am focused on Chapter 3: Advanced Calculus ... and in particular on Section 3.1: The Derivative and Linear Approximation ...
In Section 3.1 McInerney defines what is meant by...
I am reading Andrew McInerney's book: First Steps in Differential Geometry: Riemannian, Contact, Symplectic ... and I am focused on Chapter 3: Advanced Calculus ... and in particular on Section 3.1: The Derivative and Linear Approximation ...
In Section 3.1 McInerney defines what is meant...
I am reading Andrew McInerney's book: First Steps in Differential Geometry: Riemannian, Contact, Symplectic ... and I am focused on Chapter 3: Advanced Calculus ... and in particular on Section 3.1: The Derivative and Linear Approximation ...
I am trying to fully understand Definition 3.1.1 and...
I am reading Andrew McInerney's book: First Steps in Diofferential Geometry: Riemannian, Contact, Symplectic ... and I am focused on Chapter 3: Advanced Calculus ... and in particular on Section 3.1: The Derivative and Linear Approximation ...
I am trying to fully understand Definition 3.1.1...
Homework Statement
[/B]
From the Rodrigues’ formulae, I want to derive nature of the spherical Bessel and Neumann functions at small values of p.
Homework Equations
[/B]
I'm going to post an image of the Bessel function where we're using a Taylor expansion, which I'm happy with and is as far...
Well I think it is cool anyhow ;)
Here is a dependency-free variable-order double pendulum simulation in about 120 lines of Python. Have you seen the equations of motion for this system?
As usual, this is based on code that I have provided here, but trimmed for maximum impact. Can you see...
Well here is my (I hope successful this time ) attempt at 10. e)
We consider the function ##f(x,y)=\begin{cases}\dfrac{e^{-x|y|}}{y}, y\neq 0 \\ 0, y=0\end{cases}##.
For this function for ##y\neq 0## it is for any ##x##, ##\frac{\partial f}{\partial x}=-\frac{|y|}{y}e^{-x|y|}##.
Also it...
Hi all,
I was working on a problem using Euler-Lagrange equations, and I started wondering about the total and partial derivatives. After some fiddling around in equations, I feel like I have confused myself a bit.
I'm not a mathematician by training, so there must exist some terminology which...
Homework Statement
A spherical balloon is being filled with air at a constant rate of ##2cm^3/sec##.
How fast is the radius increasing when the radius is 3 cm?
Homework EquationsThe Attempt at a Solution
This is a problem given and spelled out in my text. However, it seems to be assuming that...
I'm confused about the mathematics that led to the equation 4.5.9.
Specifically, I'm confused about what the variables that describe U are.
From the equation
I think temperature T(through beta), chemical potential (through alpha), V (through E_s) and N (through... restriction on the...
Homework Statement
Find the derivative of ##f(x)=\frac{e^x-e^{-x}}{e^x+e^{-x}}##
2. Homework Equations The Attempt at a Solution
Please see attached image. The given solution has a 4 in the numerator, and I don't see how I can come across that with the way that I'm going. I think I'm making...
Homework Statement
Find the equation of the tangent line to the graph of the given equation at the indicated point.
##xy^2+sin(πy)-2x^2=10## at point ##(2,-3)##
Homework EquationsThe Attempt at a Solution
Please see attached image so you can see my thought process. I think it would make more...
I have a question regarding the dot product and the cross product differentiation. I was wondering whether:
$$\frac{d(\vec{A}.\vec{B})}{du} = \vec{A}. \frac{d\vec{B}}{du} + \frac{d\vec{A}}{du} .\vec{B}$$
is the same as
$$\frac{d(\vec{A}.\vec{B})}{du} = \frac{d\vec{A}}{du} .\vec{B} + \vec{A}...
Homework Statement
See question number 3
Homework Equations
Work Done="integral" F*ds
The Attempt at a Solution
I tried to solve this question using integration,
I have replaced F with "1" and ds with "t^2+2t".
So I am stuck in at that step.
Please help me differentiate it further or solve...
For this task i have to use differentiation to find a general expression for the rocket's velocity as a function of time.
Q. A toy rocket has been launched straight upward. Altitude y as a function of time is given as y=bt−ct2, w b = 81 m/s , c = 4.9 m/s2 , t is time in seconds, y is in meters...
Homework Statement
I am facing problem in applying the chain rule.
The question which I am trying to solve is,
" Find the second derivative of "
Homework Equations
The Attempt at a Solution
So, differentiated it the first time,
[BY CHAIN RULE]
And now to find the second derivative I...
In Section 7.6 - Equivalence of Lagrange's and Newton's Equations in the Classical Dynamics of Particles and Systems book by Thornton and Marion, pages 255 and 256, introduces the following transformation from the xi-coordinates to the generalized coordinates qj in Equation (7.99):
My...
I am using the "knife-edge" technique to find the intensity profile of a rectangular laser beam. The data that is obtained using this method is power, the integral of intensity. Therefore, to get the intensity profile we must differentiate the data.
So, as expected, my data looks like a ramp...
I'm self-studying field theory and trying to solidify my understanding of index manipulations. So I've been told that there is a general rule: " If the index is lowered on the 'denominator' then it's a raised index". My question is whether this is just a rule or something that can make sense...
I was taking notes recently for delta y/ delta x and noticed there's more than one way to skin a cat... or is there?
I saw the leibniz
dy/dx,
the triangle of change i was taught to use for "difference"
Δy/Δx,
and the mirror six
∂f/∂x
which is some sort of partial differential or something...
Hi,
I have a problem of which I do not know where to start or how to go about solving it.
- The graph of the function equation y=f(x) is shown, where f(x) is a cubic polynomial. The graph cuts through the origin, touches the x-axis at (3,0) and passes through (4,4).
a) - Prove that f(x) =...
Why we write differently d in partial derivation differentiation? Is it because of several variables?
Edited by mentor -- the action of finding a derivative is called differentiation.
I am reading Hugo D. Junghenn's book: "A Course in Real Analysis" ...
I am currently focused on Chapter 9: "Differentiation on Rn"
I need some help with an aspect of Theorem 9.1.10 ...
Theorem 9.1.10 reads as follows:
The proof of Theorem 9.1.10 relies on the definition of the derivative of...
I am reading Hugo D. Junghenn's book: "A Course in Real Analysis" ...
I am currently focused on Chapter 9: "Differentiation on Rn" role="presentation">Rn"
I need some help with an aspect of Theorem 9.1.10 ...
Theorem 9.1.10 reads as follows:
The proof of Theorem 9.1.10 relies on the...
I am reading "Multidimensional Real Analysis I: Differentiation" by J. J. Duistermaat and J. A. C. Kolk ...
I am focused on Chapter 2: Differentiation ... ...
I need help with the proof of Proposition 2.2.9 ... ...
Duistermaat and Kolk's Proposition 2.2.9 read as follows:
In the above text...
Hello all,
I was trying to find derivatives of two functions containing square roots. I got answers which I believe should be correct, however, the answers in the book differ significantly. The first answer of mine was checked in MAPLE and found correct. My guess that the author made some...
The curve has a gradient function dy/dx = 2 +q/(5x^2) where q is a constant, and a turning point at (0.5, -4). Find the value of q.
option 1 : 2.5
option 2: -2.5
option 3: 0
Option 4: -3
I couldn't find the answer and will need assistance to how the answer can be obtained.
I have...
I understand that the terms "differentiation" and "epigenetic" apply to cells in multicellular environment, and that different DNA is expressed to create distinct features in different cells.
What about the process of the creation of distinct features within the cell itself, such as all the...
Question:
Question: Find the point on the curve y=x^2 +1 that is closest to the point (18,1).
Please see the image and that’s where I’m stucked- after taking the first derivate. Please solve it further step by step completely. It’d mean a lot.
I have a very basic knowledge of calculus of one variable .
In the chapter on heat and thermodynamics , ideal gas law PV =nRT is given .
Then the book says, differentiating you get
PdV +VdP = nRdT .
The book doesn't explain the differentiation step .
I think , there are two ways to...
I was thinking and came up with this. I know it's wrong but can't find the mistake :(
dy/dx sin(x) = cos(x)
dy/dx sin(kx) = kcos(kx)
So dy/dx sin(3x) = 3cos(3x)
Now let Y = 3x
dy/dx sin(Y) = cos(Y) = cos(3x)
3cos(3x) = cos(3x)
3 = 1
Where is the mistake?
1. The problem statement, all variables, and given/known data
Find and categorize extremes of the following function: $$F(y)=\int_{y}^{y^{2}}\frac{1}{\ln^{2}x}dx$$ for ##y>1##.
Homework Equations
$$\frac{d}{dx}\int_{a}^{b}f(x,y)dy=\int_{a}^{b}\frac{\partial}{\partial x}\left(f(x,y)\right)dy$$...
I am trying to find out the interference condition between tool and a part. The below attached snapshot is the equation between interference and machine feed. At dy/dx = 0, I will have max. interference, which I intend to find. Except x and y every alphanumeric character in the following...
Homework Statement
I have a system of coupled differential equations representing chemical reactions and given certain initial conditions for the equations I can observe oscillation behaviour when I solved the equations numerically using Euler's Method. However, then it asks to investigate the...
Hi, I was just wondering how one would arrive at the answers to these questions. I have the solution for parts a and b, but not for part c.
Suppose that antibiotics are injected into a patient to treat a sinus infection. The antibiotics circulate in the blood, slowly diffusing into the sinus...
I am reading Andrew Browder's book: "Mathematical Analysis: An Introduction" ... ...
I am currently reading Chapter 8: Differentiable Maps and am specifically focused on Section 8.2 Differentials ...
I need help in fully understanding Browder's comments on Definition 8.9 ... ...
Definition...
I am reading Andrew Browder's book: "Mathematical Analysis: An Introduction" ... ...
I am currently reading Chapter 8: Differentiable Maps and am specifically focused on Section 8.2 Differentials ...
I need help in proving Proposition 8.12 ... ...
Proposition 8.12 and the definitions...