How can we solve this Putnam equation exactly?

  • Thread starter agro
  • Start date
In summary, the conversation discusses a problem from the 54th William Lowell Putnam Mathematical Competition regarding finding the value of k that would make two given areas on a graph equal. The conversation includes various approaches and equations, but it is concluded that the exact value of k may not be possible to find. The problem is based on an exercise from Howard Anton's Calculus 7th edition.
  • #1
agro
46
0
I'll describe a problem from William Lowell Putnam Mathematical Competition (54th, problem A1):

There is an image of the graph y = sin x where x ranges from 0 to pi. The graph of y = k where 0 < k < 1 is also drawn there.

Clearly y = k intersects y = sin x at two places, call them (x1, k) and (x2, k).

Let us define

A1 = area bounded above by y = k, below by y = sin x, left by x = 0, and right by x = x1

A2 = area bounded above by y = sin x, below by y = k (the left endpoint is at x = x1 and the right endpoint is at x = x2)

Now we must find k (NOTE by me: the problem asks us to find, not approximate) such that that A1 = A2.

I reduced this problem to the equation:

[tex]
\sin{x_1} = \frac{2}{\pi - 2 + 2x_1}
[/tex]

Where k = sin x1. (try to derive this equation :) )

I can approximate x1, and thus k, using a graphing calculator (and I think it's possible to approximate it using Newton's method) but I can't see how I can find the exact value of k. Is it even possible? If so, how?

Thank you.
 
Physics news on Phys.org
  • #2
You know that sin is symmetric about [itex]\pi /2[/itex]. Define t such that sin(t) = k. So, we want to find:

[tex]A_1 = A_2[/tex]

[tex]2\int _0 ^t k - \sin (x)\, dx = \int _t ^{\pi - t} \sin (x) - k\, dx[/tex]

[tex]2\left (kx + \cos (x)\right )_0 ^t = \left (-\cos (x) - kx\right ) _t ^{\pi - t}[/tex]

[tex]2(kt + \cos (t) - 1) = -\cos (\pi - t) - k(\pi - t) + \cos (t) + kt[/tex]

From here, it's just some simple algebra to solve for k. You'll need to use the fact that sin(t) = k, and [itex]\cos (a + b) = \cos (a) \cos (b) - \sin (a) \sin (b)[/itex].
 
  • #3
the simplest equation I could get was:

[tex] \cos(x_2) + x_2 \sin(x_2) = 1 [/tex]

This gives an approximate answer for x2 of 2.33112237. I don't think this has a closed form solution.
 
  • #4
You sure you have the right problem? That doesn't look like A1 of the 54th exam...
 
  • #5
Oops, I didn't even read the problem correctly. My approach should be modified to start with:

[tex]\int _0 ^t k - \sin (x)\, dx = \int _t ^{\pi - t} \sin (x) - k\, dx[/tex]

which makes the problem much harder.
 
  • #6
I have a solution, but something is wrong with it, but what?:

[tex]\int _0 ^t k - \sin (x)\, dx = \int _t ^{\pi - t} \sin (x) - k\, dx[/tex]

[tex](kx + \cos (x))_0 ^t = (-\cos (x) - kx)_t ^{\pi - t}[/tex]

[tex]kt + \cos (t) - 1 = -\cos (\pi - t) - k(\pi - t) + \cos (t) + kt[/tex]

[tex]-1 = -(\cos (\pi )\cos (t) + \sin (\pi )\sin (t)) - k\pi + kt[/tex]

[tex]-1 = \cos (t) - k\pi + kt[/tex]

[tex]\cos (t) = k(\pi - t) - 1[/tex]

[tex]1 - \sin ^2 (t) = k^2(\pi - t)^2 - 2k(\pi - t) + 1[/tex]

Recall that sin(t) = k, so:

[tex]- \sin ^2(t) = \sin ^2(t)(\pi - t)^2 - 2\sin (t)(\pi - t)[/tex]

