I was asked to find the points of intersection between $y=(\sin x)^2$ and $y=\frac{2x}{\pi} $ but I don't know how to go about it. Obviously they intersect at the origin. I also found out the other intersection point is $x=\frac{\pi}4$ (thanks, calculator) but calculators are not allowed during my exams so I'm afraid I won't be able to solve problems like this if I'm unlucky enough to have one in the paper. Any help would be greatly appreciated. Thanks in advance!
2026-03-31 19:18:18.1774984698
How does one find the intersection point between $y=(\sin x)^2$ and $y=\frac{2x}{\pi}$?
467 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- How can I prove that $\int_0^{\frac{\pi}{2}}\frac{\ln(1+\cos(\alpha)\cos(x))}{\cos(x)}dx=\frac{1}{2}\left(\frac{\pi^2}{4}-\alpha^2\right)$?
- Proving the differentiability of the following function of two variables
- If $f ◦f$ is differentiable, then $f ◦f ◦f$ is differentiable
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Number of roots of the e
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- How to prove $\frac 10 \notin \mathbb R $
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
Related Questions in GRAPHING-FUNCTIONS
- Lower bound of bounded functions.
- Do Irrational Conjugates always come in pairs?
- Graph rotation: explanation of equation
- Plot function y = tan(yx)
- Sketching a lemniscate curve with a max function?
- 3 points on a graph
- show $f(x)=f^{-1}(x)=x-\ln(e^x-1)$
- What is this method of sketching a third degree curve?
- Getting a sense of $f(x) = x (\log x)^6$
- Can I describe an arbitrary graph?
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?
$$ y_1(x) = \sin^2 x \\ y_2(x) = \frac{2}{\pi}x $$ The first of these looks sinusoidal (but above the $x$-axis); the second has a graph that's a straight line. By drawing a graph, you can work out that they intersect at just a few points, for if $x > \pi/2$, then $y_2(x) > 1$, so it cannot be the square of the sine of anything, for sines lie between $-1$ and $1$.
As you noticed, the graphs meet at $x = 0$. For $x < 0$, we have $y_1(x) \ge 0$ but $y_2(x) < 0$, so there can be no negative solution (thanks, @Vasya!).
Now how do you find the positive solutions? The answer is disappointing, I'm afraid. You mostly use guesswork unless you know about considerably more sophisticated techniques. So (if you're me) you try out some values of $x$ for which you know the sine in your head. For instance, you try out $x = \pi/6$, and get a sine of $1/2$, so $y_1(\pi/6) = 1/4$. On the other hand, $y_2(\pi/6) = 1/3$. We're still in the region where the straight-line graph is above the sort of parabola-shaped central "bowl" of the $\sin^2$ graph.
Then you try out $\pi/4$, and you get lucky.
Then there's still something subtle: the $y_2$ graph crosses the $y_1$ graph at $x = \pi/4$, but it has to cross it again a little later. Let's look at $\pi/3$:
$$ y_1(\pi/3) = 3/4 \\ y_2(\pi/3) = 2/3 $$ Hmmm. So $y_2$ is still less than $y_1$ here. Let's go further to the right, and try $\pi/2$: $$ y_1(\pi/2) = 1 \\ y_2(\pi/2) = 1 $$
Aha! That's the second point where they cross. So the solutions are $$ x = 0, \frac{\pi}{4}, \frac{\pi}{2}. $$
But if the problem were just ever so slightly different --- if $y_2$ had been $y_2(x) = 3x/\pi$, for instance --- there'd have been no easy way to solve it, and "calculator methods" would really have been your only choice to get an approximate answer, at least with what you probably know at this point in your mathematics education.