I was wondering what i am doing wrong in my proof of the formula $$A=\int r^2/2$$ First of all we know, given parametric equations $x=f(t)$ and $y=h(t)$ the area represented by that parametric curve is $$\int h(t)*f'(t)$$ (A side not question about that, will this "double" count the area if the parametric curve makes loops in the same place? Also is this actual area, or area under the graph?). Now assuming validity of this foprmula we know that apolar function can be seen as a parametric equation $x=r\cos(\theta)$ $y=r\sin(\theta)$. Hence using the formula we obtain $$\int -r^2\sin^2(\theta)+rr'sin(\theta)\cos(\theta)$$ Now unless i am missing something very obious, $r^2/2$ is not equal the expression above. What is going on here?
2026-03-25 11:13:24.1774437204
Proof of the formula for area of a polar function.
553 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PROOF-VERIFICATION
- how is my proof on equinumerous sets
- Existence of a denumerble partition.
- Confirmation of Proof: $\forall n \in \mathbb{N}, \ \pi (n) \geqslant \frac{\log n}{2\log 2}$
- Calculating probabilities using Markov chains.
- Solution to a hard inequality
- Given a function, prove that it's injective
- Is the following set open/closed/compact in the metric space?
- Surjective function proof
- Possible Error in Dedekind Construction of Stillwell's Book
- Proving dual convex cone property
Related Questions in FAKE-PROOFS
- Fake induction, can't find flaw, every graph with zero edges is connected
- A possible proof of Brocard’s Problem?
- How can I express a resulting discrepancy? (Proving $\varphi(x \in G) = x^{-1}$ is an automorphism iff G is abelian)
- An irreducible topological space $X$ admits a constant sheaf iff it is indiscrete.
- Difference between minus one and plus one induction?
- Every group is solvable, fake proof.
- If $ImA = (ImB)^{\bot}$ then $B^TA = 0$
- $\cos(\frac{2 \pi}{n}) = 1 \ \forall n \geq 1$? Need help in finding my mistake.
- Do all series whose terms are differences between a sequence and its limit diverge?
- Mistake in the wording of a question about the cardinality of a set of primes?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The quoted formula, $$\int h(t)*f'(t) dt$$ refers to the area under the graph, down to the $x$-axis. This is because $$\int h(t)f'(t) dt=\int y\frac{dx}{dt}dt=\int y dx.$$ In fact your deduction is correct and your second formula gives the area under a polar curve, down to the $x$-axis.
However, the formula is sensitive to the direction that the curve is following. So if the curve moves towards the negative $x$-direction, then the resulting area is negative (because $f'(t)<0$). As a test, try $r=1$ (circle) from $\theta=0$ to $\theta=\pi/2$; your formula gives the correct $\pi/4$ (but negative).