Integration only giving one answer?

  • Thread starter Thread starter Saracen Rue
  • Start date Start date
  • Tags Tags
    Integration
Click For Summary

Homework Help Overview

The discussion revolves around solving a differential equation involving the expression ##\sqrt{a^2-x^2}##, where ##a>0## and ##b≠0##. The original poster seeks to determine the solution and its maximal domain, while also exploring the validity of multiple integration results.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss the integration of the differential equation and the resulting solutions, noting that both ##y=-b\arcsin \left(\frac{x}{a}\right)## and ##y=b\arccos \left(\frac{x}{a}\right)-b## appear valid. Questions arise regarding the omission of the second solution in standard references.

Discussion Status

There is an ongoing exploration of the relationship between the two solutions, with some participants noting that they differ only by a constant. Others suggest that the initial conditions are crucial for determining the correct constant. Additionally, a third solution involving arctangent is introduced, prompting further discussion about the relationships among the trigonometric functions.

Contextual Notes

Participants are considering the implications of initial conditions and the nature of the solutions derived from the integration process. There is also mention of the need to clarify the relationships between different trigonometric functions in the context of the problem.

Saracen Rue
Messages
150
Reaction score
10

Homework Statement


If ##a>0## and ##b≠0##, solve the following stating the maximal domain for which the solution is valid:
##\sqrt{a^2-x^2}\cdot \frac{dy}{dx}+b=0,\ y\left(0\right)=0##

Homework Equations


[/B]
##\int _{ }^{ }\frac{1}{\sqrt{a^2-x^2}}dx=\arcsin \left(\frac{x}{a}\right)+c,\ a>0##

##\int _{ }^{ }\frac{-1}{\sqrt{a^2-x^2}}dx=\arccos \left(\frac{x}{a}\right)+c,\ a>0##

The Attempt at a Solution


I have no problems doing the actual integration and arrive at the correct solution of ##y=-b\arcsin \left(\frac{x}{a}\right),\ \left|x\right|<a\ ##. However, I also get ##y=b\arccos \left(\frac{x}{a}\right)-b,\ \left|x\right|<a\ ## as being a valid solution, whereas both the answers and my calculator don't include this solution. Is there a reason as to why this second answer would be omitted?
 
Physics news on Phys.org
Saracen Rue said:

Homework Statement


If ##a>0## and ##b≠0##, solve the following stating the maximal domain for which the solution is valid:
##\sqrt{a^2-x^2}\cdot \frac{dy}{dx}+b=0,\ y\left(0\right)=0##

Homework Equations


[/B]
##\int _{ }^{ }\frac{1}{\sqrt{a^2-x^2}}dx=\arcsin \left(\frac{x}{a}\right)+c,\ a>0##

##\int _{ }^{ }\frac{-1}{\sqrt{a^2-x^2}}dx=\arccos \left(\frac{x}{a}\right)+c,\ a>0##

The Attempt at a Solution


I have no problems doing the actual integration and arrive at the correct solution of ##y=-b\arcsin \left(\frac{x}{a}\right),\ \left|x\right|<a\ ##. However, I also get ##y=b\arccos \left(\frac{x}{a}\right)-b,\ \left|x\right|<a\ ## as being a valid solution, whereas both the answers and my calculator don't include this solution. Is there a reason as to why this second answer would be omitted?
##\arcsin(x) + \arccos(x) = \frac \pi 2##, meaning the two functions differ by a constant, ##\pi/2##. Your two answers are different only by a constant.
 
When you integrate, you must find the constant (c) using the initial conditions. With the correct constants, either arcos or arcsin should work. It looks like you need a constant added
 
Mark44 said:
##\arcsin(x) + \arccos(x) = \frac \pi 2##, meaning the two functions differ by a constant, ##\pi/2##. Your two answers are different only by a constant.
Ah thank you, I wasn't aware of that relationship. So basically it's similar to saying that ##\frac{d}{dx}\left(\tan \left(x\right)\right)=\sec ^2\left(x\right)## or ##\frac{d}{dx}\left(\tan \left(x\right)\right)=\tan ^2\left(x\right)\ +1##.
 
Saracen Rue said:

Homework Statement


If ##a>0## and ##b≠0##, solve the following stating the maximal domain for which the solution is valid:
##\sqrt{a^2-x^2}\cdot \frac{dy}{dx}+b=0,\ y\left(0\right)=0##

Homework Equations


[/B]
##\int _{ }^{ }\frac{1}{\sqrt{a^2-x^2}}dx=\arcsin \left(\frac{x}{a}\right)+c,\ a>0##

##\int _{ }^{ }\frac{-1}{\sqrt{a^2-x^2}}dx=\arccos \left(\frac{x}{a}\right)+c,\ a>0##

The Attempt at a Solution


I have no problems doing the actual integration and arrive at the correct solution of ##y=-b\arcsin \left(\frac{x}{a}\right),\ \left|x\right|<a\ ##. However, I also get ##y=b\arccos \left(\frac{x}{a}\right)-b,\ \left|x\right|<a\ ## as being a valid solution, whereas both the answers and my calculator don't include this solution. Is there a reason as to why this second answer would be omitted?

How about a third solution? Maple gets
$$y = -b \arctan \left(\frac{x}{\sqrt{a^2-x^2}} \right) $$
 
Ray Vickson said:
How about a third solution? Maple gets
$$y = -b \arctan \left(\frac{x}{\sqrt{a^2-x^2}} \right) $$

This could work, too. If you think of a right triangle, then arcsin, arccos, and arctan are all returning angles, given a ratio of two sides of the triangle.
So if x represents the adjacent, and a represents the hypotenuse, then arccos(x/a) will return the angle theta, for cos(theta) = x/a
Similarly, x could represent the opposite angle of a triangle, when using arcsin.
So for arctan, you need the opposite/adjacent. Since hypotenuse2 = adjacent2 + opposite2, try working out to see how you could get the ratio for a tangent, using x representing the opposite, and a representing the hypotenuse.
 
scottdave said:
This could work, too. If you think of a right triangle, then arcsin, arccos, and arctan are all returning angles, given a ratio of two sides of the triangle.
So if x represents the adjacent, and a represents the hypotenuse, then arccos(x/a) will return the angle theta, for cos(theta) = x/a
Similarly, x could represent the opposite angle of a triangle, when using arcsin.
So for arctan, you need the opposite/adjacent. Since hypotenuse2 = adjacent2 + opposite2, try working out to see how you could get the ratio for a tangent, using x representing the opposite, and a representing the hypotenuse.

Yes, of course, it is completely elementary. However, I hoped the OP could puzzle it out.
 
Ray Vickson said:
How about a third solution? Maple gets
$$y = -b \arctan \left(\frac{x}{\sqrt{a^2-x^2}} \right) $$
You may find this video about trig integration, interesting. It may shed some light for you.
 
Ray Vickson said:
Yes, of course, it is completely elementary. However, I hoped the OP could puzzle it out.
Whoops, I didn't look closely. I thought the original person had posted that.
 

Similar threads

  • · Replies 105 ·
4
Replies
105
Views
11K
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
20
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
3
Views
2K
Replies
6
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K