[tex]\sin ^2 (t) ((\pi - t)^2 + 1) = 2\sin (t)(\pi - t)[/tex]

[tex]\sin (t) ((\pi - t)^2 + 1) = 2(\pi - t)[/tex]

[tex]\sin (t) = \frac{2(\pi - t)}{(\pi - t)^2 + 1}[/tex]

Now, note that:

[tex]\sin (\pi - t) = \sin (\pi )\cos (t) - \cos (\pi )\sin (t)[/tex]

[tex]\sin (\pi - t) = 0(\cos (t)) - (-1)\sin (t) = \sin (t)[/tex]

Therefore:

[tex]\sin (\pi - t) = \frac{2(\pi - t)}{(\pi - t)^2 + 1}[/tex]

Let y = [itex]\pi - t[/itex]:

[tex]\sin (y) = \frac{2y}{y^2 + 1}[/tex]

Differentiate with respect to y:

[tex]\cos (y) = \frac{2y^2 + 2 - 4y^2}{(y^2 + 1)^2}[/tex]

[tex]\cos (y) = \frac{2(1 - y^2)}{(y^2 + 1)^2}[/tex]

Now, we know that [itex]\sin ^2 (y) + \cos ^2 (y) = 1[/itex], so:

[tex]1 = \left (\frac{2(1 - y^2)}{(y^2 + 1)^2}\right )^2 + \left ( \frac{2y}{y^2 + 1}\right )^2[/tex]

[tex]1 = \frac{4 - 8y^2 + 4y^4}{(y^2 + 1)^4} + \frac{4y^2}{(y^2 + 1)^2}[/tex]

[tex]1 = \frac{4 - 8y^2 + 4y^4}{(y^2 + 1)^4} + \frac{4y^2(y^2 + 1)^2}{(y^2 + 1)^4}[/tex]

[tex](y^2 + 1)^4 = 4 - 8y^2 + 4y^4 + 4y^6 + 8y^4 + 4y^2[/tex]

[tex]y^8 + 4y^6 + 6y^4 + 4y^2 + 1 = 4y^6 + 12y^4 - 4y^2 + 4[/tex]

[tex]y^8 - 6y^4 + 8y^2 - 3 = 0[/tex]

[tex](y^2 + 3)(y^2 - 1)^3 = 0[/tex]

[tex]y = \pm 1[/tex]

[tex]\pi - t = \pm 1[/tex]

[tex]t = \pi \pm 1[/tex]

Of course, [itex]t < \pi[/itex], so we have:

[tex]t = \pi - 1[/tex]

Now, substitute this into the earlier equation:

[tex]\cos (t) = k(\pi - t) - 1[/tex]

Recall that k = sin(t), so:

[tex]\cos (\pi - 1) = \sin (\pi - 1) (\pi - (\pi - 1)) - 1[/tex]

[tex]\cos (\pi )\cos (1) + \sin (\pi )\sin (1) = (\sin(\pi )\cos (1) - \cos (\pi )\sin (1)) - 1[/tex]

[tex]-\cos (1) = \sin (1) - 1[/tex]

[tex]\cos (1) + \sin (1) = 1[/tex]

Which is wrong. So where did I mess up?
 
Last edited:
  • #7
Wrong Equation

Sorry guys I got my equation wrong. Here's the correct one:

We use the fact that

[itex]A_1 = x_1\sin{x_1} - \int_0^{x_1} \sin x dx[/itex]

and

[itex]A_2 = \int_{x_1}^{\pi-x_1}\sin x dx - (\pi - 2x_1)\sin{x_1}[/itex]

By setting A1 = A2 and rearranging, we get:

[itex](\pi - x_1)\sin x_1 = \int_0^{\pi-x_1}\sin x dx[/itex]

so

[itex](\pi - x_1)\sin x_1 = \left[-\cos x\right]_0^{\pi-x_1}[/itex]
[itex](\pi - x_1)\sin x_1 = -\cos(\pi-x_1) + 1[/itex]

