已知三角形abc是等腰三角形,角aABC中,AB=AC=a,<B=3?


求解题过程...
求解题过程
展开
展开全部有四种情况解:①∵AB=AC,当BD=CD,CD=AD,∴∠B=∠C=∠BAD=∠CAD,∵∠BAC+∠B+∠C=180°,∴4∠B=180°,∴∠B=45°,∠C=45°,∠BAC=90°.②∵AB=AC,AD=BD,AC=CD,∴∠B=∠C=∠BAD,∠CAD=∠CDA,∵∠CDA=∠B+∠BAD=2∠B,∴∠BAC=3∠B,∵∠BAC+∠B+∠C=180°,∴5∠B=180°,∴∠B=36°,∠C=36°,∠BAC=108°.③∵AB=AC,AD=BD=BC,∴∠B=∠C,∠A=∠ABD,∠BDC=∠C,∵∠BDC=∠A+∠ABD=2∠A,∴∠ABC=∠C=2∠A,∵∠A+∠ABC+∠C=180°,∴5∠A=180°,∴∠A=36°,∠C=72°,∠ABC=72°.④∵AB=AC,AD=BD,CD=BC,∴∠ABC=∠C,∠A=∠ABD,∠CDB=∠CBD,∵∠BDC=∠A+∠ABD=2∠A,∴∠ABC=∠C=3∠A,∵∠A+∠ABC+∠C=180°,∴7∠A=180°,∴∠A=(180/7)°,∠C=(540/7)°,∠ABC=(540/7)°已赞过已踩过你对这个回答的评价是?评论
收起',getTip:function(t,e){return t.renderTip(e.getAttribute(t.triangularSign),e.getAttribute("jubao"))},getILeft:function(t,e){return t.left+e.offsetWidth/2-e.tip.offsetWidth/2},getSHtml:function(t,e,n){return t.tpl.replace(/\{\{#href\}\}/g,e).replace(/\{\{#jubao\}\}/g,n)}},baobiao:{triangularSign:"data-baobiao",tpl:'{{#baobiao_text}}',getTip:function(t,e){return t.renderTip(e.getAttribute(t.triangularSign))},getILeft:function(t,e){return t.left-21},getSHtml:function(t,e,n){return t.tpl.replace(/\{\{#baobiao_text\}\}/g,e)}}};function l(t){return this.type=t.type
"defaultTip",this.objTip=u[this.type],this.containerId="c-tips-container",this.advertContainerClass=t.adSelector,this.triangularSign=this.objTip.triangularSign,this.delaySeconds=200,this.adventContainer="",this.triangulars=[],this.motherContainer=a("div"),this.oTipContainer=i(this.containerId),this.tip="",this.tpl=this.objTip.tpl,this.init()}l.prototype={constructor:l,arrInit:function(){for(var t=0;t0}});else{var t=window.document;n.prototype.THROTTLE_TIMEOUT=100,n.prototype.POLL_INTERVAL=null,n.prototype.USE_MUTATION_OBSERVER=!0,n.prototype.observe=function(t){if(!this._observationTargets.some((function(e){return e.element==t}))){if(!t
1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},n.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter((function(e){return e.element!=t})),this._observationTargets.length
(this._unmonitorIntersections(),this._unregisterInstance())},n.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},n.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},n.prototype._initThresholds=function(t){var e=t
[0];return Array.isArray(e)
(e=[e]),e.sort().filter((function(t,e,n){if("number"!=typeof t
isNaN(t)
t1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]}))},n.prototype._parseRootMargin=function(t){var e=(t
"0px").split(/\s+/).map((function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}}));return e[1]=e[1]
e[0],e[2]=e[2]
e[0],e[3]=e[3]
e[1],e},n.prototype._monitorIntersections=function(){this._monitoringIntersections
(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(r(window,"resize",this._checkForIntersections,!0),r(t,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in window&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(t,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},n.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,i(window,"resize",this._checkForIntersections,!0),i(t,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},n.prototype._checkForIntersections=function(){var t=this._rootIsInDom(),n=t?this._getRootRect():{top:0,bottom:0,left:0,right:0,width:0,height:0};this._observationTargets.forEach((function(r){var i=r.element,a=o(i),c=this._rootContainsTarget(i),s=r.entry,u=t&&c&&this._computeTargetAndRootIntersection(i,n),l=r.entry=new e({time:window.performance&&performance.now&&performance.now(),target:i,boundingClientRect:a,rootBounds:n,intersectionRect:u});s?t&&c?this._hasCrossedThreshold(s,l)&&this._queuedEntries.push(l):s&&s.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)}),this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},n.prototype._computeTargetAndRootIntersection=function(e,n){if("none"!=window.getComputedStyle(e).display){for(var r,i,a,s,u,l,f,h,p=o(e),d=c(e),v=!1;!v;){var g=null,m=1==d.nodeType?window.getComputedStyle(d):{};if("none"==m.display)return;if(d==this.root
d==t?(v=!0,g=n):d!=t.body&&d!=t.documentElement&&"visible"!=m.overflow&&(g=o(d)),g&&(r=g,i=p,a=void 0,s=void 0,u=void 0,l=void 0,f=void 0,h=void 0,a=Math.max(r.top,i.top),s=Math.min(r.bottom,i.bottom),u=Math.max(r.left,i.left),l=Math.min(r.right,i.right),h=s-a,!(p=(f=l-u)>=0&&h>=0&&{top:a,bottom:s,left:u,right:l,width:f,height:h})))break;d=c(d)}return p}},n.prototype._getRootRect=function(){var e;if(this.root)e=o(this.root);else{var n=t.documentElement,r=t.body;e={top:0,left:0,right:n.clientWidth
r.clientWidth,width:n.clientWidth
r.clientWidth,bottom:n.clientHeight
r.clientHeight,height:n.clientHeight
r.clientHeight}}return this._expandRectByRootMargin(e)},n.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map((function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100})),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},n.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio
0:-1,r=e.isIntersecting?e.intersectionRatio
0:-1;if(n!==r)for(var i=0;i0&&function(t,e,n,r){var i=document.getElementsByClassName(t);if(i.length>0)for(var o=0;o展开全部解:①∵AB=AC,当BD=CD,CD=AD,∴∠B=∠C=∠BAD=∠CAD,∵∠BAC+∠B+∠C=180°,∴4∠B=180°,∴∠B=45°,∠C=45°,∠BAC=90°.②∵AB=AC,AD=BD,AC=CD,∴∠B=∠C=∠BAD,∠CAD=∠CDA,∵∠CDA=∠B+∠BAD=2∠B,∴∠BAC=3∠B,∵∠BAC+∠B+∠C=180°,∴5∠B=180°,∴∠B=36°,∠C=36°,∠BAC=108°.③∵AB=AC,AD=BD=BC,,∴∠B=∠C,∠A=∠ABD,∠BDC=∠C,∵∠BDC=∠A+∠ABD=2∠A,∴∠ABC=∠C=2∠A,∵∠A+∠ABC+∠C=180°,∴5∠A=180°,∴∠A=36°,∠C=72°,∠ABC=72°.④∵AB=AC,AD=BD,CD=BC,,∴∠ABC=∠C,∠A=∠ABD,∠CDB=∠CBD,∵∠BDC=∠A+∠ABD=2∠A,∴∠ABC=∠C=3∠A,∵∠A+∠ABC+∠C=180°,∴7∠A=180°,∴∠A=( 1807)°,∠C=( 5407)°,∠ABC=( 5407)°展开全部按照题目的已知,角ABC=角ACB,这样只有过顶点A的直线才可以将三角形分成两个等腰三角形。设交BC于D点,推出角ABC=角ACB=角CAD=角BAD,由于角BAC=角CAD+角BAD,推出角ABC=角ACB=45°,角CAB=90°。
展开全部1、若直线过A点,则把∠A分为∠A1,∠A2得∠A1=∠B=∠C,2∠A2+∠C=π,∠A1+∠A2+∠B+∠C=π得∠B=π/5,∠C=π/5,∠A=3π/5.2、若直线过B或C点,以B点为例则把∠B分为∠B1,∠B2,得∠A=∠B1,2∠B2+∠C=π,∠B1+∠B2=∠C得∠C=3π/7,∠B=3π/7,∠A=π/7。 3、若△ABC为等腰直角三角形,则∠A =90°,∠B=∠C=45°。展开全部
四种情况(1)图1,DA=DB,DA=DC可得∠BAC=90°(2)图2,DB=DA,CD=CA 可得∠BAC=108°(3)图3,DA=DB,BC=BD可得∠BAC=36°(4)图4,DA=DB,CB=CD可得∠BAC=(180/7)°
收起
更多回答(3)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
为你推荐:
下载百度知道APP,抢鲜体验使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。扫描二维码下载
×个人、企业类侵权投诉
违法有害信息,请在下方选择后提交
类别色情低俗
涉嫌违法犯罪
时政信息不实
垃圾广告
低质灌水
我们会通过消息、邮箱等方式尽快将举报结果通知您。说明
做任务开宝箱累计完成0
个任务
10任务
50任务
100任务
200任务
任务列表加载中...
在等腰三角形ABC中,AB=AC,如果2AB=3BC,求∠B的三个三角函数值扫码下载作业帮搜索答疑一搜即得答案解析 查看更多优质解析作AD⊥BC于D,则BD=1/2BC由题意知,AB=3/2BC,所以,AD=√2/BC所以,sin∠B=AD/AB=(2√2)/3cos∠B=BD/AB=1/3tan∠B=AD/BD=2√2(根号不会打,将就着点看吧~)解析看不懂?免费查看同类题视频解析查看解答更多答案(3)

选择擅长的领域继续答题?
{@each tagList as item}
${item.tagName}
{@/each}
手机回答更方便,互动更有趣,下载APP
提交成功是否继续回答问题?
手机回答更方便,互动更有趣,下载APP
展开全部反证法:等腰三角形ABC中,BC为底边,设AO是BC上的高。假设两个底角<ABC和<ACB不相等,则sin<ABC不等于sin<ACB,也就是说AO/AB不等于AO/AC,即AB与AC不相等。由等腰三角形性质可知两腰相等,矛盾,所以假设不成立。故等腰三角形底角相等。证毕以下是关于2012年酒后驾车处罚标准。酒后驾车处罚标准:酒精含量20mg~40mg/100ml或饮酒后驾驶机动车未驶入城市中心区域的,暂扣1-2个月驾驶证,罚款300元;酒精含量60mg~80mg/100ml或一年内因饮酒后驾车第二次被处罚的,暂扣3个月驾驶证,罚款300元;酒精含量80mg~100mg/100ml或醉驾机动车未驶入城市中心区域的,15日以下拘留、暂扣3个月以上6个月以下驾驶证,并处1500元罚款;酒精含量大于100mg/100ml或醉驾机动车驶入城市中心区域的,拘留15日、暂扣6个月驾驶证,并处1500元罚款。对于酒后驾驶营运机动车的处罚标准又不同:饮酒后驾驶暂扣3个月驾驶证,处500元罚款;醉驾拘留15日、暂扣6个月驾驶证,并处2000元罚款。此外,一年内有醉驾行为,被处罚2次以上的,吊销驾驶证,5年内不得驾驶营运机动车。机动车教练员酒后随车从事教学活动的,按照机动车驾驶人酒驾的规定处罚。已赞过已踩过你对这个回答的评价是?评论
收起
展开全部等腰三角形的高与底边的中垂线重合,所以被高所分的两个三角形全等(SAS),所以两底角相等。展开全部底边中点到顶是作辅助线边边边定理证明两三角形全等,两底角不就等了
展开全部
已知:⊿ABC中,AB=AC.求证:∠B=∠C.证法1:作AD垂直BC于D.∵AB=AC;AD=AD.∴Rt⊿ABD≌RtΔACD(HL),则:∠B=∠C.证法2:作∠BAC的平分线AD,交BC于D.∵AB=AC;∠BAD=∠CAD;AD=AD.∴⊿ABD≌ΔACD(SAS),故∠B=∠C.证法3:取BC的中点D,连接AD.∵AB=AC;AD=AD;BD=CD.∴⊿ABD≌ΔACD(SSS),故∠B=∠C.
本回答被网友采纳展开全部在△ABC中,AB=AC过A作AD垂直BC于D∵AB=AC、AD=AD、∠ADB=∠ADC=90°∴Rt△ABD≌Rt△ACD (HL),得到∠B=∠C即两底角相等
收起
更多回答(5)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
为你推荐:
下载百度知道APP,抢鲜体验使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。扫描二维码下载
×个人、企业类侵权投诉
违法有害信息,请在下方选择后提交
类别色情低俗
涉嫌违法犯罪
时政信息不实
垃圾广告
低质灌水
我们会通过消息、邮箱等方式尽快将举报结果通知您。说明
做任务开宝箱累计完成0
个任务
10任务
50任务
100任务
200任务
任务列表加载中...

我要回帖

更多关于 已知三角形abc是等腰三角形,角a 的文章