Find y in this equationHow find this equationIs it possible to solve this equation by hand?Is this a quadratic equation?How to solve the equation $exp(3t) - exp(2t) = A$How do I solve this equation :$barz-iz²=-sqrt3-3i$ without using identity way?How do you factor this equation that has square roots involved?What is the name for an equation that has both an exponential variable and a variable in the base?Solving simple equations for two variables
How can you evade tax by getting employment income just in equity, then using this equity as collateral to take out loan?
Blocking people from taking pictures of me with smartphone
Opposite for desideratum to mean "something not wished for"
Different inverter (logic gate) symbols
Y2K... in 2019?
A tool to replace all words with antonyms
Why did the RAAF procure the F/A-18 despite being purpose-built for carriers?
Dropdowns & Chevrons for Right to Left languages
As a 16 year old, how can I keep my money safe from my mother?
Was the 2019 Lion King film made through motion capture?
AsyncDictionary - Can you break thread safety?
Why isn’t SHA-3 in wider use?
Help evaluating integral (anything simple that I am missing?)
Multirow in tabularx?
Can a fight scene, component-wise, be too complex and complicated?
Te-form and かつ and も?
Acceptable to cut steak before searing?
Why do funding agencies like the NSF not publish accepted grants?
Why is transplanting a specific intact brain impossible if it is generally possible?
Why did Gandalf use a sword against the Balrog?
(11 of 11: Meta) What is Pyramid Cult's All-Time Favorite?
Not going forward with internship interview process
Visa National - No Exit Stamp From France on Return to the UK
First amendment and employment: Can a police department terminate an officer for speech?
Find y in this equation
How find this equationIs it possible to solve this equation by hand?Is this a quadratic equation?How to solve the equation $exp(3t) - exp(2t) = A$How do I solve this equation :$barz-iz²=-sqrt3-3i$ without using identity way?How do you factor this equation that has square roots involved?What is the name for an equation that has both an exponential variable and a variable in the base?Solving simple equations for two variables
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
I would like to solve this equation for y. Any tips? It seems like you cant really do it analytically?
$$sqrt4+(y-6)^2+sqrt16+(y-3)^2=3cdotsqrt5$$
algebra-precalculus
New contributor
$endgroup$
add a comment |
$begingroup$
I would like to solve this equation for y. Any tips? It seems like you cant really do it analytically?
$$sqrt4+(y-6)^2+sqrt16+(y-3)^2=3cdotsqrt5$$
algebra-precalculus
New contributor
$endgroup$
$begingroup$
@Allawonder where are you getting a quartic?
$endgroup$
– Simply Beautiful Art
8 hours ago
1
$begingroup$
@SimplyBeautifulArt My bad. My judgement was quite premature. I later saw that terms higher than the square vanished, as explained in my answer below.
$endgroup$
– Allawonder
7 hours ago
add a comment |
$begingroup$
I would like to solve this equation for y. Any tips? It seems like you cant really do it analytically?
$$sqrt4+(y-6)^2+sqrt16+(y-3)^2=3cdotsqrt5$$
algebra-precalculus
New contributor
$endgroup$
I would like to solve this equation for y. Any tips? It seems like you cant really do it analytically?
$$sqrt4+(y-6)^2+sqrt16+(y-3)^2=3cdotsqrt5$$
algebra-precalculus
algebra-precalculus
New contributor
New contributor
edited 6 hours ago
Aqua
56.5k15 gold badges71 silver badges139 bronze badges
56.5k15 gold badges71 silver badges139 bronze badges
New contributor
asked 8 hours ago
user2276094user2276094
161 bronze badge
161 bronze badge
New contributor
New contributor
$begingroup$
@Allawonder where are you getting a quartic?
$endgroup$
– Simply Beautiful Art
8 hours ago
1
$begingroup$
@SimplyBeautifulArt My bad. My judgement was quite premature. I later saw that terms higher than the square vanished, as explained in my answer below.
$endgroup$
– Allawonder
7 hours ago
add a comment |
$begingroup$
@Allawonder where are you getting a quartic?
$endgroup$
– Simply Beautiful Art
8 hours ago
1
$begingroup$
@SimplyBeautifulArt My bad. My judgement was quite premature. I later saw that terms higher than the square vanished, as explained in my answer below.
$endgroup$
– Allawonder
7 hours ago
$begingroup$
@Allawonder where are you getting a quartic?
$endgroup$
– Simply Beautiful Art
8 hours ago
$begingroup$
@Allawonder where are you getting a quartic?
$endgroup$
– Simply Beautiful Art
8 hours ago
1
1
$begingroup$
@SimplyBeautifulArt My bad. My judgement was quite premature. I later saw that terms higher than the square vanished, as explained in my answer below.
$endgroup$
– Allawonder
7 hours ago
$begingroup$
@SimplyBeautifulArt My bad. My judgement was quite premature. I later saw that terms higher than the square vanished, as explained in my answer below.
$endgroup$
– Allawonder
7 hours ago
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
Set $y-3=z,$ then square both sides and simplify to get $$z^2-3z-8=-sqrt4+(z-3)^2sqrt16+z^2.$$ Squaring again and simplifying the right hand side gives $$(z^2-3z-8)^2=(z^2-6z+13)(16+z^2).$$ Now let $16+z^2=w,$ then expand and simplify to get $$z^2+16z+64=5w.$$ Substituting back for $w,$ simplifying and factoring gives the quadratic $$(z-2)^2=0.$$ Thus, $z=y-3=2,$ so that if there is a solution, then it has to be $y=5.$ Substituting this in the original equation assures us that this is indeed the only solution.
$endgroup$
1
$begingroup$
What does suggest $sqrtdfrac4+(y-6)^25+sqrtdfrac16+(y-3)^25=3$? It is clear that $y=5$ is a root.
$endgroup$
– Piquito
7 hours ago
add a comment |
$begingroup$
Consider points $A(2,6)$, $B(-4,3)$ and a point $P(0,y)$ on y-axis. Then notice that given equation is actually $$AP+BP= AB$$ so $P$ is (by triangle inequality ) on a line $AB$ so it is an intersection point of the line $AB$: $$ y= 1over 2x+5$$ and $y$-axis, so $y=5$.
$endgroup$
add a comment |
$begingroup$
Hint: After squaring one times we get
$$2sqrt4+(y-6)^2sqrt16+(y-3)^2=25-(y-6)^2-(y-3)^2$$
squaring again and simplfying we get
$$4 left(46 y^2-450 y+975right)=0$$
$endgroup$
add a comment |
$begingroup$
You can factor out $2$ at the second summand.
$$sqrtunderbrace4+(y-6)^2_=5+2cdot sqrtunderbrace4+left(fracy-32right)^2_=5=sqrt5+2cdotsqrt5$$
Now we see that the following equations has to be true at the same time.
$(y-6)^2=1 Rightarrow y_1=7,y_2=5$
$left(fracy-32right)^2=1Rightarrow y_1=5,y_2=1$
Thus the solution is $y=...$
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
user2276094 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3320253%2ffind-y-in-this-equation%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Set $y-3=z,$ then square both sides and simplify to get $$z^2-3z-8=-sqrt4+(z-3)^2sqrt16+z^2.$$ Squaring again and simplifying the right hand side gives $$(z^2-3z-8)^2=(z^2-6z+13)(16+z^2).$$ Now let $16+z^2=w,$ then expand and simplify to get $$z^2+16z+64=5w.$$ Substituting back for $w,$ simplifying and factoring gives the quadratic $$(z-2)^2=0.$$ Thus, $z=y-3=2,$ so that if there is a solution, then it has to be $y=5.$ Substituting this in the original equation assures us that this is indeed the only solution.
$endgroup$
1
$begingroup$
What does suggest $sqrtdfrac4+(y-6)^25+sqrtdfrac16+(y-3)^25=3$? It is clear that $y=5$ is a root.
$endgroup$
– Piquito
7 hours ago
add a comment |
$begingroup$
Set $y-3=z,$ then square both sides and simplify to get $$z^2-3z-8=-sqrt4+(z-3)^2sqrt16+z^2.$$ Squaring again and simplifying the right hand side gives $$(z^2-3z-8)^2=(z^2-6z+13)(16+z^2).$$ Now let $16+z^2=w,$ then expand and simplify to get $$z^2+16z+64=5w.$$ Substituting back for $w,$ simplifying and factoring gives the quadratic $$(z-2)^2=0.$$ Thus, $z=y-3=2,$ so that if there is a solution, then it has to be $y=5.$ Substituting this in the original equation assures us that this is indeed the only solution.
$endgroup$
1
$begingroup$
What does suggest $sqrtdfrac4+(y-6)^25+sqrtdfrac16+(y-3)^25=3$? It is clear that $y=5$ is a root.
$endgroup$
– Piquito
7 hours ago
add a comment |
$begingroup$
Set $y-3=z,$ then square both sides and simplify to get $$z^2-3z-8=-sqrt4+(z-3)^2sqrt16+z^2.$$ Squaring again and simplifying the right hand side gives $$(z^2-3z-8)^2=(z^2-6z+13)(16+z^2).$$ Now let $16+z^2=w,$ then expand and simplify to get $$z^2+16z+64=5w.$$ Substituting back for $w,$ simplifying and factoring gives the quadratic $$(z-2)^2=0.$$ Thus, $z=y-3=2,$ so that if there is a solution, then it has to be $y=5.$ Substituting this in the original equation assures us that this is indeed the only solution.
$endgroup$
Set $y-3=z,$ then square both sides and simplify to get $$z^2-3z-8=-sqrt4+(z-3)^2sqrt16+z^2.$$ Squaring again and simplifying the right hand side gives $$(z^2-3z-8)^2=(z^2-6z+13)(16+z^2).$$ Now let $16+z^2=w,$ then expand and simplify to get $$z^2+16z+64=5w.$$ Substituting back for $w,$ simplifying and factoring gives the quadratic $$(z-2)^2=0.$$ Thus, $z=y-3=2,$ so that if there is a solution, then it has to be $y=5.$ Substituting this in the original equation assures us that this is indeed the only solution.
edited 7 hours ago
answered 8 hours ago
AllawonderAllawonder
3,7478 silver badges18 bronze badges
3,7478 silver badges18 bronze badges
1
$begingroup$
What does suggest $sqrtdfrac4+(y-6)^25+sqrtdfrac16+(y-3)^25=3$? It is clear that $y=5$ is a root.
$endgroup$
– Piquito
7 hours ago
add a comment |
1
$begingroup$
What does suggest $sqrtdfrac4+(y-6)^25+sqrtdfrac16+(y-3)^25=3$? It is clear that $y=5$ is a root.
$endgroup$
– Piquito
7 hours ago
1
1
$begingroup$
What does suggest $sqrtdfrac4+(y-6)^25+sqrtdfrac16+(y-3)^25=3$? It is clear that $y=5$ is a root.
$endgroup$
– Piquito
7 hours ago
$begingroup$
What does suggest $sqrtdfrac4+(y-6)^25+sqrtdfrac16+(y-3)^25=3$? It is clear that $y=5$ is a root.
$endgroup$
– Piquito
7 hours ago
add a comment |
$begingroup$
Consider points $A(2,6)$, $B(-4,3)$ and a point $P(0,y)$ on y-axis. Then notice that given equation is actually $$AP+BP= AB$$ so $P$ is (by triangle inequality ) on a line $AB$ so it is an intersection point of the line $AB$: $$ y= 1over 2x+5$$ and $y$-axis, so $y=5$.
$endgroup$
add a comment |
$begingroup$
Consider points $A(2,6)$, $B(-4,3)$ and a point $P(0,y)$ on y-axis. Then notice that given equation is actually $$AP+BP= AB$$ so $P$ is (by triangle inequality ) on a line $AB$ so it is an intersection point of the line $AB$: $$ y= 1over 2x+5$$ and $y$-axis, so $y=5$.
$endgroup$
add a comment |
$begingroup$
Consider points $A(2,6)$, $B(-4,3)$ and a point $P(0,y)$ on y-axis. Then notice that given equation is actually $$AP+BP= AB$$ so $P$ is (by triangle inequality ) on a line $AB$ so it is an intersection point of the line $AB$: $$ y= 1over 2x+5$$ and $y$-axis, so $y=5$.
$endgroup$
Consider points $A(2,6)$, $B(-4,3)$ and a point $P(0,y)$ on y-axis. Then notice that given equation is actually $$AP+BP= AB$$ so $P$ is (by triangle inequality ) on a line $AB$ so it is an intersection point of the line $AB$: $$ y= 1over 2x+5$$ and $y$-axis, so $y=5$.
edited 7 hours ago
answered 7 hours ago
AquaAqua
56.5k15 gold badges71 silver badges139 bronze badges
56.5k15 gold badges71 silver badges139 bronze badges
add a comment |
add a comment |
$begingroup$
Hint: After squaring one times we get
$$2sqrt4+(y-6)^2sqrt16+(y-3)^2=25-(y-6)^2-(y-3)^2$$
squaring again and simplfying we get
$$4 left(46 y^2-450 y+975right)=0$$
$endgroup$
add a comment |
$begingroup$
Hint: After squaring one times we get
$$2sqrt4+(y-6)^2sqrt16+(y-3)^2=25-(y-6)^2-(y-3)^2$$
squaring again and simplfying we get
$$4 left(46 y^2-450 y+975right)=0$$
$endgroup$
add a comment |
$begingroup$
Hint: After squaring one times we get
$$2sqrt4+(y-6)^2sqrt16+(y-3)^2=25-(y-6)^2-(y-3)^2$$
squaring again and simplfying we get
$$4 left(46 y^2-450 y+975right)=0$$
$endgroup$
Hint: After squaring one times we get
$$2sqrt4+(y-6)^2sqrt16+(y-3)^2=25-(y-6)^2-(y-3)^2$$
squaring again and simplfying we get
$$4 left(46 y^2-450 y+975right)=0$$
answered 8 hours ago
Dr. Sonnhard GraubnerDr. Sonnhard Graubner
86.6k4 gold badges29 silver badges71 bronze badges
86.6k4 gold badges29 silver badges71 bronze badges
add a comment |
add a comment |
$begingroup$
You can factor out $2$ at the second summand.
$$sqrtunderbrace4+(y-6)^2_=5+2cdot sqrtunderbrace4+left(fracy-32right)^2_=5=sqrt5+2cdotsqrt5$$
Now we see that the following equations has to be true at the same time.
$(y-6)^2=1 Rightarrow y_1=7,y_2=5$
$left(fracy-32right)^2=1Rightarrow y_1=5,y_2=1$
Thus the solution is $y=...$
$endgroup$
add a comment |
$begingroup$
You can factor out $2$ at the second summand.
$$sqrtunderbrace4+(y-6)^2_=5+2cdot sqrtunderbrace4+left(fracy-32right)^2_=5=sqrt5+2cdotsqrt5$$
Now we see that the following equations has to be true at the same time.
$(y-6)^2=1 Rightarrow y_1=7,y_2=5$
$left(fracy-32right)^2=1Rightarrow y_1=5,y_2=1$
Thus the solution is $y=...$
$endgroup$
add a comment |
$begingroup$
You can factor out $2$ at the second summand.
$$sqrtunderbrace4+(y-6)^2_=5+2cdot sqrtunderbrace4+left(fracy-32right)^2_=5=sqrt5+2cdotsqrt5$$
Now we see that the following equations has to be true at the same time.
$(y-6)^2=1 Rightarrow y_1=7,y_2=5$
$left(fracy-32right)^2=1Rightarrow y_1=5,y_2=1$
Thus the solution is $y=...$
$endgroup$
You can factor out $2$ at the second summand.
$$sqrtunderbrace4+(y-6)^2_=5+2cdot sqrtunderbrace4+left(fracy-32right)^2_=5=sqrt5+2cdotsqrt5$$
Now we see that the following equations has to be true at the same time.
$(y-6)^2=1 Rightarrow y_1=7,y_2=5$
$left(fracy-32right)^2=1Rightarrow y_1=5,y_2=1$
Thus the solution is $y=...$
answered 7 hours ago
callculuscallculus
20k3 gold badges17 silver badges32 bronze badges
20k3 gold badges17 silver badges32 bronze badges
add a comment |
add a comment |
user2276094 is a new contributor. Be nice, and check out our Code of Conduct.
user2276094 is a new contributor. Be nice, and check out our Code of Conduct.
user2276094 is a new contributor. Be nice, and check out our Code of Conduct.
user2276094 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3320253%2ffind-y-in-this-equation%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
@Allawonder where are you getting a quartic?
$endgroup$
– Simply Beautiful Art
8 hours ago
1
$begingroup$
@SimplyBeautifulArt My bad. My judgement was quite premature. I later saw that terms higher than the square vanished, as explained in my answer below.
$endgroup$
– Allawonder
7 hours ago