using the identity cos(pi - x) = -cos x and rearranging we get

[itex](\pi - x_1)\sin x_1 -\cos x_1 - 1 = 0[/itex]

In which I don't see how to find the exact value of x1.

The problem is from Howard Anton's Calculus 7th edition, Supplementary exercise no. 19. It says that "This exercise is based on Problem A1 of the Fifty-Fourth Annual William Lowell Putnam Mathematical Competition". Well, the author said "based on" so it could be different (not exactly the same) :). A mistake on my part to misinterpret it.
 
  • #8
StatusX said:
the simplest equation I could get was:

[tex] \cos(x_2) + x_2 \sin(x_2) = 1 [/tex]

This gives an approximate answer for x2 of 2.33112237. I don't think this has a closed form solution.

My last equation gave [itex]x_1[/itex] approximately 0.8105 so k is approximately 0.7246. How did you derive your equation, StatusX?
 
  • #9
AKG said:
[tex]\sin (y) = \frac{2y}{y^2 + 1}[/tex]

Differentiate with respect to y:

[tex]\cos (y) = \frac{2y^2 + 2 - 4y^2}{(y^2 + 1)^2}[/tex]

[tex]\cos (y) = \frac{2(1 - y^2)}{(y^2 + 1)^2}[/tex]

Since y is a constant, the derivative of both sides is 0. What you're doing is finding values of y where the slope of both functions are equal, but it would be a pure coincidence if they also happened to intersect at these points. Try to solve x = x^2 this way. You get 1 = 2x, and x=1/2.
 
  • #10
agro said:
My last equation gave [itex]x_1[/itex] approximately 0.8105 so k is approximately 0.7246. How did you derive your equation, StatusX?

our answers agree. x2 = [tex]\pi[/tex] - x1


the way i derived it was just by solving:

[tex] \int_0^{x_2} \sin(t) - \sin(x_2) dt = 0[/tex]
 
Last edited:
  • #11
StatusX said:
our answers agree. x2 = [tex]\pi[/tex] - x1


the way i derived it was just by solving:

[tex] \int_0^{x_2} \sin(t) - \sin(x_2) dt = 0[/tex]

Aaaah... now THAT was simple & elegant :)
 

1. How do you approach solving a Putnam Equation?

Solving a Putnam Equation requires a systematic approach that involves breaking down the equation into smaller, more manageable parts. This can include rewriting the equation in a different form, substituting variables, and using known mathematical techniques and formulas.

2. What are some strategies for solving a Putnam Equation?

There are several strategies that can be helpful when solving a Putnam Equation. These include identifying patterns and relationships within the equation, working backwards from the solution, and trying different approaches and techniques until a breakthrough is made.

3. How do I know if I have solved a Putnam Equation correctly?

One way to check if you have solved a Putnam Equation correctly is to substitute your solution back into the original equation and see if it satisfies all the given conditions. Another method is to compare your solution to known solutions or use numerical approximations to verify its accuracy.

4. What are some common mistakes to avoid when solving a Putnam Equation?

Some common mistakes to avoid when solving a Putnam Equation include overlooking certain terms or variables, making incorrect assumptions or simplifications, and incorrectly applying mathematical concepts or formulas. It is also important to carefully check calculations and solutions for errors.

5. Are there any tips or tricks for solving a Putnam Equation?

Some tips and tricks for solving a Putnam Equation include breaking the problem down into smaller, more manageable parts, using visual aids or diagrams to aid in understanding, and collaborating with others to brainstorm different approaches. It is also helpful to practice and familiarize yourself with various mathematical techniques and concepts.

Similar threads

Replies
5
Views
1K
Replies
8
Views
400
Replies
2
Views
2K
Replies
4
Views
322
Replies
3
Views
1K
  • Calculus
Replies
13
Views
1K
Replies
4
Views
940
Replies
1
Views
755
Replies
3
Views
1K
  • Calculus
Replies
21
Views
3K
Back
Top